﻿.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;
}