﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


.rating 
{float:left;border:none;} 

.rating:not(:checked) > input {position:absolute;top:-9999px;clip:rect(0, 0, 0, 0);} 
.rating:not(:checked) > label {float:right;width:0.8em;padding:0 .1em;overflow:hidden;white-space:nowrap;cursor:pointer;font-size:150%;line-height:0.8;color:#ddd;} 
.rating:not(:checked) > label:before {content:'★ ';} 
.rating>input:checked ~ label { color: #f70;} 

.rating:not(:checked) > label:hover, 
.rating:not(:checked) > label:hover ~ label 
{color: gold;} 
                                                                                                     
.rating > input:checked + label:hover, 
.rating > input:checked + label:hover ~ label, 
.rating > input:checked ~ label:hover, 
.rating > input:checked ~ label:hover ~ label, 
.rating > label:hover ~ input:checked ~ label 
{color: #ea0;} 

.rating > label:active 
{position:relative;}

    
    
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Transparent PNG logo support in the header */
.cb-header-logo {
    background: transparent !important;
    mix-blend-mode: normal;
    image-rendering: auto;
}

.cbheaderbar {
    background-color: #2BA4DD !important; /*#006063 !important;*/
}

.cbicon {
    /*background-color: #004387;*/
}
/* Provide sufficient contrast against white background */
a {
  color: #000000;/*#0366d6;*/
  text-decoration:none !important;
  font-weight:500;
} 

.card {
    border-radius: 0.5rem !important;
} 

.card-header {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    padding:10px !important;
}

.card-footer {
    background-color: transparent !important;
}


a:hover{
    text-decoration:underline !important;
} 

.profilePicture{
    border-radius:8px;
    border-color:black;
    border-width:2px;
} 

.btn-primary {
    color: #fff;
    background-color: #004387; /*#1b6ec2; #004387*/
    border-color: #1861ac;
} 

.cbbtn {
    color: #fff;
    background-color: #004387; /*#48B178#4628eff9*/
    /*border-color: #1861ac;*/
}
.card-title {
    font-weight: 500 !important;
    padding-bottom:4px;
}
.cbboxborder{
    border-radius:8px;
}
.cbfilter{
    border-radius:8px;
    padding:4px;
    border:solid 2px;
    border-color:gray;
}

.cbProfilePictureBox {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0 auto;
}

.cbmeetingdatebox {
    padding-top: 4px; /* Add sufficient padding for spacing */
    padding-bottom:4px;
    padding-left:14px;
    padding-right:14px;
    background-color: #E3E7EB; /* Set the background color */
    display: inline-block; /* Ensure the box stretches to fit the content */
    width: auto; /* Allow the width to adjust based on content */
    text-align:center;
}
.cbcard{
    padding:4px;
}
/*
.cbcardheader {
    color: #fff;  #4628eff9!important;
    background-color: #004387 !important; #004387; #dde0fff9;
    border-color: #004387;
}
*/

/*import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/

:root {
    --ck-content-font-family: 'Lato';
}

.main-container {
    font-family: var(--ck-content-font-family);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.editor-container_classic-editor .editor-container__editor {
    min-width: 795px;
    max-width: 795px;
}

.editor-container__sidebar_ckeditor-ai:has(.ck-tabs.ck-hidden) {
    max-width: 0;
    min-width: 0;
}


.cb-markdown-editor {
    margin-bottom: 1rem;
}

.cb-markdown-editor__label {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.cb-markdown-editor__toolbar {
    margin-bottom: 0.5rem;
}

.cb-markdown-editor__button,
.cb-code-modal__action {
    padding: 0.5rem 0.85rem;
    border: 1px solid #cfcfcf;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.cb-code-modal__action--primary {
    font-weight: 600;
}

.cb-markdown-editor__textarea,
.cb-code-modal__textarea,
.cb-code-modal__select {
    width: 100%;
    box-sizing: border-box;
    padding: 0.7rem;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    font: inherit;
}

.cb-markdown-editor__textarea {
    min-height: 220px;
    resize: vertical;
}

.cb-code-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.45);
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.cb-code-modal__content {
    width: 760px;
    max-width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.cb-code-modal__header,
.cb-code-modal__body,
.cb-code-modal__footer {
    padding: 1rem;
}

.cb-code-modal__header {
    border-bottom: 1px solid #eee;
}

.cb-code-modal__footer {
    border-top: 1px solid #eee;
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

.cb-code-modal__body label {
    display: block;
    font-weight: 600;
    margin: 0.75rem 0 0.35rem;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
} @media (min-width: 768px) {
  html {
    font-size: 16px;
  }
} .border-top {
  border-top: 1px solid #e5e5e5;
} .border-bottom {
  border-bottom: 1px solid #e5e5e5;
} .box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
} button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
} body {
  /* Margin bottom by footer height */
  min-height:100%;
}
