/* _content/Carahsoft.CarahEvents.Library/Views/Edit/Register.cshtml.rz.scp.css */
[b-sat0furlwz] #home iframe {
    min-width: initial !important;
}
/* _content/Carahsoft.CarahEvents.Library/Views/Shared/_LayoutCarahEvent.cshtml.rz.scp.css */
[b-6xtux2p8by] .input-validation-error {
    border-color: #dc3545;
}

[b-6xtux2p8by] .carah-required {
    color: var(--bs-red);
    font-weight: 600;
    font-size: 1rem;
    line-height: 0;
}

[b-6xtux2p8by] #registerWrapper .bolder {
    font-weight: 600;
}

[b-6xtux2p8by] #registerWrapper .page-header {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 9px;
}

    [b-6xtux2p8by] #registerWrapper .page-header h5 {
        margin: 0;
    }

[b-6xtux2p8by] #reg-banner-wrapper {
    background-color: white;
    padding: 2rem 0;
}

[b-6xtux2p8by] #registerWrapper {
    padding: 2rem 0;
}

    [b-6xtux2p8by] #registerWrapper .form-label-sm {
        font-weight: 600;
    }

[b-6xtux2p8by] #reg-form {
    background-color: white;
    padding: 2rem 2rem;
    box-shadow: 0 1px 25px rgba(25, 24, 25, 0.3)
}


[b-6xtux2p8by] .detail-item {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
}


    [b-6xtux2p8by] .only-one-detail .detail-item, [b-6xtux2p8by] .detail-item:last-child {
        border-bottom: none;
    }

[b-6xtux2p8by] .detail-item-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1rem;
}

[b-6xtux2p8by] .detail-item-speaker {
    margin-bottom: 1rem;
    line-height: 1.3;
}

    [b-6xtux2p8by] .detail-item-speaker img {
        border-radius: 50%;
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }

[b-6xtux2p8by] .detail-item-speaker-name {
    color: var(--carahsoft-blue);
    font-weight: 700;
}

[b-6xtux2p8by] .detail-item-speaker-title {
    font-weight: 600;
    font-style: italic;
}

[b-6xtux2p8by] .detail-item-speaker-role {
    font-size: 12px;
    font-style: italic;
}

[b-6xtux2p8by] .detail-item-content ul {
    list-style: inherit !important;
    padding-left: 2rem !important;
}

[b-6xtux2p8by] .detail-item-content td {
    border-width: thin;
}

/* Register */
[b-6xtux2p8by] #details .col-form-label-sm {
    text-align: left;
    font-weight: 600;
}

@media (min-width: 992px) {
    [b-6xtux2p8by] #details .col-form-label-sm {
        text-align: right;
        font-weight: 600;
    }
}

/*Agenda*/
[b-6xtux2p8by] .agenda-row {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
}

[b-6xtux2p8by] .agenda-time {
    min-width: 130px;
}

[b-6xtux2p8by] .agenda-subtitle {
    color: var(--carahsoft-blue-washed);
    font-size: 12px;
}

[b-6xtux2p8by] .agenda-title {
    color: var(--carahsoft-blue);
    font-weight: 600;
}

[b-6xtux2p8by] .agenda-speakers {
    font-size: 12px;
    font-weight: 600;
    padding-left: 2rem;
}

[b-6xtux2p8by] .show-more-wrapper {
    color: var(--carahsoft-blue);
    margin-right: 5px;
    font-weight: 600;
}

/* Initial state: Down arrow, "Show More" text */
[b-6xtux2p8by] .collapse-arrow-icon {
    transition: transform 0.2s ease-in-out; /* Smooth rotation */
    transform: rotate(0deg); /* Default state: pointing down */
    margin-left: 5px; /* Adjust spacing as needed */
}

/* When the button's aria-expanded is true (collapsed content is shown) */
[b-6xtux2p8by] .show-more-button[aria-expanded="true"] .collapse-arrow-icon {
    transform: rotate(180deg); /* Rotate 180 degrees to point up */
}


/* CSS for dynamically changing the "Show More" text */
/* This is a common trick for text toggling without JS */
[b-6xtux2p8by] .show-more::after {
    content: " More "; /* Default text */
}

[b-6xtux2p8by] .show-more-button[aria-expanded="true"] .show-more::after {
    content: " Less "; /* Changes text when expanded */
}

@media (min-width: 768px) {
    .detail-item.collapse[b-6xtux2p8by] {
        display: block !important; /* Forces it to always be displayed */
        height: auto !important; /* Ensures height is not collapsed */
        visibility: visible !important; /* Ensures visibility */
    }

    .detail-item.collapsing[b-6xtux2p8by] {
        height: auto !important; /* Prevents animation on desktop */
        transition: none !important; /* Disables transition on desktop */
    }
}

/* _content/Carahsoft.CarahEvents.Library/Views/Shared/_PartialCarahFinder.cshtml.rz.scp.css */
/* Carahfinder File picker */
[b-cn6cqaamls] .modal-body .images .image img {
    width: 100px;
    cursor: pointer;
}

[b-cn6cqaamls] .modal-body .images .image {
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

[b-cn6cqaamls] .modal-body .images .image .badge {
    position: absolute;
    top: -6px;
    right: -6px;
    cursor: pointer;
}

[b-cn6cqaamls] .modal-body .figure-caption {
    font-size: .6rem !important;
    text-align: center;
}

[b-cn6cqaamls] .modal-body .file-name {
    cursor: copy;
}


[b-cn6cqaamls] .modal-body .figure-caption .file-name {
    color: #212529;
}

[b-cn6cqaamls] .img-thumbnail:hover {
    transform: scale(3);
    z-index: 10;
}

/*
 @preserve
 bstreeview.css
 Version: 1.2.0
 Authors: Sami CHNITER <sami.chniter@gmail.com>
 Copyright 2020
 License: Apache License 2.0
 Project: https://github.com/chniter/bstreeview
*/
[b-cn6cqaamls] .bstreeview {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 0;
    overflow: hidden;
}

    [b-cn6cqaamls] .bstreeview .list-group {
        margin-bottom: 0;
    }

    [b-cn6cqaamls] .bstreeview .list-group-item {
        border-radius: 0;
        border-width: 1px 0 0 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        cursor: pointer;
    }

        [b-cn6cqaamls] .bstreeview .list-group-item:hover {
            background-color: #dee2e6;
        }

    [b-cn6cqaamls] .bstreeview > .list-group-item:first-child {
        border-top-width: 0;
    }

    [b-cn6cqaamls] .bstreeview .state-icon {
        margin-right: 8px;
        width: 12px;
        text-align: center;
    }

    [b-cn6cqaamls] .bstreeview .item-icon {
        margin-right: 5px;
    }

    [b-cn6cqaamls] .bstreeview > .list-group .show > .list-group-item:not(.active) {
        background-color: #f3f3f3;
    }

/* _content/Carahsoft.CarahEvents.Library/Views/Shared/_PartialEventBanner.cshtml.rz.scp.css */
[b-74877htlzq] .event-location, [b-74877htlzq] .event-cpe, [b-74877htlzq] .event-date {
    font-weight: 700;
}

[b-74877htlzq] .event-type {
    color: var(--carahsoft-blue);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.5rem;
}

[b-74877htlzq] .event-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.5rem;
}
