@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');	

.mwd-section-01-01 {
  background-color: #f0f0f0;
  background-image: url("../../../../../assets/images/1920/1280/abstract-006-004.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 1rem;
}

.mwd-table-container {
  margin: 0 auto;
  max-width: 460px;
}

.mwd-table-c-20-40-40 th {
  text-transform: uppercase;
  font-weight: 600;
}

.mwd-table-at th {
  text-align: left !important; 
}

.mwd-table-at th:first-child{

}

.mwd-table-at th:nth-child(2){

}

.mwd-table-at th:nth-child(3){

}

.mwd-table-at td:nth-child(4){

}

.mwd-table-at-th-link a {
  text-decoration: none;
  color: #222222;  
}

.mwd-table-at-th-link a:hover {
  color: #f4a024;  
}

.mwd-character {
  font-family: "Source Code Pro", monospace; 
}


.mwd-table-td-copy {
  border: 1px solid #ececec;
}

.mwd-at-table-icon {
  text-align: center; 
  cursor: pointer; 
}

.mwd-at-table-icon:hover {
  background-color: rgba(152, 152, 152, 0.49);
}

.copyable {
	
}

.copyable:hover {
  font-weight: 600;
  color: rgba(255, 0, 0, 0.69);
}

.mwd-hover-preview-01-01 {
  color: #f4a024;
  text-align: center;
  font-size: 9rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.mwd-preview-01-01 {
  color: #f4a024;
  text-align: center;
  font-size: 6rem;
  padding: .5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.last-selected {
  font-weight: 600;
  color: #ff0000 !important;
}


/* copy to clipboard tip */

.tooltip.fade {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.tooltip.fade.show {
  opacity: 1;
}

td.copy-trigger {
  cursor: pointer;
}

.mwd-card-preview {
  background: linear-gradient(to top, #dfe9f3 0%, white 100%);  
  border-radius: 6px;
}

.card-footer {
  background-color: transparent !important;
  border: 0 !important;
}

.mwd-card-footer-link {
  position: relative;    
}

.mwd-card-footer-link a {
  display: block;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 98%;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 6px 60px 6px 10px;
  border: 1px dotted rgba(203, 203, 203, 0.4);
  background-color: rgba(203, 203, 203, 0.1);
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 11px;
  letter-spacing: 1px;
}

.mwd-card-footer-link a:hover {
  background-color: rgba(69, 78, 92, 0.9);
  color: rgba(255, 255, 255, 0.9);
}

.mwd-at-magnifying-glass-01-01 {
  background-image: url("../../../../../assets/images/svg/magnifying-glass-pdf-001-001.svg");
  background-repeat: no-repeat;
  background-position: center;
  min-height: 220px
}

.mwd-selection-info-01-01 {
  position: relative; 
  background: #f4a024; 
  color: #ffffff; 
  padding: 4px 20px; 
  border-radius: 4px; 
  text-transform: uppercase;
  text-align: center;
}

.mwd-selection-info-01-01:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 50% !important;
  margin-left: -10px;
  margin-top: -22px;
  border: 10px solid transparent;
  border-bottom: 10px solid #f4a024;
}

/* preview screen */

.mwd-col-monitor {
  background: #222222;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  position: relative;
}

.mwd-card-monitor {
  border: 0 !important;
  background: #222222 !important;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  position: relative;
}

.mwd-card-screen {
  background: linear-gradient(to bottom right, #444, #111);
  border: 2px solid #000;
  border-radius: 6px;
  box-shadow: inset 0 0 10px #000;
}

.mwd-card-stand {
  width: 40px;
  height: 10px;
  background: #333;
  margin: 20% auto 0 auto;
  border-radius: 3px;
  box-shadow: 0 5px 0 #111;
}

.mwd-card-screen-content {
  padding: 0 1rem;
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
}

/* footer sub */

.mwd-footer-list-01-01 {
  background-color: #f8f8f8;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
}

.mwd-footer-list-01-01 a {
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  width: 40px;
  padding: 4px 6px;
  text-decoration: none;
  background-color: rgba(69, 78, 92, 0.9);
  color: #ffffff;
  border: 1px solid #ffffff;
}

.mwd-footer-list-01-01 a:hover {
  background-color: rgba(69, 78, 92, 0.6);
  color: rgba(255, 255, 255, 0.69);
}

.mwd-footer-list-01-01 span {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  width: 40px;
  padding: 4px 6px;
  text-decoration: none;
  background-color: rgba(69, 78, 92, 0.69);
  color: rgba(255, 255, 255, 0.69);
  border: 1px solid #ffffff;
}