/* Square Logs Admin Page Styles */

a.squareLogTabs.nav-tab {
    padding: 12px 25px;
    border-top-right-radius: 30px;
    border-top-left-radius: 10px;
}
a.squareLogTabs.nav-tab.nav-tab-active {
    background: white;
    font-family: Figtree;
}
a.squareLogTabs.nav-tab{
     background: #e1ecff;
     border: 0px;
     font-family: Figtree;
}
.mainHeadings{
    padding: 0px;
    margin: 0px;
   font-family: Figtree;
    font-size: 1.2rem;
    font-weight: 700;
    color: #2065E0;
}
.logsListMain{
    background-color: white;
    border: 1px solid #eee;
    box-shadow: 1px 2px 1px 2px #88888826;
    padding: 30px 30px;
    border-top: 0px;
}
.logsListMain .emailAlertScreen{
    width: 55%;
}
.logsTable{
    margin-top: 20px;
    table-layout: fixed;
    width: 100%;
        clear: both;
}
.logsTable thead {
   background: #e1ecff;
}
.logsTable thead th {
    padding: 13px 15px;
    text-align: left;
    color: #005fd0;
    font-size: 13px;
    font-family: Figtree;
}
.logsTable tbody td {
    padding: 10px 15px;
    text-align: left;
}
.selectCheckBoxTD{
    text-align: center;
}
.selectCheckBoxTH{
    text-align: center;
}

.expandable-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out; 
  padding: 0 10px;
}
.expandable-content.expanded {
  max-height: 500px;
  padding: 10px;
}
.render-logs {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 10px;
}
table.logsTable th.widthAdjust{
    width: 20%;
}
table.logsTable .viewBtn{
    background: #E1ECFF;
    color: #2065E0;
    font-size: 12px;
    font-weight: 700;
   font-family: Figtree;
    padding: 5px 20px;
    border: 1px solid #2065E0;
    border-radius: 5px;
    cursor: pointer;
}

.render-logs pre,
.render-logs code {
  white-space: pre-wrap; 
  word-wrap: break-word; 
  overflow-x: auto; 
  max-width: 100%; 
  display: block; 
  background: #f9f9f9;  
  border: 1px solid #ddd; 
  padding: 10px;
  border-radius: 6px;
  font-size: 10px;
  font-family: Figtree;
}

.connectionStatus{
  display: flex;
}
.connectionStatus img{
    width: auto;
    height: 12px;
}
.connectionStatus span{
    color: #5E6673;
    font-size: 13px;
    font-weight: 500;
    font-family: Figtree;
    margin: -2px 10px;
}

.nav-tab-wrapper, .wrap h2.nav-tab-wrapper, h1.nav-tab-wrapper{
    border: none;
}
.nav-tab-active, .nav-tab-active:focus, .nav-tab-active:focus:active, .nav-tab-active:hover{
    border-bottom: none;
}

.noteInEmailAlert {
    background: #EEFBFF;
    padding: 15px 15px;
    margin: 20px 0px;
    color: #208AAE;
    font-size: 13px;
    font-family: Figtree;
    font-weight: 500;
    border-left: 2px solid #208AAE;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.noteInEmailAlert img.alertIconNotes {
    width: 20px;
}
.noteInEmailAlert .noteText {
    padding: 3px 15px;
}

.wizard-form-checkbox-alert-log {
    position: relative;
    display: grid;
    align-items: center;
    font-family: Figtree, sans-serif;
    font-size: 14px;
    color: #64748b;
    justify-content: space-between;
    width: 30%;
}
.wizard-form-checkbox-alert-log input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 35px;
    height: 20px;
    transform: translateY(-50%);
    margin: 0;
    z-index: 3;
    cursor: pointer;
}
.wizard-form-checkbox-alert-log label::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 18px;
    border: 2px solid #d1e3ff;
    border-radius: 999px;
    background-color: white;
    box-sizing: border-box;
    transition: all 0.25s 
ease-in-out;
}
.wizard-form-checkbox-alert-log label::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-color: #cbd5e1;
    border-radius: 50%;
    transition: all 0.25s ease-in-out;
    z-index: 2;
}
.wizard-form-checkbox-alert-log input[type="checkbox"]:checked + label::after {
    background-color: #2065e0c7;
    transform: translateY(-50%) translateX(16px);
}

.logsListMain .emailAlertScreen .fieldNote{
    margin: 0px 0px;
    padding: 0px 0px;
    color: #8b8b8b;
}
.logsListMain .emailAlertScreen .emailField{
    margin: 15px 0px 0px 0px;
    padding: 0px 0px;
}
.emailInputField{
    box-shadow: 0px 0px 20px -15px #2065e0 !important;
    display: block;
    height: 35px;
    padding: 0px 15px !important;
    font-size: 14px;
    font-family: Figtree;
    line-height: 35px !important;
    color: #495057 !important;
    background-color: #cce0ff40 !important;
    background-clip: padding-box;
    border: 1px solid #C6DCFE !important;
    border-radius: 2px !important;
    transition: all 0.3s ease;
    margin-top: 4px;
    width: 60%;
}
.emailField label, .wizard-form-checkbox-alert-log label {
    font-size: 14px;
    color: #3E4348;
    font-weight: 500;
    display: inline-block;
   font-family: Figtree;
}

.submitAlertEmail{
    background: #E1ECFF !important;
    color: #2065E0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    font-family: Figtree;
    padding: 1px 25px !important;
}

.clearLogBtn{
    background: #E1ECFF !important;
    color: #2065E0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 1px 15px !important;
    border-radius: 4px !important;
    font-family: Figtree;
}

.logsTable{
    margin-top: 0px;
    table-layout: fixed;
    width: 100%;
    clear: both;
}

.logsTableWrapper {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: auto;
    margin-top: 20px;
    border: 1px solid #e1ecff;
    border-radius: 4px;
}

.logsTableWrapper::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.logsTableWrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.logsTableWrapper::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.logsTableWrapper::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.logsTable thead {
   background: #e1ecff;
   position: sticky;
   top: 0;
   z-index: 10;
}

.noLogMsg{
    text-align: center !important;
    font-size: 14px;
    font-family: Figtree;
    font-weight: 600;
    padding: 15px 0px !important;
}

.wp-easy-pay_page_square-logs .wrap h1{
    display: none;
}