.search-container {
    display: none;
    position: relative;
    align-items: center;
}

.search-term {
    padding: 0.25rem;
    width: clamp(200px, 80dvw, 375px);
    outline: solid 2px var(--light-blue);
    border-radius: 3px !important;
    border: none !important;
    padding-right: 35px;
    margin-left: 0.5rem;
    font-size: 14px;
    /* margin-bottom: 0.5rem; */
}

.search-term:focus {
    outline: solid 2px var(--light-blue);
    outline-offset: 2px;
}

.search-container .search-icon {
    position: absolute;
    right: 10px;
    width: 20px;
    filter: invert(0.75);
    border: none !important;
}

.modal .btn-primary{
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}
.modal .btn-primary:hover{
    filter: brightness(90%) !important;
}
/* Site search 360 custom css */
.unibox{
    border-radius: 6px !important;
    padding: 8px !important;
    box-shadow: 0 0 7px rgba(88,107,137,.30) !important;
}
.ss360-suggests__content .ss360-suggests__url{
    font-weight: normal !important;
    border-bottom: none !important;
}
[rel='sponsored'] img{
    filter: opacity(0) !important;
    width: 0;
}
a.ss360-suggests__link{
    font-weight: normal;
}
.ss360-layer{
    background: transparent !important;
    padding: 0 !important;
}
#loading{
    display:none;position: absolute; z-index: 9999; top: 30%; left: 40%;
}
/* site search design changes for embed */
.search-panel{
    /* position: fixed; */
    position: relative;
    height: 100dvh;
    right: 0;
    z-index: 10;
    /* background-color: #7fb6bb; */
    padding: 1rem;
    display: none;
    order: 2;
    background-image: linear-gradient(to bottom right, #006E78, #000);
    transition: all 0.25s ease;
}
.back-for-blur{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;left: 0;
}
.search-panel .close-btn{
    position: absolute;
    top:6px;right:4px;
    font-size: 20px;
    z-index: 10;
}
.search-panel .panel-heading{
    transform: translateZ(1px);
    display: flex;
    align-items: center;
    gap:0.25rem;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom:0.5rem;
}
.search-panel .search-icon{
    width: 16px;
    border: 0 !important;
}
.ss360-custom-search{
    margin-bottom:4px  !important;
    padding-right: 0 !important;
}
article.ss360-suggests__wrap{
    background-color: #fefefe !important;
}
.ss360-pagination__copy{
    display: none !important;
}
.ss360-group{
    overflow-y: auto !important;
    height: calc(100dvh - 110px) !important;
}
.ss360-layer__heading{
    display: none !important;
}
.ss360-suggests.ss360-no-img{
    border-radius: 4px;
    margin-bottom: 16px;
    overflow: hidden;
}
.ss360-suggests__content{
    margin-left: 10px !important;
    margin-right: 5px !important;
}
.ss360-suggests__link{
    margin-left: 2px;
}
.unibox__selectable-title{
    word-break: break-word;
}
.whole-container{
    display: flex;
}
.navbar-collapse{
    position: absolute !important;
}
.main-page{
    position: relative;
    flex-grow: 1;
}
img{
    /* max-width: 1000px; */
    max-width: clamp(90%,1000px,100%);
}
.pl-30{
    padding-left: 30px !important;
}
iframe{
    background: white;
    background-position: center;
    background-image: url('../images/Rolling-1s-100px.svg');
    background-repeat: no-repeat;
    background-size: 50px;
    width: 100%;
    min-height: 100dvh;
    display: block;
    border: none;
}
.syllabus a[href="javascript:void(0)"]{
    pointer-events: none;
}
.search-panel-btn{
    /* display: none; */
    display: inline-flex;
    position: fixed;
    right: -60px;
    top:50%;
    width:50px;
    height: 30px;
    border-radius: 4px 0 0 4px;
    background-color: rgb(204 225 227);
    align-items: center;
    justify-content: start;
    cursor: pointer;
    z-index: 1;
    transition: all 0.25s ease;
    box-shadow: 0 2px 2px #ddd !important;
}
.search-panel-btn img{
    width: 20px;
    border: 0 !important;
}
.search-panel-btn:hover{
    width: 55px;
}
.spbtn-show{
    right: 0px;
}
/* Have to style sidebar scrollbar */
.col-md-3::-webkit-scrollbar,.ss360-group::-webkit-scrollbar,section.nav-wrap::-webkit-scrollbar {
    display: none;
}

.col-md-9 {
    /* margin-left: 25%; */
    top: 0px;
}

body::-webkit-scrollbar {
    display: none;
}
/* width */
::-webkit-scrollbar {
    width:9px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background-color: var(--accent-color); 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--dark-accent);
  }
  ::placeholder{
    font-style: italic !important;
  }