@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');


.link-unstyled,
.link-unstyled:hover,
.link-unstyled:active,
.link-unstyled:visited {
  color: inherit !important;
  text-decoration: none !important;
}

section.login,
section.page-register,
section.forgot {
  background: #000;
}

section.login .login-form ,
section.page-register .register-form,
section.forgot .forgot-form {
  background: #fff;
  padding: 53px 100px 50px 100px;
}

section.login .login-form .section-title h1 ,
section.page-register .register-form .section-title h1,
section.forgot .forgot-form .section-title h1 {
  font-weight: 400;
  font-size: 52px;
  line-height: 63px;
  text-align: center;
  color: #000000;
  font-family: 'Inter', sans-serif;
}

section.login .login-form .section-title p ,
section.page-register .register-form .section-title p,
section.forgot .forgot-form .section-title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin: 24px auto 0 auto;
  text-align: center;
  color: #000000;
  width: 83%;
  font-family: 'dm_sansregular', sans-serif;
}

section.login .login-form label ,
section.page-register .register-form label,
section.forgot .forgot-form label {
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  font-family: 'dm_sansregular', sans-serif;
}

section.login .login-form .register-btn ,
section.page-register .register-form .login-btn,
section.forgot .forgot-form .login-btn {
  text-decoration: underline;
  color: #6820EA;
  font-family: 'dm_sansregular', sans-serif;
  font-size: 18px;
  line-height: 27px;
}


section.login .login-form .form-control ,
section.page-register .register-form .form-control,
section.forgot .forgot-form .form-control {
  border: 1px solid #C9C9C9;
  border-radius: 1px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  font-family: 'dm_sansregular', sans-serif;
  padding: 16.5px 16px;
}

section.login .login-form input#password::placeholder ,
section.page-register .register-form input#password::placeholder,
section.forgot .forgot-form input#password::placeholder {
  font-size: 18px;
  line-height: 23px;
  font-family: 'dm_sansregular', sans-serif;
  color: #000000;
}


section.login .login-form .btn-submit ,
section.page-register .register-form .btn-submit,
section.forgot .forgot-form .btn-submit {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #6820EA;
  border-radius: 1px;
  padding: 18px 36px 16px 36px;
  width: 280px;  font-family: 'Inter', sans-serif;
  transition: all 0.3s;
}

section.login .login-form .btn-submit:hover ,
section.page-register .register-form .btn-submit:hover,
section.forgot .forgot-form .btn-submit:hover {
  background: #6820eac9;
  transition: all 0.3s;
}


.form-switch .form-check-input {
  cursor: pointer;
}

section.login p, section.page-register p, section.forgot p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  font-family: 'dm_sansregular', sans-serif;
  color: #000000;
}

section.forgot p .new_alert{
  font-weight: bolder;
}

section.login .text-muted, section.page-register .text-muted, section.forgot .text-muted {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: right;
  font-family: 'dm_sansregular', sans-serif;
  color: #A0A0A0;
}

#topbar .row a {
  width: auto;
  font-family: 'dm_sansregular', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.4s ease-in-out;
}

#topbar .row a:hover {
  opacity: 0.6;
  transition: all 0.4s ease-in-out;
}

#header .container .row .navbar ul li .nav-link {
  font-family: 'dm_sansregular', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  color: #FFFFFF;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}

#header .container .row .navbar ul li .nav-link:hover {
  opacity: 0.6;
  transition: all 0.4s ease-in-out;
}

#header .container .row .navbar ul li .nav-link.nav-btn {
  border: 1px solid #C2FF03;
  padding: 13px 25px;
  transition: all 0.4s ease-in-out;
  font-weight: bold;
}

#header .container .row .navbar ul li .nav-link.nav-btn:hover {
  background-color: #C2FF03;
  color: #000!important;
  opacity: 1!important;
  transition: all 0.4s ease-in-out;
  font-weight: bold;
}

#header .container .row .navbar {
  width: auto;
}

#footer .footer-logo {
  width: 135px;
}

#footer .footer-logo img {
  width: 100%;
}

#footer .footer-links p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

#footer .footer-links p.social-media-links {
  font-size: 20px;
}

.heading-primary {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 63px;
  text-align: center;
  color: #000;
}

.subscription-section  {
  padding: 20px;
}

.pricing .box .pack-detail p, .pricing .box .pack-detail ul li {
  font-family: 'dm_sansregular', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  text-align: left;
  margin-bottom: 15px;
  padding: 0;
}

.pricing .box .pack-detail ul li {
  margin-bottom: 5px;
  list-style: disc;
  list-style-position: inside;
}

.pricing .box .pack-detail {
  border-bottom: 1px solid #b1b1b1;
  margin-bottom: 40px;
}

.pricing .box .pack-price {
  font-family: 'dm_sansregular', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #6820EA;
  text-align: left;
  display: flex;
  align-items: baseline;
}

.pricing .box .pack-price .n-months {
  font-family: 'dm_sansregular', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #AEAEAE;
  white-space: nowrap;
  margin-left: 7px;
}

.form-switch .form-check-input[type=checkbox] {
  background-color: rgba(217, 217, 217, 0.6);
  border-radius: 100px;
  border-color: rgba(217, 217, 217, 0.6);
  background-image: url("./bg-img/prpl-circle.svg");
  background-position: 5px;
  background-size: 15px
}

.form-switch .form-check-input[type=checkbox]:checked {
  background-color: #6820EA;
  border-radius: 100px;
  border-color: #6820EA;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
  background-position: calc(100% - 5px);
  background-size: 17px
}
  
.subscription-section .form-check-label {
  font-family: 'dm_sansregular', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin-left: 18px;
}

.link-btn {
  text-decoration: underline;
  color: #6820EA;
  font-family: 'dm_sansregular', sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.link-btn:hover {
  color: #6820eac9;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.btn.btn-primary, .btn.btn-default {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #6820EA;
  border-radius: 1px;
  transition: all 0.4 ease-in-out;
  border: 1px solid #6820EA;
  padding: 18px 15px 15px 15px;
}

.btn.btn-primary:hover, .btn.btn-default:hover {
  background: #6820eac9;
  transition: all 0.4 ease-in-out;
}

#footer a:hover {
  opacity: 0.7;
}

.pricing .box .bedge {
  position: absolute;
  top: -12px;
  right: 15px;
  background: #C2FF03;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  padding: 0 10px;
}

.pricing .box .btn-wrap .btn-buy.featured {
  background: #6820EA;
  color: #fff;
}

.modal-content {
  border-radius: 0;
}

.modal-footer {
  display: none;
}

section.pricing.page-subscription {
  padding-bottom: 120px;
}

.hide {
  display: none !important;
}

/* Dashboard Css */

.cnt-hidden {
  height: 100vh;
}

#ready-report {
  color: #18D971;
    font-family: 'dm_sansregular', sans-serif;

  font-style: normal;
  font-weight: 400;
  font-size: 35px;
}

li.nav-item  {
  list-style: none;
}

table td.action-cell {
  vertical-align: middle;
  white-space: nowrap;
}


table td.action-cell a {
  height: 32px;
  width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

table td.action-cell a:first-child {
  margin-right: 10px;
  color: #000;
  background: #C2FF03;
}

table td.action-cell a:last-child {
  color: #fff;
  background: #6820EA;
}

.edl-vector {
  position: absolute;
    right: 0;
    top: 6.43%;
    width: 310px;
    margin: 0;
    padding: 0;
    z-index: 99;
}

#reports-comparator {
  padding: 90px 0;
}




/* Font */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif !important;
font-weight: 400;
}

p {
    font-family: 'dm_sansregular', sans-serif;

  font-size: 18px;
}

.welcome-msg {
  color: #fff;
  font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
}

.menu-item {
  font-family: 'Inter', sans-serif;
}

/* Sidebar Customization*/


.sidebar {
  padding-left: 30px !important;
  background-color: black;
  position: sticky !important;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.btm-menu {
    padding-bottom: 50px;
    background-color: #000;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #C2FF03;
}

a:active {
  color: #C2FF03
}

.active{
  color: #C2FF03 !important;
}

#hr-line-menu {
  color: #fff;
  width: 70%;
}

/* Navbar customization*/
.navbar {
  background-color: #000 !important;
}

.nav-link {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding-left: 0 !important;
}

/* Report Cards */
.report-card {
  border: 1px solid #6820EA;
  padding: 30px;
}

.see-report {
  color: #6820EA;
  text-decoration: underline;
  font-family: 'Inter', sans-serif;
}


/* Info message at bottom */

.info-msg {
  background-color: #F0F0F0;
  position: relative;
  bottom: 0;
}

#mark-as-read>a {
  margin-top: 5px;
  color: #9F9F9F;
}

/* Member status */

#member {
  color: #6820EA;
  font-size: 14px;
}

/* RealSync & Comparator Red Text */

.note {
  color: #F11D1D;
    font-family: 'dm_sansregular', sans-serif;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* RealSync & Comparator form */

form {
  padding-left: 0 !important;
}

input,
label {
  display: block;
}

input {
  border: 1px solid #C9C9C9;
  padding: 10px;
}

/* RealSync & Comparator Upload Cards */

.upload-card {
  padding: 30px;
  border: 1px dashed #C9C9C9;
}

.card-title {
  font-size: 22px;
}

#old-file {
  color: #6820EA;
  text-decoration: underline;
}

.main-button {
  border: 0px;
  background-color: #6820EA;
  padding: 10px 35px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}

.button-div {
  padding-left: 0;
}

/*Knowledge base accordion*/
.accordion {
  padding-left: 0;
  border: 0;
}

.accordion-button {
  font-size: 22px;
  background-color: #fff;
  border: 0;
}

.accordion-item {
  border-top: 1 solid #9F9F9F;
  border-bottom: 1 solid #9F9F9F;
  border-left: 0;
  border-right: 0;
}


.accordion-button:not(.collapsed) {
  color: #000;
  border-radius: 0;
  background-color: #fff;
  border-top: 1px solid #9F9F9F;
  border-bottom: 1px solid #9F9F9F;
}

.accordion-button:focus {
  box-shadow: none;
}

.knw-image {
  margin-right: 20px;
}

.dashboard-section {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.info-msg {
  margin-top: auto;
}

.info-msg a {
  color: #9f9f9f;
}

section#realsync {
  padding: 150px 100px 0 80px;
  margin-bottom: 100px;
}

section#realsync .section-title {
  text-align: left;
}

.icon-case {
  height: 50px;
  width: 50px;
  background: #6820EA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 50%;
  color: #000;
}

.heightlight-text {
  color: #6820EA;
  text-decoration: underline;
}

.tooltip-point {
  position: relative;
}

.tooltip-point .custom-tooltip {
  position: absolute;
  display: none;
  background: #000;
  color: #fff;
  left: -70px;
  top: -45px;
  padding: 3px 12px !important;
  border-radius: 5px;
}

.tooltip-point .custom-tooltip.view-tooltip {
  left: -20px;
}


.tooltip-point .custom-tooltip::after {
  content: " ";
  display: block;
  background: #000;
  height: 0px;
  width: 0px;
  position: absolute;
  top: 32px;
  border: 12px solid #000;
  border-bottom:none;
  border-color: transparent #fff transparent #fff;
  left: 72px;
}
  
.tooltip-point .custom-tooltip.view-tooltip::after {
  left: 24px;
}

.tooltip-point:hover .custom-tooltip {
  display: block;
}


.accord-dorpdown .accordion-button, .accord-dorpdown ul li a {
  color: #fff;
  background: transparent;
  font-size: 18px;
  border: none !important;
} 

.accord-dorpdown .accordion-button:hover, .accord-dorpdown ul li a:hover {
  color: #C2FF03;
}


.accord-dorpdown .accordion-button::after {
  content: " ";
  background-image: url("./bg-img/arrow-down-sign-to-navigate.png");
  height: 13px;
  width: 13px;
  display: block;
  position: absolute;
  right: 0px;
  transform: rotate(0deg);
  left: auto;
  background-size: 13px;
}

.accord-dorpdown .accordion-button.collapsed::after {
  transform: rotate(-90deg);
}


/*.accord-dorpdown .accordion-button:not(.collapsed):after {
  content: " ";
  background-image: url("./bg-img/arrow-down-sign-to-navigate.png");
  height: 100%;
  width: 100%;
  display: block;
  background-position: 95% 50%;
  background-size: 13px;
  position: absolute;
  left: 12px;
  transform: rotate(0deg);
}
*/



.accordion-item #collapseDropdown {
    padding-left: 20px;
    margin-bottom: 40px;
    margin-top: 5px;
}
.accordion-item #collapseDropdown li a {
    position: relative;
    font-size: 16px;
}

.accordion-item #collapseDropdown li a:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 5px;
    height: 1px;
    background-color: #fff;
    top: 16px;
}

.accordion-item #collapseDropdown ul li {
  opacity: 0.8;
  line-height: 32px;
}

/* Knowledge base CSS */

.images_lists {
  display: inline-block;
  margin-top: 60px;
}

.images_lists .inner-images-bottam {width: 29%;display: inline-block;margin: 0px 25px 0px 0px;}

.images_lists .inner-images-bottam img {
  width: 100%;
}
.inner_body_details > p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.adminmain_bodypart h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 63px;
  color: #000000;
  margin-bottom: 25px;
}

.questing_firstcss {
  margin-bottom: 40px;
  margin-top: 40px;
}

.questing_firstcss h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  font-family: 'DM Sans', sans-serif !important;
  margin-bottom: 15px;
  color: #000;
}

.questing_firstcss p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
}

.accordian_details button.accordion-button {
  font-family: 'DM Sans';
  font-weight: 700;
  font-size: 22px !important;
  line-height: 27px;
  padding: 13px 0px;
  color: #000;
}

.accordian_details button.accordion-button::after {
  background-image: url("../public/img/plus.svg");

}

.accordian_details button.accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}

.accordian_details .accordion-body {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  padding: 20px 0px 40px 0px;
}
/* Knowledge base CSS end */

/* SD new CSS */
.footer_information_main {
  background: #F0F0F0;
  padding: 80px;
}

.footer_information_main .py-4 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-top: 20px;
}

.sd_footer_information {}

.sd_footer_information h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}

.sd_footer_information a.btn-get-started {
  color: #9F9F9F;
}
.dashboard-section h1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 63px;
  color: #000000;
}

.dashboard-section p#member {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #6820EA;
  margin-bottom: 50px !important;
}

.dashboard-section h3.my-4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 40px !important;
}

.report-card h6.big-number {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 121px;
  color: #6820EA;
}

.report-card h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  margin-bottom: 15px;
}

.report-card a.see-report {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #6820EA;
}

.dashboard-section .report-card {
  padding: 30px 20px;
  margin: 0px 15px;
  width: 47.66667%;
}

.dashboard-section .report-card:first-child {
  margin-left: 0px;
}

.dashboard-section .report-card:last-child {
  margin-right: 0px;
}

.ex_list_menu li.nav-item {
  margin: 6px 0px;
}

.ex_list_menu li.nav-item a.nav-link {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
.ex_list_menu li.nav-item a.nav-link:hover {
  color: #C2FF03;
}

.mobile-show-only {
  display: none !important;
}

/* width */
.sidebar::-webkit-scrollbar {
  width: 6px;

}
/* Track */
.sidebar::-webkit-scrollbar-track {
  background: #202020; 
}
/* Handle */
.sidebar::-webkit-scrollbar-thumb {
  background: #555; 
  border-radius: 10px;
}
/* Handle on hover */
.sidebar::-webkit-scrollbar-thumb:hover {
  background: #333; 
}

section#realsync .section-title h1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 63px;
  color: #000000;
}

section#realsync .section-title h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
/* or 123% */
  color: #000000;
  margin-top: 25px;
  font-family: 'DM Sans', sans-serif !important;
}

section#realsync h5.fw-bold.mb-4 {
  font-family: 'DM Sans';
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  margin-top: 5px;
}

section#realsync p.note {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #F11D1D;
  margin-bottom: 30px;
}

section#realsync form {}

section#realsync form label {
  font-family: 'Inter';
  font-weight: 400;
  line-height: 22px;
  color: #000000;
}

section#realsync form input.form-control {background-image: none;}

section#realsync .drop-section {
  min-width: 324px;
  border-radius: 1px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23ccc' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border: 0px none;
  margin-right: 40px !important;
  padding: 0px 20px;
  min-height: 367px;
}

section#realsync .drop-section b.mt-3.mb-4 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #000000;
}

section#realsync .drop-section span {
  font-family: 'Inter';
  font-size: 18px;
  line-height: 27px;
}

section#realsync .drop-section span.icon-case {
}

section#realsync .drop-section b span.heightlight-text {
  color: #6820EA;
  text-decoration: underline;
  font-size: 22px;
  line-height: 27px;
}

section#realsync form button.btn.btn-submit {
  margin-top: 30px;
}

.mobileshow-link {
  display: none;
}

.middle_position_section {
  position: relative;
  padding-top: 130px;
}

.middle_position_section .positiontop_field {
  position: absolute;
  top: 0px;
  width: 100%;
}


div#popup .modal-header h5#popup-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
}

div#popup div#popup-body {
  margin-bottom: 10px;
  padding: 30px;
}

div#popup div#popup-body .mbox {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}


div#popup .modal-content {
    border-radius: 8px;
    overflow: hidden;
    border: 0px none;
}

div#popup div#popup-container {
    height: 100vh;
    display: flex;
    align-items: center;
    max-width: 500px !important;
    width: 100%;
    text-align: center;
}

div#popup.reports-comparator div#popup-container, 
div#popup.reports-realsync div#popup-container, 
div#popup.reports-edl2txt div#popup-container{
  max-width: 100% !important;
  text-align: left;
  margin-top: 0px;
}

div#popup div#popup-body .report-content {
  max-height: 70vh;
}

div#popup .modal-content .modal-header {
    border: 0px none;
    text-align: center;
    justify-content: center;
    background-color: #6820EA;
    padding: 20px 0px;
}

div#popup .modal-content .modal-header button.btn-close {
    position: absolute;
    right: 20px;
    background-color: #fff;
    border-radius: 50%;
}
.dashboard-section .info-msg {
  padding: 0px;
  background-color: transparent;
  border-top: 1px solid #f3f3f3;
  padding-top: 50px;
}

.dashboard-section .info-msg .container {
  padding: 0px;
}

.dashboard-section .info-msg h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}

.dashboard-section .info-msg .py-4 h6 {
  padding: 0px !important;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.dashboard-section .info-msg a.btn-get-started {
  padding: 0px 24px;
  height: 55px;
  background: #6820EA;
  border-radius: 1px;
  line-height: 55px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 15px;
}

.dashboard-section .info-msg a.btn-get-started:hover {
  background: #6820eac9;
  color: #fff;
}

#reports-comparator .section-title, 
section#reports-realsync .section-title {
  text-align: left;
}

#reports-comparator .section-title h1, 
section#reports-realsync .section-title h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 63px;
  color: #000000;
}

#reports-comparator .section-title h2, 
section#reports-realsync .section-title h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  font-family: 'DM Sans';
}

#reports-comparator .table-responsive, 
section#reports-realsync .table-responsive {
  margin-top: 20px;}

#reports-comparator .table-responsive table.table tbody tr:first-child th, 
section#reports-realsync .table-responsive table.table tbody tr:first-child th {
  background-color: #fff;--bs-table-accent-bg: #fff;font-family: 'DM Sans';font-style: normal;font-weight: 400;font-size: 16px;line-height: 27px;
color: #55575A;padding: 10px 15px;border: 0px none;}


#reports-comparator .table-striped>tbody>tr:nth-of-type(even)>*, 
section#reports-realsync .table-striped>tbody>tr:nth-of-type(even)>* {
  background: #F0F0F0;
}

#reports-comparator .table-striped>tbody>tr:nth-of-type(odd)>*, 
section#reports-realsync .table-striped>tbody>tr:nth-of-type(odd)>* {
  background: #fff;
--bs-table-accent-bg: #fff;
}

#reports-comparator .table-striped tbody tr td, 
section#reports-realsync .table-striped tbody tr td {
  border: 0px none;
  vertical-align: middle;
  padding: 10px 15px;
}


#reports-comparator .table-responsive table.table tbody tr td:first-child, 
section#reports-realsync .table-responsive table.table tbody tr td:first-child {
  width: 100px;max-width: 150px;overflow-wrap: break-word;
}

#reports-comparator .table-responsive table.table tbody tr td:nth-child(2), 
section#reports-realsync .table-responsive table.table tbody tr td:nth-child(2) {
  width: 220px;
  max-width: 220px;
  overflow-wrap: break-word;
}

#reports-comparator .table-responsive table.table tbody tr td:nth-child(3), 
section#reports-realsync .table-responsive table.table tbody tr td:nth-child(3) {
  width: 290px;
  max-width: 290px;
  overflow-wrap: break-word;
}

#reports-comparator .table-responsive table.table tbody tr td:nth-child(5), 
section#reports-realsync .table-responsive table.table tbody tr td:nth-child(5) {
  max-width: 120px;
  width: 120px;
}

#reports-comparator .table-responsive table.table tbody tr td:nth-child(4), 
section#reports-realsync .table-responsive table.table tbody tr td:nth-child(4) {
  width: 150px;
  max-width: 150px;
}

#reports-comparator .table-responsive table.table tbody tr:first-child th:first-child, 
section#reports-realsync .table-responsive table.table tbody tr:first-child th:first-child {
  padding-left: 0px;
}

section#reports-realsync, #reports-comparator {
  padding: 60px 50px;
}

div#popup div#popup-body p {color: #333;}

div#popup div#popup-body a {
    color: #333;
}

.files_main_edltool {
  min-width: 324px;
  border-radius: 1px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23ccc' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border: 0px none;
  margin-right: 0px;
  padding: 40px 20px 40px 20px;
  min-height: 197px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* SD new CSS end */

.btm-menu ul li a {
  font-size: 18px;
}

body .popupmanage_width ~ div#popup {
  width:100%;
  background-color: red;;
}


#comparator.page-tools-edl2txt .dz-clickable.dz-max-files-reached .dz-message.needsclick {
  display: none;
}


section#comparator .dz-preview  {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
section#comparator .dz-file-preview.dz-preview {
position: relative;
display: block;
margin: 0 auto;
width: 116px;
margin-top: 16px;
min-height: 100px;
}
section#comparator .dz-image {
border-radius: 20px;
background: #999;
background: linear-gradient(to bottom, #eee, #ddd);
overflow: hidden;
width: 120px;
height: 120px;
position: relative;
display: block;
z-index: 10;
}
section#comparator  .dz-details {
z-index: 20;
position: absolute;
top: 0;
left: 0;
font-size: 13px;
min-width: 100%;
max-width: 100%;
padding: 2em 1em;
text-align: center;
color: rgba(0, 0, 0, .9);
line-height: 150%;
opacity: 1;
}
section#comparator .dz-size 
{
font-size: 16px;
margin-bottom: 1em;
}
section#comparator .dz-size span{
font-family: 'Inter';
font-size: 18px;
line-height: 27px;
background-color: rgba(255, 255, 255, .4);
padding: 0 .4em;
border-radius: 3px;
border: 1px solid transparent;
}
section#comparator .dz-filename:not(:hover) {
overflow: hidden;
text-overflow: ellipsis;

}
section#comparator .dz-filename:hover span {
white-space: nowrap;

}
section#comparator .dz-filename:hover span {
border: 1px solid rgba(200, 200, 200, .8);
background-color: rgba(255, 255, 255, .8);
}
section#comparator .dz-filename span{
background-color: rgba(255, 255, 255, .4);
padding: 0 .4em;
border-radius: 3px;
font-size: 18px;
}

section#comparator .dz-preview.dz-complete .dz-progress {
opacity: 0;
transition: opacity .4s ease-in;

}
section#comparator .dz-progress {
opacity: 1;
z-index: 1000;
pointer-events: none;
position: absolute;
height: 20px;
top: 30%;
margin-top: -10px;
left: 15%;
right: 15%;
border: 3px solid rgba(0, 0, 0, .8);
background: rgba(0, 0, 0, .8);
border-radius: 10px;
overflow: hidden;
}
section#comparator .drop-section .dz-preview .dz-progress .dz-upload span 
{
background: #f00;
display: block;
position: relative;
height: 100%;
width: 0;
transition: width .3s cubic-bezier(.86,0,.07,1);
border-radius: 17px;
}


section#comparator .dz-error-message {
pointer-events: none;
z-index: 1000;
position: absolute;
display: block;
display: none;
opacity: 0;
transition: opacity .3s ease;
border-radius: 8px;
font-size: 13px;
top: 130px;
left: -10px;
width: 140px;
background: #b10606;
padding: .5em 1em;
color: #fff;
}
section#comparator .dz-success .dz-success-mark {
animation: passing-through 3s cubic-bezier(.71, 0, .175, 1);
}

section#comparator .dz-progress .dz-upload {
background: #fff;
display: block;
position: relative;
height: 100%;
width: 0;
transition: width .3s ease-in-out;
border-radius: 17px;
}
section#comparator.dz-preview.dz-error .dz-error-message {
display: block;
}
.drop-section .dz-preview .dz-error-message {
pointer-events: none;
z-index: 1000;
position: absolute;
display: block;
display: none;
opacity: 0;
transition: opacity .3s ease;
border-radius: 8px;
font-size: 13px;
top: 130px;
left: -10px;
width: 140px;
background: #b10606;
padding: .5em 1em;
color: #fff;
}


section#comparator .dz-file-preview.dz-error {
}
section#comparator .dz-file-preview.dz-error .dz-success-mark {
display: none;
}
section#comparator .dz-file-preview.dz-error .dz-error-mark {
opacity: 1;
z-index: 500;
position: absolute;
display: block;
top: 50%;
left: 50%;
margin-left: -27px;
margin-top: -27px;
background: rgba(0, 0, 0, .8);
border-radius: 50%;
}

section#comparator .dz-file-preview.dz-error:hover .dz-error-message {
opacity: 1;
display: inline-block;
top: 110px;
text-align: center;
}

section#comparator .dz-success .dz-error-mark {
display: none;
opacity: 0;
}
section#comparator .dz-success .dz-success-mark {
z-index: 500;
position: absolute;
display: block;
top: 50%;
left: 50%;
margin-left: -27px;
margin-top: -27px;
background: rgba(0, 0, 0, .8);
border-radius: 50%;
}

.dz-started .dz-message.needsclick {
display: none;
}

section#comparator.drop-section .dz-preview .dz-error-mark {

position: absolute;
display: block;
top: 50%;
left: 50%;
margin-left: -27px;
margin-top: -27px;
}
.dz-started .dz-remove:hover {
color: red;
display: block;
width: 100%;
text-align: center;
z-index: 9999999999;
position: relative;
background-color: #ffffffe3;
padding: 10px 20px;
border-radius: 5px;
font-size: 14px;
}

.instra_imagetop img {
margin-bottom: 20px;
max-width: 400px;
}


.instruction_main_content .section-title {
text-align: left;
}
.instruction_main_content .section-title h1 {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 52px;
line-height: 63px;
color: #000000;
}
.instruction_main_content .section-title h2 {
font-weight: 400;
font-size: 22px;
line-height: 27px;
color: #000000;
margin-top: 10px;
font-family: 'DM Sans', sans-serif !important;
}

.instruction_main_content .instra_imagetop ol {
padding-left: 17px;
}

.instruction_main_content .instra_imagetop .preview img {
width: 100%;
margin-bottom: 0px;
}


section.faq-list li .question {
  padding: 0;
}

section.faq .faq-list li .question {
  padding: 0px 0px 0px 30px;
}

section.faq .faq-list li > div {
  padding-left: 30px;
}

section.faq .faq-list li .question span.float-start {
  position: absolute;
  left: 0px;
}

section.faq .faq-list {
  margin-top: 30px;
}



.new_verifyclass form.boxed {
  box-shadow: none;
}
.new_verifyclass form.boxed .alert.alert-info {
  background-color: transparent;
  border: 0px none;
  color: #ffffffb5;
  text-align: center;
}
.new_verify-titleclass h1 {
  color: #fff;
  padding-bottom: 0px;
}


.verifyclass_bgcolor {
  height: 100vh;
}


@media (min-width: 1400px) {
  
}
@media (min-width: 1200px) and (max-width: 1400px){
  .ex_list_menu li.nav-item a.nav-link {
    font-size: 16px;
    line-height: 24px;
}

.accord-dorpdown .accordion-button, .accord-dorpdown ul li a {
    font-size: 16px;
}

.btm-menu ul li a {
    font-size: 16px;
}
#reports-comparator .table-striped tbody tr td, section#reports-realsync .table-striped tbody tr td {
  font-size: 13px;
}

#reports-comparator .table-responsive table.table tbody tr td:first-child, section#reports-realsync .table-responsive table.table tbody tr td:first-child {
  width: 130px;
  max-width: 130px;
}
}



@media (min-width: 1024px) and (max-width: 1400px){
  .container-fluid.btm-menu.position-absolute.bottom-0 {
      position: relative !important;
      margin-top: 50px;
  }
  .new_verifyclass form.boxed{
    margin: 0 10px;
  }
}


@media (max-width: 1367px) {
  section.login .login-form, section.page-register .register-form, section.forgot .forgot-form {
    padding: 40px;
  }

  .pricing .box .pack-price {
    flex-wrap: wrap;
  }

}


@media (max-width: 1024px) {
  .pricing .box .btn-wrap .btn-buy {
    width: auto;
  }
  section#realsync {
    padding: 0px;
    margin-top: 80px;
  }
}


/* Dashboard Css */

@media (min-width: 992px) {
  .navbar {
      display: none;
  }

  .navbar.navbar-login {
    display: flex;
  }

  .main-container {
      padding: 80px;
  }

  .big-number {
      color: #6820EA;
      font-size: 70px;
  }

  .info-msg {
      padding-top: 40px;
      padding-left: 60px;
      padding-bottom: 40px;
      padding-right: 80px;
  }

  #info-msg-p {
      width: 85%;
  }

  .text-end {
      width: 80%;
  }

  #mark-as-read {
      width: 80%;
      text-align: right;
  }

  #main-hr-line {
      color: #000;
      width: 50%;
  }

  #report-card-1 {
      margin-right: 20px;
  }

  input {
      width: 50%;
  }

  #upload-card-1 {
      margin-right: 20px;
  }

  .accordion-button {
      font-size: 22px;
  }
}


/* Mobile query */
@media (max-width: 992px) {
  .navbar {
      padding-left: 20px;
  }

  .cnt-hidden {
      display: none;
  }

  .main-container {
      padding: 50px;
  }

  .big-number {
      color: #6820EA;
      font-size: 30px;
  }

  .info-msg {
      padding: 30px;
  }

  #info-msg-p {
      width: 100%;
  }

  #main-hr-line {
      color: #000;
      width: 80%;
  }

  input {
      width: 100%;
  }

  #upload-card-1 {
      margin-bottom: 20px;
  }

  .accordion-button {
      font-size: 18px !important;
  }
}


@media (max-width: 990px){

  section#reports-realsync {
    margin-top: 90px;
  }


  #reports-comparator .section-title h1 {
    font-size: 36px;
    line-height: 40px;
  }

  #reports-comparator .section-title h2 {
      font-size: 20px;
      line-height: 25px;
  }
  section#reports-realsync .section-title h1 {
    font-size: 36px;
    line-height: 40px;
  }

  section#reports-realsync .section-title h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 35px;
    right: 16px;
  }
  #header .container .row .navbar ul {
    margin-top: 20px;
  }

  #header .container .row .navbar ul li a {
    padding: 10px 0px;
  }

  #header .container .row .navbar ul li .nav-link.nav-btn {
    margin-top: 15px;
  }
  #footer .row.ps-5.ps-md-0 {
    padding: 0px 10px !important;
  }
    .mobileshow-link {
      display: block;
  }
  #topbar {
    display: none !important;
  }
  section#login {
    margin-top: 70px;
  }

  .images_lists .inner-images-bottam {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }

  .adminmain_bodypart h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .mobile-show-only {
    display: flex !important;
  }

  .dashboard-section .report-card {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }

  .main-container {
    padding: 0px 20px;
    margin: 0px;
    margin-top: 100px;
  }

  .main-container .row {
    padding: 0px;
    margin: 0px;
  }

  .footer_information_main {
    padding: 40px 20px;
    margin-top: 50px;
  }

  section#realsync .drop-section {
    margin: 0px 0px 20px 0px !important;
  }

  .dashboard-section h3.my-4 {
    font-size: 20px;
    line-height: 24px;
  }

  .dashboard-section p#member {
    margin-bottom: 40px !important;
  }

  .report-card h6.big-number {
    font-size: 80px;
    line-height: 90px;
  }

  .report-card h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .dashboard-section h1 {
    font-size: 36px;
    line-height: 40px;
  }
  section#realsync .drop-section {
    min-width: 280px;
  }
  section#realsync form button.btn.btn-submit {
    margin-top: 0px;
  }
  section#realsync .section-title h1 {
      font-size: 36px;
      line-height: 40px;
  }
  #header .container .row .navbar ul.dropdown-menu {
    margin: 0px;
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
    margin-bottom: 20px;
  }

  #header .container .row .navbar ul.dropdown-menu li {}

  #header .container .row .navbar ul.dropdown-menu li a {
    color: #fff;
    opacity: 0.8;
    padding-left: 20px;
  }

  section#reports-realsync, #reports-comparator {
    padding: 60px 0px;
  }

}


@media (max-width: 768px) {

  .new_verify-titleclass h1 {
  margin-top: 100px;
}
.new_verifyclass form.boxed {
  margin-bottom: 40px;
}

  section#faq {
    margin-top: 30px;
}

  section#faq .container .row .offset-2 {
    margin-left: 0;
}

  .heading-primary {
    font-size: 30px;
    margin: 0 !important;
  }
  section {
    padding: 0;
  }

  section.login .login-form, section.page-register .register-form, section.forgot .forgot-form {
    padding: 20px 25px;
  }
  .edl-vector {
    display: none ;
  }

  .report-card {
   margin-bottom: 20px;
  }

}

@media (max-width: 540px){
  #topbar .hide{
   display: block ;
  }

  div#popup div#popup-container {
   width: 95% !important;
}

}

@media (max-width: 480px) {
  section.login .login-form, section.page-register .register-form, section.forgot .forgot-form {
    padding: 20px 15px;
  }

  section.login .login-form .section-title h1, section.page-register .register-form .section-title h1, section.forgot .forgot-form .section-title h1 {
    font-size: 32px;
    line-height: 35px; 
  }

}

 