@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@font-face {
  font-family: "BellMT";
  src: local("BellMT"), url("fonts/BELLB.TTF") format("truetype") tech(color-COLRv1); }
:root {
  --link_color_1_sBlue: #3288FD; }

html {
  font-family: sans-serif;
  margin: 0;
  padding: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  background: url("../../img/WASO Credit Rating Company (BD) Limited_ Logo_ Expende_ TP_10_ 001.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-attachment: fixed;
  scroll-behavior: smooth; }

:root {
  --primary-color: #0F2911;
  /* #0f172a Deep Navy */
  --secondary-color: #00991F;
  /* #0284c7 Sky Blue */
  --accent-color: #f59e0b;
  /* Amber Gold */
  --text-dark: #334155;
  --text-light: #f8fafc;
  --bg-light: #f1f5f9;
  --transition: all 0.3s ease; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif; }

body {
  color: var(--text-dark);
  background-color: #fff;
  overflow-x: hidden; }

/* --- Scroll Progress Tracker --- */
#scroll-tracker {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: var(--accent-color);
  width: 0%;
  z-index: 2000;
  transition: width 0.1s ease-out; }

/* --- TOP BAR --- */
.top-bar {
  background-color: var(--primary-color);
  color: var(--text-light);
  padding: 8px 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  border-bottom: 1px solid #1e293b; }

.top-bar-info span {
  margin-right: 20px; }

.top-bar-info i {
  color: var(--secondary-color);
  margin-right: 5px; }

/* --- HEADER & MEGA MENU --- */
header {
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000; }

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4%;
  height: 80px; }

.logo-bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px; }

.logo-bg h1 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 700; }

.logo-bg span {
  color: var(--secondary-color);
  display: block;
  font-size: 0.8rem; }

.logo-bg:hover {
  text-decoration: none; }

.nav-links {
  display: flex;
  height: 100%; }

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%; }

.nav-link {
  padding: 0 20px;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 100%;
  transition: var(--transition); }

.nav-link:hover, .nav-item:hover .nav-link {
  color: var(--secondary-color);
  background: rgba(2, 132, 199, 0.05);
  text-decoration: none; }

.nav-link.active, .nav-item.active .nav-link {
  color: var(--secondary-color);
  background: rgba(2, 132, 199, 0.05); }

/* Mega Menu Container */
.mega-menu {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 90vw;
  max-width: 1100px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  border-top: 3px solid var(--secondary-color);
  border-radius: 0 0 8px 8px; }

.mega-menu.short-menu {
  width: 350px;
  grid-template-columns: 1fr; }

.nav-item:hover .mega-menu {
  opacity: 1;
  visibility: visible; }

.mega-col h3 {
  font-size: 0.95rem;
  color: var(--primary-color);
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--bg-light);
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.mega-col ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.mega-col ul li a,
.mega-col ul li a:visited {
  display: block;
  padding: 8px 0;
  color: #64748b;
  text-decoration: none;
  font-size: 0.9rem;
  transition: var(--transition); }

.mega-col ul li a:hover {
  color: var(--secondary-color);
  padding-left: 2px;
  text-decoration: none !important; }

.menu-toggle {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--primary-color); }

.mega-menu ul li.active a {
  color: var(--secondary-color);
  background: #f2f2f2;
  padding-left: 5px; }

/* --- HERO SLIDER --- */
.hero-container {
  position: relative;
  height: 480px;
  width: 100%;
  overflow: hidden;
  background: #000; }

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  display: flex;
  align-items: center;
  padding: 0 10%; }

.slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.4) 100%);
  z-index: 1; }

.slide.active {
  opacity: 1; }

.slide-content {
  position: relative;
  z-index: 2;
  color: var(--text-light);
  max-width: 600px; }

.slide-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2; }

.slide-content p {
  font-size: 1.05rem;
  margin-bottom: 25px;
  color: #cbd5e1; }

.btn {
  display: inline-block;
  padding: 12px 28px;
  background: var(--secondary-color);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: var(--transition); }

.btn:hover {
  background: #0270a5;
  transform: translateY(-2px); }

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: var(--transition); }

.slider-btn:hover {
  background: var(--secondary-color); }

.prev-btn {
  left: 20px; }

.next-btn {
  right: 20px; }

/* --- NEWS SLIDER / TICKER --- */
.news-ticker-section {
  background: var(--bg-light);
  padding: 12px 4%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e8f0; }

.ticker-title {
  background: var(--accent-color);
  color: var(--primary-color);
  padding: 6px 12px;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  border-radius: 3px;
  white-space: nowrap;
  margin-right: 20px; }

.ticker-wrap {
  width: 100%;
  overflow: hidden; }

.ticker-move {
  display: flex;
  width: max-content;
  animation: ticker 25s linear infinite; }

.ticker-move:hover {
  animation-play-state: paused; }

.ticker-item {
  padding: 0 30px;
  font-size: 0.9rem;
  color: var(--text-dark);
  text-decoration: none;
  border-right: 1px solid #cbd5e1;
  display: flex;
  align-items: center;
  gap: 10px; }

.ticker-item span.badge {
  background: var(--primary-color);
  color: #fff;
  padding: 2px 6px;
  font-size: 0.75rem;
  border-radius: 3px; }

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-50%, 0, 0); } }
/* --- NEW: TRUST & EXPERIENCE STATS SECTION --- */
.trust-section {
  background: #fff;
  padding: 60px 4%;
  border-bottom: 1px solid #e2e8f0; }

.trust-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center; }

.trust-content h2 {
  font-size: 2.2rem;
  color: var(--primary-color);
  line-height: 1.3;
  margin-bottom: 20px; }

.trust-content h2 span {
  color: var(--secondary-color); }

.trust-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px; }

.metric-card {
  background: var(--bg-light);
  padding: 25px;
  border-radius: 6px;
  border-left: 4px solid var(--accent-color); }

.metric-card h3 {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 5px; }

.metric-card p {
  font-size: 0.95rem;
  color: #475569;
  font-weight: 500; }

.trust-img-wrapper {
  width: 100%;
  max-width: 1300px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1); }

.trust-img-wrapper img {
  width: 100%;
  height: auto;
  max-height: 464px;
  object-fit: cover;
  display: block; }

/* --- CARD SLIDER SECTION --- */
.section-container {
  padding: 60px 0;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.section-header {
  text-align: center;
  margin-bottom: 40px; }

.section-header h2 {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 10px; }

.section-header p {
  color: #64748b; }

.card-slider-wrapper {
  overflow: hidden;
  margin: 0 -15px;
  padding: 10px 0; }

.card-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
  width: 100%; }

.card-item {
  flex: 0 0 33.333%;
  padding: 0 15px; }

.card-inner {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  transition: var(--transition);
  height: 100%; }

.card-inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: var(--secondary-color); }

.card-icon {
  font-size: 2rem;
  color: var(--secondary-color);
  margin-bottom: 20px; }

.card-inner h3 {
  margin-bottom: 12px;
  color: var(--primary-color);
  font-size: 1.2rem; }

.card-inner p {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.5; }

.card-ctrl {
  position: absolute;
  top: 40px;
  right: 4%;
  display: flex;
  gap: 10px; }

.ctrl-btn {
  background: #fff;
  border: 1px solid #cbd5e1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition); }

.ctrl-btn:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color); }

/* --- COMPREHENSIVE FOOTER --- */
footer {
  background: var(--primary-color);
  color: #94a3b8;
  padding: 60px 4% 20px;
  font-size: 0.9rem; }

.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px; }

.footer-col h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.4rem; }

.footer-col h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.05rem;
  position: relative;
  padding-bottom: 8px; }

.footer-col h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: var(--secondary-color); }

.footer-col p {
  line-height: 1.6;
  margin-bottom: 15px; }

.footer-col ul {
  list-style: none; }

.footer-col ul li {
  margin-bottom: 12px; }

.footer-col ul li a {
  color: #94a3b8;
  text-decoration: none;
  transition: var(--transition);
  border-bottom: 1px solid transparent; }

.footer-col ul li a:hover {
  color: #fff;
  padding-left: 2px; }

.footer-col ul li.active a {
  transition: var(--transition);
  border-bottom: 1px solid #94a3b8; }

.footer-col.address_bg {
  line-height: 1.6; }

.footer-socials {
  display: flex;
  gap: 15px;
  margin-top: 15px; }

.footer-socials a {
  width: 35px;
  height: 35px;
  background: #1e293b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: var(--transition); }

.footer-socials a:hover {
  background: var(--secondary-color); }

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #1e293b;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px; }

.footer-bottom-links a {
  color: #64748b;
  text-decoration: none;
  margin-left: 20px;
  transition: var(--transition); }

.footer-bottom-links a:hover {
  color: #fff; }

/* --- Back To Top Button --- */
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: var(--secondary-color);
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 999; }

#backToTop.show {
  opacity: 1;
  visibility: visible; }

#backToTop:hover {
  background: var(--primary-color);
  transform: translateY(-3px); }

/* --- RESPONSIVE STYLES --- */
@media (max-width: 992px) {
  .top-bar {
    display: none; }

  .menu-toggle {
    display: block; }

  .nav-links {
    position: absolute;
    top: 80px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 80px);
    background: #fff;
    flex-direction: column;
    overflow-y: auto;
    transition: left 0.3s ease; }

  .nav-links.active {
    left: 0; }

  .nav-item {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    width: 100%;
    border-bottom: 1px solid var(--bg-light); }

  .nav-link {
    width: 100%;
    padding: 20px;
    justify-content: space-between; }

  .mega-menu {
    position: static;
    transform: none;
    width: 100%;
    box-shadow: none;
    grid-template-columns: 1fr;
    padding: 0 20px 20px 30px;
    display: none;
    border-top: none; }

  .nav-item.open .mega-menu {
    display: block; }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 30px; }

  .card-item {
    flex: 0 0 50%; }

  .footer-grid {
    grid-template-columns: 1fr 1fr; }

  .card-ctrl {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
    margin-bottom: 20px; } }
@media (max-width: 600px) {
  .card-item {
    flex: 0 0 100%; }

  .footer-grid {
    grid-template-columns: 1fr; }

  .slide-content h2 {
    font-size: 1.8rem; }

  .hero-container {
    height: 400px; }

  .footer-bottom {
    flex-direction: column;
    text-align: center; }

  .footer-bottom-links a {
    margin: 0 10px; }

  .trust-metrics {
    grid-template-columns: 1fr; } }
/* --- PAGE BANNER --- */
.page-banner {
  background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.85)), url("../../img/other page header bg.PNG");
  background-size: cover;
  background-position: center;
  padding: 80px 4%;
  color: #fff;
  text-align: center; }

.page-banner h1 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 500; }

.page-banner p {
  color: #cbd5e1;
  font-size: 1.1rem; }

/* --- ABOUT CONTENT GRID --- */
.about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 4%; }

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  align-items: start;
  margin-bottom: 60px; }

.about-text h2 {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 20px; }

.about-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 20px; }

/* Widescreen Banner Container */
.widescreen-banner-wrapper {
  width: 100%;
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1); }

.widescreen-banner-wrapper img {
  width: 100%;
  max-width: 1300px;
  height: auto;
  max-height: 464px;
  object-fit: cover;
  display: block; }

/* Sidebar Stats Panel */
.about-sidebar {
  background: var(--bg-light);
  padding: 40px 30px;
  border-radius: 8px;
  border-top: 4px solid var(--secondary-color); }

.about-sidebar h3 {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-size: 1.3rem; }

.stat-box {
  margin-bottom: 25px; }

.stat-box:last-child {
  margin-bottom: 0; }

.stat-box h4 {
  font-size: 2.2rem;
  color: var(--secondary-color);
  margin-bottom: 5px; }

.stat-box p {
  font-size: 0.95rem;
  color: var(--text-dark);
  font-weight: 500; }

/* --- VISION, MISSION, VALUES --- */
.pillars-bg {
  background: #f8fafc;
  padding: 60px 4%;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0; }

.pillars-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }

.pillar-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  transition: var(--transition); }

.pillar-card:hover {
  transform: translateY(-5px);
  border-color: var(--secondary-color); }

.pillar-icon {
  font-size: 2.2rem;
  color: var(--secondary-color);
  margin-bottom: 20px; }

.pillar-card h3 {
  font-size: 1.3rem;
  color: var(--primary-color);
  margin-bottom: 15px; }

.pillar-card p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6; }

/*Chairman & Board of Directors*/
.bg_set_gradient_light_1 {
  background: linear-gradient(to top, #f2f2f2, #fff); }

.bg_set_gradient_light_2 {
  background: linear-gradient(to top, #e5e5e5, #fff); }

.alertMsg_style {
  color: #f00;
  display: none; }

.grid_1_bg {
  width: 100%;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  justify-content: center; }

.grid_1_each_bg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border: 1px solid #ccc;
  background: #f2f2f2 url("../../img/WASO Credit Rating Company (BD) Limited_ Logo_  Demo_ Light_ 001.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 200%;
  transition: .3s; }

.grid_1_each_bg:hover {
  transition: .3s; }

.grid_1_each_bg .grid_footer {
  width: 100%;
  padding: 10px 15px;
  display: block; }

.grid_1_each_bg .grid_icon {
  border: 1px solid #999;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s; }

.grid_1_each_bg .grid_icon i {
  font-size: 100px;
  border: 1px solid transparent;
  overflow: hidden; }

.grid_1_each_bg:hover i {
  color: #0A8200;
  transition: .3s; }

.grid_1_each_bg img {
  padding: 5px;
  border: 1px solid #b5b5b5;
  background: #fff; }

.grid_1_each_bg:hover .grid_icon {
  border: 1px solid #0A8200;
  transition: .3s; }

.grid_content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.w_100 {
  width: 100%; }

.grid_heading {
  font-size: 17px;
  text-align: center;
  margin: 20px 0 10px 0; }

.divider_line_001 {
  width: 100%;
  padding: 2px;
  background: #ccc;
  border-radius: 20px;
  width: 100%; }

.grid_details {
  margin-top: 15px;
  font-size: 13px;
  text-align: justify; }

/*Icon Card*/
.card_bg {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

.card_each_bg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  box-shadow: 0 0 7px #999;
  background: #fff url("../../img/WASO Logo_ TP_ 50_ 001.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 60%;
  transition: .3s; }

.card_each_bg:hover {
  transform: scale(1.05);
  transition: .3s; }

.card_each_bg .card_footer {
  width: 100%;
  padding: 10px 15px;
  display: block; }

.card_each_bg .card_icon {
  border: 1px solid #999;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s; }

.card_each_bg .card_icon i {
  font-size: 100px;
  border: 1px solid transparent;
  overflow: hidden; }

.card_each_bg:hover i {
  color: #0A8200;
  transition: .3s; }

.card_each_bg:hover .card_icon {
  border: 1px solid #0A8200;
  transition: .3s; }

.card_content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.card_heading {
  font-size: 17px;
  text-align: center;
  margin: 20px 0; }

/* Grid for Board Members */
.board-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px; }

/* Profile Card */
.profile-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 20px; }

.image-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1 / 1; }

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.image-container:hover .profile-img {
  transform: scale(1.05); }

.profile-info {
  padding: 20px 15px 0 15px; }

.profile-name {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--primary-color);
  margin: 0 0 5px 0; }

.profile-role {
  font-size: 0.95rem;
  color: #718096;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

/* Full-screen Lightbox overlay */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.lightbox.active {
  display: flex; }

.lightbox-img {
  max-width: 90%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 4px; }

.lightbox-caption {
  color: white;
  margin-top: 15px;
  font-size: 1.2rem;
  text-align: center;
  padding: 0 20px; }

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer; }

/*msgA-popup-cus*/
.msgA-conf-box-area {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 999; }

.msgA-conf-box-area .msgA-conf-box-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  min-width: 500px;
  height: auto;
  padding: 15px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 0 10px #666;
  z-index: 1000; }

.msgA-conf-box-1 .msgA-heading {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.msgA-conf-box-1 .msgA-heading-text {
  font-size: 16px;
  font-weight: 600;
  width: max-content;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.msgA-conf-box-1 .msgA-body {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.msgA-conf-box-1 .msgA-body .msgA-body-note {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  width: 100%; }

.msgA-conf-box-1 .msgA-body [class^="magA-icon-"],
.msgA-conf-box-1 .msgA-body [class*=" magA-icon-"] {
  font-size: 80px;
  font-weight: 600;
  text-shadow: 1px 1px 0 #666;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px; }

.magA-icon-yes, .magA-icon-success, .magA-icon-go {
  color: #097600; }

.magA-icon-no, .magA-icon-error, .magA-icon-stop {
  color: #FF0003; }

.magA-icon-alert, .magA-icon-warning {
  color: #FF0003; }

.magA-icon-help, .magA-icon-info, .magA-icon-message {
  color: #097600; }

.magA-icon-simple {
  color: #666; }

.magA-icon-black {
  color: #000F00; }

.msgA-conf-box-1 .msgA-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px; }

.msgA-conf-box-1 .msgA-footer .msgA-footer-btn-bg {
  width: max-content;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px; }

.msgA-conf-box-1 .msgA-footer [class^="msgA-btn-"],
.msgA-conf-box-1 .msgA-footer [class*=" msgA-btn-"] {
  font-size: 16px;
  font-weight: 600;
  border-width: 1px;
  border-style: solid;
  padding: 4px 20px;
  width: max-content;
  transition: .3s; }

.msgA-conf-box-1 .msgA-footer [class^="msgA-btn-"]:hover,
.msgA-conf-box-1 .msgA-footer [class*=" msgA-btn-"]:hover {
  /*transform: scale(1.05);*/
  box-shadow: 0 0 0 3px rgba(173, 173, 173, 0.7);
  background: #fff;
  transition: .3s; }

.msgA-btn-classic {
  border-color: #00028E;
  background: linear-gradient(to top, #f2f2f2, #fff);
  color: #00028E; }

.msgA-btn-classic-no {
  border-color: #FF0003;
  background: linear-gradient(to top, #f2f2f2, #fff);
  color: #FF0003; }

.msgA-btn-classic-alert {
  border-color: #EF8500;
  background: linear-gradient(to top, #f2f2f2, #fff);
  color: #EF8500; }

.msgA-btn-classic-yes {
  border-color: #097600;
  background: linear-gradient(to top, #f2f2f2, #fff);
  color: #097600; }

.msgA-btn-classic-help {
  border-color: #008DF4;
  background: linear-gradient(to top, #f2f2f2, #fff);
  color: #008DF4; }

.msgA-btn-classic-help {
  border-color: #008DF4;
  background: linear-gradient(to top, #f2f2f2, #fff);
  color: #008DF4; }

.msgA-clock-ani-bg {
  position: relative;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 82 82'%3E%3Cpath d='M896.42-4751a40.62,40.62,0,0,0-4.46-16.24,39.38,39.38,0,0,0-2-3.46A41.18,41.18,0,0,0,877.7-4783a39.38,39.38,0,0,0-3.46-2,40.62,40.62,0,0,0-16.24-4.46c-.83-.05-1.66-.08-2.5-.08s-1.67,0-2.5.08a40.62,40.62,0,0,0-16.24,4.46,39.38,39.38,0,0,0-3.46,2A41.18,41.18,0,0,0,821-4770.7a39.38,39.38,0,0,0-2,3.46,40.62,40.62,0,0,0-4.46,16.24c-.05.83-.08,1.66-.08,2.5s0,1.67.08,2.5a40.62,40.62,0,0,0,4.46,16.24,39.38,39.38,0,0,0,2,3.46A41.18,41.18,0,0,0,833.3-4714a39.38,39.38,0,0,0,3.46,2,40.62,40.62,0,0,0,16.24,4.46c.83.05,1.66.08,2.5.08s1.67,0,2.5-.08a40.62,40.62,0,0,0,16.24-4.46,39.38,39.38,0,0,0,3.46-2A41.18,41.18,0,0,0,890-4726.3a39.38,39.38,0,0,0,2-3.46,40.62,40.62,0,0,0,4.46-16.24c.05-.83.08-1.66.08-2.5S896.47-4750.17,896.42-4751Zm-7.07,19.73-2.54-1.46-2,3.46,2.54,1.47a38.46,38.46,0,0,1-11.15,11.15l-1.47-2.54-3.46,2,1.46,2.54a37.7,37.7,0,0,1-14.73,4.06V-4715a2.5,2.5,0,0,0-2.5-2.5,2.5,2.5,0,0,0-2.5,2.5v4.41a37.7,37.7,0,0,1-14.73-4.06l1.46-2.54-3.46-2-1.47,2.54a38.46,38.46,0,0,1-11.15-11.15l2.54-1.47-2-3.46-2.54,1.46a37.7,37.7,0,0,1-4.06-14.73H822a2.5,2.5,0,0,0,2.5-2.5,2.5,2.5,0,0,0-2.5-2.5h-4.41a37.7,37.7,0,0,1,4.06-14.73l2.54,1.46,2-3.46-2.54-1.47a38.46,38.46,0,0,1,11.15-11.15l1.47,2.54,3.46-2-1.46-2.54a37.7,37.7,0,0,1,14.73-4.06v4.41a2.5,2.5,0,0,0,2.5,2.5,2.5,2.5,0,0,0,2.5-2.5v-4.41a37.7,37.7,0,0,1,14.73,4.06l-1.46,2.54,3.46,2,1.47-2.54a38.46,38.46,0,0,1,11.15,11.15l-2.54,1.47,2,3.46,2.54-1.46a37.7,37.7,0,0,1,4.06,14.73H889a2.5,2.5,0,0,0-2.5,2.5,2.5,2.5,0,0,0,2.5,2.5h4.41A37.7,37.7,0,0,1,889.35-4731.27Z' transform='translate(-814.5 4789.5)'/%3E%3C/svg%3E"); }

.msgA-clock-ani-engin {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 82 82'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ff0003;%7D%3C/style%3E%3C/defs%3E%3Cpath d='M952.5-4800a41,41,0,0,0-41,41,41,41,0,0,0,41,41,41,41,0,0,0,41-41A41,41,0,0,0,952.5-4800Zm0,79a38,38,0,0,1-38-38,38,38,0,0,1,38-38,38,38,0,0,1,38,38A38,38,0,0,1,952.5-4721Z' transform='translate(-911.5 4800)'/%3E%3Cpath class='cls-1' d='M954.89-4762.19a15.73,15.73,0,0,0,.42-3.8c-.25-8.43-1.89-16.91-2.77-25.32-.09-.92-.22-.92-.32,0-.87,8.41-2.51,16.89-2.76,25.32a13.32,13.32,0,0,0,.48,3.94,4,4,0,0,0-1.44,3.05,4,4,0,0,0,4,4,4,4,0,0,0,4-4A4,4,0,0,0,954.89-4762.19Zm-1.55-2.81h-1.92a4.89,4.89,0,0,1-.21-1.6c.1-3.37.76-6.76,1.11-10.13,0-.36.09-.36.13,0,.35,3.37,1,6.76,1.1,10.13A4.62,4.62,0,0,1,953.34-4765Z' transform='translate(-911.5 4800)'/%3E%3C/svg%3E");
  animation: clockMove_1 1s linear infinite; }

@keyframes clockMove_1 {
  0% {
    transform: rotate(0deg); }
  12.5% {
    transform: rotate(45deg); }
  25% {
    transform: rotate(90deg); }
  37.5% {
    transform: rotate(135deg); }
  50% {
    transform: rotate(180deg); }
  62.5% {
    transform: rotate(225deg); }
  75% {
    transform: rotate(270deg); }
  87.5% {
    transform: rotate(315deg); }
  100% {
    transform: rotate(360deg); } }
.msgA-ani-buffer-1 {
  width: 50px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2px; }

.msgA-ani-buffer-1-e-1,
.msgA-ani-buffer-1-e-2,
.msgA-ani-buffer-1-e-3 {
  width: 15px;
  height: 15px;
  border: 1px solid #e5e5e5;
  background: #008DF4; }

.msgA-ani-buffer-1-e-1 {
  animation: buffer_1_e_1 2s linear infinite; }

.msgA-ani-buffer-1-e-2 {
  animation: buffer_1_e_2 2s linear infinite; }

.msgA-ani-buffer-1-e-3 {
  animation: buffer_1_e_3 2s linear infinite; }

@keyframes buffer_1_e_1 {
  0% {
    transform: scale(1, 1);
    border-radius: 0px; }
  16.66% {
    transform: scale(1, 2);
    border-radius: 5px; }
  33.33% {
    transform: scale(1, 1);
    border-radius: 0px; }
  50% {
    transform: scale(1, 1);
    border-radius: 0px; }
  66.66% {
    transform: scale(1, 1);
    border-radius: 0px; }
  83.33% {
    transform: scale(1, 1);
    border-radius: 0px; }
  100% {
    transform: scale(1, 1);
    border-radius: 0px; } }
@keyframes buffer_1_e_2 {
  0% {
    transform: scale(1, 1);
    border-radius: 0px; }
  16.66% {
    transform: scale(1, 1);
    border-radius: 0px; }
  33.33% {
    transform: scale(1, 1);
    border-radius: 0px; }
  50% {
    transform: scale(1, 2);
    border-radius: 5px; }
  66.66% {
    transform: scale(1, 1);
    border-radius: 0px; }
  83.33% {
    transform: scale(1, 1);
    border-radius: 0px; }
  100% {
    transform: scale(1, 1);
    border-radius: 0px; } }
@keyframes buffer_1_e_3 {
  0% {
    transform: scale(1, 1);
    border-radius: 0px; }
  16.66% {
    transform: scale(1, 1);
    border-radius: 0px; }
  33.33% {
    transform: scale(1, 1);
    border-radius: 0px; }
  50% {
    transform: scale(1, 1);
    border-radius: 0px; }
  66.66% {
    transform: scale(1, 1);
    border-radius: 0px; }
  83.33% {
    transform: scale(1, 2);
    border-radius: 5px; }
  100% {
    transform: scale(1, 1);
    border-radius: 0px; } }
.table-striped tr:nth-child(odd) {
  background: #fff; }

.table-striped tr:nth-child(even) {
  background: #f2f2f2; }

.table-striped td {
  border-bottom: 1px solid #b5b5b5;
  padding: 5px; }

.insertForm_style_2 {
  border: 1px solid #ccc;
  padding: 20px; }

.light_bg_border_ccc {
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 7px 7px 4px 7px; }

.bg_ccc {
  background: #f2f2f2; }

.heading_center_border_radius_500 {
  text-align: center;
  font-size: 20px;
  padding: 7px 25px;
  border: 1px double #ccc;
  border-radius: 30px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto !important; }

.heading_ul_flex_betewn_end {
  border-bottom: 1px double #ccc;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5px; }

.heading_ul_flex_start_end {
  border-bottom: 1px double #ccc;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 5px; }

.heading_ul_flex_betewn_end h6,
.heading_ul_flex_betewn_end h5,
.heading_ul_flex_betewn_end h4,
.heading_ul_flex_betewn_end h3,
.heading_ul_flex_start_end h6,
.heading_ul_flex_start_end h5,
.heading_ul_flex_start_end h4,
.heading_ul_flex_start_end h3 {
  font-size: 20px;
  font-weight: normal; }

.custom_heading_border_bottom_left {
  font-size: 20px;
  font-weight: 600;
  padding: 7px 25px 7px 7px;
  border-bottom: 2px double #b5b5b5;
  width: 100%; }

.custom_heading_border_bottom_left_green {
  font-size: 20px;
  font-weight: 600;
  padding: 7px;
  color: #0A8200;
  border-bottom: 2px double #0A8200;
  width: 100%;
  margin-bottom: 15px; }

.custom_body_1 {
  padding: 20px;
  border: 1px solid #b5b5b5; }

.label_note_1 {
  font-size: 95%;
  color: #095B00; }

.border_color_red {
  border-color: #f00 !important; }

.custom_body_pined_1 {
  padding: 20px;
  border: 1px solid #b5b5b5;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 393.49 375'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:url(%23radial-gradient);%7D%3C/style%3E%3CradialGradient id='radial-gradient' cx='853.58' cy='1430.03' r='97.05' gradientTransform='translate(-943.36 676) rotate(-41.26) scale(1 1.23)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='lime'/%3E%3Cstop offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cpath d='M1089,1422h-82v30h82a31,31,0,0,1,31,31v164a31,31,0,0,1-31,31H925a31,31,0,0,1-31-31v-92H864v92a61.06,61.06,0,0,0,61,61h164a61.06,61.06,0,0,0,61-61V1483A61.06,61.06,0,0,0,1089,1422Z' transform='translate(-756.51 -1333)'/%3E%3Cpath d='M928.91,1482.29q-4.75,4.79-9.53,9.56-5.83,5.84-11.7,11.64l104.11,104.11,21.21-21.21Z' transform='translate(-756.51 -1333)'/%3E%3Cpath class='cls-1' d='M907.22,1503q5.81-5.87,11.64-11.7,4.77-4.78,9.55-9.53l0-.06,12.15-12.16c.68-.7,1.39-1.41,2.06-2.06l1-1a24.2,24.2,0,0,0-3-36.76l-.25-.18-78.44-51.83-25.5-35-.43-.49A27.23,27.23,0,0,0,796.2,1341l-31.72,31.71a27.23,27.23,0,0,0,1.27,39.7l.45.39L804,1441l49,75.37.36.53A24.2,24.2,0,0,0,871,1527c.68.06,1.35.08,2,.08a24.15,24.15,0,0,0,17.11-7.09l17-17Z' transform='translate(-756.51 -1333)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top 10px right 15px;
  background-size: 30px; }

.bg_set_gradient_light_1 {
  background: linear-gradient(to top, #f2f2f2, #fff); }

.bg_set_gradient_light_2 {
  background: linear-gradient(to top, #e5e5e5, #fff); }

.alertMsg_style {
  color: #f00;
  display: none; }

.grid_1_bg {
  width: 100%;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  justify-content: center; }

.grid_1_each_bg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border: 1px solid #ccc;
  box-shadow: 0 0 7px #999;
  background: #fff url("../../img/WASO Credit Rating Company (BD) Limited_ Logo_  Demo_ Light_ 001.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 200%;
  transition: .3s; }

.grid_1_each_bg:hover {
  background: rgba(4, 255, 0, 0.02);
  transition: .3s; }

.grid_1_each_bg .grid_footer {
  width: 100%;
  padding: 10px 15px;
  display: block; }

.grid_1_each_bg .grid_icon {
  border: 1px solid #999;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s; }

.grid_1_each_bg .grid_icon i {
  font-size: 100px;
  border: 1px solid transparent;
  overflow: hidden; }

.grid_1_each_bg:hover i {
  color: #0A8200;
  transition: .3s; }

.grid_1_each_bg img {
  padding: 5px;
  border: 1px solid #ccc;
  background: linear-gradient(to top, rgba(255, 0, 0, 0.1), rgba(255, 221, 0, 0.2), rgba(4, 255, 0, 0.1)); }

.grid_1_each_bg:hover .grid_icon {
  border: 1px solid #0A8200;
  transition: .3s; }

.grid_content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center; }

/*Matrix*/
.tab_normal_hea_cen thead {
  font-weight: 500;
  border-bottom: 2px solid #666; }

.tab_normal_hea_cen thead td {
  font-weight: 500;
  border: 1px solid #666;
  padding: 5px; }

.tab_normal_hea_cen tbody td {
  font-weight: normal;
  border: 1px solid #666;
  padding: 5px; }

.tab_normal_hea_cen tfoot {
  font-weight: 500;
  border-top: 2px solid #666; }

.tab_normal_hea_cen tfoot td {
  font-weight: normal;
  border: 1px solid #666;
  padding: 5px; }

.tab_border_only_bottom thead {
  font-weight: 500;
  border-bottom: 2px solid #666; }

.tab_border_only_bottom thead td {
  font-weight: 500;
  border-bottom: 1px solid #666;
  padding: 5px; }

.tab_border_only_bottom tbody td {
  font-weight: normal;
  border-bottom: 1px solid #666;
  padding: 5px; }

.tab_border_only_bottom tfoot {
  font-weight: 500;
  border-top: 2px solid #666; }

.tab_border_only_bottom tfoot td {
  font-weight: normal;
  border-bottom: 1px solid #666;
  padding: 5px; }

.tab_view_striped_1 thead td {
  font-weight: 400;
  color: #fff;
  padding: 5px;
  background: #666;
  border: 1px solid #666; }

.tab_view_striped_1 thead th {
  font-weight: normal;
  color: #fff;
  padding: 5px;
  background: #666;
  border: 1px solid #666; }

.tab_view_striped_1 tbody td {
  font-weight: normal;
  padding: 5px;
  border-bottom: 1px solid #ccc; }

.tab_view_striped_1 tbody td:last-child {
  border-right: 1px solid #ccc; }

.tab_view_striped_1 tbody td:first-child {
  border-left: 1px solid #ccc; }

.tab_view_striped_1 tbody tr:hover {
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white);
  transition: .3s; }

.tab_view_striped_2 {
  border: 1px solid #333;
  padding: 5px; }

.tab_view_striped_2 tr:nth-child(even) {
  background: rgba(154, 179, 151, 0.1); }

.tab_view_striped_2 tr:nth-child(odd) {
  background: rgba(200, 186, 186, 0.1); }

.tab_view_striped_3 tr:nth-child(even) {
  background: #eef3ec; }

.tab_view_striped_3 tr:nth-child(odd) {
  background: #f5ffef; }

.brochure_dl_area_bg {
  padding: 15px;
  border: 1px solid #095B00;
  border-radius: 0 50px 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.brochure_dl_text_bg i {
  font-size: 110%; }

.brochure_dl_area_bg .brochure_dl_text_bg {
  width: 100%;
  padding-right: 20px; }

.download_btn_2 {
  text-decoration: none !important;
  text-transform: uppercase;
  border-radius: 0 50px 50px 0 !important;
  padding: 12px 30px 12px 20px !important; }

.download_btn_2 i {
  font-size: 30px; }

.heading_ul_block_1 {
  font-size: 22px;
  border-bottom: 1px solid #999;
  display: block; }

.flex_wrap {
  display: flex;
  flex-wrap: wrap; }

@media only screen and (max-width: 800px) and (min-width: 10px) {
  .login_pg_logo_s {
    width: 70px !important;
    height: auto; }

  .login_pg_logo_l {
    display: none; } }
.display_none {
  display: none; }

.text_justify {
  text-align: justify; }

.text {
  text-decoration: none; }

.read_more_link {
  text-decoration: none !important;
  font-style: italic;
  color: #007cff;
  transition: .3s; }

.read_more_link:hover {
  text-decoration: none !important;
  text-shadow: 1px 1px 0 #ccc;
  color: #001DFF;
  transition: .3s; }

.read_more_link_o {
  text-decoration: none !important;
  font-style: italic;
  color: #FF7600;
  transition: .3s; }

.read_more_link_o:hover {
  text-decoration: none !important;
  text-shadow: 1px 1px 0 #ccc;
  color: #001DFF;
  transition: .3s; }

.c1_text_view a {
  text-decoration: none !important; }

.a_link_btn_001 {
  text-decoration: none;
  padding: 7px 15px;
  color: #fff;
  border: 2px solid #00aaff;
  background: linear-gradient(to right, #6bcdff, #007bb8);
  transition: .3s; }

.a_link_btn_001:hover {
  text-decoration: none;
  padding: 7px 15px;
  color: #00aaff;
  border: 2px solid #00aaff;
  background: #fff;
  transition: .3s; }

.a_link_btn_002 {
  text-decoration: none;
  padding: 7px 15px;
  color: #00aaff;
  border: 2px solid #00aaff;
  background: #fff;
  transition: .3s; }

.a_link_btn_002:hover {
  text-decoration: none;
  padding: 7px 15px;
  color: #fff;
  border: 2px solid #00aaff;
  background: linear-gradient(to right, #6bcdff, #007bb8);
  transition: .3s; }

.btn_link_001 {
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #001DFF;
  border: 1px solid transparent;
  background: transparent;
  transition: .3s; }

.btn_link_001:hover {
  color: #ff5100;
  transition: .3s; }

.btn_link_001:active {
  color: #007BC9;
  transition: .3s; }

.btn_link_001:focus {
  color: #219200;
  transition: .3s; }

.green_1 {
  color: #1ac100; }

.green_2 {
  color: #0c5c00; }

/* ====== Sweet Alert 2 Start === */
/* ====== Sweet Alert 2 Start === */
/* ====== Sweet Alert 2 Start === */
.cBtn {
  margin: 0 5px; }

.sweetAlert2_text {
  width: 100%;
  text-align: center;
  padding: 5px 0;
  color: #000; }

.sweetAlert2_text h3 {
  width: 100%;
  text-align: center;
  padding: 15px 0; }

.sweetAlert2_text h3 .aprIcon {
  font-size: 300%;
  padding: 10px;
  color: #28a745; }

.sweetAlert2_text h3 .nAprIcon {
  font-size: 300%;
  padding: 10px;
  color: #fd7e14; }

.sweetAlert2_text h3 .nAprIconE {
  font-size: 300%;
  padding: 10px;
  color: #E800FF; }

.sweetAlert2_text h3 .disIcon {
  font-size: 300%;
  padding: 10px;
  color: #ffc107; }

.sweetAlert2_text h3 .delIcon {
  font-size: 300%;
  padding: 10px;
  color: #f00; }

/* ====== Sweet Alert 2 End === */
/* ====== Sweet Alert 2 End === */
/* ====== Sweet Alert 2 End === */
/*Flex*/
.flex_space_between_center {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.flex_flex_start_center {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.font_size_30 {
  font-size: 30px; }

.font_size_20 {
  font-size: 20px; }

.font_size_12 {
  font-size: 12px; }

.font_size_14 {
  font-size: 14px; }

.font_size_15 {
  font-size: 15px; }

.font_size_16 {
  font-size: 16px; }

.font_size_18 {
  font-size: 18px; }

.font_size_25 {
  font-size: 25px; }

.border_bottom_1_000 {
  border-bottom: 1px solid #000; }

.border_bottom_1_333 {
  border-bottom: 1px solid #333; }

.border_bottom_1_666 {
  border-bottom: 1px solid #666; }

.border_bottom_1_999 {
  border-bottom: 1px solid #999; }

.border_bottom_1_ccc {
  border-bottom: 1px solid #ccc; }

.border_bottom_ccc {
  border-bottom: 1px solid #ccc; }

.font_weight_900 {
  font-weight: 900; }

.font_weight_800 {
  font-weight: 800; }

.font_weight_700 {
  font-weight: 700; }

.font_weight_600 {
  font-weight: 600; }

.font_weight_500 {
  font-weight: 500; }

.color_skyblue {
  color: #0BAFFF; }

.color_green {
  color: #01A000; }

.color_blue {
  color: blue; }

.color_orange {
  color: #E89E00; }

.color_red {
  color: #f00; }

.color_blue_2 {
  color: #001FB1; }

.color_royal_blue {
  color: #000A78; }

.color_ccc {
  color: #ccc; }

.color_999 {
  color: #999; }

.color_666 {
  color: #666; }

.color_333 {
  color: #333; }

.color_000 {
  color: #000; }

.color_ms_word {
  color: #185ABD; }

.color_ms_excel {
  color: #107C41; }

.margin_5 {
  margin: 5px; }

.margin_10 {
  margin: 10px; }

.margin_20 {
  margin: 20px; }

.margin_30 {
  margin: 30px; }

.margin_top_0 {
  margin-top: 0; }

.margin_bottom_0 {
  margin-bottom: 0; }

.margin_left_0 {
  margin-left: 0; }

.margin_right_0 {
  margin-right: 0; }

.margin_left_5 {
  margin-left: 5px; }

.margin_right_5 {
  margin-right: 5px; }

.margin_left_30 {
  margin-left: 30px; }

.margin_right_30 {
  margin-right: 30px; }

.margin_left_10 {
  margin-left: 10px; }

.margin_left_right_10 {
  margin: 0 10px; }

.margin_left_right_15 {
  margin: 0 15px; }

.margin_left_right_20 {
  margin: 0 20px; }

.margin_left_right_30 {
  margin: 0 30px; }

.margin_right_10 {
  margin-right: 10px; }

.margin_off {
  margin: 0; }

.margin_top_100 {
  margin-top: 100px; }

.margin_20 {
  margin: 20px; }

.margin_top_10 {
  margin-top: 10px; }

.margin_top_20 {
  margin-top: 20px; }

.margin_top_bottom_20 {
  margin: 20px 0; }

.margin_top_bottom_5 {
  margin: 5px 0; }

.margin_top_bottom_30 {
  margin: 30px 0; }

.margin_top_5 {
  margin-top: 5px; }

.margin_top_10 {
  margin-top: 10px; }

.margin_top_20 {
  margin-top: 20px; }

.margin_top_3 {
  margin-top: 30px; }

.margin_top_40 {
  margin-top: 40px; }

.margin_top_50 {
  margin-top: 50px; }

.margin_top_60 {
  margin-top: 60px; }

.margin_top_70 {
  margin-top: 70px; }

.margin_top_80 {
  margin-top: 80px; }

.margin_top_90 {
  margin-top: 90px; }

.margin_bottom_50 {
  margin-bottom: 45px; }

.margin_bottom_50 {
  margin-bottom: 45px; }

.margin_bottom_40 {
  margin-bottom: 40px; }

.margin_bottom_35 {
  margin-bottom: 35px; }

.margin_bottom_30 {
  margin-bottom: 30px; }

.margin_bottom_25 {
  margin-bottom: 25px; }

.margin_bottom_20 {
  margin-bottom: 20px; }

.margin_bottom_15 {
  margin-bottom: 15px; }

.margin_bottom_10 {
  margin-bottom: 10px; }

.margin_bottom_5 {
  margin-bottom: 5px; }

.margin_left_20 {
  margin-left: 20px; }

.margin_right_20 {
  margin-right: 20px; }

.margin_left_10 {
  margin-left: 10px; }

.padding_marging_0 {
  padding: 0;
  margin: 0; }

.padding_top_bottom_10 {
  padding: 10px 0; }

.padding_top_bottom_20 {
  padding: 20px 0; }

.padding_top_bottom_30 {
  padding: 30px 0; }

.padding_top_bottom_40 {
  padding: 40px 0; }

.padding_top_bottom_50 {
  padding: 30px 0; }

.padding_top_bottom_50 {
  padding: 30px 0; }

.padding_top_bottom_60 {
  padding: 60px 0; }

.padding_top_bottom_70 {
  padding: 70px 0; }

.padding_top_bottom_80 {
  padding: 80px 0; }

.padding_top_90 {
  padding-top: 90px; }

.padding_top_30 {
  padding-top: 30px; }

.padding_top_15 {
  padding-top: 15px; }

.padding_top_7 {
  padding-top: 7px; }

.padding_top_5 {
  padding-top: 5px; }

.padding_top_10 {
  padding-top: 10px; }

.padding_bottom_20 {
  padding-bottom: 20px; }

.padding_bottom_15 {
  padding-bottom: 15px; }

.padding_bottom_10 {
  padding-bottom: 10px; }

.padding_bottom_5 {
  padding-bottom: 5px; }

.padding_top_none {
  padding-top: 0; }

.padding_10 {
  padding: 10px; }

.padding_TB_15_LR_10 {
  padding: 15px 10px; }

.padding_TB_10_LR_10 {
  padding: 10px; }

.padding_3 {
  padding: 3px; }

.padding_5 {
  padding: 5px; }

.padding_10 {
  padding: 10px; }

.padding_3_th_td th,
.padding_3_th_td td {
  padding: 3px; }

.padding_5_margin_5 {
  padding: 5px;
  margin: 5px; }

.padding_5_left_right {
  padding: 0 5px; }

.padding_10_left_right {
  padding: 0 10px; }

.padding_15_left_right {
  padding: 0 15px; }

.padding_20_left_right {
  padding: 0 20px; }

.padding_20 {
  padding: 20px; }

.padding_15 {
  padding: 15px; }

.padding_5 {
  padding: 5px; }

.padding_right_5 {
  padding-right: 5px; }

.padding_right_10 {
  padding-right: 10px; }

.padding_right_15 {
  padding-right: 15px; }

.padding_right_20 {
  padding-right: 10px; }

.padding_right_20 {
  padding-right: 10px; }

.padding_right_25 {
  padding-right: 25px; }

.padding_left_5 {
  padding-left: 5px; }

.padding_left_10 {
  padding-left: 10px; }

.padding_left_15 {
  padding-left: 15px; }

.padding_left_20 {
  padding-left: 20px; }

.padding_left_25 {
  padding-left: 25px; }

.padding_left_30 {
  padding-left: 30px; }

.padding_top_none {
  padding-top: 0; }

.border_ccc {
  border: 1px solid #ccc; }

.border_top_ccc {
  border-top: 1px solid #ccc; }

.border_top_skyBlue_10 {
  border-top: 10px solid #3E78FF; }

.border_bottom_ccc {
  border-bottom: 1px solid #ccc; }

.border_left_ccc {
  border-left: 1px solid #ccc; }

.border_right_ccc {
  border-right: 1px solid #ccc; }

.border_right_red {
  border-right: 1px solid #f00; }

.border_left_999 {
  border-left: 1px solid #999; }

.border_right_999 {
  border-right: 1px solid #999; }
