/* Pages Container */
#pages-container {
    margin-left: 1%;
    margin-top: -10px;
    margin-bottom: -5px;
}

/* Google OAuthe Button */
.google_auth_btn {
    width: 250px;
}

/* Autosave Checklist */
#autosave-checklist-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#autosave-checklist {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#personal-branding-form {
    padding: 50px;
}

#topic-wheel-acf-form {
    padding: 50px;
}

.ycf-btn {
    margin: 10px;
    padding: 5px 10px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    background-color: #002d5b;
    border-radius: 6px;
}

.ycf-btn-outline {
    margin: 10px;
    padding: 5px 10px;
    color: #002d5b;
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    border: solid 1px #002d5b;
    border-radius: 6px;
}

/* ACF Form Class */
.ycf-acf-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ycf-acf-form > label {
    margin: 0 20% 0 20%;
}

/* Generative AI Buttons */
.ycf-input-group {
    position: relative;
    width: 60%;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ycf-input-group label {
    width: 100%;
    font-size: 10pt;
    font-weight: 500;
}

.ycf-acf-form input {
    background-color: white;
    border: 1px solid hsl(203, 100%, 50%);
    border-radius: 15px;
    margin: 0 0 0 0;
    padding: 13px;
    padding-right: 25px;
    width: 100%;
    height: 34px;
    float: left;
}

.ycf-acf-form textarea {
    background-color: white;
    border: 1px solid hsl(203, 100%, 50%);
    border-radius: 15px;
    margin: 0 0 0 0;
    padding: 13px;
    padding-right: 25px;
    width: 100%;
    height: 125px;
    float: left;
}

.ycf-gen-ai-button {
    background-color: 1px solid hsl(203, 100%, 50%) !important;
    border: white;
    border-radius: 15px;
    margin: 25px 0px 25px 0px;
    width: 134px!important;
    height: 36px;
    text-align: center;
}

.ycf-gen-ai-modal-button-input {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 15px;
    margin: 0px -40px 7.5px 0;
    text-align: center;
    height: 30px;
    float: left;
    position: relative;
    left: -35px;
    top: 9px;
}

.ycf-gen-ai-modal-button-textarea {
    background-color: transparent;
    border: 1px solid transparent !important;
    border-radius: 15px !important;
    margin: 0px -40px 7.5px 0;
    text-align: center;
    height: 30px !important;
    float: left !important;
    position: relative !important;
    left: -35px !important;
    top: 15px !important;
}

.ycf-gen-ai-modal-button-textarea img {
    position: relative !important;
    top: -50px;
    left: 0px;
}

.ycf-acf-form-submit-container {
    width: 60% !important;
    position: relative;
    top: -60px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ycf-acf-form-submit {
    background-color: hsl(203, 100%, 50%) !important;
    color: white;
    border: 2px solid white !important;
    border-radius: 15px;
    margin: 15px 0px 15px 0px;
    width: 134px !important;
    height: 36px;
    text-align: center;
}


#topic-wheel-submit {
    background-color: hsl(203, 100%, 50%) !important;
    color: white;
    border: 2px solid white !important;
    border-radius: 15px;
    margin: 35px 0% 35px 50%;
    width: 134px !important;
    height: 36px;
    text-align: center;
}

/* Modals */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    height: 20%;
}

.modal-content-inner {
    display: none;
}

  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    width: 180px;
    color: white;
    font-size: 12px;
    background-color: #192733;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
  }
  
  .tooltip-text::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background-color: #192733;
    padding: 5px;
    z-index: 1;
  }
  
  .hover-text:hover .tooltip-text {
    visibility: visible;
  }

  .hover-text {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    /* margin: 40px; */
    font-family: "Montserrat", sans-serif;
    text-align: center;
  }

  #top {
    top: -40px;
    left: 0%;
  }
  
  #top::before {
    top: 80%;
    left: 45%;
  }

  #autosave-checklist > label {
    margin-top: 0;
    margin-bottom: -15px;
    padding: 0px;
  }