﻿.input-group-addon1 {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 15px;
    top: 24px;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/private.png");
    opacity: .5;
}
.swal-content {
    padding: 0 20px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,.64);
}
    .input-group-addon1.fa-eye {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        right: 15px;
        top: 24px;
        background-size: 22px;
        background-repeat: no-repeat;
        background-position: center;
        opacity: .5;
        background-image: url("../images/view.png");
    }

.multi-field {
    margin-bottom: 1.75rem;
    position: relative;
}

.event-password {
    height: 50px !important;
    border: 1px solid #ccc;
}


p.borderBelow {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

/*video {
    vertical-align: top;
    --width: 25vw;
    width: var(--width);
    height: calc(var(--width) * 0.5625);
}
    */

    video:last-of-type {
        margin: 0 0 5px 0;
    }

    video#gumVideo {
        margin: 0 20px 20px 0;
    }

/*.input-text-field form input[type="textarea"] {
    height: 70px !important;
    border-radius: 3px;
    border: none;
    padding-left: 20px !important;
    font-size: 23px;
    background: #fff;
    color: #000;
    font-family: 'Nexa-Bold';
}*/

input#TimeZoneTime {
    color: #000;
    font-size: 23px;
    font-family: 'Nexa-Bold';
    padding-left: 18px;
    padding-top: 43px;
    padding-bottom: 27px;
    border: navajowhite;
}

.spanblock{
    display:block;
}

#ISDCodeMaturity, #EventExecuterTimeZone, #TimeZoneEventMaturity {
    font-size: 20px;
}



.main-page-content .join-missingpage {
    border: 2px solid transparent;
}

canvas {
    display: block;
    margin-bottom: 0.5rem;
}

#buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
/*
    #buttons button {
        font-size: 1rem;
        padding: 1rem;
        width: calc(50% - 0.25rem);
    }*/


/* Make the clips use as much space as possible, and
 * also show a scrollbar when there are too many clips to show
 * in the available space */
.sound-clips {
    flex: 1;
    overflow: auto;
}

section, article {
    display: block;
}

.clip {
    padding-bottom: 1rem;
}

audio {
    width: 100%;
    display: block;
    margin: 1rem auto 0.5rem;
}

.clip p {
    display: inline-block;
    font-size: 1rem;
}

.clip button {
    font-size: 1rem;
    float: right;
}

button.delete {
    background: #eee;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
}

/* Checkbox hack to control information box display */



aside {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: 0.3s all ease-out;
    background-color: #efefef;
    padding: 1rem;
}

    aside p {
        font-size: 1.2rem;
        margin: 0.5rem 0;
    }

    aside a {
        color: #666;
    }

/* Toggled State of information box */
input[type=checkbox]:checked ~ aside {
    transform: translateX(0);
}

/* Cursor when clip name is clicked over */

.clip p {
    cursor: pointer;
}

/* Adjustments for wider screens */
@media all and (min-width: 800px) {
    /* Don't take all the space as readability is lost when line length
     goes past a certain size */
    .wrapper {
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
    }
}


.form-select {
    -webkit-appearance: none !important;
    background-image: url(../images/down-chevron.png) !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center right 15px !important;
    background-color: #fff !important;
}

.file-tabs .main-heading {
    margin-top: 0px !important;
}
.maturity-tab .rad-label {
    width:100%;
}
.file-tabs .rad-label{
    margin-bottom: 0px;
    width: 100%;
    z-index:1;
    
}

.file-tabs .rad-design, .maturity-tab .rad-design {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    top: 8px;
}

.file-tabs .rad-text, .maturity-tab .rad-text {
    font-size: .57em !important;
    margin-top: 7px;
    color: black;
}


.file-tabs .nav-link {
    padding: 0;
}
.file-table thead th, .file-table tbody td {
    font-size: 0.50em !important;
    text-align: left!important;
    padding: 20px 10px !important;
}

    .file-tabs .nav-link.active .rad-text:after {
        background: #fff !important;
    }

    .file-tabs .nav-link.active .rad-text {
        color: #000 !important;
    }

.file-tabs #record-video {
    text-align: center;
}

    .file-tabs #record-video video {
        border: 1px solid #1B154A;
        height: 240px;
        width: 320px;
    }
.file-tabs .tab-content {
    background: rgba(255,255,255,.2);
    padding: 20px;
    border-radius: 3px;
    min-height: 170px;
}
.file-table {
    background: rgba(255,255,255,.2);
    border-radius: 3px;
    /*table-layout: fixed;*/
    width: 100%;
}
    .file-table thead, .file-table tbody{
        background: none;
    }
        .file-table thead th{
            font-weight:bold;
        }
        .file-table tbody{
            border:none;
        }
            .file-table thead th, .file-table tbody td {
/*                font-size: 0.50em !important;
*/                font-size: 16px !important;
                text-align: center!important;
            }
        .file-table tbody tr {
            border-top: 1px solid #E3E3E3;
        }
    .file-table td img {
        max-width: 35px;
    }
    .file-table td{
        vertical-align:middle;
    }
        .file-table td a {
            cursor: pointer;
            margin: 1px auto !important;
            margin-right: 6px;
            text-align: center;
            float: none;
            display: block;
            padding: 7px;
            width: max-content;
            outline:none !important;
        }
a {
    outline: none !important;
}

button {
    outline: none !important;
}

.select2-container {
    height: 58px;
    background: #fff;
    border-radius: 4px;

}
.select2 {
    width: 100% !important;
}

.select2-selection.select2-selection--single {
    border: none;
}

.select2-selection__rendered {
    padding-top: 25px;
    font-size: 20px;
    font-family: 'Nexa-Bold';
    color: #000 !important;
    padding-left: 19px !important;
}
span.select2-selection__arrow b {
    opacity: 0;
}
.select2-selection__rendered:focus-visible {
    outline: none !important;
}

.select2-container li {
    font-size: 18px;
    font-family: 'Nexa-Bold';
}
span.select2-selection.select2-selection--single {
    border: none;
    height:58px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 18px !important;
    background-image: url(../images/down-chevron.png) !important;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    right: 12px !important;
}
.select2-container--open span.select2-selection__arrow {
    transform: rotate(180deg) !important;
}



.select2-search__field {
    font-family: 'Nexa-bold';
    font-size: 18px;
}


.ui-state-disabled span {
    word-break: keep-all;
    font-size: 15px;
    text-align: center !important;
    width: 35px;
    height: 35px;
    padding: 6px !important;
}
td.ui-datepicker-current-day a {
    background: #46b7c5 !important;
}
button.dropdown-toggle {
    outline: none !important;
}
/*.select-2-form .invalid-feedback {
    position: absolute;
    top: 58px;
}*/
.errorEmail {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc143c;
    font-size:16px;
}
.text-danger {
    font-size: 16px;
}
.select2 span {
    outline: none !important;
}
.select2  {
    outline: none !important;
}

.overflow-hidden .select2-container--open {
    z-index: 987654 !important;
}
.select-2-form label[for="floatingSelect"] {
    z-index: 987654 !important;
}
.disableCarousalBtn {
    opacity: .2 !important;
    cursor: auto !important;
}
    .disableCarousalBtn:hover {
        opacity: .2 !important;
    }

.banner-text h1 {
    color: #46b7c5;
    font-family: 'Nexa-Bold';
    display: block;
    font-size: 44px !important;
}

.privacy-policy .ow_content p {
    font-size: 17px;
    margin: 11px auto 20px;
}

.privacy-policy h2.ow_smallmargin {
    font-size: 20px;
    font-weight: 600;
    margin: 25px auto 0;
}
a.Video_tutorials {
    display: block;
    font-size: 17px;
    background: #46b7c5;
    text-align: center;
    padding: 9px;
    border-radius: 10px;
    width: 190px;
    font-family: 'Nexa-Bold';
    color: #fff;
    margin-top: 15px;
    margin-left: 90px;
}

.heading-tutorial h2 {
    font-size: 30px;
    font-family: "Nexa-Bold";
    margin: 25px auto 30px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    border-bottom: 1px solid #fff;
}
.video-block h3 {
    font-size: 24px;
    font-family: "Nexa-Bold";
    padding: 10px 0;
    text-align: center;
    position: relative;
    margin: 20px auto 10px;
    color: #fff;
}
.video-block {
    padding: 0;
    margin: 30px auto 60px;
}
    .video-block h3::before {
        content: "";
        width: 170px;
        height: 3px;
        background: #1B154A;
        position: absolute;
        top: -5px;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 3px;
    }

    .video-block iframe {
        border: 15px solid #46b7c5;
        border-radius: 40px;
    }

    .video-block a {
        background: #1B154A;
        padding: 10px;
        margin: 0 auto;
        width: 190px;
        display: inline-block;
        color: #fff;
        font-size: 19px;
        text-align: center;
        border-radius: 8px;
        font-family: "Nexa-Bold";
        margin-right: 10px;
    }
    .video-block .description {
        background: #1B154A;
        border: none;
        margin: 0px auto 0;
        display: inline-block;
        width: 190px;
        color: #fff;
        font-family: "Nexa-Bold";
        padding: 13px;
        border-radius: 8px;
        font-size: 19px;
    }
.button-area {
    display: block;
    width: max-content;
    margin: 15px auto 0;
}

.video-content p {
    font-size: 17px;
}

.video-content h4 {
    font-family: "Nexa-Bold";
    font-size: 21px;
    margin-bottom: 17px;
}
.video-content li {
    font-size: 17px;
    list-style: none;
    position: relative;
    margin: 10px auto;
    padding-left: 20px;
}

    .video-content li::before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background: #000;
        border-radius: 10px;
        top: 9px;
        left: 0;
    }

.outer-div {
    background-image: url('../images/bg-shade.png'), linear-gradient(to right bottom, #00b5d5, #00b7d0, #0bb9c9, #1ebbc3, #2ebdbc, #3ec1b6, #4ec5af, #5ec8a8, #75ce9f, #8dd496, #a6d88e, #bfdc88)
}

.notify .dropdown {
    cursor: pointer !important;
    display: block;
}

#dropdownMenuLink::after {
    content: "";
    position: absolute;
    right: 0;
    border: solid #999;
    border-width: 0 3px 3px 0;
    padding: 3px;
    display: inline-block;
    transform: rotate(45deg);
    transition: all .2s;
    top: 20px;
}
.show#dropdownMenuLink::after {
    transform: rotate(-135deg);
}

label[for="floatingTextarea"] {
    padding-top: 5px;
    width: 100%;
    background: #fff;
    height: 30px !important;
    transform: none !important;
}
.swal-overlay {
    z-index: 1000000 !important;
}
/* ---------------------------------------------------------------------------
   Create-choice cards (home page)

   The choice between a Page and an Event used to be two unlabelled buttons whose
   explanations lived in hover-only popovers - invisible on a touch device, and
   easy to miss anywhere else. A first-time visitor had no way to tell what either
   word meant. These cards state the difference where the decision is made.
   --------------------------------------------------------------------------- */
.mp-choices {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin: 1.5rem 0 1.25rem;
    max-width: 46rem;
}

.mp-choice {
    flex: 1 1 18rem;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: .75rem;
    background: rgba(0, 0, 0, .45);
    color: #fff;
    text-align: left;
    text-decoration: none;
    transition: border-color .15s ease-in-out, background-color .15s ease-in-out, transform .15s ease-in-out;
}

.mp-choice:hover,
.mp-choice:focus {
    border-color: #45c6d8;
    background: rgba(0, 0, 0, .65);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.mp-choice:focus-visible {
    outline: 2px solid #45c6d8;
    outline-offset: 3px;
}

.mp-choice-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #45c6d8;
    line-height: 1.2;
}

.mp-choice-lead {
    margin-top: .35rem;
    font-size: 1.05rem;
    font-weight: 600;
}

.mp-choice-detail {
    margin-top: .6rem;
    font-size: .9rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, .8);
}

/* Pushed to the bottom so both cards' actions line up regardless of text length. */
.mp-choice-action {
    margin-top: auto;
    padding-top: 1.1rem;
    font-weight: 700;
    color: #45c6d8;
}

.mp-choice-action::after {
    content: " \2192";
}

.mp-choices-footer {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    max-width: 46rem;
}

.mp-choices-tagline {
    font-size: .85rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, .75);
}

@media (max-width: 575.98px) {
    .mp-choices {
        gap: 1rem;
    }

    .mp-choice {
        padding: 1.15rem;
    }

    .mp-choice-title {
        font-size: 1.3rem;
    }
}

/* ---------------------------------------------------------------------------
   Create-flow step indicator

   The chevron labels are hidden below 1100px, which is most people's screen.
   This says where you are in words, above the chevrons, at every width.
   --------------------------------------------------------------------------- */
.mp-step-indicator {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: .5rem .75rem;
    margin: 0 auto .75rem;
    text-align: center;
}

.mp-step-position {
    font-size: .8rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(27, 21, 74, .65);
}

.mp-step-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1B154A;
}

.mp-step-next {
    flex-basis: 100%;
    font-size: .8rem;
    color: rgba(27, 21, 74, .6);
}

/* ---------------------------------------------------------------------------
   "If I stop answering" - proof-of-life settings on the profile page
   --------------------------------------------------------------------------- */
.mp-checkin {
    max-width: 48rem;
    margin: 0 auto 2rem;
    padding: 1.75rem;
    border: 1px solid #e4e6ef;
    border-radius: .75rem;
    background: #fff;
}

.mp-checkin-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

.mp-checkin-lead {
    color: #5e6278;
    line-height: 1.6;
}

.mp-checkin-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
    margin: 1.25rem 0 .75rem;
}

.mp-checkin-row select {
    width: auto;
    min-width: 10rem;
}

.mp-checkin-note {
    font-size: .875rem;
    color: #7e8299;
    line-height: 1.6;
}

.mp-checkin-status {
    margin: 1rem 0;
    padding: .85rem 1rem;
    border-radius: .5rem;
    background: #f5f8fa;
    font-size: .925rem;
    line-height: 1.55;
}

.mp-checkin[data-state="on"] .mp-checkin-status {
    background: #e8fff3;
}

.mp-checkin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

/* Delivery problems the author can still fix. */
.mp-contact-problems {
    max-width: 48rem;
    margin: 0 auto 1.5rem;
    padding: 1.5rem 1.75rem;
    border: 1px solid #f5c2c7;
    border-left: 4px solid #f64e60;
    border-radius: .75rem;
    background: #fff8f8;
}

.mp-contact-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: .35rem;
}

.mp-contact-lead {
    color: #5e6278;
    font-size: .95rem;
    line-height: 1.6;
}

.mp-contact-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.mp-contact-list li {
    padding: .65rem 0;
    border-top: 1px solid #f2dcde;
}

.mp-contact-detail {
    font-size: .875rem;
    color: #7e8299;
    margin-top: .2rem;
}

/* ---------------------------------------------------------------------------
   Date picker

   The jQuery UI base theme arrives with grey gradients and a blue that belongs to
   another decade. This picker appears at the emotional centre of the flow - the
   moment someone chooses when a message will reach a person - so it should not look
   borrowed. Restyled rather than replaced, so the widget's behaviour is untouched.
   --------------------------------------------------------------------------- */
.ui-datepicker {
    padding: .5rem;
    border: 0;
    border-radius: .75rem;
    box-shadow: 0 12px 32px rgba(20, 20, 26, .18);
    background: #fff;
    font-family: inherit;
}

.ui-datepicker .ui-datepicker-header {
    border: 0;
    background: transparent;
    padding: .35rem 0 .6rem;
}

.ui-datepicker .ui-datepicker-title select {
    padding: .25rem .4rem;
    border: 1px solid #e4e6ef;
    border-radius: .35rem;
    background: #fff;
    font-family: inherit;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border: 0;
    background: transparent;
    cursor: pointer;
    top: .5rem;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    /* The theme sprite is the last thing tying this to the old look. */
    background-image: none;
    text-indent: 0;
    margin: 0;
    left: auto;
    top: auto;
    position: static;
    display: block;
}

.ui-datepicker .ui-datepicker-prev span::after { content: "\2039"; }
.ui-datepicker .ui-datepicker-next span::after { content: "\203A"; }

.ui-datepicker .ui-datepicker-prev span::after,
.ui-datepicker .ui-datepicker-next span::after {
    font-size: 1.4rem;
    line-height: 1;
    color: #45c6d8;
}

.ui-datepicker table {
    margin: 0;
    font-size: .9rem;
}

.ui-datepicker th {
    padding: .4rem .2rem;
    font-weight: 600;
    color: #a1a5b7;
    text-transform: uppercase;
    font-size: .72rem;
    letter-spacing: .06em;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: .5rem .25rem;
    text-align: center;
    border: 0;
    border-radius: .4rem;
    background: transparent;
    color: #3f4254;
}

.ui-datepicker td a:hover {
    background: #eef7f9;
    color: #14141a;
}

.ui-datepicker .ui-state-highlight {
    /* Today: marked, not shouted about. */
    background: transparent;
    color: #45c6d8;
    font-weight: 700;
}

.ui-datepicker .ui-state-active {
    background: #45c6d8;
    color: #10101a;
    font-weight: 600;
}

.ui-datepicker .ui-state-disabled {
    opacity: .35;
}

/* ---------------------------------------------------------------------------
   "Add another recipient / contributor / executor"

   These were 0.7em underlined text floated into a corner - the least prominent
   thing on the step, despite adding several recipients being a core reason to use
   the product at all (a message for three children, not one). Made to look like the
   action it is, without becoming louder than "Next".
   --------------------------------------------------------------------------- */
.add-field,
.add-field-Recipient,
.add-field-contributor,
.add-field-Executer {
    float: none;
    margin-top: .75rem;
    padding: .55rem 1rem;
    font-size: .95rem;
    font-weight: 600;
    color: #1B154A;
    background: #fff;
    border: 1px solid #cfd3e2;
    border-radius: .5rem;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .15s ease-in-out, background-color .15s ease-in-out;
}

.add-field:hover,
.add-field-Recipient:hover,
.add-field-contributor:hover,
.add-field-Executer:hover {
    border-color: #45c6d8;
    background: #f2fbfc;
    text-decoration: none;
}

.add-field:focus-visible,
.add-field-Recipient:focus-visible,
.add-field-contributor:focus-visible,
.add-field-Executer:focus-visible {
    outline: 2px solid #45c6d8;
    outline-offset: 2px;
}

.add-field::before,
.add-field-Recipient::before,
.add-field-contributor::before,
.add-field-Executer::before {
    content: "+ ";
    font-weight: 700;
}

/* Empty lists explain themselves rather than rendering as blank space, which reads as
   a page that failed to load. */
.mp-empty-cell {
    padding: 2.5rem 1rem !important;
    text-align: center;
    color: #7e8299;
    font-size: .95rem;
    line-height: 1.6;
}
