@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

:root{
    --color-grey-25: #FCFCFD;
    --color-grey-50: #F9FAFB;
    --color-grey-100: #F2F4F7;
    --color-grey-200: #EAECF0;
    --color-grey-300: #D0D5DD;
    --color-grey-500: #667085;
    --color-grey-600: #475467;
    --color-grey-800: #1D2939;
    --color-grey-900: #101828;
    --color-primary-50: #E0F4FD;
    --color-primary-200: #7BD0F5;
    --color-primary-300: #44BFF0;
    --color-primary-700: #0083CA;
    --color-success-300: #6CE9A6;
    --color-success-400: #32D583;
    --color-success-600: #039855;
    --color-warning-200: #FEDF89;
    --color-error-200: #FDA29B;
    --color-error-500: #F04438;
    --color-error-600: #D92D20;
    --color-error-700: #B42318;
    --polymer-dark-green: #32DB71;
    --polymer-black         : #101828;
    --polymer-blue          : #0073B6;
    --polymer-light-blue    : #7BD0F5;
    --polymer-sky-blue      : #E0F4FD;
    --polymer-green         : #12B76A;
    --polymer-dark-gray     : #475467;
    --polymer-gray          : #98A2B3;
    --polymer-light-gray    : #D0D5DD;
    --polymer-gray-text     : #667085;
}

body {
    background: var(--color-grey-50);
}

body * {
    font-family: Inter;
}

/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    background: white;
    padding: 0px;
    height: 85px;
    padding-left: 20px;
    border-bottom: 1px solid var(--color-grey-200);
    box-sizing: border-box;
    position: fixed;
    z-index: 50;
    width: 100%;
    box-shadow: 0px 1px 2px 0px #1018280D;
}
.navbar .secured-by{
    font-size: 14px;
    color: var(--color-grey-500);
    display: block;
    padding-top: 19px;
}
.navbar  .polymer-logo{
    margin-top: 5px;
    height: 37px;
}
.navbar .ai-platform-logo img{
    height: 37px;
}
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: 450px}

/* Set gray background color and 100% height */
.sidenav {
    padding: 24px;
    height: 100%;
    background: var(--color-grey-100);
}
.content-area {
    padding: 24px;
    background: var(--color-grey-50);
    position: relative;
    min-height: 700px;
    box-sizing: border-box;
    padding-bottom: 120px;
    padding-top: 10px;
}
.sidenav > button,
.sidenav > span,
.sidenav > ul,
.sidenav > ul > li{
    width: 100%;
    display: block;
    float: left;
}

.sidenav > span,
.sidenav > ul,
.sidenav > ul > li{
    text-align: left;
}

.sidenav > button{
    margin-bottom: 30px;
}
.sidenav .history-tag{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: var(--color-grey-500);

}
.sidenav ul{
    padding-left: 0px;
}
.sidenav ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px;
}
.sidenav ul li:first-child{
    margin-top: 20px;
}
.sidenav ul li:hover,
.sidenav ul li.active{
    background: #FFFFFF;
    border-radius: 8px;
}


.container,
.container-fluid{
    display: block;
    box-sizing: border-box;
}
.container-flex{
    display: flex;
    padding: 0rem;
    width: 100%;
    min-height: 20px;
    justify-content: space-between;
    background-color: transparent;
}

.container-flex .content-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.container-flex .content-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.content-center {
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
}

.sign-in {
    width: 540px;
    padding: 28px;
    gap: 20px;
    border: 1px solid transparent;
    margin-top: 32px;
    margin-bottom: 32px;
    margin-bottom: 64px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px #1018281A;
    text-align: center;

}

.sign-in > h3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
}

.sign-in > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    padding-top: 6px;
    padding-bottom: 12px;
}

.sign-in > button {
    width: 100%;
    border: 1px solid var(--color-grey-100);
    padding: 10px 16px;
    gap: 12px;
    margin-top: 10px;
    border-radius: 8px;
    background: transparent;
    box-shadow: 0px 1px 2px 0px #1018280D;
}

.ai-conversation {
    padding-top: 84px;
}

.ai-conversation .content-area button {
    border: 1px solid var(--color-grey-300);
    border-radius: 8px;
    padding: 8px 14px;
    text-align: center;
    background: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;

}

.ai-conversation .content-area button > * {
    display: block;
    float: left;
}

.ai-conversation .content-area button > span {
    padding-left: 8px;
}

.model-info,
.message-sent,
.message-receive,
.write-message {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.write-message {
    left: 250px !important;
    width: calc(100% - 250px);
}

.message-receive,
.message-sent,
.regenerate-response {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
}

.model-info .message-content,
.message-sent .message-content,
.message-receive .message-content,
.write-message .message-content {
    /*width: 70%;*/
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 10px 0px;
    padding-right: 100px;
}

.write-message .message-content {
    padding-right: 10px;
    padding-left: 10px;
}

.write-message .message-content .input-group,
.write-message .message-content .input-group .input-group-text {
    height: 50px;
}

.write-message .message-content .input-group .input-group-text {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    background: var(--color-grey-100);
    font-size: 16px;
    font-weight: 400;
    color: var(--color-grey-500);
}

.write-message .message-content .input-group .input-group-text.active {
    background: var(--polymer-dark-green);
    color: var(--color-grey-900);
}

.write-message .message-content .input-group input {
    color: var(--color-grey-600);
}

.write-message .note {
    font-size: 12px;
    line-height: 18px;
    color: var(--color-grey-500);
    margin-bottom: 5px;
}

.write-message .note a {
    color: var(--color-grey-500);
}

.write-message {
    position: fixed;
    bottom: 0px;
    background: var(--color-grey-50);
    left: 0px;
}

.message-content .thumbnail,
.message-content .message {
    display: block;
    min-width: 30px;
    width: auto;
    box-sizing: border-box;
    float: left !important;
}
.message-content .thumbnail{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: var(--color-grey-100);
    overflow: hidden;
    display: flex !important;
    align-items: center;
}
#conversations .thumbnail.content-center {
    justify-content: center !important;
}
.message-content .thumbnail img{
    height: 24px;
}
.message-receive .thumbnail img{
    height:24px;
}
.message-content .message{
    max-width: calc(100% - 50px);
    padding-left: 10px;
}

.message-content .message * {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.message-content .message > span {
    color: var(--color-grey-600);
}

.sign-in .polymer-logo {
    margin-bottom: 25px;
}

.sign-in .polymer-logo img{
    height: 74px;
}


.sign-in > a,
.sign-in .login-methods-list > a{
    text-align: center;
    text-decoration: none;
}

.sign-in > a > button,
.sign-in .login-methods-list > a > button{
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid var(--color-grey-300);
    margin-bottom: 10px;
    background: transparent;
    min-height: 60px;
}

.sign-in > a > img,
.sign-in .login-methods-list > a > img{
    height: 24px;
}

.sign-in .login-tiles__item--logo img {
    height: 24px !important;
    margin-right: 10px;
}

.sign-in .login-tiles__item--text {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;

}

.message-sent {
    background: var(--color-grey-200);
}

.message-sent:hover {
    background: #E0F4FD;
}

.ai-conversation .message {
    text-align: left;
}

.ai-conversation .message .content .bg-black.rounded-md {
    margin-top: 10px;
    background: var(--color-grey-200) !important;
    border: 1px solid transparent;
    border-radius: 8px;
}

.ai-conversation .message .content .bg-black.rounded-md > div:first-child {
    margin-top: -48px;
    border: 1px solid transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px !important;
    height: 35px;
    position: relative;
    background: var(--color-grey-300) !important;
}

.ai-conversation .message .content .bg-black.rounded-md > div:first-child > span {
    display: block;
    box-sizing: border-box;
    width: 300px;
    position: absolute;
    top: 3px;
    left: 50px;
}

.ai-conversation .message .content .bg-black.rounded-md > div:first-child > button {
    display: none;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {
        height: auto;
    }
}

.redact-badge {
    background-color: #E39E83 !important;
}

.primary-badge {
    background-color: #7BD0F5 !important;
}

.success-badge {
    background-color: #6CE9A6 !important;
}

.warning-badge {
    background-color: #FEDF89 !important;
}

.chat-container {
    display: flex;
    flex-direction: column;
    position: relative;
    max-height: 82px;
}

/*=====select2======*/
.multipal-select-dropdowns-wraper .p2-medium {
    margin-bottom: 0.5rem;
    color: #344054;
}

.multipal-select-dropdowns-wraper .select-dropdown {
    margin-bottom: 1.5rem;
}

.multipal-select-dropdowns-wraper .single-select2 {
    width: 210px;
}

.select2-search__field {
    background: #FCFCFD;
    border: 1px solid #D0D5DD !important;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 100px;
    outline: none;
    padding-left: 2.625rem !important;
    height: 44px;
    background-image: url(../icons/search.svg);
    background-size: 20px 20px;
    background-position: 14px 50%;
    background-repeat: no-repeat;
}

.select2-search__field::-moz-placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #667085;
    text-transform: capitalize;
}

.select2-search__field:-ms-input-placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #667085;
    text-transform: capitalize;
}

.select2-search__field::placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #667085;
    text-transform: capitalize;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-grey-800);
}

.select2-container--default .select2-selection--single b {
    background-color: transparent;
    border-color: transparent !important;
}

.select2-container--open .select2-selection__arrow {
    transform: rotate(-180deg);
}

.select2-selection__arrow {
    background-image: url("../polymer-blues/icons/chevron-down.svg");
    height: 20px !important;
    position: absolute !important;
    top: 10px !important;
    background-size: contain;
    right: 19px !important;
    width: 19px !important;
    background-position: center;
}

.select2-search--dropdown {
    padding: 0.75rem 0.75rem 0rem 0.75rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fff;
}

.select2-results__option--selectable {
    color: #101828;
    background-color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    padding: 0.625rem 0.875rem;
    gap: 8px;
    height: 44px;
    text-transform: capitalize;
}

.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F9FAFB !important;
    color: #101828;
}

.select2-results__option.select2-results__option--selectable.select2-results__option--highlighted {
    color: #101828;
}

.select2-container--default .select2-results__option--selected {
    background-color: #F4FBFF !important;
    color: #0073B6 !important;
    position: relative;
}

.select2-container--default .select2-results__option--selected::after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 12px;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../icons/check1.svg");
    background-repeat: no-repeat;
}

.select2-container--default .select2-results__option--selected.select2-results__option--highlighted {
    background-color: #E0F4FD !important;
}

.select2-container--default .select2-selection--single {
    background: #EAECF0;
    border: none;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    height: 35px;
    padding: 10px 14px 10px 10px;
}

.select2-container--default .select2-selection--single:focus {
    box-shadow: 0px 0px 0px 4px #E0F4FD;
}

.select2-container--open .select2-selection--single {
    box-shadow: 0px 0px 0px 4px #E0F4FD;
    border-radius: 100px !important;
    border-color: #B0E3F9;
}

.select2-container--open .select2-dropdown--below {
    background: #FFFFFF;
    border: 1px solid #F2F4F7;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    border-radius: 8px;
    overflow-y: auto;
    max-width: 320px;
}

.select2-container--open .select2-dropdown--below::-webkit-scrollbar {
    width: 12px;
    border-radius: 100px;
}

.select2-container--open .select2-dropdown--below::-webkit-scrollbar-thumb {
    background: #EAECF0;
    border-radius: 100px;
    width: 12px;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 320px;
    overflow: visible;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 100px;
}

.js-basic-single {
    width: 100% !important;
    max-width: 407px;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
    height: 44px;
    width: 100%;
    border-radius: 100px;
    background: #ffffff;
    border-left: 20px solid transparent !important;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 100px;
    outline: none;
    padding-right: 12px;
    overflow: hidden;
    border-right: 20px solid transparent !important;
    border-top: none !important;
    border-bottom: none !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 100%;
    padding: 0px;
    margin: 0px;
    padding-top: 15px;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    top: -4px;
    display: flex;
    border: none !important;
    padding-left: 5px !important;
    padding-right: 3.625rem;
    min-width: 61px;
    white-space: nowrap;
}

.select2-selection--multiple .select2-selection__rendered {
    margin-left: 0px !important;
}

select ~ .select2-container--default {
    border: none;
    border-radius: 100px;
    max-width: 400px !important;
}

.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
    margin-top: -10px;
    color: red;
}

.select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
    margin-top: -10px;
    color: red;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    margin-top: -10px;
    color: red;
}

.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #101828;
}

.select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #101828;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #101828;
}

.select2-selection__clear {
    display: none !important;
}

.select2-selection__choice {
    background-color: #F2F4F7 !important;
    border: none !important;
    font-style: normal;
    font-weight: 500;
    border-radius: 16px !important;
    text-align: center;
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem !important;
    line-height: 20px;
    text-transform: capitalize;
    display: flex !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 28px !important;
    overflow: visible !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0px;
    margin-left: 10px;
    padding-bottom: 2px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
    height: 6px;
    border-radius: 10px;
    background-color: #EAECF0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb {
    height: 6px;
    border-radius: 10px;
    background-color: #98A2B3;
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding: 0px !important;
    order: 1;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #667085;
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    order: 2;
    margin-left: auto;
    padding-left: 5px;
    position: absolute;
    top: 8px;
    right: 12px;
    padding: 0px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.select2-selection--multiple {
    display: flex !important;
    overflow-x: auto !important;
}

.select2-selection--multiple::-webkit-scrollbar-thumb {
    height: 4px;
    border-radius: 10px;
    background-color: #98A2B3;
    cursor: pointer;
}

.select2-selection--multiple::-webkit-scrollbar {
    height: 4px;
    border-radius: 10px;
    background-color: #EAECF0;
}

.select2-container--default .select2-results__option--disabled {
    color: #999;
    display: none;
}

.svg-bg-more-drop {
    filter: invert(44%) sepia(67%) saturate(2059%) hue-rotate(169deg) brightness(92%) contrast(101%);
}

.svg-bg-dark-grey {
    filter: invert(40%) sepia(52%) saturate(161%) hue-rotate(182deg) brightness(97%) contrast(90%);
}

.svg-bg-success {
    filter: invert(67%) sepia(98%) saturate(3796%) hue-rotate(114deg) brightness(94%) contrast(86%);
}

.svg-bg-primary {
    filter: invert(32%) sepia(83%) saturate(1257%) hue-rotate(174deg) brightness(99%) contrast(101%);
}

.svg-bg-purple {
    filter: invert(31%) sepia(67%) saturate(3096%) hue-rotate(239deg) brightness(97%) contrast(108%);
}

.svg-bg-danger {
    filter: invert(24%) sepia(77%) saturate(5396%) hue-rotate(3deg) brightness(95%) contrast(83%);
}

#chat_input {
    padding: 0.75rem 0.75rem !important;
    resize: none;
    overflow-y: hidden;
    box-sizing: border-box;
    position: absolute;
    width: 94.85%;
    height: 50px;
    max-height: 80px;
}

.input-group-append {
    z-index: 5;
    position: absolute;
    right: 0;
    /*width: 5.2%;*/
    max-height: 80px;
}

.span-model {
    color: var(--color-grey-600);
    font-weight: 500;
    size: 14px;
}

#chat_input {
    border-radius: 8px 0 0 8px !important;
    transition: none !important;
    width: calc(100% - 62px);
}

#chat_input:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-style: none;
    border-color: Transparent;
    border-radius: 8px;
}

.chat-container:focus {
    transition: box-shadow 0.2s;
    border-radius: 8px;
    border: 1px solid #44BFF0;
}

.chat-container:focus-within {
    box-shadow: 0 0 0 0.08rem rgba(13, 110, 253, 0.25);
    border: 1px solid #44BFF0;
    border-radius: 8px;
}

.send {
    max-height: 80px;
}

#chat_input::-webkit-scrollbar {
    width: 8px;
    border-radius: 50px;
    background-color: transparent;
}

#chat_input::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 50px;
    background-color: #cbced5;
}

.btn-transparent {
    border: none !important;
    background: none !important;
}

.btn-close-modal {
    position: absolute;
    top: 25px;
    right: 15px;
}

.btn-close-modal img {
    width: 20px;
}

.modal-body {
    padding: 32px;
}

.svg-bg-blue {
    filter: invert(25%) sepia(87%) saturate(3580%) hue-rotate(186deg) brightness(91%) contrast(101%);
}

.svg-bg-grey {
    filter: invert(65%) sepia(22%) saturate(212%) hue-rotate(179deg) brightness(95%) contrast(89%);
}

.ai-conversation .sidebar {
    height: 91vh;
    padding: 15px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    position: relative;
}

/* Left Sidebar */
.ai-conversation .left-sidebar {
    width: 250px;
    background: #F2F4F7;
    position: fixed;
    z-index: 9;
}

.ai-conversation .left-sidebar .new-chat {
    width: 95%;
    margin: 10px 0;
    display: inline-block;
    text-decoration: none;
    text-align: center;

    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #344054;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.ai-conversation .left-sidebar p {
    color: #667085;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 10px 0 5px 0;
}

.ai-conversation .left-sidebar ul {
    padding: 0;
    height: calc(100% - 90px);
    overflow-y: auto;
}
.ai-conversation .left-sidebar ul::-webkit-scrollbar {
    width: 10px;
}
.ai-conversation .left-sidebar ul::-webkit-scrollbar-track {
    background: transparent;
}
.ai-conversation .left-sidebar ul::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
.ai-conversation .left-sidebar ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.ai-conversation .left-sidebar ul li {
    list-style: none;
}

.ai-conversation .left-sidebar ul li a {
    display: block;
    padding: 7px 15px;
    color: #344054;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

/* Minimal Sidebar */
.minimal-sidebar {
    position: fixed;
    height: 100%;
    overflow: auto;
    width: 48px;
    right: 0;
    padding: 0;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}

.minimal-sidebar img {
    height: 20px;
    width: 20px;
    margin: 15px 15px 0px 15px;
}

/* Right Sidebar */

.ai-conversation .right-sidebar {
    background: #FFF;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ai-conversation .right-sidebar .polymer-logo {
    /*margin: 10px 0 15px 0;*/
}

.ai-conversation .right-sidebar .violation-sidebar-header {
    /*margin: 10px 0 15px 0;*/
}

.ai-conversation .right-sidebar p.description {
    color: #344054;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.ai-conversation .right-sidebar h4 {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.28px;
    display: flex;
    align-items: center;
}

.ai-conversation .right-sidebar .label-text {
    font-size: 14px;
}

.ai-conversation .right-sidebar a {
    color: #1060D3;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    text-decoration-line: underline;
}

.bottom-link {
    position: fixed;
    bottom: 10px;
    /*right: 11%;*/
}

ul.dropdown-menu {
    /*padding: 10px 0;*/
    border-radius: 8px;
}

ul.dropdown-menu li {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

ul.dropdown-menu li a {
    color: #344054;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

ul.dropdown-menu li a span.list-icon {
    margin-right: 10px;
}

ul.dropdown-menu li a span.list-icon img {
    height: 16px;
    width: 16px;
}

/* Violation Sidebar */

.violation-icon {
    width: 24px;
    height: 24px;
    margin-top: -4px;
}

h3 {
    color: #344054;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.36px;
    display: inline;
}

.violation-info-table {
    margin: 18px 0;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.violation-info-table .detail-name {
    color: #344054;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    width: 130px;
    display: inline-block;
    padding: 3px;
}

.violation-info-table .detail-value {
    color: #344054;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
}

.violation-info-table td {
    border: none;
}

.violation-rules-info-table {
    border-collapse: separate;
    border-spacing: 0;
    border-left: 1px solid #D0D5DD;
    border-right: 1px solid #D0D5DD;
    border-bottom: 1px solid #D0D5DD;
    border-radius: 8px;
}

.violation-rules-info-table thead {
    background-color: #F9FAFB;
    height: 44px;
}

.violation-rules-info-table thead tr th {
    color: #475467;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    border-bottom-color: #D0D5DD !important;
    border-bottom-width: 1px;
}

.violation-rules-info-table thead tr th:first-child {
    border-radius: 8px 0 0 0;
}

.violation-rules-info-table thead tr th:last-child {
    border-radius: 0 8px 0 0
}

/*.violation-rules-info-table thead tr th:first-child {*/
/*    border-radius: 8px 0 0 0;*/
/*    border-left-width: 1px;*/
/*}*/

/*.violation-rules-info-table thead tr th:last-child {*/
/*    border-radius: 0 8px 0 0;*/
/*    border-right-width: 1px;*/
/*}*/

.violation-rules-info-table thead tr td {
    color: #344054;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.violation-rules-info-table thead tr.hidden-row td {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

/*.violation-rules-info-table > :not(:last-child) > :last-child > * {*/
/*    border-bottom-color: #EAECF0 !important;*/
/*}*/

/*.violation-rules-info-table tr:nth-last-child(2) > td:first-child {*/
/*    border-radius: 0 0 0 8px;*/
/*    border-bottom-width: 1px !important;*/
/*}*/

/*.violation-rules-info-table tr:nth-last-child(2) > td:last-child {*/
/*    border-radius: 0 0 8px 0;*/
/*    border-bottom-width: 1px !important;*/
/*}*/

.hidden-row {
    display: none;
}

.hidden-row:last-child td {
    /*border-top: none;*/
    /*border-bottom-width: 1px;*/
    /*border-radius: 0 0 8px 8px;*/
}

#action-box h4 {
    color: #344054;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

#action-box p.question {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#action-box p.btn-label {
    margin: 5px 0;
}

#action-box p.view-original {
    margin-bottom: 15px;
}

.violation-rules-info-table > tbody > tr:not(.hidden-row):not(.no-collapse) {
    background-image: url(../polymer-blues/icons/cap-down.svg);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 5% 50%;
}

.violation-rules-info-table > tbody > tr.row-open {
    background-image: url(../polymer-blues/icons/cap-up.svg) !important;
}

.violation-rules-info-table > tbody > tr > td {
    font-size: 14px;
    border-bottom-width: 0 !important;
    border-top-width: 1px !important;
}

.violation-rules-info-table > tbody > tr > td:first-child {
    border-left-width: 1px;
}

.violation-rules-info-table > tbody > tr > td:last-child {
    border-right-width: 1px;
}

.violation-rules-info-table thead tr th:nth-child(2),
.violation-rules-info-table thead tr td:nth-child(2) {
    width: 100px !important;
}

.violation-rules-info-table tbody tr td:nth-child(2) {
    width: 100px !important;
    text-align: right;
}

/* General Rules */

.badge {
    padding: 6px 9px;
}

.redact-badge,
.primary-badge,
.success-badge,
.warning-badge {
    float: left;
    margin-right: 5px;
    margin-bottom: 3px;
}

.float-right {
    float: right !important;
}

.ml-10 {
    margin-left: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.color-success {
    background-color: #6CE9A6 !important;
}

.color-primary {
    background-color: #14AFED !important;
}

.bg-success-light {
    background-color: #6CE9A6;
}

.bg-danger-light {
    background-color: #FDA29B;
}

.btn-inverse {
    padding: 8px 14px;
    border-radius: 8px;
    background: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}

.btn-danger-inverse {
    border: 1px solid #F04438;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #F04438;
}
.btn-danger-inverse:hover {
    text-decoration: none;
    color: #F04438;
}

.btn-success-inverse {
    border: 1px solid #32D583;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #039855;
}
.btn-success-inverse:hover {
    text-decoration: none;
    color: #039855;
}

.btn-label {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.btn-main {
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid #0073B6;
    background: #0073B6;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
}
.btn-main:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #005494;
    border: 1px solid #005494;
}

.original-content {
    word-wrap: break-word;
    background-color: #F2F4F7;
    padding: 8px;
    border-radius: 8px;
}

.original-content p {
    color: #475467;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.original-content img {
    height: 82px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal textarea {
    padding: 8px;
    border-radius: 8px;
    border: 1px solid var(--color-grey-300, #D0D5DD);
    background: var(--white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

#dropdownMenuButton3:after {
    content: none;
}

/* Toggle Switch */

.switch {
    position: relative;
    display: inline-block;
}

.switch.success input:checked + .slider {
    background-color: #12B76A;
}

.switch.success input:checked:hover + .slider {
    background-color: #12B76A;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch input:checked + .slider {
    background-color: #0097DD;
}

.switch input:checked:hover + .slider {
    background-color: #0083CA;
}

.switch input:focus + .slider {
    box-shadow: 0px 0px 0px 4px #E0F4FD;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F2F4F7;
    transition: 0.4s;
    border-radius: 34px;
}

.switch .slider:before {
    position: absolute;
    content: "";
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.06), 0px 1px 3px rgba(16, 24, 40, 0.1);
    border-radius: 50%;
}

.switch:hover .slider {
    background-color: #EAECF0;
}

.toogle-wraper {
    display: flex;
}

.toogle-wraper .empty {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #667085;
    margin-right: 18px;
}

.toogle-wraper input:checked ~ .empty {
    color: #101828 !important;
}

.toogle-wraper .lb-sm {
    margin-left: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
    cursor: pointer;
}

.toogle-wraper .lb-md {
    margin-left: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #344054;
    cursor: pointer;
}

.switch.toggle-sm {
    height: 20px;
    width: 36px;
}

.switch.toggle-sm input:checked + .slider:before {
    transform: translateX(16px);
}

.switch.toggle-sm .slider.round:before {
    height: 16px;
    width: 16px;
}

.switch.toggle-md {
    height: 24px;
    width: 44px;
}

.switch.toggle-md input:checked + .slider:before {
    transform: translateX(21px);
}

.switch.toggle-md .slider.round:before {
    height: 20px;
    width: 20px;
}

#conversations img.gif {
    width: 150px;
}

#conversations .content-center {
    justify-content: space-around !important;
}

#conversations .chatgpt-message .message-content {
    /*width: 74%;*/
    /*float: left;*/
    padding: 10px 0px !important;
}

#conversations .chatgpt-message .message-actions {
    /*width: 12%;*/
    /*float: left;*/
}

#conversations .chatgpt-message .message-actions button {
    padding: 5px !important;
    margin-top: 7px;
}

#conversations .chatgpt-message .message-badges {
    /*width: 12%;*/
    /*float: left;*/
}

/* ChatGPT Message */
#conversations .chatgpt-message {
    padding: 10px;
}

p.error {
    color: #dc3545;
}

#rightSidebar {
    position: fixed;
    /*height: 100vh;*/
    width: 320px;
    overflow-y: auto;
    right: 0;
    padding: 15px;
    background: #FFF;
}

.policy-data-row {
    min-height: 25px;
}

.policy-tag {
    white-space: normal;
}

.central-container {
    margin: 0 auto;
}

.error-message .message .content {
    color: #B42318;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.loadingAnimation {
    width: 22px;
}


.audit-box {
    display: flex;
    width: 320px;
    padding: 16px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 20px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    /* Shadows/MD */
    /*box-shadow: 0px 4px 8px 0px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.10);*/
}

.audit-head {
    display: flex;
}

.audit-head > h3 {
    display: flex;
    column-gap: 12px;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.summary-label {
    color: #344054;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.summary-value {
    color: #344054;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.f-sm {
    height: 32px;
    width: 32px;
}
.f-md {
    height: 40px;
    width: 40px;
}
.f-error {
    background-color: #FEE4E2;
}
.f-success {
    background-color: #D1FADF;
}
.f-warn {
    background-color: #FEF0C7;
}
.f-warn.circle {
    border-color: #FFFAEB;
}
.f-warn img {
    filter: invert(44%) sepia(66%) saturate(2996%) hue-rotate(9deg) brightness(95%) contrast(98%);
}
.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.image-filter-red {
    filter: contrast(0) sepia(49%) hue-rotate(335deg) brightness(1.4) saturate(114.68);
}

.image-filter-yellow {
    filter: contrast(0) sepia(49%) hue-rotate(335deg) brightness(1.4) saturate(14.68);
}

.image-filter-green {
    filter: invert(43%) sepia(13%) saturate(4449%) hue-rotate(118deg) brightness(98%) contrast(102%);
}

.show-more-less {
    display: block;
    width: 100%;
    color: #0083CA;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 25% 50%;
}
.show-more-less:hover {
    color: #0083CA;
}

.show-more {
    background-image: url(../polymer-blues/icons/chevron-down-primary.svg);
}

.show-less {
    background-image: url(../polymer-blues/icons/chevron-up-primary.svg);
}

.msg-box .text {
    color: #363434;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.org-image {
    height: auto !important;
    width: 100%;
}

.load-chatgpt-message span.content img {
    width: 50px;
}
.email-login-form input[type="text"]::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #667085;
}
.email-login-form .input-wraper > label {
    text-align: left;
    display: block;
    margin-bottom: 4px;
}
.email-login-form .sso_login_btn {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid var(--color-grey-300);
    margin-bottom: 16px;
    background: transparent;
    min-height: 60px;
}
.sign-in .email-login-form .alert .f-md,
.sign-in .email-login-form .alert .f-md img {
    width: 24px;
}
.sign-in .email-login-form .alert .f-md img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(83%) saturate(1477%) hue-rotate(177deg) brightness(100%) contrast(101%);
}
.sign-in .email-login-form .alert p.p3-medium {
    font-weight: 400;
}
.sign-in .email-login-form .btn_slim {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.sign-in .email-login-form .btn_slim:hover {
    background-color: transparent !important;
}

.email-login-error .alert-danger {
    margin-top: 32px !important;
    margin-bottom: 0 !important;
    min-width: 540px !important;
    width: auto !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: break-word;
}
.code-inputs {
    display: flex;
    align-items: center;
    gap: 12px;
}
.code-inputs input {
    width: auto;
    display: flex;
    padding: 12px 14px;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    max-width: 66px;
    justify-content: space-between;
    height: 60px;
    text-align: center;
    font-weight: 500;
    color: #101828;
    font-size: 18px;
    font-family: Inter;
    outline: none !important;
}
.code-inputs input:focus-visible {
    box-shadow: 0px 0px 0px 4px #E0F4FD;
    border-color: #0073B6;
}

.code-inputs input[type="number"]::-webkit-inner-spin-button,
.code-inputs input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.code-inputs input[type="number"] {
    -moz-appearance: textfield;
}
.code-inputs span {

}
.code-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.code-actions p {
    font-size: 14px;
    font-weight: 400;
    color: #344054;
    margin-bottom: 26px;
}
.code-actions button {
    font-size: 12px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.code-actions button:hover {
    background-color: transparent !important;
}

.policy-label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--color-grey-900) !important;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 2px 8px;
    min-height: auto !important;
    border-radius: 4px;
    background-color: var(--color-grey-200);
    margin-right: 5px;
}

.policy-label-success {
    background-color: var(--color-success-300) !important;
}

.policy-label-primary {
    background-color: var(--color-primary-200) !important;
}

.policy-label-warning {
    background-color: var(--color-warning-200) !important;
}

.policy-label-danger {
    background-color: var(--color-error-200) !important;
}