@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'HelveticaNeueCyrLight';
  src: url('/static/fonts/HelveticaNeueCyrLight.ttf') format('truetype');
}

@font-face {
  font-family: 'HelveticaNeueCyrMedium';
  src: url('/static/fonts/HelveticaNeueCyrMedium.ttf');
}

html {
  font-size: 14px !important;
  /* This is a fix for small DatePicker component in react-datepicket*/
}

.pt-2.pb-4 h5,
.pt-4 h5 {
  white-space: break-spaces;
}

.wrapper {
  background: #ffffff;
}

body {
  background: #f5f6f8 !important;
  overflow-x: hidden;
}

select {
  padding: 3px;
  border-radius: 3px;
}

.clearfix {
  overflow: auto;
}

/*.main-container {
  padding: 0 0 0 280px;
  width: 100%;
  transition-delay: 0.5s;
  transition: 0.5s;
}*/
#main-container {
  padding: 0 0 0 250px;
  width: 100%;
  transition-delay: 0.5s;
  transition: 0.5s;
}

#mainSecond-container {
  padding: 0 0 0 70px;
  width: 100%;
  transition-delay: 0.5s;
  transition: 0.5s;
}

#sidebar-second-toggle {
  display: none;
}

#mtop-container {
  padding: 20px 15px 50px 36px;
  position: relative;
  width: 100%;
  height: 0px;
  background: #f5f6f8;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

#mcontent-top {
  width: 100%;
  padding: 5px 40px;
  height: 100%;
  background: #f5f6f8;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

#mcontent-wrapper {
  width: 100%;
  padding: 24px;
  height: 100%;
  position: relative;
  min-height: 100%;
  background: #ffffff;
  float: left;
}

#mcontent-wrapper-dash {
  width: 100%;
  padding: 40px;
  height: 100%;
  position: relative;
  min-height: 100%;
  float: left;
}

#mobile-content-wrapper-dash {
  width: 100%;
  padding: 20px;
  height: 100%;
  position: relative;
  min-height: 100%;
  float: left;
}

.main-sidebar {
  background: #444444;
  position: fixed;
  width: 250px;
  color: #fff;
  height: 100%;
  min-height: 100%;
  top: 0;
  bottom: 0;
  padding: 0px;
  z-index: 1000;
  transition-delay: 0.5s;
  transition: 0.5s;
}

.main-sidebar.collapsed {
  width: 70px;
}

#main-sidebar a,
#secondary-sidebar a,
.second-sidebar a,
#third-sidebar a {
  color: #d4f3d4;
  width: 100%;
  display: block;
  height: auto;
  float: left;
}

#secondary-sidebar {
  background: #2b892b;
  background-image: linear-gradient(to right, #2e962e, #268226);
  -moz-background-image: linear-gradient(to right, #2e962e, #268226);
  -webkit-background-image: linear-gradient(to right, #2e962e, #268226);
  -ms-background-image: linear-gradient(to right, #2e962e, #268226);
  position: fixed;
  width: 280px;
  color: #d4f3d4;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: -280px;
  bottom: 0;
  padding: 0px;
  z-index: 999;
}

#third-sidebar {
  background: #389e30;
  position: fixed;
  width: 280px;
  color: #d4f3d4;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: -280px;
  bottom: 0;
  padding: 0px;
  z-index: 998;
}

#full-sidebar {
  background: #268226;
  position: fixed;
  width: 100%;
  color: #ffffff;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: -8000px;
  bottom: 0;
  padding: 0px;
  z-index: 1000;
  overflow: auto;
}

.sidebar-mlist li:hover {
  background: #333333;
}

.sidebar-mlist2 li:hover {
  background: #389e30;
}

.sidebar-mlist3 li:hover {
  background: #41b237;
}

.sidebar-menu {
  margin-top: 10px;
  padding: 0px !important;
}

.menu-label {
  color: #ffffff;
  transition-delay: 0.5s;
  transition: 0.5s;
}

.fullsidebar-menu {
  padding: 20px 0px 0 0 !important;
  background: #222222;
  position: relative !important;
  z-index: 1010;
}

.sidebar-child-list {
  clear: both;
  padding: 0 20px !important;
  margin-top: 50px;
}

.sidebar-child-list li {
  padding: 10px 0px !important;
}

.drop-down-child-menu {
  display: none;
}

.sidebar-mlist li,
.sidebar-mlist2 li,
.sidebar-mlist3 li {
  padding: 18px 8px 36px;
}

.sidebar-inner {
  padding-bottom: 72px;
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
  margin-top: 0px !important;
  overflow-x: hidden;
}

.sidebar-top {
  padding: 0px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  background-color: #2f4934;
}

.sidebar-top.collapsed {
  padding-left: 13px;
  transition: 0.5s;
}

a.menu-item {
  color: #ffffff;
}

a.menu-item:hover {
  text-decoration: none;
}

.tg-badge-sidebar {
  max-width: 35px;
  position: relative;
  left: -15px;
  top: -3px;
}

.sidebar-search {
  background: #0d3717;
  padding: 22px 0px !important;
  transition: 0.5s;
}

.sidebar-search.collapsed {
  padding: 22px 10px !important;
  transition: 0.5s;
}

#side-search-text {
  background: none;
  border: none;
  outline: none;
  width: 150px;
  padding: 0px !important;
}

.sideBarBackgroundColor {
  background-color: white;
}

.sidebar-sec-gap {
  height: 69px;
}

#side-search-text::-webkit-input-placeholder,
#full-search-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d4f3d4;
}

#side-search-text::-moz-placeholder,
#full-search-text::-webkit-input-placeholder {
  /* Firefox 19+ */
  color: #d4f3d4;
}

#side-search-text:-ms-input-placeholder,
#full-search-text::-webkit-input-placeholder {
  /* IE 10+ */
  color: #d4f3d4;
}

#side-search-text:-moz-placeholder,
#full-search-text::-webkit-input-placeholder {
  /* Firefox 18- */
  color: #d4f3d4;
}

.no-pad-l {
  padding-left: 0px !important;
}

.no-pad-r {
  padding-right: 0px !important;
}

#menu-expand {
  position: absolute;
  bottom: 40px;
  left: 50%;
}

#menu-expand a {
  transform: rotate(90deg);
  font-size: 24px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  width: 100%;
}

.menu-item,
.menu2-item,
.menu3-item,
.menu4-item {
  cursor: pointer;
}

.sideBarIconColor {
  color: black;
}

.searchIconPadding {
  padding-top: 5px;
}

.sideBarSearchBackground {
  background-color: white;
}

#search-ico {
  position: relative;
  top: 5px;
}

.menu-ico {
  position: relative;
  top: -5px;
}

#secondary-main-ico {
  text-align: center !important;
}

.f800 {
  font-weight: 800;
}

.f700 {
  font-weight: 700;
}

.f500 {
  font-weight: 500;
}

.f300 {
  font-weight: 300;
}

#UserName {
  margin: 0 20px;
}

#project-banner {
  color: #ffffff;
  /*background: orangered url("../images/tg-project-bg.jpg") 50% 100%;*/
  background-size: cover;
  width: 100%;
  min-height: 200px;
  height: auto;
  display: block;
  position: relative;
  float: left;
  padding: 40px 0;
  line-height: 2.5;
  margin-bottom: 40px;
}

.dblock {
  display: block !important;
  clear: both;
}

/* Custom buttons */

.btn-tglight {
  background: #ffffff;
  border: 1px solid #ffa500;
  border-radius: 5px;
  padding: 8px;
  color: #ffa500;
  text-align: center;
}

.btn-tglight:hover {
  background: #ffa500;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
}

.btn-tgdark {
  background: #f49000;
  border: 1px solid #f49000;
  border-radius: 5px;
  padding: 0px;
  color: #ffffff;
  text-align: center;
}

.btn-tgdark:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: none;
  text-decoration: none;
  transition: 0.5s;
}

.btn-tglight2,
.btn-tglight2a {
  background: #ffffff;
  border: 1px solid #33981f !important;
  border-radius: 5px;
  color: #33981f;
  text-align: center;
}

.btn-tglight2 {
  padding: 5px;
}

.btn-tglight2a {
  padding: 3px 10px !important;
  font-size: 13px !important;
  font-weight: 700;
}

.btn-tglight2:hover {
  background: #33981f;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
}

.btn-tgdark2 {
  background: #33981f;
  border: 2px solid #33981f;
  border-radius: 8px;
  padding: 12px 16px;
  color: #ffffff;
  text-align: center;
  height: 44px;
  line-height: normal;
}

.btn-tgdark2:hover {
  background: #0d3717;
  color: #cccccc;
  text-decoration: none;
  transition: 0.5s;
}

.btn-tgdark2-outline {
  background: #fff;
  border: 2px solid #33981f;
  border-radius: 8px;
  padding: 12px 16px;
  color: #33981f;
  text-align: center;
  height: 44px;
  line-height: normal;
}

.btn-tgdark2-outline:hover {
  background: #fff;
  color: #33981f;
  text-decoration: none;
  transition: 0.5s;
}

.btn-tgdark-black-outline {
  background: #ffffff;
  border: 2px solid #333333;
  border-radius: 8px;
  padding: 12px 16px;
  color: #333333;
  text-align: center;
  /* height: 44px;
  width: 194px; */
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.btn-tgdark-black-outline:hover {
  background: #f2f2f2;
  color: #333333;
  text-decoration: none;
  transition: 0.5s;
}

.btn-tgdelete {
  background: red;
  border: 1px solid red;
  border-radius: 5px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
}

.btn-tgdelete:hover {
  background: #0d3717;
  color: #cccccc;
  text-decoration: none;
  transition: 0.5s;
}

.btn-dismiss {
  position: relative;
  top: 10px;
  clear: both;
}

.btn-dismiss:hover {
  color: #efefef;
  text-decoration: none;
}

.btn-passed-link,
.btn-active-link {
  background: none;
  border-radius: 5px;
  color: #33981f;
  text-align: center;
  display: block;
  font-size: 15px;
  padding: 5px 10px;
}

.btn-failed-link {
  background: none;
  border-radius: 5px;
  padding: 5px 10px;
  color: #c01818;
  text-align: center;
  display: block;
  font-size: 15px;
}

.btn-passed-link:hover,
.btn-active-link:hover {
  text-decoration: none;
  transition: 0.5s;
  color: #3c8b3c;
}

.btn-failed-link:hover {
  text-decoration: none;
  transition: 0.5s;
  color: #c64015;
}

.btn-passed,
.btn-active {
  background: #ffffff;
  border: 1px solid #33981f;
  border-radius: 5px;
  padding: 5px 10px;
  color: #33981f;
  text-align: center;
  display: block;
  font-size: 9px;
}

.btn-passed:hover,
.btn-active:hover {
  background: #33981f;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
}

.btn-failed {
  background: #c01818;
  border: 1px solid #c01818;
  border-radius: 5px;
  padding: 5px 10px;
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 9px;
}

.btn-failed:hover {
  color: #a50202;
  background: #ffffff;
  border: 1px solid #a50202;
  text-decoration: none;
}

.btn-loading {
  color: #aaaaaa;
  border: 1px solid #aaaaaa !important;
}

.btn-loading:hover {
  color: #ffffff;
  background: #fff;
  border: 1px solid #666666 !important;
}

.trans i {
  opacity: 0;
}

/* top-right menu drop */

#menu-drop,
#profile-drop {
  background: #fff;
  width: auto;
  position: absolute;
  top: -250px;
  z-index: 996;
  border: 1px solid #ddd;
  line-height: 2;
  margin: 0px;
  padding: 0px;
  border-radius: 0 0 5px 5px;
}

#menu-drop {
  right: 100px;
}

#profile-drop {
  min-width: 200px;
  right: 0px;
}

#menu-drop a,
#profile-drop a {
  text-decoration: none;
  color: #333333;
}

#menu-drop .inner-menu-item,
#profile-drop .inner-menu-item {
  padding: 5px 15px;
  margin: 0px;
  cursor: pointer;
}

#menu-drop .inner-menu-item:hover,
#menu-drop .inner-menu-item:active,
#profile-drop .inner-menu-item:hover,
#profile-drop .inner-menu-item:active {
  background: #268226;
  transition: 0.5s;
}

#profile-drop .inner-menu-item > a {
  display: block;
}

#menu-drop .inner-menu-item:hover > a,
#profile-drop .inner-menu-item:hover > a {
  color: #ffffff !important;
}

#top-right-menu,
#full-right-menu {
  cursor: pointer;
}

/* Spacings */
.pbot-xs {
  top: 5px;
}

.pbot-sm {
  top: 15px;
}

.pbot-md {
  top: 30px;
}

.pbot-lg {
  top: 45px;
}

.pbot-xl {
  top: 60px;
}

.pbot-xxl {
  top: 75px;
}

.ptop-xs {
  top: 5px;
}

.ptop-sm {
  top: 15px;
}

.ptop-md {
  top: 30px;
}

.ptop-lg {
  top: 45px;
}

.ptop-xl {
  top: 60px;
}

.ptop-xxl {
  top: 75px;
}

.mtop-xs {
  margin-top: 5px;
}

.mtop-sm {
  margin-top: 15px;
}

.mtop-md {
  margin-top: 30px;
}

.mtop-lg {
  margin-top: 45px;
}

.mtop-xl {
  margin-top: 60px;
}

.mtop-xxl {
  margin-top: 75px;
}

.m5 {
  margin: 5px;
}

.m15 {
  margin: 15px;
}

.m30 {
  margin: 30px;
}

.m45 {
  margin: 45px;
}

.m60 {
  margin: 60px;
}

.p-xxs {
  padding: 2px !important;
}

.p-xs {
  padding: 5px !important;
}

.p-sm {
  padding: 10px !important;
}

.p-md {
  padding: 15px !important;
}

.p-lg {
  padding: 20px !important;
}

.p-xl {
  padding: 30px !important;
}

/* Full bar navigation */

#fullbar-logo {
  max-width: 150px;
  position: relative;
  top: -13px;
}

#fullbar-close {
  cursor: pointer;
  position: relative;
  top: -5px;
}

#search-form-full {
  margin: 50px 0;
}

#full-search-text {
  background: #0d3717;
  border: 0px;
  outline: none;
  width: 100%;
  padding: 22px !important;
  border-radius: 5px;
}

a#master-toggle {
  margin: 100px 0 50px;
  color: #ffffff;
  display: block;
}

a#master-toggle:hover {
  text-decoration: none;
}

#full-bar-list ul li {
  line-height: 2;
}

#full-search-btn {
  background: #0d3717;
  padding: 20.3px 30px;
  position: relative;
  left: -21px;
  border-radius: 0 5px 5px 0;
}

#full-search-btn label {
  cursor: pointer;
}

.no-pad {
  padding: 0px !important;
}

#full-search-ico {
  color: #aaaaaa;
}

#welcome-content-p {
  line-height: 1.6;
}

.inner-ptab h4 {
  margin: 0px 0 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.col-left {
  padding-right: 30px !important;
}

.col-right {
  padding-left: 30px !important;
}

.divider-r {
  border-right: 1px solid #cccccc;
}

.divider-l {
  border-left: 1px solid #cccccc;
}

.scan-status-list tr td {
  vertical-align: middle;
}

#scan table td {
  max-width: 200px;
  text-wrap: pretty;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
  border: none !important;
}

.menu-tab {
  position: relative;
  top: 20px;
  overflow: auto;
  white-space: nowrap;
}

.menu-tab li {
  display: inline-block !important;
  text-align: center;
  padding: 0 15px;
  text-decoration: none;
}

.menu-tab > .active > a,
.menu-tab > .active > a:hover,
.menu-tab > .active > a:focus {
  border-bottom: 4px solid #319a0b;
}

.menu-tab > li > a:focus,
.menu-tab > li > a:hover {
  background: rgba(255, 255, 255, 0) !important;
}

.sidebar-menu a {
  color: #ffffff;
}

.sidebar-menu a:hover {
  color: #ffffff;
  text-decoration: none;
}

#cert-domain {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #2e871c;
  font-family: 'Montserrat', sans-serif;
}

.cert-scan-status {
  font-size: 14px !important;
  color: rgb(38, 130, 38);
}

.cert-scan-title {
  font-size: 18px !important;
}

.cert-title {
  display: block;
  clear: both;
  text-transform: uppercase;
  font-size: 10px;
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.cert-container {
  margin-top: 10px;
  width: 100%;
  float: left;
}

.cert-container ul li {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  border-bottom: none;
}

.cert-container ul li:last-child {
  border-bottom: 1px solid #bbbbbb;
}

.cert-content2 .smallText {
  height: 10px;
}

.cert-content .active {
  transition: all 0.6s;
  margin-top: -10px;
  padding-top: 4px;
}

.cert-content2 {
  margin-top: 0;
  position: relative;
  overflow: visible;
  transition: all 0.6s;
}

.cert-arrow-right {
  color: #aaaaaa;
}

.well-tg {
  border-radius: 0px !important;
  border: 1px solid #bbb !important;
  -webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1) !important;
}

.well-tgcert {
  display: block;
  clear: both;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  border-top: 1px solid #e5e5e5 !important;
  border-left: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5 !important;
  /* -webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1) !important; */
  padding: 25px 25px 0 25px !important;
  background: #ffffff !important;
  /* border-top: 4px solid #268226 !important; */
  width: 260px !important;
  height: auto;
  position: relative;
  margin: 0 auto;
  /* box-shadow: 0px 0px 5px #ccc; */
  border-bottom: 8px solid #379846;
}

.well-tgcert-params {
  display: block;
  clear: both;
  /* -webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1) !important; */
  /* padding: 25px 25px 0 25px !important; */
  background: #ffffff !important;
  /* border-top: 4px solid #268226 !important; */
  width: 485px !important;
  height: auto;
  /* position: relative; */
  margin: 0 auto;
  float: left;
}

#validate-text {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
}

#date-text {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
}

#validate-text:hover {
  text-decoration: none;
}

.well-tgcert .cert-content {
  border-right: 0 !important;
  padding: 10px 0;
  min-height: 60px;
  overflow: hidden;
  /* display: flex !important;
  align-items: center !important; */
}

#tg_certFooterNote {
  font-size: 8px;
  text-align: center;
  margin: 5px 0px 0px !important;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 15px;
}

.cert-content p.cert-gdprlabel {
  font-size: 10px !important;
  margin: 0px !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.cert-content p.cert-gdprlabel-sub {
  font-size: 8px;
  margin: 0px !important;
  padding: 5px 0px 1px 0px !important;
  color: #2e871c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.cert-content p.cert-slide-down-text {
  font-size: 8px;
  margin: 0px !important;
  font-family: 'Montserrat', sans-serif;
}

.cert-content small {
  font-size: 10px !important;
  position: relative;
}

.well-tg-left {
  background: #ffffff !important;
  border-left: 4px solid #268226 !important;
  border-radius: 0px !important;
}

#seal-control input[type='radio'] {
  margin: 0 5px 20px 0 !important;
  /* float: left; */
}

.well-titles {
  margin: 10px 0 30px;
}

#tg-cert-logo {
  max-width: 210px;
  display: block;
  clear: both;
  margin: 0 auto;
}

#cert-arrows {
  padding-top: 5%;
}

.tg-check-square {
  color: #ccc;
  cursor: pointer;
}

.tg-check-square-active {
  color: #268226 !important;
  cursor: pointer;
}

.custom-list-cert {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 5px 0;
}

.panel-integration-head {
  border: 1px solid #ccc;
  padding: 10px;
  border-bottom: 0px;
}

.panel-integration-body {
  border: 1px solid #ccc;
  padding: 10px 20px;
}

.bg-sm {
  padding: 4px 8px;
  font-size: 10px;
  color: #ffffff;
  border-radius: 3px;
}

.bg-low {
  background: #268226;
}

.bg-medium {
  background: #efab46;
}

.bg-high {
  background: #fd4400;
}

.bg-serious {
  background: #c01818;
}

.btn-torq {
  background: #50bebf;
  color: #ffffff;
}

.btn-torq:hover,
.btn-torq:active {
  color: #ffffff;
}

.bg-torq-light {
  background: #ebf6f6 !important;
}

#mobile-mbar {
  width: 100%;
  position: fixed;
  bottom: 0px;
  background: #ffffff;
  border-top: 2px solid #268226;
  height: 50px;
  /* padding: 5px; */
  z-index: 1000;
}

.mbar-links {
  color: #333333 !important;
  cursor: pointer;
  border: 0 !important;
  border-color: transparent !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#mobile-menu-hide {
  display: none;
}

.tslide-right {
  color: #cccccc;
  right: -30px;
  top: 140px;
  position: absolute;
}

#mobile-top-menu {
  position: relative;
}

.input-pad-sm {
  padding: 5px;
}

.modal-fields-top {
  margin-top: 5px;
}

.datepicker-half {
  width: 80%;
}

.ui-datepicker-trigger {
  background: #efefef;
  padding: 4.5px;
  position: relative;
  left: -1px;
  top: -1px;
  border-radius: 0 3px 3px 0;
  border: 1px solid #aaa !important;
  max-width: 34px;
  max-height: 28px;
}

.datepicker {
  padding: 4.5px 3px;
  font-size: 12px;
}

#customernotes-table {
  max-height: 200px;
  overflow-y: hidden;
  display: block;
}

#tseals-float {
  cursor: pointer;
}

#verSSLcert {
  display: none;
}

.custinfo {
  line-height: 1.4;
  font-size: 12px;
}

.btn-link-tg {
  color: #268226;
}

.btn-link-tg:hover,
.btn-link-tg:active {
  color: #1f6d1f;
  text-decoration: underline !important;
}

.btn-link-custom {
  text-decoration: none !important;
}

/* export for certification css styling */

.cert1 {
  width: 8.3%;
  float: left;
}

.cert2 {
  width: 16.6%;
  float: left;
}

.cert3 {
  width: 18.9%;
  float: left;
}

.cert4 {
  width: 33.2%;
  float: left;
}

.cert5 {
  width: 41.5%;
  float: left;
}

.cert6 {
  width: 49.8%;
  float: left;
}

.cert7 {
  width: 79.1%;
  float: left;
  padding-left: 15px;
}

.cert8 {
  width: 66.4%;
  float: left;
}

.cert9 {
  width: 74.7%;
  float: left;
}

.cert10 {
  width: 83%;
  float: left;
}

.cert11 {
  width: 91.3%;
  float: left;
}

.cert12 {
  width: 100%;
  float: left;
}

.cert-arrow-right {
  position: relative;
  top: 5px;
}

/* right bounce */
@-webkit-keyframes bounceRight {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  50% {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-moz-keyframes bounceRight {
  0% {
    transform: translateX(-20px);
  }

  50% {
    transform: translateX(-25px);
  }

  100% {
    transform: translateX(-20px);
  }
}

@keyframes bounceRight {
  0% {
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  50% {
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
  }

  100% {
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

/* assign bounce */
.bounce-right {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 1s infinite;
  float: right;
  position: relative;
  top: 2px;
}

.account-type-radio {
  margin: 0 10px !important;
}

.accadmin-hover-1,
.accadmin-hover-2,
.accadmin-hover-3 {
  cursor: pointer;
}

.account-status1,
.account-status2,
.account-status3 {
  display: none;
}

.account-status-edit1,
.account-status-edit2,
.account-status-edit3 {
  margin-left: 10px;
}

.text-muted {
  /*color: #ccccc;*/
}

#floatRight,
#floatLeft {
  cursor: pointer;
}

#AdvSearchCrit,
#AdvSearchTo,
#AdvSearchFrom {
  display: none;
}

.date-range-ico {
  cursor: pointer;
}

#sideWidget {
  position: fixed;
  right: -2px;
  top: 84px;
  background: #fff;
  z-index: 995;
  border: 1px solid #ccc;
  padding: 10px 13px;
  border-radius: 10px 0 0 10px;
  font-size: 15px;
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.15);
}

#scanStatusTable {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 15px;
}

.btn-failed-dash {
  background: #c01818;
  border: 1px solid #c01818;
  border-radius: 3px;
  padding: 5px 6px !important;
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 14px;
  clear: both;
}

.btn-failed-cpanel {
  background: #c01818;
  border: 1px solid #c01818;
  border-radius: 3px;
  height: 32px;
  width: 34px;
  color: #ffffff;
  text-align: center;
  display: block;
  clear: both;
  margin: 0 auto;
}

.btn-failed-cpanel:hover,
.btn-failed-cpanel:active {
  color: #ffffff;
  background: #ce4116;
  transition: 0.5s;
}

.btn-failed-cpanel i {
  font-size: 15px !important;
  position: relative;
  top: 5px;
}

.btn-failed-dash:hover {
  color: #ffffff;
  background: #d34317;
  text-decoration: none;
}

.btn-failed-dash:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #dd7454;
}

#addcredit-modal,
#createcredit-modal {
  padding: 20px 0;
}

.modal-header h4 {
  margin: 8px 0 0;
}

.remove-custom-pad {
  padding: 0px 19px !important;
}

/*
.cert-p1,.cert-s1,.cert-m1,.cert-g1,.cert-h1,.cert-o1 {
    position: relative;
}*/
.cert-p2,
.cert-s2,
.cert-m2,
.cert-g2,
.cert-h2,
.cert-o2 {
  display: none;
}

.imp-notice {
  color: #c01818;
  padding: 0px;
  transform: scale(0.6);
  box-shadow: 0 0 1px 3px #ffffff;
  border-radius: 50px;
}

ul#trustSealSelTab li {
  border: 1px solid #aaa;
  padding: 0px 10px 0;
  margin: 0px;
}

ul#trustSealSelTab li a {
  top: 0px;
}

.spinner {
  width: 15px !important;
  margin: 0;
  padding: 0;
}

#customernotes-table td {
  vertical-align: top !important;
}

#trustSealSelTab li a {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #333333 !important;
}

.modal-pre-body {
  background: #f5f5f5;
  padding: 20px 40px;
}

#profile-toggle {
  transform: scale(1.8, 1.8);
}

#account-toggle {
  margin: 0 50px 0 20px;
}

.inner-profile-title {
  padding: 10px 15px;
}

.inner-profile-title h4 {
  margin: 0px;
}

.inner-profile-title h6 {
  margin: 5px 0;
}

.top-menu-ico {
  position: relative;
  top: 7px;
}

.cert-seclabel,
.cert-ssllabel,
.cert-mallabel,
.cert-gdprlabel,
.cert-hippalabel,
.cert-owasplabel {
  position: relative;
  top: 5px;
}

.cert-sechide,
.cert-sslhide,
.cert-malhide,
.cert-gdprhide,
.cert-hippahide,
.cert-owasphide {
  opacity: 0;
  position: relative;
  top: 25px;
}

#sortable {
  margin-bottom: 0px;
}

button:focus {
  outline: 0;
}

.country-dropd {
  padding: 0px !important;
}

.country-dropd select {
  border: 0px;
}

.tg-cert-drag {
  position: relative;
  left: -7px;
  top: 3px;
  color: #ccc;
}

.tg-cert-drag:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

#webpagecert {
  -webkit-animation: fadein 6s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 6s;
  /* Firefox < 16 */
  -ms-animation: fadein 6s;
  /* Internet Explorer */
  -o-animation: fadein 6s;
  /* Opera < 12.1 */
  animation: fadein 6s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#trustSealSelTab li img {
  max-height: 41px;
}

.icons-sidebar-size {
  max-width: 25px;
  max-height: 25px;
  display: block;
}

.checkBoxColor {
  color: #008000;
}

.table-responsive .text-center {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  text-align: center;
}

/* .table-responsive .text-domain {
  padding-left: 15px;
} */

.table-responsive > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  padding: 15px;
  line-height: 1.42857143;
}

.table-responsive > tbody > tr > td,
.table-responsive > tfoot > tr > td {
  padding: 15px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

/*
small {
  display: none;
}

ul li:hover small {display: block;
  margin-top: 5px;
  animation-name: slidein;

}
.smallArrowDiv{
  margin-top: 6px;
}
*/

.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: #111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* Some new fixes */

.marg-top10 {
  margin-top: 10px;
}

.padd12 {
  padding: 12px;
}

.padding-left12 {
  padding-left: 12px;
}

.smallSideBarTex {
  display: none;
}

.smallSideBarArrow {
  display: none;
}

.smallSideBarTex {
  display: none;
}

.smallSideBarArrow {
  display: none;
}

.smallSideBarIcon {
  width: 25px;
  height: 25px;
}

.smallSideBarCroseIcon {
  display: none;
}

.tgBadgeContainerHide {
  display: none;
}

.searchInputHide {
  display: none;
}

/* not found*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Catamaran:400,800');

.error-container {
  text-align: center;
  font-size: 180px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 800;
  margin: 20px 15px;
}

.error-container > span {
  display: inline-block;
  line-height: 0.7;
  position: relative;
  color: #ffb485;
}

.error-container > span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.error-container > span:nth-of-type(1) {
  color: #d1f2a5;
  animation: colordancing 4s infinite;
}

.error-container > span:nth-of-type(3) {
  color: #f56991;
  animation: colordancing2 4s infinite;
}

.error-container > span:nth-of-type(2) {
  width: 120px;
  height: 120px;
  border-radius: 999px;
}

.error-container > span:nth-of-type(2):before,
.error-container > span:nth-of-type(2):after {
  border-radius: 0%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 999px;
  box-shadow: inset 30px 0 0 rgba(209, 242, 165, 0.4), inset 0 30px 0 rgba(239, 250, 180, 0.4),
    inset -30px 0 0 rgba(255, 196, 140, 0.4), inset 0 -30px 0 rgba(245, 105, 145, 0.4);
  animation: shadowsdancing 4s infinite;
}

.error-container > span:nth-of-type(2):before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

@keyframes shadowsdancing {
  0% {
    box-shadow: inset 30px 0 0 rgba(209, 242, 165, 0.4), inset 0 30px 0 rgba(239, 250, 180, 0.4),
      inset -30px 0 0 rgba(255, 196, 140, 0.4), inset 0 -30px 0 rgba(245, 105, 145, 0.4);
  }

  25% {
    box-shadow: inset 30px 0 0 rgba(245, 105, 145, 0.4), inset 0 30px 0 rgba(209, 242, 165, 0.4),
      inset -30px 0 0 rgba(239, 250, 180, 0.4), inset 0 -30px 0 rgba(255, 196, 140, 0.4);
  }

  50% {
    box-shadow: inset 30px 0 0 rgba(255, 196, 140, 0.4), inset 0 30px 0 rgba(245, 105, 145, 0.4),
      inset -30px 0 0 rgba(209, 242, 165, 0.4), inset 0 -30px 0 rgba(239, 250, 180, 0.4);
  }

  75% {
    box-shadow: inset 30px 0 0 rgba(239, 250, 180, 0.4), inset 0 30px 0 rgba(255, 196, 140, 0.4),
      inset -30px 0 0 rgba(245, 105, 145, 0.4), inset 0 -30px 0 rgba(209, 242, 165, 0.4);
  }

  100% {
    box-shadow: inset 30px 0 0 rgba(209, 242, 165, 0.4), inset 0 30px 0 rgba(239, 250, 180, 0.4),
      inset -30px 0 0 rgba(255, 196, 140, 0.4), inset 0 -30px 0 rgba(245, 105, 145, 0.4);
  }
}

@keyframes colordancing {
  0% {
    color: #d1f2a5;
  }

  25% {
    color: #f56991;
  }

  50% {
    color: #ffc48c;
  }

  75% {
    color: #effab4;
  }

  100% {
    color: #d1f2a5;
  }
}

@keyframes colordancing2 {
  0% {
    color: #ffc48c;
  }

  25% {
    color: #effab4;
  }

  50% {
    color: #d1f2a5;
  }

  75% {
    color: #f56991;
  }

  100% {
    color: #ffc48c;
  }
}

/* demo stuff */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fdfdfd;
  margin-bottom: 50px;
}

html,
button,
input,
select,
textarea {
  font-family: 'Montserrat', Helvetica, sans-serif;
  color: #92a4ad;
}

h1 {
  text-align: center;
  margin: 30px 15px;
}

.zoom-area {
  max-width: 490px;
  margin: 30px auto 30px;
  font-size: 19px;
  text-align: center;
}

.link-container {
  text-align: center;
}

a.more-link {
  text-transform: uppercase;
  font-size: 13px;
  background-color: #92a4ad;
  padding: 10px 15px;
  border-radius: 0;
  color: #416475;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 1.5;
  text-decoration: none;
  margin-top: 50px;
  letter-spacing: 1px;
}

#login-bg {
  /* background: url("../../../src/static/images/login-bg-server.jpg") center
    bottom !important; */
  background-size: cover !important;
  background-position: center bottom !important;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-filter: blur(3px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

#login-content {
  z-index: 2;
  position: relative;
}

#login-panel-wrapper {
  width: 500px;
  position: fixed;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*Styles for screen 550px and lower*/
@media only screen and (max-width: 550px) {
  #mcontent-wrapper-dash {
    padding: 15px;
  }

  #dash-malware-table {
    padding: 15px;
  }

  body {
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  #login-panel-wrapper {
    width: 400px !important;
    padding: 20% 10px 21% !important;
  }

  #login-panel {
    padding: 10px 30px !important;
  }

  #mcontent-wrapper-dash {
    padding: 15px;
  }

  #dash-malware-table {
    padding: 15px;
  }
}

#login-panel {
  background: #fff;
  float: left;
  padding: 10px 30px;
  color: #666;
  border: 25px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 15px !important;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
}

#login-panel input[type='text'],
#login-panel input[type='password'] {
  margin: 15px 0;
  font-size: 16px;
  padding: 20px 10px;
}

#login-logo {
  width: 75% !important;
  margin: 20px 0 30px;
}

#login-btn {
  font-size: 18px;
  display: block;
  width: 100%;
  margin: 20px 0 10px;
  padding: 10px 0;
  background: #268226;
  color: #ffffff;
}

#login-btn:hover,
#login-btn:active {
  background: #206d20;
}

.login-links {
  color: #888888;
  font-size: 12px;
}

.login-links:hover {
  text-decoration: none;
  color: #268226 !important;
  cursor: pointer !important;
}

#login-copy {
  margin-top: 20px;
  line-height: 2;
  color: #888888;
  font-size: 12px !important;
}

/*@media only screen and (max-width: 550px) {*/
/*#login-panel-wrapper {*/
/*width: 400px !important;*/
/*padding: 20% 10px 21% !important;*/
/*}*/
/*#login-panel {*/
/*padding: 10px 30px !important;*/
/*}*/
/*}*/
/*#login-panel-wrapper {*/
/*width: 750px;*/
/*margin: 0 auto;*/
/*padding: 10% 150px;*/
/*}*/

/*#login-panel {*/
/*background: #fff;*/
/*padding: 10px 40px;*/
/*color: #666;*/
/*}*/
/*#login-panel input[type="text"],*/
/*#login-panel input[type="password"] {*/
/*margin: 15px 0;*/
/*font-size: 16px;*/
/*padding: 20px 10px;*/
/*}*/
/*#login-logo {*/
/*width: 75% !important;*/
/*margin: 20px 0 30px;*/
/*}*/
/*#login-btn {*/
/*font-size: 18px;*/
/*display: block;*/
/*width: 100%;*/
/*margin: 20px 0;*/
/*padding: 10px 0;*/
/*background: #4aba1b;*/
/*color: #ffffff;*/
/*}*/
/*#login-btn:hover,*/
/*#login-btn:active {*/
/*background: #43a61a;*/
/*}*/
/*.login-links {*/
/*color: #888888;*/
/*cursor: pointer !important;*/
/*}*/
/*#login-copy {*/
/*margin-top: 20px;*/
/*line-height: 2;*/
/*color: #888888;*/
/*}*/

/*.login-links:hover {*/
/*color: #43a61a !important;*/
/*text-decoration: underline !important;*/
/*}*/

/*img.bg {*/
/*!* Set rules to fill background *!*/
/*min-height: 100%;*/
/*min-width: 1024px;*/

/*!* Set up proportionate scaling *!*/
/*width: 100%;*/
/*height: auto;*/

/*!* Set up positioning *!*/
/*position: fixed;*/
/*top: 0;*/
/*left: 0;*/
/*z-index: -1;*/
/*}*/

/* user dropDown - Subrata*/
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  margin-top: 28px;
  right: -20px;
  position: absolute;
  background: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 0px;
  z-index: 996;
  text-align: center;
  width: auto;
  margin-right: 55px;
  border: 1px solid #ddd;
  line-height: 2;

  border-radius: 0 0 5px 5px;
}

.businessName {
  height: 35px;
  margin-bottom: 0;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown p:hover {
  background: #268226;
  transition: 0.5s;
  color: white;
}

.dropDownList {
  background: #fff;
  height: 35px;
  padding-top: 7px;
  margin: 0;
}

.dropDownList:hover {
  background: #268226;
  transition: 0.5s;
  color: white;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown1 {
  position: relative;
  display: inline-block;
}

.dropdown-content1 {
  right: -80px;
  position: absolute;
  background: #fff;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 0px;
  z-index: 996;
  text-align: center;
  width: auto;
  margin-right: 55px;
  margin-top: 28px;
  border: 1px solid #ddd;
  line-height: 2;

  border-radius: 0 0 5px 5px;
}

.dropdown1:active .dropdown-content1 > p {
  display: block;
}

.dropdown-content1 > p:hover {
  background: #268226;
  transition: 0.5s;
  color: white;
}

.hrRow {
  margin: 0;
  padding: 0;
}

.inputDisabled {
  pointer-events: none !important;
}

input.inputDisabled {
  pointer-events: none !important;
  color: #aaa !important;
  background: #f5f5f5 !important;
}

.fa-search:hover {
  cursor: pointer !important;
  text-decoration: none !important;
}

.fa-times:hover {
  cursor: pointer !important;
  text-decoration: none !important;
}

/* Custom css Oct. 10 */

#trustSealSelTab li img {
  max-height: 41px;
}

.scan-status-list td a {
  line-height: 1 !important;
}

.adv-setting .scan-toggle {
  line-height: 3.5;
}

.dash-domain-url {
  margin: 0 0 40px 0;
}

.h1-icon {
  font-size: 50px !important;
  transition: 0.25s ease-in-out;
}

.h1-icon:hover {
  transform: scale(1.1);
  transition: 0.25s ease-in-out;
}

.text-failed {
  color: #c01818;
}

.dash-overview-list div {
  vertical-align: top !important;
}

.dash-inner-table div {
  border-right: 1px solid #cccccc;
  border-top: 0px !important;
  vertical-align: top !important;
  height: 170px;
}

.dash-inner-table div:last-child {
  border-right: 0px;
}

.dash-inner-table div:nth-child(2) div:nth-child(1) {
  border-right: 0px;
}

.dash-status-ico {
  color: #ffffff;
  padding: 2.5px 6px;
  border-radius: 0 3px 3px 0;
  float: right;
  height: 27px;
  position: relative;
  right: 1px;
}

.dash-status-ico i {
  font-size: 14px;
}

.no-underline {
  text-decoration: none !important;
}

.badge3:after {
  content: var(--content);
  position: absolute;
  background: #c01818;
  height: 1.5rem;
  top: -0.8rem;
  right: -0.8rem;
  width: 1.5rem;
  text-align: center;
  line-height: 1.3rem;
  font-size: 10px;
  border-radius: 50%;
  color: white;
  border: 1px solid #c01818;
  font-family: 'arial';
}

.codeViewStec {
  background: #000000;
  color: #ffffff;
  padding: 20px;
  border-radius: 5px;
}

input,
textarea,
select,
a {
  outline: none !important;
}

.pciscan-toggle,
.malscan-toggle,
.sslscan-toggle,
.settings-toggle {
  position: relative;
}

.pci-arrow-ident,
.ssl-arrow-ident {
  position: absolute;
  bottom: -57px;
  left: 43%;
  font-size: 50px;
  color: #efefef;
}

.mal-arrow-ident {
  position: absolute;
  bottom: 0px;
  left: 40%;
  font-size: 50px;
  color: #efefef;
}

.set-arrow-ident {
  position: absolute;
  bottom: -160px;
  left: -10px;
  font-size: 50px;
  color: #efefef;
}

#pciscan-details,
#malscan-details,
#sslscan-details,
#setscan-details {
  position: relative;
  background: #ffffff;
  margin-top: 10px;
}

#setscan-details {
  font-size: 12px !important;
}

#setscan-details tr td {
  vertical-align: top;
  border-right: 1px solid #efefef;
}

#page-title {
  font-weight: 600;
}

/*#mcontent-wrapper {*/
/*background: #efefef !important;*/
/*}*/
#dash-malware-table {
  background: #ffffff !important;
  overflow: auto !important;
  padding: 10px 25px !important;
  border: 1px #ddd solid;
  border-top: 6px #ddd solid;
  border-radius: 5px;
  overflow-y: auto;
  min-height: 550px;
}

.content-pill {
  background: #ffffff !important;
  overflow: auto !important;
  padding: 10px 25px !important;
  border: 1px #ddd solid;
  border-top: 6px #ddd solid;
  border-radius: 5px;
  overflow-y: auto;
}

.breakdown-wrapper {
  padding: 10px;
  background: #f3f3f3;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toggle-break-down.active {
  background-color: #268226; /* Active background color */
  color: #ffffff; /* Text color */
  border: 2px solid #1e7e1e; /* Border color */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for depth */
  transform: scale(1.05); /* Slightly enlarge the button */
  transition: background-color 0.3s, transform 0.3s; /* Smooth transition */
}
.breakdown-content {
  margin-top: 20px;
}
span.badge.pass {
  background-color: #33981f;
}
span.badge.violation {
  background-color: #33981f;
}
span.badge.violation {
  background-color: red;
}
span.badge.date {
  background-color: rgb(17, 17, 17);
}
#seal-page-table {
  background: #ffffff !important;
  overflow: auto !important;
  padding: 0px 38px !important;
  border: 1px #ddd solid;
  border-top: 6px #ddd solid;
  border-radius: 5px;
  overflow-y: auto;
  min-height: 550px;
}

/*!*body {*!*/
/*!*background: #efefef !important;*!*/
/*!*}*!*/
#dash-acct-toggle {
  color: #7f7f7f;
}

#dash-acct-toggle:hover {
  color: #268226;
}

.bg-white {
  background: #fff !important;
  color: #000 !important;
}

.roleTooltipV2 {
  position: relative;
  display: inline-block;
}

.roleTooltipV2 .roleTooltipTextV2 {
  visibility: hidden;
  width: 250px;
  background-color: rgba(1, 0, 0, 0.8);
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
}

.roleTooltipV2 .roleTooltipTextV2::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  margin-left: -15px;
  border-width: 5px;
  border-style: solid;
  border-top: 5px solid transparent;
  border-right: 10px solid #000000;
  border-bottom: 5px solid transparent;
}

.roleTooltipV2:hover .roleTooltipTextV2 {
  visibility: visible;
  opacity: 1;
}

.roleTooltipV3 {
  position: relative;
  display: inline-block;
}

.roleTooltipV3 .roleTooltipTextV3 {
  visibility: hidden;
  width: 250px;
  background-color: rgba(1, 0, 0, 0.8);
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
}

.roleTooltipV3 .roleTooltipTextV3::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: 10px;
  border-width: 5px;
  border-style: solid;
  border-top: 10px solid #000000;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.roleTooltipV3:hover .roleTooltipTextV3 {
  visibility: visible;
  opacity: 1;
}

.roleTooltip {
  position: relative;
  display: inline-block;
}

.roleTooltip .roleTooltipText {
  visibility: hidden;
  width: 250px;
  background-color: rgba(1, 0, 0, 0.8);
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
}

.roleTooltip .roleTooltipText::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.roleTooltip:hover .roleTooltipText {
  visibility: visible;
  opacity: 1;
}

.modal-width {
  width: 270px !important;
}

.text-warning {
  color: #ffa500 !important;
}

.bg-purple {
  background: #9313da;
}

.bg-black {
  background: #000;
}

.bg-white {
  background: #fff;
  color: #000;
  box-shadow: inset 0 0 1px 1px #000;
  /*border: #000 solid 1px !important;*/
}

.bg-green {
  background: #008001;
}

.bg-grey {
  background: #efefef;
}

.padding-10 {
  padding: 10px;
}

/* fancy toggle CSS */

.switch {
  height: 3rem;
  overflow: hidden;
  width: 3rem;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  transform: scale(0.5);
}

.switch .switch-label {
  width: 3rem;
  font-size: 0.5rem;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

input.toggle {
  visibility: hidden;
}

input.toggle + label {
  width: 3rem;
  border-radius: 4rem;
  visibility: visible;
}

input.toggle + label:hover {
  cursor: pointer;
}

input.toggle:disabled + label:before {
  background-color: rgba(0, 0, 0, 0.1);
}

input.toggle:disabled + label:before.dark,
.dark input.toggle:disabled + label:before {
  background-color: rgba(255, 255, 255, 0.075);
}

input.toggle:disabled + label:after {
  background-color: #f5f5f5;
  box-shadow: 0 0.1rem 0.1rem 0rem rgba(0, 0, 0, 0.2);
}

input.toggle:disabled + label:after.dark,
.dark input.toggle:disabled + label:after {
  background-color: #464646;
}

input.toggle + label:before,
input.toggle + label:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  height: 18px;
}

input.toggle + label:before {
  right: 1rem;
  left: 3rem;
  top: 0.8rem;
  bottom: 1.8rem;
  border-radius: 5rem;
  transition: background 0.3s;
  background-color: rgba(0, 0, 0, 0.2);
}

input.toggle + label:before.dark,
.dark input.toggle + label:before {
  background-color: rgba(255, 255, 255, 0.2);
}

input.toggle + label:after {
  width: 1.9rem;
  height: 1.9rem;
  top: 0.4rem;
  left: 3rem;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0.1rem 0.25rem 0rem rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s cubic-bezier(0.915, 0.01, 0.075, 0.995);
  -moz-transition: all 0.3s cubic-bezier(0.915, 0.01, 0.075, 0.995);
  -o-transition: all 0.3s cubic-bezier(0.915, 0.01, 0.075, 0.995);
  transition: all 0.3s cubic-bezier(0.915, 0.01, 0.075, 0.995);
}

input.toggle + label:after.dark,
.dark input.toggle + label:after {
  background-color: #b4b4b4;
}

input.toggle:checked + label:before {
  background-color: #4abc90;
  opacity: 0.5;
  height: 18px;
}

input.toggle:checked + label:after {
  background-color: #28a745;
  margin-left: 3rem;
  box-shadow: none;
}

input.checkbox,
input.radio {
  display: none;
}

input.checkbox + label,
input.radio + label {
  display: inline-block;
  line-height: 1.7;
  position: relative;
  padding: calc(1.8rem - 1.8rem * 0.54) 0 0.5rem calc(1.8rem + 1rem);
  min-height: 1.8rem;
}

input.checkbox + label:hover,
input.radio + label:hover {
  cursor: pointer;
}

input.checkbox + label:before,
input.radio + label:before {
  content: '';
  height: 1.8rem;
  width: 1.8rem;
  position: absolute;
  left: 0.2rem;
  top: 0.7rem;
  background-repeat: no-repeat;
}

input.radio[disabled] + label:before,
input.checkbox[disabled] + label:before {
  opacity: 0.5;
}

input.radio[disabled] + label,
input.checkbox[disabled] + label {
  color: rgba(0, 0, 0, 0.3);
}

input.checkbox:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbD0iIzRBQkI4RiIgZD0iTTIwLDI0SDRjLTIuMiwwLTQtMS44LTQtNFY0YzAtMi4yLDEuOC00LDQtNGgxNmMyLjIsMCw0LDEuOCw0LDR2MTZDMjQsMjIuMiwyMi4yLDI0LDIwLDI0eiIvPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjAuNiw1LjdjLTAuNS0wLjUtMS4zLTAuNS0xLjgsMEw5LDE1LjVsLTIuNC0zLjJjLTAuNC0wLjYtMS4zLTAuNy0xLjgtMC4yaDBjLTAuNiwwLjQtMC43LDEuMy0wLjIsMS44CglsMy4zLDQuM2MwLjEsMC4yLDAuMywwLjMsMC41LDAuNGMwLDAsMCwwLDAsMGMwLjEsMCwwLjEsMCwwLjIsMC4xYzAsMCwwLDAsMC4xLDBjMCwwLDAuMSwwLDAuMSwwYzAsMCwwLjEsMCwwLjEsMGMwLDAsMC4xLDAsMC4xLDAKCWMwLjEsMCwwLjEsMCwwLjIsMGMwLDAsMCwwLDAuMSwwYzAuMSwwLDAuMSwwLDAuMi0wLjFjMCwwLDAsMCwwLDBjMC4xLTAuMSwwLjMtMC4xLDAuNC0wLjJMMjAuNiw3LjVDMjEuMSw3LDIxLjEsNi4yLDIwLjYsNS43eiIvPgo8L3N2Zz4=);
}

input.checkbox + label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBvcGFjaXR5PSIwLjQ4Ij4KCQk8cGF0aCBmaWxsPSIjQkJCREJGIiBkPSJNMjAsMEg0QzEuOCwwLDAsMS44LDAsNHYxNmMwLDIuMiwxLjgsNCw0LDRoMTZjMi4yLDAsNC0xLjgsNC00VjRDMjQsMS44LDIyLjIsMCwyMCwweiBNMjEsMTkKCQkJYzAsMS4xLTAuOSwyLTIsMkg1Yy0xLjEsMC0yLTAuOS0yLTJWNWMwLTEuMSwwLjktMiwyLTJoMTRjMS4xLDAsMiwwLjksMiwyVjE5eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPg==);
}

input.radio:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBvcGFjaXR5PSIwLjQ4IiBmaWxsPSIjMkE5OTc3IiBkPSJNMTIsMEM1LjQsMCwwLDUuNCwwLDEyYzAsNi42LDUuNCwxMiwxMiwxMnMxMi01LjQsMTItMTJDMjQsNS40LDE4LjYsMCwxMiwweiBNMTIsMjIKCQlDNi41LDIyLDIsMTcuNSwyLDEyQzIsNi41LDYuNSwyLDEyLDJzMTAsNC41LDEwLDEwQzIyLDE3LjUsMTcuNSwyMiwxMiwyMnoiLz4KPC9nPgo8Y2lyY2xlIGZpbGw9IiM0QUJCOEYiIGN4PSIxMiIgY3k9IjEyIiByPSI4Ii8+Cjwvc3ZnPg==);
}

input.radio + label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGNpcmNsZSBvcGFjaXR5PSIwLjQ4IiBmaWxsPSIjQkJCREJGIiBjeD0iMTIiIGN5PSIxMiIgcj0iMTAiLz4KPC9zdmc+);
}

html .light,
html .dark {
  padding: 2rem;
  overflow: hidden;
}

html .dark {
  height: 10rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #282828;
}

html .light {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  bottom: 14rem;
  top: 0;
  left: 0;
  right: 0;
}

.react-datepicker__input-container input[type='text'] {
  width: 100% !important;
}

.react-datepicker-wrapper input[type='text'] {
  width: 100% !important;
}

/** For notification fage */

.bellIcon {
  font-size: 82px;
  display: inline-block;
  border-radius: 120px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.7em 0.8em;
  background-color: #e5e5e5;
}

.table-wrapper-scroll-y {
  display: block;
  max-height: 650px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.pointer {
  cursor: pointer;
}

.pointer:hover {
  cursor: pointer;
  text-decoration: underline;
}

.non-pointer {
  cursor: default;
}

.non-pointer:hover {
  cursor: default;
  text-decoration: none;
}

.text-blue {
  color: blue;
}

.btn-outline-pending {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000 !important;
}

.btn-outline-pending:hover {
  color: #fff;
  background-color: #383838;
  border-color: #383838;
}

.bg-pending {
  background-color: #000;
}

a.bg-pending:hover {
  background-color: #383838;
}

.btn-140-width {
  width: 140px !important;
  height: 36px !important;
}

.btn-280-width {
  width: 280px !important;
  height: 36px !important;
}

.form-control {
  height: 36px !important;
  margin-bottom: 8px !important;
  margin-right: 8px !important;
}

.preset-nav-li-a {
  padding: 0 !important;
}

/* v- 3 */

.top-header-wrapper > #dash-malware-table {
  padding: 0 0 0 0 !important;
  overflow: hidden !important;
}

.tg-seals-well {
  padding: 0 !important;
  background-color: #fff !important;
  border: 5px 1px #ddd solid;
}

/* left */
.tg-seals-well > .left {
  padding: 25px 0 0 0px !important;
  height: auto;
  max-width: 240px;
}

.tg-seals-well > .left > .menu-list > .list-group {
  margin-bottom: 0;
}

.tg-seals-well > .left > .menu-list > .list-group > .list-group-item {
  font-size: 14px;
  border: 0;
  cursor: pointer !important;
  padding-top: 13px;
  height: 42px;
  width: 100%;
  margin-bottom: 10px;
  line-height: normal;
}

.tg-seals-well > .left > .menu-list > .list-group > .list-group-item.active {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
  background-color: #333333;
  color: #fff;
}

.tg-seals-well > .right {
  height: auto;
  border-left: 1px solid #cccccc;
  padding: 0px 25px 25px 25px !important;
}

.tg-seals-well > .right > .header {
  padding: 0 !important;
}

.tg-seals-well > .right > .header > .title {
  /* padding: 25px 30px !important; */
}

.tg-seals-well > .right > .header > .title > h4 {
  font-size: 20px;
  margin: 0;
}

.tg-seals-well > .right > .header > .save-button {
  padding: 15px 30px;
}

.tg-seals-well > .right > .body {
  width: 100%;
  height: 100%;
  padding: 15px 30px !important;
  border-top: 1px solid #cccccc;
  background-color: #fff;
}

.tg-seals-well > .right > .body > .body-left {
  padding: 0 15px 0 0;
}

.tg-seals-well > .right > .body > .body-left .title {
  font-size: 18px;
  margin-bottom: 25px;
}

.tg-seals-well > .right > .body > .body-left > p > label {
  width: 50%;
  font-weight: normal !important;
  color: #2b2b2b;
}

.tg-seals-well > .right > .body > .body-left > p > input[type='text'] {
  width: 50%;
  font-weight: normal !important;
  color: #2b2b2b;
}

.tg-seals-well > .right > .body > .body-left > .well > p > label {
  width: 20%;
  font-weight: normal !important;
  color: #2b2b2b;
}

.tg-seals-well > .right > .body > .body-left > .well > p > input[type='radio'] {
  cursor: pointer;
}

.tg-seals-well > .right > .body > .body-left > .well > p > select {
  width: 80%;
  height: 30px;
}

.tg-seals-well > .right > .body > .body-right {
  padding: 0;
}

.tg-seals-well > .right > .body > .body-right .title {
  font-size: 18px;
  margin-bottom: 25px;
}

.tg-seals-well > .right > .body > .body-right > .well > textarea {
  width: 100%;
  height: auto;
}

#seal.tab-pane {
  display: none !important;
}

#seal.tab-pane.active {
  display: block !important;
}

#certificate.tab-pane {
  display: none !important;
}

#certificate.tab-pane.active {
  display: block !important;
}

.certDescInfo {
  font-size: 12px;
  color: #2b2b2b;
}

.certDescDomain {
  display: inline-block;
  clear: both;
}

.certDescDomain::first-letter {
  text-transform: capitalize;
}

/* Insurance v - 2 */

#insurance-app > p {
  display: block;
  clear: both;
  margin-bottom: 25px;
}

#insurance-app > p > label {
  display: block;
  clear: both;
}

#insurance-app > p > span > input {
  cursor: pointer;
  margin-right: 5px;
}

#insurance-app > p > span {
  cursor: pointer;
  margin-right: 15px;
}

#insurance-app > .Rtable > .p-sm {
  padding: 0 !important;
  margin-right: 15px;
}

#signatureWrapper > input {
  margin-bottom: 15px !important;
}

.greenRadio:after {
  background: #66cc3e;
  border: 2px solid #333;
}

.greenRadioAlt:after {
  background: #66cc3e;
  border: 2px solid #fff;
}

.blackRadio:after {
  background: #333333;
  border: 2px solid #888;
}

.blackRadioAlt:after {
  background: #333333;
  border: 2px solid #fff;
}

.whiteRadio:after {
  background: #ffffff;
  border: 2px solid #66cc3e;
}

.whiteRadioAlt:after {
  background: #ffffff;
  border: 2px solid #888;
}

.greyRadio:after {
  background: #ffffff;
  border: 2px solid #333333;
}

.greyRadioAlt:after {
  background: #ffffff;
  border: 2px solid #888;
}

input[type='radio'].sealRadio {
  transform: scale(1, 1) !important;
}

input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  content: '';
  display: inline-block;
  visibility: visible;
}

input[type='radio']:checked:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: -4px;
  left: -2px;
  position: relative;
  content: '';
  display: inline-block;
  visibility: visible;
}

.side-menu-selected {
  background-color: #333333;
}

.leftImage {
  position: relative;
  padding: 10px 10px 10px 50px;
}

.leftImage img {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 30px;
}

.leftImage p {
  font-size: 14px;
  color: #aaa;
  margin: 0;
}

.styled-select select {
  background: transparent;
  border: none;
  font-size: 12px;
  height: 21px;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
  width: 100%;
}

.styled-select.slate {
  height: 32px;
}

.styled-select.slate select {
  border: 1px solid #ccc;
  font-size: 12px;
  height: 37px;
  width: 100%;
}

#feedbackDiv {
  position: fixed;
  right: 0px;
  bottom: 0px;
  margin-right: 150px;
  background: #fff;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  padding: 8px 8px 3px 8px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.15);
  text-decoration: none;
}

#feedbackDivMobile {
  position: fixed;
  right: 20px;
  top: 0px;
  margin-right: -10px;
  background: #fff;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  padding: 8px 8px 3px 8px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.15);
  text-decoration: none;
}

@media (max-width: 767px) {
  #feedbackDiv {
    position: fixed;
    bottom: 50px;
    right: 0px;
    margin-right: 50px;
  }

  #logOutDiv {
    bottom: 50px !important;
  }
}

/* React auto suggests */
.react-autosuggest__container {
  max-height: 350px;
}

.react-autosuggest__input {
  display: block;
  width: 100% !important;
  height: 36px;
  padding: 6px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.react-autosuggest__input:focus {
  outline: none;
}

.react-autosuggest__container--open .react-autosuggest__input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
  display: none;
}

.react-autosuggest__container--open .react-autosuggest__suggestions-container {
  display: block;
  position: absolute;
  top: 55px;
  width: 100%;
  max-height: 350px;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 12px;
  border-radius: 4px;
  border-radius: 4px;
  z-index: 2000;
  overflow-y: scroll;
}

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 5px 5px;
}

.react-autosuggest__suggestion:not(:first-child) {
  border-top: 1px solid #ddd;
}

.react-autosuggest__suggestion--focused {
  background-color: #0c7eaf;
  color: #fff;
}

.suggestion-content {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}

.name {
  margin-left: 68px;
  line-height: 45px;
}

.highlight {
  color: #28a745;
  font-weight: bold;
}

.react-autosuggest__suggestion--focused .highlight {
  color: #120000;
}

.status-box {
  padding: 1px !important;
  width: 26px !important;
}

.status-box-grey {
  background-color: rgb(127, 127, 127) !important;
  border-color: rgb(127, 127, 127) !important;
}

.status-box-red {
  background-color: rgb(233, 78, 27) !important;
  border-color: rgb(233, 78, 27) !important;
}

#hrSidebar:hover {
  background: none !important;
}

/*.sidebar-mlist #hrSidebar li:hover {*/
/*background: #fff !important;*/
/*}*/

/* Welcome popup */

.tgTitle {
  font-family: 'Montserrat', sans-serif;
}

.tgTitle-h1 {
  font-size: 50px;
}

.tCap {
  text-transform: uppercase;
}

#tg-main-nav li a,
#tg-footer-nav li a {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 700;
}

#tg-main-nav li a:hover,
#tg-footer-nav li a:hover {
  color: #268226;
  text-decoration: none;
}

#main-content {
  min-height: 500px;
}

#tg-footer-nav a {
  color: #2f2f2f;
}

.footer-items,
.footer-items ul li {
  font-size: 12px;
}

#footer-contact ul:last-child {
  font-size: 12px;
  display: inline;
}

.section1 {
  background: #329420;
  color: #fff;
}

.section2 {
}

.section3 {
  background: #404041;
  color: #ffffff;
}

.mcafee-tg-bullet {
  line-height: 2;
}

.walkthrough-close {
  position: absolute;
  right: 10px;
  z-index: 999;
  top: 10px;
}

.walkbottom-container {
  text-align: center;
  background: #0a630f url('../images/tg-walkthrough-bottombg.png');
  height: 225px;
  width: 100%;
  color: #ffffff;
  padding: 25px 0;
}

.walkbottom-container img:hover {
  -webkit-filter: drop-shadow(0px 4px 4px #222);
  filter: drop-shadow(0px 4px 4px #222);
  transition: 0.5s;
}

.walkthrough-close:focus {
  outline: 0;
}

.modal-content {
  border-radius: 0.5rem;
}

.carousel-control {
  color: #dcdcdc !important;
  opacity: 0.6 !important;
}

.carousel-control.left {
  position: absolute;
  top: 45%;
  left: -100px !important;
}

.carousel-control.right {
  position: absolute;
  top: 45%;
  right: -100px !important;
}

.carousel-indicators li {
  margin: 0 !important;
  background-color: #888888 !important;
}

.carousel-indicators .active {
  background-color: #ffffff !important;
}

.carousel-indicators {
  bottom: -55px !important;
}

.carousel-indicators li {
  border: none !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50px;
}

.carousel-item .img-top {
  border-radius: 4px 4px 0 0;
}

.carousel-item .img-bottom {
  border-radius: 0 0 4px 4px;
}

.walkthrough-content {
  position: absolute;
  top: 20% !important;
  -moz-box-shadow: 0 5px 5px #222;
  -webkit-box-shadow: 0 5px 5px #222;
  box-shadow: 0 3px 10px #222;
}

.walkthrough-h1 {
  font-size: 48px;
}

.walkbottom-container > h5 {
  font-size: 20px;
}

.welcome-popup-h5 {
  margin-top: 45px;
  font-size: 19px;
  text-align: left;
}

.welcome-popup-h4 {
  margin-top: 45px;
  font-size: 18px;
}

.modal-open .modal {
  /* top: -20% !important; */
  overflow-y: hidden !important;
}

#welcomePopup {
  top: -20% !important;
}

#remember-check {
  margin-top: 10px;
}

.ui-state-default {
  background: transparent !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

.a-pointer {
  color: #1e7e34;
  cursor: pointer;
}

.a-pointer:hover {
  color: #218838;
  cursor: pointer;
}

@media only screen and (max-width: 400px) {
  .checkBoxColor #mobile-mbar {
    bottom: 50px !important;
  }
}

.containerCheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.containerCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #eee;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #ccc;
  border: 1px solid #ccc;
}

.containerCheck:hover input ~ .checkmark {
  background-color: #ccc;
}

.containerCheck input:checked ~ .checkmark {
  background-color: #008000;
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.containerCheck input:checked ~ .checkmark:after {
  display: block;
}

.containerCheck .checkmark:after {
  left: 7px;
  top: 1px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#certContainer h1::first-letter {
  /* text-transform:capitalize; */
}

#certContainer h1,
#certContainer h2 {
  font-family: 'Montserrat', sans-serif;
}

.tgcert-subhead {
  color: #333333;
}

.secScan-p1::first-letter,
h1#primCertDom::first-letter {
  text-transform: capitalize;
}

.scan-btn {
  display: flex;
  column-gap: 0px;
  align-items: baseline;
  justify-content: start;
}

@media only screen and (max-width: 540px) and (min-width: 0px) {
  .navbar-brand {
    float: none !important;
    text-align: center !important;
    display: block !important;
  }

  #certContainer h1 {
    font-size: 20px !important;
    margin-top: 40px;
    font-weight: 700;
  }

  .copyright2 {
    display: block !important;
  }

  .copyright1 {
    display: none;
  }

  .secScan-p1 {
    line-height: 1.3 !important;
    font-size: 14px !important;
    margin-bottom: 18px !important;
  }

  .secScanStatus {
    float: left !important;
  }

  .secScanDate {
    margin-top: 10px !important;
    font-size: 12px !important;
  }

  .certDescInfo {
    margin-top: 12px;
  }

  .tg-cert-badge {
    padding-left: 0px !important;
  }

  .tgcert-subhead {
    font-size: 14px !important;
  }

  .pmain-title {
    font-size: 16px !important;
  }

  .certDescDomain {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 375px) and (min-width: 0px) {
  .tg-mobile-badge {
    float: left !important;
    width: 20% !important;
    line-height: 1 !important;
  }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > a:after {
  display: block;
  content: ' ';
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc !important;
  margin-top: 5px;
  margin-right: 5px !important;
}

.dropdown-submenu > .dropdown-menu {
  top: -15px;
  left: -160px !important;
  right: 200% !important;
  margin-top: -1px;
  cursor: pointer;
}

.pmain-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}

.certificateDescriptionText {
  color: #2b2b2b;
  font-size: 12px;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}

.customerNoteModal {
  min-height: 400px !important;
  max-height: 600px !important;
  overflow-y: auto !important;
}

#oldSiteContainer {
  clear: both;
}

#btn-OldSite {
  background: #ffffff;
}

#btn-OldSite:hover,
#btn-OldSite:focus {
  background: #444444;
}

.tg-link {
  color: rgba(38, 130, 36, 1) !important;
  border: 0 !important;
  border-color: transparent !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.tg-dashboard-link {
  color: rgba(127, 127, 127, 1);
  border: 0 !important;
  border-color: transparent !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.tg-anchor-button {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  white-space: nowrap;
  border: 0 !important;
  border-color: transparent !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.tg-dashboard-link {
  color: rgba(127, 127, 127);
  border: 0 !important;
  border-color: transparent !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: left;
}

.tg-dashboard-link:hover {
  cursor: pointer;
}

.tg-dashboard-passed-link {
  color: #33981f;
  border: 0 !important;
  border-color: transparent !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.tg-dashboard-failed-link {
  color: #c01818;
  border: 0 !important;
  border-color: transparent !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.span-scan-text {
  display: 'block';
  clear: 'both';
  font-size: '12px';
  font-weight: '200';
  margin-top: '20px';
}

.vulnerabilityInfoData {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.code-dump {
  font-weight: bold;
}

.vulnerabilityList {
  list-style: none;
  padding: 0px;
  line-height: 2em;
  margin-top: 2em;
}

.date-range-input {
  border-radius: 4px !important;
}

@media only screen and (max-width: 540px) and (min-width: 0px) {
  .secScan-p1 {
    margin-bottom: 12px !important;
  }
}

@media only screen and (max-width: 375px) and (min-width: 0px) {
  .secScan-p1 {
    font-size: 13px !important;
  }

  .modal-content.col-md-12 {
    width: 100% !important;
    margin-left: 0px !important;
  }
}

@-webkit-keyframes slide {
  100% {
    right: 40px;
  }
}

@keyframes slide {
  100% {
    right: 40px;
  }
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 0.25rem;
}

.backDropScan {
  width: 100%;
  height: 1200px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: saturate(180%) blur(5px);
}

.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-top: 20px;
}

.flex-inner-container {
  display: flex;
  flex-direction: row;
}

.subdomainHost {
  margin-left: 10px;
}

a.nav-link.active {
  color: #268226;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 10px;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.yearlyStat {
  display: block;
  clear: both;
  width: 755 px !important;
  height: auto;
}

.certificateH2Style {
  text-align: center !important;
  margin: 20px auto !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}

.certificateDateColor {
  color: #2e871c;
}

.certificateRedColor {
  color: #c01818;
}

.reportReadyBtn {
  border: 1px solid green;
  background: none;
  color: green;
  box-shadow: none;
  font-size: 0.8em;
  padding: 0 0px 0 10px;
  text-transform: capitalize;
  display: block;
  margin: 5px 0;
}

.reportGeneratedBtn {
  border: 1px solid #c3c2c2;
  background: none;
  color: #b1b0b0;
  box-shadow: none;
  font-size: 0.8em;
  padding: 0 0px 0 5px;
  margin-bottom: 5px;
  display: block;
  margin: 5px 0;
  text-transform: capitalize;
}

span.fa.icn,
span.fa.icn-disabled {
  color: #fff;
  padding: 7px 5px 7px 5px;
  margin-left: 10px;
}

span.fa.icn {
  background: green;
}

span.fa.icn-disabled {
  background: #c3c2c2;
}

button.btn-no-style {
  border: none;
  background-color: transparent;
  box-shadow: none;
  width: 32px;
}

#rescanButton {
  margin-left: 15px;
}

@media only screen and (max-width: 600px) {
  #startScanModal .modal-content {
    overflow: auto;
  }

  #startScanModal .modal-body {
    height: 350px !important;
  }
}

.timeSelectOpt {
  display: flex;
}

/***** jan 2025 *****/
.h3 {
  color: #fff !important;
}

.flex-left {
  padding: 0;
}

.flex-right {
  padding: 0;
  text-align: right;
}

.flex-parent {
  display: flex;
  overflow: auto;
  margin: 0;
  border: 0px solid #333;
  align-items: center;
  justify-content: start;
}

.seal-content-wrapper {
  padding-left: 11px !important;
}

.seal-content {
  display: flex;
  flex-wrap: wrap;
  /* Allows items to wrap onto a new row if necessary */
  border: 0px solid #000;
}

.seal-content-column {
  flex: 1;
  /* Columns will grow equally to fill available space */
  width: 50%;
  /* Ensures that columns do not shrink too much */
  padding: 0px;
  border: 0px solid #ccc;
}

.pl-10 {
  padding-left: 25px;
}

.pr-10 {
  padding-right: 25px;
}

/*Styles for screen 550px and lower*/
@media (max-width: 991px) {
  .tg-seals-well > .right {
    padding: 7px 7px 0 7px !important;
    height: auto;
    border: 0;
  }

  .tg-seals-well > .left > .menu-list > .list-group > .list-group-item.active {
    border-radius: 12px !important;
  }

  .tg-seals-well > .left {
    padding-left: 0 !important;
    max-width: 100%;
  }

  .create-new-preset-container {
    display: flex;
    justify-content: center !important;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .pl-10 {
    padding-left: 0;
  }

  .pr-10 {
    padding-right: 0;
  }

  .tg-seals-well > .left {
    padding: 7px 7px 0 0 !important;
    height: auto;
  }

  .tg-seals-well > .right {
    padding: 7px 7px 0 7px !important;
    height: auto;
    border: 0;
  }

  .tg-seals-well > .left > .menu-list > .list-group > .list-group-item.active {
    border-radius: 12px !important;
  }

  .seal-content {
    gap: 0;
    flex-direction: column;
  }

  .seal-content-column {
    flex: 1;
    /* Columns will grow equally to fill available space */
    width: 100%;
    /* Ensures that columns do not shrink too much */
    padding: 0px;
    border: 0px solid #ccc;
  }
}

/* Custom select */
.custom-select {
  position: relative;
  display: inline-block;
  min-width: 100%;
}

.select-button {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.675em 1em;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  background-color: white;
  cursor: pointer;
}

.arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000;
  transition: transform ease-in-out 0.3s;
}

.select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  background-color: white;
  list-style: none;
  padding: 10px;
  margin: 10px 0 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  max-height: 200px;
  overflow-y: auto;
}

.select-dropdown::-webkit-scrollbar {
  width: 7px;
}

.select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}

.select-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.select-dropdown li {
  padding: 10px;
  cursor: pointer;
}

/* Highlight the selected option */
.select-dropdown li.selected {
  background-color: #f2f2f2;
  border-radius: 4px;
  font-weight: bold;
}

.select-dropdown li:hover,
.select-dropdown li:focus {
  background-color: #f2f2f2;
  border-radius: 4px;
}

.select-dropdown.hidden {
  display: none;
}

/* Highlight the selected option */
.select-dropdown li.selected {
  background-color: #f2f2f2;
  border-radius: 4px;
  font-weight: bold;
}

/*** new radio css jan 30 2025 ***/
/* General styling */
.radio-container {
  display: flex;
  margin: 0px 8px;
  gap: 15px;
  font-family: Arial, sans-serif;
}

/* Hide the default radio button */
.radio-container input[type='radio'] {
  display: none;
}

/* Custom radio button */
.radio-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #666666;
  /* Border color */
  border-radius: 50%;
  /* Makes it circular */
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

/* Inner dot when checked */
.radio-container input[type='radio']:checked + .radio-label::after {
  content: '';
  width: 50px;
  height: 50px;
  background-color: transparent;
  /* Dot color */
  border-radius: 50%;
  position: absolute;
  border: 3px solid #268226;
}

/* Hover effect */
.radio-container input[type='radio']:hover + .radio-label {
  border-color: #555;
  /* Darken border on hover */
}

/* Focus effect */
.radio-container input[type='radio']:focus + .radio-label {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.list-box-container {
  position: relative;
}

/* Container that resembles a list box */
.list-box {
  position: absolute;
  background: #fff;
  z-index: 9999;
  display: none;
  width: 100%;
  margin-top: 4px;
  border: 1px solid #fff;
  border-radius: 4px;
  overflow: auto;
  max-height: 250px;
  font-family: Arial, sans-serif;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Reset list styles */
.list-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Each list item */
.list-box li {
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  border-bottom: 0px solid #eee;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* Remove border for the last item */
.list-box li:last-child {
  border-bottom: none;
}

/* Hover effect */
.list-box li:hover {
  background-color: #f0f0f0;
}

/* Selected state */
.list-box li.selected {
  background-color: #007bff;
  color: #fff;
}

.custom-color {
  display: flex;
  position: relative;
  gap: 8px;
}

/* icon color*/
/* Remove the default appearance and apply custom styling */
input[type='color'].icon-color {
  -webkit-appearance: none;
  /* Chrome, Safari, Opera */
  -moz-appearance: none;
  /* Firefox (limited support) */
  appearance: none;
  border: none;
  width: 35px;
  height: 35px;
  border: 2px solid #333;
  /* Border color */
  border-radius: 50%;
  /* Makes it circular */
  background: url('https://appdev.trust-guard.com/static/images/color-swatch.png') no-repeat center
    center;
  background-size: cover;
  cursor: pointer;
}

input[type='color'].icon-color + label::after {
  content: '';
  width: 50px;
  height: 50px;
  background-color: transparent;
  /* Dot color */
  border-radius: 50%;
  position: absolute;
  border: 3px solid #4e933e;
  top: -7.5px;
  left: -7.5px;
}

/* Remove the inner swatch in WebKit browsers */
input[type='color'].icon-color::-webkit-color-swatch-wrapper {
  padding: 0;
  border: none;
}

input[type='color'].icon-color::-webkit-color-swatch {
  border: 0px;
  border-radius: 50%;
  background: url('https://appdev.trust-guard.com/static/images/color-swatch.png') no-repeat center
    center;
  background-size: cover;
  scale: 2;
}

input[type='color'].icon-color::focus {
  border: 0px;
  border-radius: 50%;
  background: url('https://appdev.trust-guard.com/static/images/color-swatch.png') no-repeat center
    center;
  background-size: cover;
  scale: 2;
}

/* React toastify */
.Toastify__toast {
  position: relative !important;
  width: 576px !important;
  height: 121px !important;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 34px !important;
  border-radius: 8px !important;
  border: 2px solid #333333;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  /* max-height: 800px; */
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
  right: 256px !important;
}

.Toastify__toast-body {
  width: 433px;
  height: 26px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 22px !important;
  line-height: 100%;
  letter-spacing: 0%;
}

.Toastify__toast {
  /* height: 85px !important;
  border-radius: 8px !important;
  font-weight: normal !important;
  font-size: 20px !important;
  text-indent: 25px !important;
  letter-spacing: 0.5px !important; */
}

.Toastify__toast--success {
  background: #333 !important;
}

/* Feb 2025 */
.top-header-title {
  text-transform: uppercase;
  display: flex;
  justify-content: left;
  align-items: center;
}

.top-header-title a {
  cursor: pointer;
}

.top-header-title img {
  margin-right: 15px;
}

.top-header-title h4 {
  font-family: 'HelveticaNeueCyrMedium';
  font-weight: 550;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.top-header-intro {
  display: flex;
  overflow: auto;
  margin: 0;
  border: 0px solid #333;
  align-items: center;
  justify-content: space-between;
}

.top-header-intro-domain-name {
  text-transform: uppercase;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  font-family: 'HelveticaNeueCyrMedium';
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.top-header-intro-text .top-header-intro-subtext {
  font-family: 'HelveticaNeueCyrMedium';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.top-header-intro-image {
  width: 35%;
}

.top-header-intro-details {
  padding: 0;
}

.mt-35 {
  margin-top: 35px !important;
}

.seal-preset {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 16px;
}

.mt-25 {
  margin-top: 25px;
}

.pad-y-15 {
  padding: 15px 0;
}

.seal-page-action {
  width: 55%;
  height: 44px;
}

.display-none {
  display: none;
}

.display-flex {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-items: center;
  align-items: center;
}

.seal-preset-name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-right: 8px;
}

.seal-preset-action-edit-img {
  /* width: 24px;
  height: 24px;
  margin-bottom: -20px; */
  cursor: pointer;
}

.diplay-block {
  display: block;
}

.seal-preset-input {
  width: 74%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border: 2px solid #333;
  border-radius: 8px;
  color: #333;
}

.seal-preset-action-remove {
  width: 45%;
}

.mar-r-8 {
  margin-right: 8px !important;
}

.mar-r-15 {
  margin-right: 15px !important;
}

.seal-preset-hr {
  margin: 0 0 35px 0;
}

.seal-page-user-info {
  background: rgb(255, 255, 255);
  font-weight: normal;
  font-size: 13px;
  color: #dc3545;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-left: 6px solid #dc3545;
  border-color: #dc3545;
  padding: 12px 24px;
}

.seal-page-customize-text {
  color: #268226;
  font-family: Roboto;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0%;
}

.sealType {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border: 2px solid #333;
  border-radius: 8px;
  color: #333;
  cursor: pointer;
}

.arrow-drop-down {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 24px;
  height: 24px;
}

.arrow-drop-up {
  display: none;
  position: absolute;
  top: 12px;
  right: 15px;
  width: 24px;
  height: 24px;
}

.green-bg {
  background: #2e962e;
}

.black-bg {
  background: #333333;
}

.white-bg {
  border: 2px solid #4e933e;
}

.blue-bg {
  background: #2e90fa;
}

.gray-bg {
  background: #f2f2f2;
}

.custom-color-text {
  display: block;
  line-height: 35px;
  color: #2f76cf;
  cursor: pointer;
  font-weight: 400;
}

.custom-color-text::after {
  content: none !important;
  /* or reset whatever style was leaking in */
}

.sealPlacement {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 46px;
  padding: 0 15px;
  border: 2px solid #333;
  border-radius: 8px;
  color: #333;
  cursor: pointer;
}

.sealIcon {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border: 2px solid #333;
  border-radius: 8px;
  color: #333;
  cursor: pointer;
}

.mar-t-12 {
  margin-top: 12px;
}

.website-name {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  text-transform: uppercase;
  border: 2px solid #333;
  border-radius: 8px;
  color: #333;
}

.slider-input {
  width: 80px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  text-transform: uppercase;
  border: 2px solid #333;
  border-radius: 8px;
  color: #333;

  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  /* 
line-height: 20px;
letter-spacing: 0px;
vertical-align: middle; */
}

.offer-placement {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  text-transform: uppercase;
  border: 2px solid #333;
  border-radius: 8px;
  color: #333;
}

.seal-preview {
  font-size: 18px;
  line-height: 32px;
}

.seal-code-textbox {
  width: 100%;
  border-top: 1px solid #c3c4c6;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 25px;
}

.seal-code {
  width: 100%;
  height: auto;
  word-wrap: break-word;
  border-radius: 8px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  gap: 10px;
  background: #eaecf0;
}

.seal-code-copy-pase-text {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #323232;
}

.seal-code-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}

.seal-preset-create-container {
  position: relative;
  width: 480px !important;
  height: 230px !important;
  border-radius: 10px !important;
  padding: 30px !important;
}

.seal-preset-delete-container {
  position: relative;
  width: 480px !important;
  height: 248px !important;
  border-radius: 10px !important;
  padding: 30px !important;
}

.seal-info-container {
  position: relative;
  width: 580px !important;
  height: 348px !important;
  border-radius: 10px !important;
  padding: 30px !important;
}

.seal-info-container .info-text {
  font-size: 16px;
}

.seal-preset-google-tag-container {
  position: relative;
  width: 480px !important;
  height: 285px !important;
  border-radius: 10px !important;
  padding: 30px !important;
}

.seal-preset-google-tag-container .seal-preset-create-action {
  margin-top: 30px;
}

.seal-preset-create-header {
  display: flex;
  justify-content: start;
  align-items: start;
}

.modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 14px;
  height: 14px;
  background: transparent url('/static/images/modal-close.png') no-repeat center;
  border: none;
  box-shadow: none;
}

.seal-preset-create-title {
  margin-top: -8px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
}

.seal-preset-create-content {
  margin-top: 20px;
}

.display-block > .seal-preset-input {
  width: 420px;
  height: 44px;
  padding-top: 13px;
  padding-right: 15px;
  padding-bottom: 13px;
  padding-left: 15px;
  border-radius: 8px;
  border-width: 2px;
  margin-bottom: 0;
  border: 2px solid #555555;
}

.seal-preset-input {
  width: 420px;
  height: 44px;
  padding-top: 13px;
  padding-right: 15px;
  padding-bottom: 13px;
  padding-left: 15px;
  border-radius: 8px;
  border-width: 2px;
  margin-bottom: 30px;
  border: 2px solid #555555;
}

.seal-preset-delete-input {
  text-transform: none !important;
}

.seal-preset-create-action {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 16px;
}

.action-btn {
  width: 75;
  height: 44;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  gap: 8px;
  border-radius: 8px;
  border-width: 2px;
  border-color: #2e962e;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.btn-cancel {
  color: #2e962e;
  background: #fff;
}

.btn-create {
  color: #fff;
  background: #2e962e;
}

.create-new-preset-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 550px) {
  .fa-info-circle {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .seal-page-action {
    width: 45%;
    height: 44px;
  }

  .seal-preset-action-remove {
    width: 55%;
  }
}

.slider-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 23px;
}

.website-info {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}

.tooltip-span {
  margin-top: -8px;
}

.custom-gap {
  margin-bottom: 20px;
}

@media (min-width: 1280px) {
  /* Styles for extra-large screens a */
  .tg-seals-well > .right {
    padding: 7px 25px 0 25px !important;
    height: auto;
  }

  .tg-seals-well > .left {
    padding: 25px 0 0 0 !important;
    height: auto;
    max-width: 400px;
  }
}

/* new certificate */
.certificate-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}

.certificate-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 68px;
  border: 0px solid #f00;
  background: #171717;
}

.certificate-header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 920px;
  height: 44px;
  padding: 12px 0;
  border: 0px solid #e5e5e5;
}

/* .certificate-ssl-info {
  display: flex;
  flex-direction: column;
  width: 75px;
  height: 20px;
  gap: 4px;
} */
.certificate-ssl-scan-info {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
  border: 0px solid #fff;
}

.certificate-ssl-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  border: 0px solid #fff;
  width: auto;
  height: auto;
  gap: 6px;
  border: none;
  box-sizing: border-box;
}

.certificate-ssl-info-line-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 3px;
  border: none;
  box-sizing: border-box;
}

.certificate-ssl-info-line-1 a.certificate-ssl-info-line-1-img {
  width: 9px;
  height: 11px;
}

.certificate-ssl-info-line-1-text {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-box: trim-both cap alphabetic;
  line-height: 18px;
  letter-spacing: 0%;
}

.certificate-ssl-info-line-2 {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 10px;
  text-box: trim-both cap alphabetic;
  line-height: 18px;
  letter-spacing: 1.5%;
}

.certificate-scan-info {
  /* background: linear-gradient(90deg, #12ddb4 0%, #2e962e 100%); */
  /* Gradient border */
  background: linear-gradient(90deg, #62c938 0%, #33981f 100%);
  padding: 1px;
  /* Border thickness */
  border-radius: 4px;
  display: inline-block;
  box-shadow: 3px 0px 10px 0px #2e962e;
  box-shadow: -3px 0px 10px 0px #12ddb440;
}

.certificate-scan-info-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 221px;
  height: 44px;
  background: #171717;
  /* Inner background */
  border-radius: 4px;
  /* Match or slightly less than outer radius */
  padding: 12px 16px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  cursor: pointer;
}

.certificate-scan-info-inner:hover {
  color: #333333;
  background: #f2f2f2;
}

.certificate-hero-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  border: 0px solid #f00;
  background: #171717 url('/static/images/cert-hero-bg.png') no-repeat center/cover;
}

.certificate-hero-banner-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 920px;
  height: 316px;
  padding: 60px 0 132px 0;
  gap: 8px;
  border: 0px solid #f00;
}

.certificate-hero-banner-content-scan-date {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  background: linear-gradient(90deg, #62c938 0%, #33981f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.certificate-hero-banner-content-website-scan-details {
  display: flex;
  flex-direction: column;
  /* width: 350px; */
  height: auto;
  gap: 8px;
}

.certificate-hero-banner-content-website-name {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -2%;
  /* max-width: 325px; */
  overflow: hidden;
}

.certificate-hero-banner-content-website-name-canceled {
  color: #c70039;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -2%;
}

.certificate-hero-banner-content-website-status {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

.certificate-hero-banner-content-website-status-canceled {
  color: #c70039;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

/* content */
.certificate-content {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: start;
  justify-content: center;
  width: 100%;
  height: auto;
  border: 0px solid;
  margin-top: -76px;
}

.certificate-website-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 620px;
  height: auto;
  border: 0px solid;
}

.certificate-trust-guard-content-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 284px;
  height: auto;
  border: 0px solid;
}

.certificate-scan-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: auto;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background: #ffffff;
}

.certificate-business-content-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: auto;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background: #ffffff;
  padding-bottom: 16px;
}

.certificate-scan-content-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
  padding: 16px 17px;
  border-bottom: 1px solid #dddddd;
}

.certificate-scan-content-title {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0%;
}

.certificate-scan-content-status {
}

.certificate-scan-content-status-title {
  color: #323232;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.certificate-scan-content-status-result {
  color: #2e962e;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.certificate-scan-content-data {
  display: flex;
  flex-direction: row;
  background: #ffffff;
  width: 618px;
  height: auto;
  gap: 16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 24px;
}

.certificate-business-content {
  display: flex;
  flex-direction: row;
  background: #ffffff;
  width: 618px;
  height: auto;
  gap: 16px;
  padding-right: 16px;
  padding-left: 16px;
}

.certificate-scan-content-data-icon {
  width: 30px;
}

.certificate-scan-content-data-result {
  width: 574px;
}

.certificate-scan-content-data-result-details {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0%;
  margin-bottom: 4px;
}

.certificate-scan-content-data-result-date {
  color: #555555;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

.certificate-scan-content-data-disclaimer {
  color: #444444;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
}

.certificate-scan-content-data-disclaimer-href {
  margin-bottom: 8px;
}

.certificate-scan-content-data-disclaimer-href a {
  color: #555555;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}

.certificate-scan-content-data-disclaimer-href a:hover {
  color: #444444;
}

.certificate-scan-content-data-disclaimer-href-2 {
  margin-bottom: 8px;
}

.certificate-scan-content-data-disclaimer-href-2 a {
  color: #444444;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}

.certificate-scan-content-data-disclaimer-href-2 a:hover {
  color: #333333;
}

.certificate-scan-content-data-business-info {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  margin-top: 16px;
}

.certificate-scan-content-data-business-info-margin {
  margin-top: 8px;
}

.certificate-scan-content-data-business-info-left {
  width: 50%;
}

.certificate-scan-content-data-business-info-right {
  width: 50%;
}

.certificate-hr {
  border: none;
  height: 1px solid #000;
  background-color: #000;
  margin: 18.5px 0;
}

.certificate-scan-content-data-business-social-handle {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.certificate-scan-content-data-business-social-handle a {
  color: #555555;
  font-family: Font Awesome 6 Brands;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

.certificate-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 284px;
  background: #f5f6f8;
  margin-top: 51px;
  padding-top: 48px;
  padding-bottom: 96px;
}

.certificate-footer-content {
  display: flex;
  flex-direction: column;
  width: 920px;
  height: 140px;
  gap: 16px;
}

.certificate-trust-guard-content-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 0 16px 16px;
}

.certificate-trust-guard-content-details-2 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  padding: 16px 16px;
}

.certificate-trust-guard-content-details-2-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: auto;
}

.certificate-trust-guard-content-details-2-img img {
  width: 100%;
  height: 100%;
}

.certificate-trust-guard-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: auto;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background: #ffffff;
}

.certificate-trust-guard-content-box-1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: auto;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background: #ffffff;
}

.certificate-trust-guard-content-box-2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: auto;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background: #ffffff;
}

.certificate-trust-guard-content-details-2-container {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.certificate-trust-guard-uwp-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.certificate-uwp-plan-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  leading-trim: Cap height;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
}

.certificate-uwp-plan-get-started {
  /* background: linear-gradient(90deg, #12ddb4 0%, #2e962e 100%); */
  /* Gradient border */
  background: linear-gradient(90deg, #62c938 0%, #33981f 100%);
  padding: 1px;
  /* Border thickness */
  border-radius: 4px;
  display: inline-block;
  box-shadow: 3px 0px 10px 0px #2e962e;
  box-shadow: -3px 0px 10px 0px #12ddb440;
}

.certificate-uwp-plan-get-started-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 34px;
  background: #ffffff;
  /* Inner background */
  border-radius: 4px;
  /* Match or slightly less than outer radius */
  padding: 12px 16px;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  cursor: pointer;
}

.certificate-uwp-plan-get-started-inner:hover {
  color: #ffffff;
  background: #437f34;
}

.certificate-separator {
  width: 100%;
  height: 8px;
  gap: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 10px 0;
}

.certificate-separator-line {
  width: 100%;
  border-width: 0.5px;
  border: 0.5px solid #eaecf0;
}

.certificate-separator-2 {
  width: 100%;
  height: 8px;
  gap: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 16px 0;
}

.certificate-separator-line-2 {
  width: 100%;
  border-width: 0.5px;
  border: 0.5px solid #eaecf0;
}

/* trustseal certificate inner page */
.certificate-inner-container {
  width: 100%;
  height: auto;
  margin-top: 36px;
  padding: 30px;
  border-width: 5px, 1px, 1px, 1px;
  border-style: solid;
  border-color: #c3c4c6;
  border-radius: 8px;
  border-top-width: 5px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.certificate-inner-header {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: space-between;
  border-bottom-width: 1px;
}

.certificate-inner-title {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
}

.certificate-inner-title-typo {
  color: #323232;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
}

.certificate-inner-preview-button {
  width: auto;
  height: 44px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  border-width: 2px;
  color: #2e962e;
  background: #ffffff;
  border: 2px solid #2e962e;
}

.certificate-separator-3 {
  width: 100%;
  height: 8px;
  gap: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 30px 0;
}

.certificate-separator-line-3 {
  width: 100%;
  border-width: 1px;
  border: 1px solid #c3c4c6;
}

.certificate-inner-content {
  display: flex;
  align-items: start;
  justify-content: start;
}

.certificate-inner-scan-results-content {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.certificate-inner-popup-view {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.certificate-inner-popup-view-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
}

.certificate-inner-scan-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  height: 54px;
  padding-top: 13px;
  padding-right: 15px;
  padding-bottom: 13px;
  padding-left: 15px;
  border-radius: 8px;
  border-width: 2px;
  border: 2px solid #2e962e;
}

.certificate-inner-scan-details-failed {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  height: 54px;
  padding-top: 13px;
  padding-right: 0;
  padding-bottom: 13px;
  padding-left: 15px;
  border-radius: 8px;
  border-width: 2px;
  border: 2px solid #eaecf0;
}

.certificate-inner-scan-details-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 8px;
  width: 50%;
}

.certificate-inner-scan-details-grayscale-icon {
  filter: grayscale(100%);
}

.certificate-inner-scan-details-settings-icon-wrapper {
  display: flex;
  justify-content: center;
  /* horizontal */
  align-items: center;
  width: 44px;
  height: 54px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 2px solid #eaecf0;
  border-top: 2px solid #eaecf0;
  border-bottom: 2px solid #eaecf0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  object-fit: cover;
  margin-left: 8px;
  background: #f6f6f6;
  cursor: pointer;
}

.certificate-inner-scan-details-icons-container {
  display: block;
  width: 28px;
  width: 28px;
  text-align: center;
}

.certificate-inner-scan-details-icons-container > img {
  object-fit: cover;
}

.certificate-inner-scan-results-icons-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #323232;
}

.certificate-inner-scan-results-icons-text-tooltip-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.certificate-inner-scan-results-icons-text-tooltip-popup-text {
  position: absolute;
  bottom: 125%;
  /* position above the element */
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #323232;
  padding: 8px 12px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 10;
  width: 342px;
  height: auto;
  gap: 5px;
  border-radius: 5px;
  border-width: 1px;
  padding: 16px;
  overflow-wrap: break-word;
  border: 1px solid #c3c4c6;
}

.certificate-inner-scan-results-icons-text-tooltip-popup-text-title {
  margin-bottom: 8px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.certificate-inner-scan-results-icons-text-tooltip-popup-text-content {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

.certificate-inner-scan-results-icons-text-tooltip-wrapper:hover
  .certificate-inner-scan-results-icons-text-tooltip-popup-text {
  opacity: 1;
  visibility: visible;
}

.certificate-inner-scan-details-results {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  width: 50%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  gap: 4px;
}

.certificate-inner-scan-details-results-title-text {
  color: #323232;
}

.certificate-inner-scan-details-results-status-text {
  color: #2e962e;
}

.certificate-inner-scan-details-results-status-failed-text {
  color: #b42318;
}

.certificate-inner-popup-view-details {
  width: 100%;
  height: auto;
  padding: 24px 0 0;
  gap: 10px;
  margin-top: 24px;
  background: #f5f5f5;
}

.certificate-inner-save-buton {
  width: auto;
  height: 44px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  gap: 8px;
  border-radius: 8px;
  color: #ffffff;
  background: #2e962e;
  border: 2px solid #2e962e;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.certificate-inner-preview-buttons-section {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.certificate-inner-settings-form-element-wrapper {
  display: flex;
  flex-direction: column;
  width: 95%;
  height: auto;
  gap: 16px;
}

.certificate-inner-settings-form-element-wrapper-3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 16px;
}

.certificate-inner-scan-results-content-2 {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.certificate-inner-settings-form-element-label {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
}

.certificate-inner-settings-form-element-textarea {
  width: 100%;
  height: 137px;
  padding-top: 16px;
  padding-right: 15px;
  padding-bottom: 16px;
  padding-left: 15px;
  gap: 7px;
  border-radius: 8px;
  border-width: 2px;
  border: 2px solid #555555;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.certificate-inner-settings-form-element-input-text {
  width: 100%;
  height: 44px;
  padding-top: 13px;
  padding-right: 15px;
  padding-bottom: 13px;
  padding-left: 15px;
  border-radius: 8px;
  border-width: 2px;
  border: 2px solid #555555;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.certificate-inner-settings-form-element-wrapper-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  gap: 16px;
}

.certificate-inner-legal-social-section-legend-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 16px;
}

.certificate-inner-legal-social-section-legend-text-2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-top: 24px;
  margin-bottom: 16px;
}

.certificate-inner-legal-social-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #e4e6e8;
  padding: 16px;
}

.certificate-inner-settings-form-element-label-2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.certificate-trust-guard-special-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* certificate page media queries */
@media (max-width: 900px) {
  /* Styles for tablets and smaller devices */
  .certificate-header-elements {
    justify-content: start;
    width: 100%;
    padding: 12px;
  }

  .certificate-ssl-scan-info {
    display: none;
  }

  .certificate-hero-banner {
    justify-content: start;
  }

  .certificate-hero-banner-content {
    padding: 60px 12px 132px 12px;
  }

  .certificate-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .certificate-website-content {
    width: 100%;
    padding: 0 12px;
  }

  .certificate-scan-content {
    height: auto;
  }

  .certificate-scan-content-data {
    width: 100%;
    height: auto;
    gap: 2%;
    padding-bottom: 16px;
  }

  .certificate-scan-content-data-icon {
    width: 5%;
  }

  .certificate-scan-content-data-result {
    width: 88%;
  }

  .certificate-scan-content-data-result-details {
    font-size: 13px;
  }

  .certificate-scan-content-data-result-date {
    font-size: 13px;
  }

  .certificate-business-content {
    width: 100%;
  }

  .certificate-trust-guard-content-container {
    width: 100%;
    padding: 0 12px;
  }

  .certificate-trust-guard-content-details-2-img {
    flex: 1;
  }

  .certificate-trust-guard-content-details-2-img img {
    width: 100%;
    height: 100%;
  }

  .certificate-trust-guard-content-details-2-container {
    flex: 1;
    align-items: center;
    justify-content: start;
  }

  .certificate-trust-guard-content-details-2-container-img {
    width: auto;
    height: 145px;
    margin-top: -45px;
  }

  .certificate-footer {
    height: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .certificate-footer-content {
    width: 100%;
    height: auto;
  }

  .certificate-inner-content {
    display: flex;
    flex-direction: column;
  }

  .certificate-inner-scan-results-content {
    width: 100%;
  }

  .certificate-inner-popup-view {
    width: 100%;
  }

  .certificate-inner-scan-details {
    width: 100%;
  }

  .certificate-inner-popup-view-text {
    margin-top: 24px;
  }

  .certificate-inner-scan-results-content-2 {
    width: 100%;
  }

  .certificate-inner-settings-form-element-wrapper {
    width: 100%;
  }

  .certificate-inner-settings-form-element-wrapper-2 {
    width: 100%;
  }

  .certificate-inner-legal-social-section-legend-text {
    margin-top: 24px;
  }

  .certificate-inner-header {
    flex-direction: column;
    height: auto;
  }

  .certificate-inner-title {
    margin-bottom: 24px;
  }

  .certificate-uwp-plan-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: -24px;
  }
}

@media (max-width: 768px) {
  .certificate-trust-guard-content-details-2-container-img {
    width: auto;
    height: 145px;
  }

  .certificate-uwp-plan-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: -42px;
  }
}

@media (min-width: 768px) and (max-width: 920px) {
}

/* Tablet (portrait and small landscape) */
@media (min-width: 600px) and (max-width: 899px) {
  /* Tablet styles go here */
  .certificate-trust-guard-special-content {
    display: flex;
    flex-direction: row-reverse;
    gap: 16px;
  }
  .certificate-trust-guard-content-box-1 {
    width: 40%;
  }
  .certificate-trust-guard-content-box-2 {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  #pciscan-details,
  #malscan-details,
  #sslscan-details,
  #setscan-details {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.start_ada_scan {
  display: flex;
  justify-content: flex-end;
}

.pendingUrls {
  color: #bbbbbb;
}

.panel-heading-tg {
  background-color: #33981f !important;
  color: #fff !important;
  font-size: 1.3em;
  font-weight: bolder;
}

.inner-ptab h4 {
  margin: 0px !important;
  padding: 10px 0;
}

h4.panel-text {
  font-size: 1.2em;
  color: red;
  text-transform: none;
}

pre {
  background-color: #ecf0f1;
  padding: 12px;
  border-radius: 6px;
  overflow-x: auto;
  font-size: 0.95em;
}

.save-settings {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 480px) {
  #startScanModal {
    height: 78vh !important;
  }
  /* .Toastify__toast-container {
    width: 200px;
  } */

  .Toastify__toast {
    position: relative !important;
    width: 95% !important;
    height: 121px !important;
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding: 34px !important;
    border-radius: 8px !important;
    border: 2px solid #333333;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    /* max-height: 800px; */
    overflow: hidden;
    font-family: sans-serif;
    cursor: pointer;
    direction: ltr;
    right: -15px !important;
  }
}

@media (min-width: 481px) and (max-width: 920px) {
  .Toastify__toast {
    position: relative !important;
    width: 95% !important;
    height: 121px !important;
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding: 34px !important;
    border-radius: 8px !important;
    border: 2px solid #333333;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    /* max-height: 800px; */
    overflow: hidden;
    font-family: sans-serif;
    cursor: pointer;
    direction: ltr;
    right: 0px !important;
  }
}
