@font-face {
    font-family: 'Futura-Bold';
    src: url('../fonts/Futura-Bold.eot');
    src: url('../fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura-Bold.woff2') format('woff2'), url('../fonts/Futura-Bold.woff') format('woff'), url('../fonts/Futura-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura.eot');
    src: url('../fonts/Futura.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura.woff2') format('woff2'), url('../fonts/Futura.woff') format('woff'), url('../fonts/Futura.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura-Medium';
    src: url('../fonts/FuturaCondMedium.eot');
    src: url('../fonts/FuturaCondMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaCondMedium.woff2') format('woff2'), url('../fonts/FuturaCondMedium.woff') format('woff'), url('../fonts/FuturaCondMedium.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura-Light';
    src: url('../fonts/Futura-Light.eot');
    src: url('../fonts/Futura-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura-Light.woff2') format('woff2'), url('../fonts/Futura-Light.woff') format('woff'), url('../fonts/Futura-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




body {
    font-family: 'Futura';
    background: #D4E7FD;
    font-size: 14px;
    border-top: 11px solid #12557F;
    color: #000;
}

.innerbody {
    padding-left: 260px;
    background: #FAF9F9;
}

.login-wrapper {
    max-width: 380px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 20px;
}

label {
    color: #3E3E3E;
}

.input-icon {
    position: absolute;
    left: 13px;
    top: 11px
}

input.icon-holder {
    padding-left: 45px;
}

.form-control-lg {
    font-size: 15px;
    height: 48px;
}

.login-wrapper .form-control {
    border-color: #fff;
}

.form-control {
    border-radius: 12px;
    border-color: #D4E7FD;
    color: #111111;
}

.btn-primary, .btn-primary:hover, .btn-primary:active {
    border-color: #12557F !important;
    background: #12557F !important;
    border-radius: 12px;
}

    .btn-primary.btn-lg, .btn-secondary.btn-lg {
        font-size: 16px;
        height: 48px;
    }

a {
    color: #12557F;
}

.sidebar {
    z-index: 999;
    overflow: auto;
    position: fixed;
    width: 100%;
    max-width: 260px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #D4E7FD;
    padding: 23px 20px;
}

.menubar {
    list-style: none;
    padding: 0;
}

    .menubar li {
        margin-bottom: 2px;
    }

        .menubar li > a {
            display: flex;
            align-items: center;
            border-radius: 8px;
            padding: 10px;
            color: #0A0A0A;
            font-size: 16px;
            text-decoration: none;
            height: 55px;
        }

            .menubar li > a img {
                margin-right: 10px;
            }

            .menubar li > a:hover, .menubar li.active > a {
                color: #fff;
                background: #12557F;
            }

                .menubar li > a:hover img, .menubar li.active > a img {
                    filter: brightness(0) invert(1);
                }

        .menubar li.active a {
            background: #12557F;
        }

.sildebarlogo {
    margin: 30px 0;
}

.menubar-holder {
    display: flex;
    flex-flow: column;
    min-height: calc(100vh - 201px);
    overflow: auto;
    justify-content: space-between;
}

.content-body {
    padding: 20px;
}

h4 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

.dash-item {
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    font-size: 28px;
    align-items: center;
    margin-bottom: 20px;
}

    .dash-item img {
        margin-right: 10px;
    }

    .dash-item h6 {
        font-size: 18px;
        color: rgba(50, 71, 92, 0.38);
        margin: 0 0 5px;
    }

.title-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.card {
    border-radius: 8px;
}

.headerserarch {
    position: relative;
    width: 260px;
}

    .headerserarch .inputicon {
        position: absolute;
        top: 8px;
        left: 10px;
    }

    .headerserarch .inputicon-rt {
        position: absolute;
        top: 6px;
        right: 14px;
        cursor: pointer;
    }

    .headerserarch .form-control {
        border-radius: 36px;
        border: solid 1px #DEE5EF;
        padding-left: 35px;
        padding-right: 35px;
        font-size: 13px;
        height: 40px;
    }

/*--table--*/
.table {
    border: solid 1px #DEE5EF;
}

    .table thead th {
        background: #D4E7FD;
        color: #12557F;
        font-weight: 500;
    }

.table-result {
    display: flex;
    align-items: center;
}

.pagination .page-link {
    color: #293854;
}

.pagination .page-item.active .page-link {
    background: #12557F;
    border-color: #12557F;
    color: #fff;
}

.participant-mem-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 600px;
    overflow: auto;
    scrollbar-width: thin;
}

    .participant-mem-list li {
        display: flex;
        align-items: center;
        font-size: 13px;
        font-weight: 500;
        background: #F6F6F6;
        border-radius: 12px;
        color: #A1A1A1;
        padding: 10px 15px;
        margin: 0 0 10PX;
        border: solid 1px transparent;
        cursor: pointer;
    }

        .participant-mem-list li img.rounded-circle {
            width: 50px;
            height: 50px;
            border-radius: 100%;
            margin-right: 15px;
            align-items: center;
        }

        .participant-mem-list li h6 {
            font-size: 15px;
            font-weight: 500;
            color: #121212;
            margin: 0px 0 5px;
        }

        .participant-mem-list li p {
            margin-bottom: 0;
        }

        .participant-mem-list li.active {
            background: #F7FEFA;
            border-color: #A9D7C1;
        }

.crt-gp-form {
    max-width: 450px;
    width: 100%;
    margin: auto;
}

.crt-gp-img-input input {
    visibility: hidden;
    position: absolute;
}

.crt-gp-img-col {
    text-align: center;
    margin-bottom: 50px;
}

    .crt-gp-img-col h6 {
        font-size: 13px;
        margin: 10px 0;
    }

.crt-gp-img-col {
    color: #D1DADF;
    font-size: 12px;
}

.slidetoggle {
    display: none;
}

.gp-name-img {
    display: flex;
    align-items: center;
}

    .gp-name-img img {
        margin-right: 10px;
        width: 30px;
        height: 30px;
        border-radius: 100%;
    }

.filterby {
    display: flex;
    align-items: center;
    margin: 0 0 20px auto;
}

    .filterby h6 {
        margin: 0 20px 0 0;
        white-space: nowrap;
        font-size: 16px;
    }

    .filterby .form-select {
        border-radius: 35px;
        min-width: 110px;
    }

.form-select.form-select-lg {
    border-radius: 12px;
    font-size: 15px;
    height: 48px;
    border-color: #D4E7FD;
}

.btn-secondary {
    border-color: #D4E7FD;
    background-color: #D4E7FD;
    color: #12557F;
}

.uploadphoto-file {
    background: #D4E7FD;
    width: 260px;
    height: 118px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-weight: 500;
    color: #000;
}

    .uploadphoto-file input, .add-expertphoto-file input {
        visibility: hidden;
        position: absolute;
    }

.add-expertphoto-file {
    background: #F4F9FF;
    width: 200px;
    height: 200px;
    border-radius:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-weight: 500;
    color: #000;
}

.uploaded-file-pic img {
    border-radius: 16px;
}

.uploaded-file-pic {
    position: relative;
}

    .uploaded-file-pic a {
        position: absolute;
        display: inline-block;
        right: 5px;
        top: 5px;
        z-index: 1;
    }

.input-group-lg .form-control {
    font-size: 15px;
    height: 48px;
    line-height: 30px;
}

.add-quote-textarea {
    resize: none;
    height: 180px;
}

.btn-mw {
    min-width: 110px;
}



.form-control::-webkit-input-placeholder{ /* Edge */
    color: #A4B0C0;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A4B0C0;
}

.form-control::placeholder {
    color: #A4B0C0;
}

.addExperts-popup {
    padding: 10px;
}

    .addExperts-popup textarea {
        height: 100px;
    }

    .addExperts-popup .add-expertphoto-file {
        max-width: 118px;
        height: 118px;
    }

#addExperts-Modal.modal {
    --bs-modal-width: 600px;
}
a.audio-link {
    border-radius: 10px;
    padding: 8px;
    display: inline-block;
    border: solid 1px #12557F;
    color: #12557F;
}

.listpagination .pagination {
    margin-bottom: 0px
}

.listpagination .pagination li {
    color: #6c757d;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.listpagination .pagination li a {
    padding: 5px 12px;
    display: inline-block;
    text-decoration: none;
    color: #12557F
}

.listpagination .pagination li:first-child {
    border-radius: 4px 0 0 4px
}

.listpagination .pagination li:last-child {
    border-radius: 0 4px 4px 0px
}

.listpagination .pagination li.active a {
    background: #12557F;
    color: #fff
}

.audio-file-path {
    display: flex;
    color: #838383;
    align-items: center;
}