/* ------------------------------------------------------------ *\
    Getnet Admin
\* ------------------------------------------------------------ */
.gnt-header-container {
	display: flex;
	flex-wrap: wrap;

	.gnt-header-item {
		background-color: #fff;
		margin: 10px;
		width: calc( (100% - 240px)/3 );
    padding: 8px 24px 24px 24px;
		border-radius: 6px;
		box-shadow: 0 6px 16px rgba(0, 0, 0, 0.116);
		border-left: solid #ff1500a4 6px;

    fieldset {
      label {
        font-size: 14pt;
        font-weight: bold;
      }
    }

    a {
      font-size: large;
    }

    @media (max-width: 768px){
      width: 100%;
    }

    #callbackurl {
      word-break: break-word;
    }
	}

  .group-title {
    font-size: 25px;
    line-height: 25px;
  }

  .subtitle {
    font-size: large;
    font-weight: bold;
    padding: unset;
  }

  input[type="checkbox"] {
    transform: scale(1.5);
    margin-left: 6px;
    font-weight: bold;
    font-size: large;


     @media (max-width: 768px){
      transform: none;
    }
  }

  .img-copy {
    cursor: pointer;

    &:active{
      transform: scale(0.92);
      box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.103);
    }
  }
}

.copy-link {
  display: flex;
  align-items: center;
  gap: 20px;

  @media (max-width: 1024px) {
    flex-wrap: wrap;
  }
}

#copied-message {
  opacity: 0;
  transition: opacity 0.3s;
}

.text-image {
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: center;

  p {
    position: absolute;

    bottom: 16px;
    font-weight: 600;
  }
}

.gnt-container {
  display: flex;
  flex-wrap: wrap;

  .gnt-group {
    background-color: #fff;
    margin: 10px;
    width: calc(50% - 80px);
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.116);

    fieldset {
      position: relative;
    }

    @media (max-width: 768px){
      width: 100%;
    }
  }
  
  label[for=woocommerce_getnet-creditcard_logs]{
    @media (max-width: 768px){
      margin-bottom: 15px;
    }
  }

  label {
	  display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
  }

  .group-title {
    font-size: 20px;
    line-height: 25px;
  }

  input[type=text], input[type=password], input[type=number]{
    width: 100%;
    height: 48px;
    left: calc(50% - 544px / 2);
    top: 22px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 6px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 4px 0 21px 0;
  }

  select, select:disabled {
    width: 100%;
    height: 48px;
    left: calc(50% - 544px / 2);
    top: 22px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 6px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 4px 0 21px 0;
    max-width: unset!important;
  }

  select:disabled {
    background-image: none;
  }

  textarea {
    width: 100%!important;
  }
}
