body {  
  color: #302D42;
  font-size: 16px;
  font-family: "Open Sans", sans-serif !important;
  line-height: 27px;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
}

.color-cti {
  color: #7E69FF;
}

a {
  color:#7E69FF;
}

a:hover,
a:active,
a:focus {
  color:#BDB0FF;
  text-decoration: none;
}

.bg-page {
  background: rgba(255,255,255,.6) url("../bg-marketplace-saas.jpg") no-repeat center center;
  min-height: calc(100dvh - 42px);
  background-size: 100%;
  background-attachment: fixed;
  margin-top: -48px;
  background-blend-mode: screen;
  padding-bottom: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}

.cm-content {
  min-height: 100%;
  margin-bottom: 20px;
}

.cm-top-nav-bar {
  background-color: #302D42;
  margin-bottom: 0px;
  border: 0px;
  height:48px;
  border-radius: 0;
}

.cm-menu-bar {
  position: relative;
  background-color: rgba(48, 45, 66, 0.05);
  margin-top: 48px;
  backdrop-filter: blur(10px);
}

.cm-signin {
  color: #ffffff !important;
  font-size: 16px;
  vertical-align: middle;
  margin-top: 20px;
}

.cm-username {
  border-right: solid 1px white;
  padding-right: 6px;
  font-size: 14px;
}

.cm-logout {
  margin-left: 10px;
}

.cm-logout span {
  font-size: 20px;
}

.nav-underline .nav-link {    
  margin-inline: -13px 25px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #302D42;
  font-weight: 500;
  font-size: 15px;
  border-bottom: 2px solid transparent;
}

.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus,
.nav-underline .nav-link:active,
.nav-underline .nav-link.active {  
  color: #7E69FF !important;
  border-bottom: 2px solid #7E69FF;
}

.placeholder {
  width: 160px !important;
}

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

.cm-menu-item {
  color: black !important;
  padding: 0px !important;
}

.cm-menu-item-active {
  background-color: #D0CCCC;
}

.cm-logo {  
  border-style: none;
  width: auto;
  padding: 8px;
  max-height: 45px;
}

.cm-panel-default {
  background: #F9F9F9 !important;
  border-radius: 0px;
  padding: 20px;
}

.cm-section-heading {  
  font-size: 25px;
  background-color: #fff;
  border-bottom: 4px solid #BDB0FF;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 40px;
  color: black;
}

.card {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.25);
  border: none;
  padding: 3rem;
}

.p10 {
  padding: 10px;
}

.w286 {
  width: 286px;
}

.w120 {
  width: 120px;
}

.w200 {
  width: 200px;
}

.mr250 {
  margin-right: 250px;
}

.mt100 {
  margin-top: 100px;
}

.mt200 {
  margin-top: 200px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.cm-button-default,
.cm-button-default-outlined {  
  border-color: #7E69FF;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 20px;
  font-size: 16px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cm-button-default {
  color: #fff !important;
  background-color: #7E69FF; 
}

.cm-button-default:hover,
.cm-button-default:focus,
.cm-button-default:active {
  background-color: #BDB0FF;
  border-color: #BDB0FF;
  outline: none;
}

.cm-button-default-outlined {
  color: #7E69FF !important;
  border-color: #7E69FF ;
  background-color: white; 
}

.cm-button-default-outlined:hover,
.cm-button-default-outlined:focus,
.cm-button-default-outlined:active {
  background-color: #F8F7FF;
  border-color: #7E69FF;
  outline: none;
}

.cm-button-success {
  color: #fff;
  background-color: #256525;
  border-color: #256525;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 25px;
  margin-bottom: 20px;
}

  .cm-button-success:hover {
      background-color: #EAE7E7;
      border-radius: 5px;
      padding: 12px 20px;
      font-size: 18px;
      font-weight: bold;
      color: #7E69FF;
  }

.cm-button-danger {
  color: #fff;
  background-color: #EA2333;
  border-color: #EA2333;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 25px;
  margin-bottom: 20px;
}

  .cm-button-danger:hover {
      background-color: #EAE7E7;
      border-radius: 5px;
      padding: 12px 20px;
      font-size: 18px;
      font-weight: bold;
      color: #7E69FF;
  }

.cm-table {
  background: #ffffff !important;
  font-size: 16px;
}

  .cm-table th {
      padding: 10px !important;
  }

  .cm-table td {
      padding: 10px !important;
  }

.cm-table-head th {
  text-align: center;
  background: #F9F9F9 !important;
  font-size: 14px;
}

.cm-ellipsis a {
  color: #302D42 !important;
}

.cm-minus-circle {
  text-align: center;
}

  .cm-minus-circle a {
      color: white !important;
  }

.cm-link-button {
  cursor: pointer;
}

  .cm-link-button:hover {
      cursor: pointer;
      color: #7E69FF !important;
  }

.cm-container {
  margin-left: 80px;
}

.cm-footer, .cm-push {
  position: fixed;
  right: 0;
  bottom: 0;  
  font-size: 12px;
  color: #302D42 !important;
  padding-block: 20px 6px;
}

.cm-footer .cm-logo-footer {
  max-width: 100px;
}

a.cm-dropdown-option {
  background: transparent !important;
  color: black !important;
  cursor: pointer;
}

  a.cm-dropdown-option:hover {
      background: transparent !important;
      color: #7E69FF !important;
      cursor: pointer;
  }

.mrtop {
  margin-top: 25px !important;
}

.maxwidth {
  width: 1300px !important;
}


.red-star {
  color: red;
}

.table td, .table th {
  border-top: 1px solid rgba(0, 0, 0, .1) !important;
  vertical-align: middle;
}

ol li::marker {
  font-size: 18px;
  font-weight: 700;
  color: #7E69FF;
}

.modal-open .modal {
  background-color: rgba(0, 0, 0, .3);
}

@media (resolution: 1.5dppx){
  body {
    font-size:14px;
  }

  h1 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1rem;
  }

  ol li::marker {
    font-size: 16px;
  }

  .cm-top-nav-bar,
  .cm-menu-bar {
    zoom:.87;
  }  

  .cm-footer {
    font-size: 10px;
  }

  .cm-button-default, 
  .cm-button-default-outlined {
    font-size: 14px;
  }
}