@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/OpenSans/OpenSans-Regular.ttf)
}

/* Style the reset button */
#clearButton {
    background-color: #f44336;
    color: white;
    border: none;
    font-size: 10px;
    padding: 5px 5px;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 5px;
}

/* Change button color on hover */
#clearButton:hover {
    background-color: #d32f2f;
}

#responses-title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #36304a;
}

#filter-table {
    margin-bottom: 15px;
}

.comparison-button{
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

/* Style for the filter row */
.filter-row {
    display: flex;
    align-items: center;
  }
  
  /* Style for the date selector */
  .date-selector {
    margin-left: 10px; /* Adjust margin as needed */
    padding: 1px; /* Adjust padding as needed */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 10px; /* Add rounded corners */
    font-size: 16px; /* Adjust font size as needed */
    outline: none; /* Remove the default outline on focus */
    transition: border-color 0.2s; /* Add a transition effect for better user experience */
    font-family: Arial, Helvetica, sans-serif;
    /* Style on hover/focus */
    &:hover,
    &:focus {
      border-color: #007bff; /* Change border color on hover/focus */
    }
  }
  
  
/* Style for selector elements */
.selector {
    margin-bottom: 10px;
    padding: 1px; /* Adjust padding as needed */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 10px; /* Add rounded corners */
    font-size: 16px; /* Adjust font size as needed */
    outline: none; /* Remove the default outline on focus */
    transition: border-color 0.2s; /* Add a transition effect for better user experience */
    
    /* Style on hover/focus */
    &:hover,
    &:focus {
      border-color: #007bff; /* Change border color on hover/focus */
    }
  }
  

  
a {
    margin: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

a:focus {
    outline: none!important
}

a:hover {
    text-decoration: none
}

h1,h2,h3,h4,h5,h6,p {
    margin-bottom: 10px;
}

ul,li {
    margin: 0;
    list-style-type: none
}

input {
    display: block;
    outline: none;
    border: none!important
}

textarea {
    display: block;
    outline: none
}

textarea:focus,input:focus {
    border-color: transparent!important
}

.red-text {
    color: red;
  }
  
button {
    outline: none!important;
    border: none;
    background: 0 0
}

button:hover {
    cursor: pointer
}

iframe {
    border: none!important
}

.limiter {
    width: 100%;
    margin: 0 auto
}

.container-table100 {
    width: 100%;
    min-height: 100vh;
    background: #c88c50;
    background: -webkit-linear-gradient(45deg,#4158d0,#fffbd5);
    background: -o-linear-gradient(45deg,#4158d0,#fffbd5);
    background: -moz-linear-gradient(45deg,#4158d0,#fffbd5);
    background: linear-gradient(45deg,#4158d0,#fffbd5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px
}

.wrap-table100 {
    width: 1170px;
    width: 100%;
    margin: 0 auto;
}

table {
    border-spacing: 1;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
    line-height:normal;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

table * {
    position: relative
}

table td,table th {
    padding-left: 10px
}

table thead tr {
    height: 60px;
    background: #36304a
}

table tbody tr {
    height: 100px;
    background-color: #f2f2f2;
    color: #292929;
    transition: background-color 0.3s; /* Add a smooth color transition on hover */
}

table tbody tr:last-child {
    border: 0
}

table td,table th {
    text-align: left;
    padding: 20px;
}

table td.l,table th.l {
    text-align: right
}

table td.c,table th.c {
    text-align: center
}

table td.r,table th.r {
    text-align: center
}

.table100-head th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset
}

tbody tr:nth-child(even) {
    background-color: #f2f2f2
}

tbody tr {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: rgb(41, 41, 41);
    line-height: 1.2;
    font-weight: unset
}

table tbody tr:hover {
    color: #000000;
    background-color: #e4f5f8;
    cursor: pointer
}

.column1 {
    width: 260px;
    padding-left: 40px
}

.column2 {
    width: 260px
}

.column3 {
    width: 245px
}

.column4 {
    width: 110px;
    text-align: right
}

.column5 {
    width: 110px;
    text-align: right
}

.column6 {
    width: 260px;
    text-align: right
}
.column7 {
    width: 110px;
    text-align: center
}

/* Style for the "See Model Info" text */
#modelInfoTrigger {
    font-size: 12px; /* Adjust the font size as needed */
    cursor: pointer; /* Change cursor to indicate interactivity */
    color:#f6f6f6;
    background-color: #484848;
    border-radius: 10px;
    padding: 5px;
  }

  #modelInfoTrigger:hover {
    background-color: #9dd5fa;
    color: black;
  }
  
  /* .model-info {
    display: none;
    position:absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1001;
    width: 600px;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
} */

.model-info {
    display: none;
    width: 600px;
    position:absolute;
    top: 70%;
    left: 10%;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 20px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1001;
    margin-left: -50px;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}

  #modelInfoTrigger:hover .model-info {
    visibility: visible;
    opacity: 1;
  }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 0.5 for 50% opacity */
    z-index: 1000; /* Ensure it's above everything else */
    display: none; /* Initially hidden */
}


.model-info strong {
    font-weight: bold;
    color: #010101; /* Blue color for strong text */
}

.model-info a {
    text-decoration: underline;
    color: #007bff; /* Blue color for links */
    cursor: pointer;
}

.model-info a:hover {
    color: #0056b3; /* Darker blue color on hover */
}



@media screen and (max-width: 992px) {
    table {
        display:block
    }

    table>*,table tr,table td,table th {
        display: block
    }

    table td,table th {
        text-align: left;
        padding: 3px;
        padding-right: 20px;
    }
    
    table thead {
        display: none;
    }

    table tbody tr {
        height: auto;
        padding: 37px 0
    }

    table tbody tr td {
        padding-left: 40%!important;
        margin-bottom: 24px
    }

    table tbody tr td:last-child {
        margin-bottom: 0
    }

    table tbody tr td:before {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #565656;
        line-height: 1.2;
        font-weight: bold;
        position: absolute;
        width: 40%;
        left: 30px;
        top: 0
    }

    table tbody tr td:nth-child(1):before {
        content: "Date/Time:"
    }

    table tbody tr td:nth-child(2):before {
        content: "Question:"
    }

    table tbody tr td:nth-child(3):before {
        content: "Quiz:"
    }

    table tbody tr td:nth-child(4):before {
        content: "AI Name:"
    }

    table tbody tr td:nth-child(5):before {
        content: "Reply:"
    }

    table tbody tr td:nth-child(6):before {
        content: "Full Response:"
    }

    table tbody tr td:nth-child(7):before {
        content: "# of Tries:"
    }

    .column4,.column5,.column6 {
        text-align: left
    }

    .column4,.column5,.column6,.column1,.column2,.column3 {
        width: 100%
    }

    tbody tr {
        font-size: 14px
    }

    .model-info {
        width: 576px;
        max-width: 900px;
        top: 70%;
        left: 10%;
        margin-left: -50px;
    }
}

@media(max-width: 576px) {
    .container-table100 {
        padding-left:15px;
        padding-right: 15px
    }

    .model-info {
        width: 300px;
        max-width: 500px;
        top: 75%;
        left: 40%;
        margin-left: -100px;
    }

}
