﻿.primary-color {
    color: #ff8c00;
}
.badge.bg-secondary {
    background-color: #DDDDDD !important;
    color: #212529;
}
.primary-bg {
    background-color: #293267;
}

    .primary-bg:hover {
        background-color: #031642;
    }

.grey-bg {
    background-color: #4a5158;
}

    .grey-bg:hover {
        background-color: #3c4248;
    }

.form-control.form-text {
    width: auto;
}

.text-black {
    color: #000;
}

.text-left{
    text-align-last:left;
}

.text-right {
    text-align-last: right;
}

.text-center {
    text-align-last: center;
}

.awesome-marker {
    text-align-last:center;
}

.bg-gray-lighter {
    background-color: #f2f2f2;
}

.grey-btn {
    color: #fff;
    padding: 6px 8px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    border: 0 none;
    margin: -2px 5px 5px 0px;
}

.w-70 {
    width: 100px;
}

.h-45 {
    height: 45px !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 22px;
    font-size: 14px;
    line-height: 1.428571429;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.rz-dropdown {
    margin-top: 0px !important;
    min-height: 2.87rem;
    padding: 10px 22px;
    margin-bottom: 10px;
}

.read-more {
    color: #ff8c00 !important;
    cursor: pointer;
}
.read-more:hover {
    color: #0a58ca !important;
}

.round {
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    height: 35px !important;
    padding: 0 20px !important;
    width: 100% !important;
}
.round-90 {
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    height: 35px !important;
    padding: 0 20px !important;
    width: 90% !important;
}
.search {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 15px 0;
}
form.search .reset{
    display: block !important;
}
    /*.col-md-6 {
    width: 50%;
}

.col-md-3 {
    width: 25%;
}*/
    .infographics {
        padding-left: 0;
    }

.icon {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

    .icon .icon_image {
        background: #00acff;
        color: #fff;
        border-radius: 8px;
        line-height: 1.25;
        width: 60px;
        height: 60px;
        float: left;
        margin: 0;
        text-align: center;
        text-align-last: center;
        font-size: 42px;
        padding: 4px 0;
    }

    .icon .orange-icon {
        background: #ff8c00;
    }

    .icon .icon_content .icon_title {
        font-weight: 400;
        font-size: 18px;
        padding: 0;
    }

    .icon .icon_content {
        float: left;
        margin-left: 10px;
        width: calc(100% - 70px);
        color: #727272;
    }

.generic-quick-view-block {
    border: 1px solid #DDDDDD !important;
    height: auto;
    overflow: hidden;
    box-shadow: 2px 2px 4px #dddddd !important;
    text-align: center;
    text-align-last: center;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 0;
}

    .generic-quick-view-block .quick-view-link {
        padding: 10px;
        text-overflow: ellipsis;
        /*height: 75px;*/
        display: block;
        width: 100%;
    }

        .generic-quick-view-block .quick-view-link .title.no-result {
            font-weight: 400;
            color: #000;
        }

            .generic-quick-view-block .quick-view-link .title.no-result:before {
                display: none;
            }

        .generic-quick-view-block .quick-view-link a {
            color: #000;
            font-size: 14px;
            vertical-align: middle;
            text-align: center;
            text-align-last: center;
            width: 100%;
            transition: all 0.5s ease;
            font-weight: 400;
            cursor: pointer;
        }

            .generic-quick-view-block .quick-view-link a:hover {
                color: #ff8f06 !important;
            }

    .generic-quick-view-block .quick-view-title {
        background: #fafcfe;
        border-bottom: 2px solid #eeeeee;
        padding: 12px 5px 10px;
    }

    .generic-quick-view-block h5 {
        font-size: 16px;
        color: #000 !important;
        font-weight: 600;
        padding: 0px;
        margin: 0;
    }

.page-title {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    display: block;
    margin: 0 0 0px;
}

.table thead th {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
}

    .table thead th .fas {
        position: relative;
        top: 0;
        left: 5px;
    }

.table th {
    background: #d1d6e4 !important;
    color: #121212 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 8px 15px;
    line-height: 1.5;
    border-bottom: none;
    border-top: 0px;
}

.table td {
    color: #999999;
}

    .table td strong {
        color: #606060;
    }

.card {
    margin-bottom: 0px;
    box-shadow: none;
}

/*.card-body {
    padding: 10px !important;
}*/

.divrow {
    padding-top: 20px;
    height: auto;
    overflow: hidden;
    width: 100%;
    /*margin-left: 15px;*/
    margin-right: 15px;
    display: inline-flex;
    flex-wrap: wrap;
}

.chkrow {
    margin-bottom: 10px;
    display: flex;
    /*width: 17.666667%;*/
    /*margin-top: 10px;
    display:inline-flex;*/
    /*   padding-left: 2px;
    margin-left: 1px;
    margin-right: -15px;*/
}

    .chkrow label {
        width: auto;
        font-size: 13px;
    }

    .chkrow input {
        margin-top: 3px;
    }

        .chkrow input:checked {
            background-color: #5d8fc2;
            border-color: #5d8fc2;
        }

.chekrow:hover {
    color: #FFB037 !important
}

.map-count-badge {
    z-index: 99;
    position: relative;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 2px 2px 6px #999999;
    border-radius: 50%;
    text-align: center;
    text-align-last: center;
    float: right;
    margin-right: 20px;
    margin-top: -90px;
}

    .map-count-badge span {
        color: #555555;
        font-size: 32px;
        font-weight: 600;
        line-height: 60px;
    }

        .map-count-badge span.largecount {
            font-size: 24px;
        }

.awesome-marker svg {
    color: #333;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}

.btn-grey {
    background: #f5f5f5;
    border: 1px solid #cdcdcd;
    margin-left: 10px;
    color: #727272 !important;
    font-weight: 400;
    margin-bottom: 3px;
}

.btn-grey-active {
    color: #fff !important;
    background-color: #b4461c;
    border-color: #b4461c;
}

.btn-grey:hover {
    background: #293267;
    border: 1px solid #293267;
    color: #FFFFFF !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-align-last: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    /*border: 1px solid transparent;*/
    white-space: nowrap;
    padding: 6px 10px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus {
        box-shadow: none;
    }

.filter {
    background: #f5f5f5;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #727272;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 400;
    height: 40px;
    margin: 3px 3px 3px 0px;
    min-width: 40px;
    padding: 7px 0;
    text-align: center;
    text-align-last: center;
    transition: all ease 0.3s;
}


    .filter:hover {
        background: #293267;
        border: 1px solid #293267;
        color: #fff;
        transition: all ease 0.3s;
    }


.liactive {
    background: #293267;
    border: 1px solid #293267;
    color: #fff;
    transition: all ease 0.3s;
}

ul.tabs--primary {
    border-bottom: none !important;
    float: right;
    font-size: 1.055em;
    height: 2.6em;
    margin: 0 !important;
    padding: 0 0 0 5px !important;
    text-transform: uppercase;
}

    ul.tabs--primary li {
        float: left;
        list-style: none outside none;
        margin: 0 2px;
    }

        ul.tabs--primary li a:link,
        ul.tabs--primary li a.active,
        ul.tabs--primary li a:visited,
        ul.tabs--primary li a:hover,
        ul.tabs--primary li.active a,
        ul.tabs--primary li a.nav-link,
        ul.tabs--primary li a:not([href]):not([tabindex]) {
            background-color: #fff;
            border-color: #ddd;
            -webkit-border-radius: 8px 8px 0 0;
            -moz-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0;
            border-style: solid;
            border-width: 1px 1px 0;
            color: #727272;
            display: block;
            float: left;
            font-weight: bold;
            height: 2.6em;
            line-height: 2.6em;
            padding: 0 25px 0px;
        }

        ul.tabs--primary li a:hover {
            color: #000;
        }

        ul.tabs--primary li a.active, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, ul.tabs--primary li a.nav-link.active {
            border-top: 3px solid #ff8c00;
            color: #000;
        }

        ul.tabs--primary li.active a {
            background-color: #fff !important;
            z-index: 99;
        }

.a {
    text-decoration: none;
    background: transparent;
}

.create-node-button {
    font-size: 14px;
    background: #ff8c00;
    color: #fff !important;
    padding: 8px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 15px;
    text-decoration: none;
}

    .create-node-button:hover {
        background: #727272;
    }

.view-header {
    clear: both;
    display: block;
    float: none;
}

#block-system-main a {
    text-decoration: none;
    cursor: pointer;
}

    #block-system-main a:hover {
        /*background: #727272;*/
        text-decoration: none;
        color: #ff8f06;
    }

#block-system-main {
    background: #fff;
    border-top: 1px solid #dddddd !important;
    position: relative;
    clear: both;
    margin-bottom: 10px;
    padding-top: 0px;
}

.view-content {
    clear: both;
    display: block;
    float: none;
}

    .view-content .isotope-options {
        padding: 0;
        margin: 0 0 15px;
    }

        .view-content .isotope-options li:first-child,
        .view-content .isotope-options li {
            list-style: none;
            float: left;
            margin: 0 0 5px;
        }

            .view-content .isotope-options li a.filterbutton.selected,
            .view-content .isotope-options li:first-child a.filterbutton.selected {
                color: #fff;
                background: #031642;
                border: 1px solid #031642;
                border-right: 0;
            }

            .view-content .isotope-options li a.filterbutton,
            .view-content .isotope-options li:first-child a.filterbutton {
                color: #727272;
                font-size: 13px;
                display: block;
                background: #ededed;
                padding: 10px 15px;
                border: 1px solid #ddd;
                border-right: 0;
                text-transform: uppercase;
            }

                .view-content .isotope-options li:first-child a.filterbutton.selected, .view-content .isotope-options li a.filterbutton:hover {
                    color: #fff !important;
                    background: #293267;
                    border: 1px solid #293267;
                    border-right: 0;
                }

.panel-separator {
    margin: 0 0 1em 0;
}

.countrycontainer a {
    color: #727272;
}

.countrycontainer a:hover {
    color: #ff8c00;
    text-decoration: underline !important;
}
.vs-view-element > .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.vs-view-element .isotope-container {
    border-radius: 12px;
}

.view-content .isotope-container {
    padding: 0;
    list-style: none;
    margin-right: 2px;
    margin-bottom: 2px;
    background-color: #ededed;
    min-height: 242px;
    overflow: hidden;
    color: #fff;
    height: 100%;
    border-bottom: 2px solid #fff;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.view-content .isotope-container > div {
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(43, 50, 102, 0.74) 0%, #2B3266 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 15px 25px;
}

.view-content .isotope-container a {
    font-size: 21px;
}

.view-content .isotope-container a:hover {
    font-size: 21px;
    text-decoration: underline !important;
    color: #fff !important;
}

.views-field {
    /* background: #ededed;*/
    padding: 0 15px 5px;
}
.views-field.group-visible {
    position: absolute;
    bottom: 8px;
    right: 3px;
}

.views-field.group-visible i {
    font-size: 20px;
}

.views-field-title {
    padding-top: 10px;
    clear: both;
    float: none;
}

.views-field-field-scom-tag-term {
    padding-top: 0;
    text-transform: uppercase;
}

.views-field-field-location-country {
    font-size: 18px;
    font-weight: 600;
}

.form-group {
    margin-bottom: 0.7rem;
    position: relative;
}

.form-item {
    margin-top: 8px !important;
    color: #555;
}

    .form-item label .form-required {
        color: #f00 !important;
    }

#RFAedit input[type="checkbox"], #eventedit input[type="checkbox"], #pane-all-users input[type="checkbox"] {
    line-height: normal;
    margin: 1px 4px 0 0px !important;
}

#RFAedit input[type="radio"], #eventedit input[type="radio"] {
    clear: both;
    display: none;
    margin-right: 15px;
    margin-top: 0;
    overflow: hidden;
    padding-left: 5px;
}

#RFAedit.form-item label, #eventedit.form-item label, #pane-all-users .form-item label {
    color: #727272;
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    margin-bottom: 8px;
}


.vslabel {
    color: #727272;
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    margin-bottom: 8px;
}

.goarn-area #edit-title {
    width: 90%;
}

input.form-text {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dddddd;
    border-image: none;
    color: #333;
    padding: 6px 10px;
    display: inline-block;
    margin-right: 5px;
    box-shadow: 0 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.uneditable-input, input, select, textarea {
    max-width: 100%;
    width: auto;
}

input, button, select, textarea {
    font-size: inherit;
    line-height: inherit;
}

button, input {
    line-height: normal;
}

.input {
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px 'Roboto', sans-serif;
    padding: 22px;
    border-width: 2px;
    border-style: inset;
    border-image: initial;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.edit_pencil {
    font-size: 27px;
    color: #999;
}

    .edit_pencil:hover {
        color: #ff8c00;
    }

.head3-title {
    float: left;
    width: calc(100% - 155px);
}

.fg3-subscribe {
    float: right;
    width: 150px;
}

.fgsubscribe {
    float: right;
    width: 43px;
    height: 45px;
}

    .fgsubscribe #flagSubscription {
        margin: 2px 0 8px;
        height: 40px;
    }

#flagSubscription {
    clear: both;
    display: block;
    float: right;
    height: 40px;
    margin: 8px 0;
    overflow: hidden;
}

    #flagSubscription > a.flag:hover {
        background: #ff8c00 !important;
    }

    #flagSubscription > a.flag {
        background: #9f9f9f;
        border: none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        float: right;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 0;
        padding: 8px 4px 4px 9px;
        height: 34px;
        text-align: center;
        text-align-last: center;
        text-decoration: none;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
        -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
        vertical-align: middle;
        white-space: nowrap;
        width: auto;
        touch-action: manipulation;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.bookmark-people {
    margin: 0 2px 0 0;
    width: 40px;
}

.invite-people {
    margin: 0 0 0 2px !important;
    width: 40px;
}

.remove-people {
    margin: 0 0 0 4px !important;
}

#pane-all-users table, #pane-rfa-offer-applications table, #panel-institution-view table{
    border: 1px solid rgba(85, 86, 90, 0.12);
    border-radius: 8px;
}

#pane-all-users th, #pane-rfa-offer-applications th, #panel-institution-view th {
    background: #d1d6e4 !important;
    border-bottom: none;
    color: #121212;
    padding: 15px;
    font-weight: 600;
}
#pane-all-users table th:first-child, #pane-rfa-offer-applications table th:first-child, #panel-institution-view table th:first-child {
    border-top-left-radius: 8px;
}

#pane-all-users table th:last-child, #pane-rfa-offer-applications table th:last-child, #panel-institution-view table th:last-child {
    border-top-right-radius: 8px;
}

#pane-all-users table tr.even, #pane-rfa-offer-applications table tr.even {
    background: #fff !important;
    border-bottom: 1px dotted #ccc !important;
}
#pane-all-users td {
    color: #495057;
    vertical-align: middle;
    padding: 15px 10px;
}
#pane-all-users td i, #pane-rfa-offer-applications td i, #panel-institution-view td i {
    font-size: 20px;
    color: #495057 !important;
}

#opdetailtbl table, #eventdetails table {
    border: 1px solid rgba(85, 86, 90, 0.12);
    border-radius: 14px;
}

#opdetailtbl table > thead > tr > th, #eventdetails table > thead > tr > th {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 8px 15px;
    line-height: 1.5;
    border-bottom: none;
    border-top: 0px;
    background: #d1d6e4 !important;
    color: #121212 !important;
}

#opdetailtbl table th:first-child, #eventdetails table th:first-child {
    border-top-left-radius: 8px;
}

#opdetailtbl table th:last-child, #eventdetails table th:last-child {
    border-top-right-radius: 8px;
}

#opdetailtbl table tbody tr:hover, #eventdetails table tbody tr:hover {
    background: #ededed;
}

.custom-control-label {
    font-weight: 400 !important;
    /*padding-top: 10px;
    padding-left: 5px;*/
}

.vstab {
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    /*padding-bottom: 20px;*/
    width: 20%;
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    font-size: 13px;
    font-weight: 400;
    float: none;
    margin-bottom: -1px;
    background: #fff;
    height: 290px;
    overflow: auto;
}

#vsedit .tab-content {
    min-height: 290px;
    padding: 15px;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border: 1px solid #ddd;
    overflow: hidden;
    display: flex;
    width: 80%;
}

#vsedit .nav-tabs .nav-item .nav-link {
    text-align: center;
    text-align-last: center;
    padding: 20px;
}

    #vsedit .nav-tabs .nav-item .nav-link.active {
        background: #e1e2dc;
        text-decoration: none;
    }

#vsedit #block-system-main .nav-tabs .nav-item .nav-link:hover {
    background: #e1e2dc;
    color: #ff8c00;
    text-decoration: underline;
}

#vsedit .nav-tabs .nav-item {
    margin-bottom: 0;
    background: #fff;
    width: 100%;
}

#vsedit .form-actions, #RFAedit .form-actions, #eventedit .form-actions {
    background: none;
    height: auto;
    overflow: hidden;
    margin: 9px 0 0;
    padding: 8px;
}

#vsedit .form-textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dddddd;
    border-image: none;
    color: #333;
    padding: 6px 10px;
    display: inline-block;
    margin-right: 5px;
    box-shadow: 0 0 0;
    line-height: 19px;
}

.country_image_block a {
    display: block;
    text-decoration: none;
}

    .country_image_block a .wrap .desc:hover {
        background: #ff8c00;
        transition: all 0.5s ease;
    }

.wrap {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
}

.country_image_block a .wrap .desc {
    display: block;
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    z-index: 2;
    text-align: center;
    text-align-last: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    background: #293267;
    border-radius: 6px;
    transition: all 0.5s ease;
    padding: 15px 5px;
}

.wrap .desc {
    display: block;
    position: absolute;
    width: 100%;
    top: 30%;
    left: 0;
    z-index: 2;
    text-align: center;
    text-align-last: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.pane-title {
    border-bottom: 1px dotted #ddd;
    color: #ff8c00;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0 0;
    padding-bottom: 10px;
}

.panel-body {
    border: 1px solid #ddd;
    padding: 8px 5px 8px 20px !important;
    margin: 15px 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: -15px;
}

.timeline-badge {
    background-color: #727272;
    border: 5px solid #CCC;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 44px;
    left: 0;
    line-height: 32px;
    margin-left: 0;
    padding: 1px;
    position: absolute;
    text-align: center;
    text-align-last: center;
    top: 21px;
    width: 44px;
    z-index: 100;
}

.timeline-badge-active {
    background-color: #ff8c00;
    border: 5px solid #CCC;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 44px;
    left: 0;
    line-height: 32px;
    margin-left: 0;
    padding: 1px;
    position: absolute;
    text-align: center;
    text-align-last: center;
    top: 21px;
    width: 44px;
    z-index: 100;
}

.timeline-badge .RFA::before {
    content: "\f0b2";
}

.timeline {
    position: relative;
    list-style: none;
    padding: 15px;
    margin: 0;
    margin-bottom: 0px;
    width: 100%;
}

.timeline-more-div span a {
    width: 20px;
    height: 25px;
    display: block;
    margin-left: 10px;
    font-size: 18px !important;
    color: #69707D !important;
}

.timeline-more-div span .fa {
    color: #999999;
    cursor: pointer;
    float: right;
    font-size: 13px;
}

.timeline-panel {
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 18%);
    -webkit-box-shadow: 2px 2px 3px rgb(0 0 0 / 13%);
    float: right;
    padding: 0;
    position: relative;
    width: 100%;
}

.timeline-heading {
    color: #727272;
    font-size: 21px;
    font-weight: normal;
    line-height: 34px;
    margin-bottom: 0;
}

.timeline-body {
    padding: 15px;
    margin-top: 20px;
}

.timeline-more-div {
    background: #FFFFFF;
    border-top: 0px solid #d8d8d8;
    height: auto;
    padding: 0px;
    flex: 1;
}

.timeline li:first-child {
    margin-top: 35px !important;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

    .timeline > li + li {
        margin-top: 20px;
    }

.timeline li {
    margin-bottom: 10px;
    position: relative;
}

.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline-more-div p {
    color: #999999;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.timeline-body p {
    display: -webkit-box;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.timeline-body > p {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.timeline-body p a:hover {
    color: #ff8c00 !important;
}

.timeline-title {
    color: #626262;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    padding: 10px 15px 5px;
    width: 100%;
}

    .timeline-title:hover {
        color: #ff8c00;
    }

#weathermap {
    z-index: 9;
    position: relative;
}

.navbar .container {
    max-width: none;
}

.container {
    max-width: none !important;
}

.grip {
    resize: both;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #dadfe2;
    max-width: 770px;
    padding-bottom: 1em;
    height: 350px;
    min-width: 100%;
}

.rz-html-editor {
    border: none !important;
}

.errordiv {
    list-style-type: none;
    padding: 0;
}

    .errordiv ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .errordiv li {
        background-image: none;
        padding: 5px 10px 5px 15px;
        margin: 0px 0 12px 0;
        background-color: #f2dede;
        border-color: #ebccd1 !important;
        color: #f9777f !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        float: left;
        width: 100%;
    }

.successdiv {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    padding: 10px 10px 10px 15px;
    margin: 7px 0 12px 0;
    border-radius: 4px;
}

    .successdiv li a:hover {
        color: #3c763d;
        text-decoration: underline !important;
    }

    .successdiv .divclose {
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #356635;
        text-shadow: 0 1px 0 #fff;
        opacity: .2;
    }

        .successdiv .divclose:hover {
            color: #000;
            text-decoration: none;
            cursor: pointer;
            opacity: .5;
        }

.tippy-box[data-placement="right"] .tippy-arrow:before {
    border-right-color: rgb(0,0,0,0.85) !important;
    border-width: 5px 5px 5px 0 !important;
    left: -5px !important;
    top: 3px;
}

.tippy-box[data-placement="bottom"] .tippy-arrow:before {
    border-bottom-color: rgb(0,0,0,0.85) !important;
    border-width: 5px 5px 5px 5px !important;
    left: 0px !important;
    top: -10px;
}

.tippy-box[data-placement="top"] .tippy-arrow:before {
    border-top-color: rgb(0,0,0,0.85) !important;
}

.tippy-box {
    background-color: rgb(0,0,0,0.85) !important;
}

.tippy-content {
    font-size: 12px !important;
    padding: 3px 6px;
}

.blazored-typeahead__active-item, .blazored-typeahead__result:hover, .blazored-typeahead__result:focus {
    background-color: #cdcdcd !important;
    border-top: 1px solid #cdcdcd !important;
    border-bottom: 1px solid #cdcdcd !important;
    color: #333 !important;
}

.blazored-typeahead__results {
    border: 1px solid #c9c9c9 !important;
}

.blazored-typeahead__result, .blazored-typeahead__notfound, .blazored-typeahead__results-help-template, .blazored-typeahead__results-header, .blazored-typeahead__results-footer {
    border-bottom: 1px solid #c9c9c9 !important;
}

.blazored-typeahead__clear {
    display: none !important;
}

.bg-massmail {
    background: #ededed !important;
}

.Emailuserdetails {
    border-radius: 10px;
}

    .Emailuserdetails h3 {
        font-size: 24px;
        color: #555;
    }

    .Emailuserdetails li {
        color: #727272;
    }

.disease_content ul {
    padding-left: 20px;
    margin: 0;
    text-align: left;
    text-align-last: left;
}

    .disease_content ul a {
        color: #333 !important;
        font-size: 14px !important;
    }

    .disease_content ul .title a:hover {
        color: #ff8f06 !important;
    }

.disease_content .generic-quick-view-block {
    box-shadow: none !important;
}

.startDiscussAccordian .collapse {
    padding: 0px 15px;
}

section.block.block-masquerade {
    background: #f4f4f4;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    padding: 24px 0;
}

.block-masquerade h4 {
    color: #555;
    font-size: 18px;
    font-weight: 400;
}

.block-masquerade a, .block-masquerade .switch_btn {
    color: #ff8c00;
}

    .block-masquerade a:hover, .block-masquerade .switch_btn:hover {
        text-decoration: underline !important;
    }

.block-masquerade p {
    color: #727272;
    font-size: 15px;
}

.block-masquerade .form-submit {
    background: #293267;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 5px 15px;
    text-align: center;
    text-align-last: center;
    border-radius: 0;
    float: right;
    height: 48px;
    position: relative;
    left: -6px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.block-masquerade .blazored-typeahead__input {
    padding: 0px 0.5rem;
    height: 2.87rem;
}

.block-masquerade .blazored-typeahead:focus-within {
    box-shadow: none;
}

.block-masquerade .masquerade_div {
    float: right;
    width: 290px;
    margin-right: 15px;
    padding-bottom: 0px;
}

.block-masquerade .blazored-typeahead {
    float: left;
    width: 238px;
}

.block-masquerade .blazored-typeahead__result, .block-masquerade .blazored-typeahead__active-item {
    text-align: right;
    text-align-last: right;
    color: #ff8c00 !important;
}

.top_a {
    color: #666 !important;
    font-size: 16px;
}

.icon_deployment:before {
    content: url(../images/man.png);
    display: inline-block;
    padding: 7px 10px;
    color: #fff;
    width: 100%;
    height: 100%;
}

.blazored-typeahead__input-multiselect-wrapper {
    background-color: #fff;
    border-radius: 5px;
}

.reply_btn {
    background: #ccc;
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 2px 7px;
    border: none;
}

    .reply_btn:hover {
        background: #293267;
        color: #fff;
    }
/*Loader css starts*/
.loader-wrapper {
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pre-loader {
    width: 50px;
}

.center-loader {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-color: #fff;
    z-index: 9999;
}

    .center-loader img {
        /*width: 50px;
        top: 40%;
        position: absolute;
        left: 50%;*/
        width: 50px !important;
        z-index: 100;
    }

.top-loader {
    position: absolute;
    top: 68px;
    z-index: 1;
    left: 60px;
}
/*Loader css ends*/
input[type=checkbox][disabled]:hover {
    cursor: not-allowed !important;
}

input:checked[type=checkbox][disabled] {
    filter: grayscale(1);
}

.form-check-input:disabled {
    pointer-events: all;
    cursor: not-allowed;
}

.announcements {
    margin: 20px 0 15px;
}

.df_announcements {
    display: none;
}

.announcements .widget-body {
    border: 1px solid #dddddd;
    height: auto;
    overflow: hidden;
}

    .announcements .widget-body ul {
        padding: 0 10px;
        margin: 0;
        display: flex;
        flex-direction: row;
    }

        .announcements .widget-body ul li {
            list-style: none;
            padding: 20px 20px 0;
            border-left: 5px solid #FFFFFF;
            height: auto;
            overflow: hidden;
            transition: all 0.5s ease;
            border-bottom: 1px solid #dddddd;
        }

.announcements .image-announcements {
    float: left;
    width: 100px;
    height: 75px;
    overflow: hidden;
    margin-right: 15px;
}

    .announcements .image-announcements img {
        width: 100%;
        height: auto;
        display: none;
    }

.image-description {
    float: left;
    width: calc(100% - 115px);
    overflow: hidden;
}

.image-description .scom-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.image-description .scom-desc table {
    margin: 0 !important;
    table-layout: fixed;
}

.image-description .scom-desc table td *:not(:first-child) {
    display: none !important;
}

.image-description .scom-desc table td *:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4 !important;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.image-description .scom-desc ul {
    display: -webkit-box !important;
}
.image-description .scom-desc ul li {
    width: 100% !important;
    padding: 0px !important;
}
.image-description a {
    font-size: 14px;
    color: #727272 !important;
    font-weight: 400;
    transition: all 0.5s ease;
    vertical-align: middle;
    width: 100%;
}

.image-description a:hover {
    text-decoration: none;
    transition: all 0.5s ease;
    color: #ff8c00;
}

.image-description span.text-muted {
    color: #999999 !important;
}

.announcements .widget-body ul li:hover {
    border-left: 5px solid #ff8c00;
    transition: all 0.5s ease;
}

.announcements .widget-body ul li:last-child {
    border-bottom: 0;
}

.default-announcements {
    width: 100px;
    height: 75px;
    background: #ededed;
    line-height: 75px;
    text-align: center;
    text-align-last: center;
    font-size: 32px;
    color: #999999;
}

.viewerjs-item-wrapper {
    border: 1px solid #c0c0c0;
    height: 150px;
    overflow: hidden;
    width: 178px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background: no-repeat center bottom;
}

    .viewerjs-item-wrapper .name {
        background: rgba(0, 0, 0, 0.85);
        padding: 5px 8px;
        position: relative;
        font-size: 12px;
    }

    .viewerjs-item-wrapper .size {
        background: rgba(0, 0, 0, 0.85);
        padding: 5px 8px 0px 1px;
        height: auto;
    }

        .viewerjs-item-wrapper .size ul.actions li {
            overflow: hidden;
            text-align: left;
            text-align-last: left;
            margin-left: 0;
            margin-right: 0px;
            text-indent: 10px;
            font-size: 10px;
        }

        .viewerjs-item-wrapper .size div.description:before {
            display: inline-block;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            content: "\f1f9";
            padding-right: 5px;
            color: #fff;
            font-size: 10px;
            padding-left: 8px;
        }

.disease_relation:hover {
    text-decoration: underline;
}

.select_clear {
    float: right;
    position: absolute;
    top: 45px;
    right: 15px;
}

.timeline-current-date {
    background: #dddddd;
    display: block;
    height: 1px;
    padding: 0;
    position: relative;
    text-align: right;
    text-align-last: right;
    margin: 15px 0px;
}

    .timeline-current-date span {
        background: #fff;
        font-size: 16px;
        margin-top: -10px;
        position: absolute;
        left: 65px;
        right: auto;
        color: #ff8c00;
        font-weight: 400;
        padding: 0 10px;
    }

        .timeline-current-date span label {
            color: #ff8c00;
            width: auto !important;
        }

            .timeline-current-date span label.update_viewmore {
                cursor: pointer;
            }

.upload-loader-relative {
    position: relative;
    top: -2px;
}

.upload-loader-absolute {
    position: absolute;
    top: -8px;
}

.date-batch {
    background: #ff8c00;
    border: 2px solid #CCCCCC;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    left: 32px;
    z-index: 9;
    top: -9px;
}

.disease_card .events_row .title:before {
    content: "\f017";
    padding: 0 10px 22px 0;
    font-family: 'FONT AWESOME 5 FREE', sans-serif;
}

.btn-orange {
    background: #293267;
    border: 1px solid #293267;
    color: #FFFFFF !important;
}

    .btn-orange:hover, .btn-orange:focus, .btn-orange.focus, .btn-orange:active, .btn-orange.active, .open > .btn-orange.dropdown-toggle {
        color: #fff;
        background-color: #031642;
        border-color: #031642;
    }

.without-email {
    background: url(../images/no-email.svg) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    float: right;
    margin: 5px 10px 5px 0;
}

.no-email-btn {
    float: left;
    background: #293267;
    border-radius: 4px;
}

.accept_offer_form {
    margin: 15px 12px;
}

    .accept_offer_form:before {
        border-color: rgba(221, 221, 221, 0);
        border-bottom-color: #ccc;
        border-width: 13px;
        margin-left: -13px;
    }

.pager-current {
    color: #727272;
    background: #ededed;
    padding: 5px 14px;
}

.pager-previous, .pager-next {
    text-transform: capitalize;
    color: #727272;
}

    .pager-previous:hover, .pager-next:hover {
        background-color: #293267 !important;
        color: #fff !important;
        text-decoration: none !important;
    }

/*form validation success*/
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #727272;
}

.OverlayOpen {
    overflow: hidden;
}

.overlay-bg::before {
    position: fixed;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0,0,0,0.25);
    height: 100%;
}

.admin-eyes, .admin-eyes:not([href]):not([tabindex]) {
    font-size: 20px;
    color: #979797;
}

.Announcements .accordion-item {
    /*background: transparent;*/
}

    .Announcements .accordion-item .accordion-body {
        padding: 0;
    }

        .Announcements .accordion-item .accordion-body .widget-body {
            border: 0;
        }

            .Announcements .accordion-item .accordion-body .widget-body ul li {
                background: #FFFFFF;
                margin-bottom: 10px;
                border: 0;
                width: 33.33%;
                padding: 15px 10px 0;
            }

.NewsFeed .accordion-item {
    background: transparent;
}

    .NewsFeed .accordion-item .accordion-body {
        padding: 0;
    }

        .NewsFeed .accordion-item .accordion-body .newsfeed_content {
            padding: 0;
        }

            .NewsFeed .accordion-item .accordion-body .newsfeed_content .view-content {
                padding-top: 0;
            }

                .NewsFeed .accordion-item .accordion-body .newsfeed_content .view-content .news-container {
                    background: #FFFFFF;
                }

                    .NewsFeed .accordion-item .accordion-body .newsfeed_content .view-content .news-container:hover {
                        background: #293267;
                    }

.masonry .accordion-item {
    margin-top: 20px;
}

.fixed-arrows {
    position: absolute;
    top: 35px;
    width: 90px;
    height: 30px;
    right: 36px;
}

.dashboard-news .draggable-header {
    position: absolute;
    top: -54px;
    width: 90px;
    height: 30px;
    right: 15px;
}

.dashboard-news .view-content > .row .col-md-4:first-child .feed-desc {
    -webkit-line-clamp: 14;
}

.radial-histogram svg {
    overflow: visible;
    z-index: 998;
    position: relative;
}

.rz-datepicker-header {
    padding-top: 10px;
}

.tooltip-custom {
    position: relative;
}

    .tooltip-custom:hover::after {
        background: rgba(0,0,0,.8);
        border-radius: 5px;
        bottom: 26px;
        color: #fff;
        content: attr(title);
        right: -40%;
        padding: 5px 10px;
        position: absolute;
        z-index: 98;
        white-space: pre-wrap;
        min-width: 200px;
        text-align: left;
        text-align-last: left;
    }

td.tooltip-custom:first-child:hover::after {
    left: -40%;
}

.rz-calendar-inline.calendar {
    overflow: visible !important;
}

body .newsfeed_content .view-content .row .col-md-6 {
    float: left;
}

    body .newsfeed_content .view-content .row .col-md-6 .news-container {
        height: 181px;
    }

.dashboard_page_new .accordion-item h5 i {
    cursor: pointer;
    color: #000;
}

.rz-chart {
    z-index: 9;
}

body .newsfeed_content .view-content .row .col-md-3 {
    float: left;
}

.operation-details-rfa .fixed-arrows {
    top: 14px;
    right: 0px;
}

.deployment-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #323232;
}

.adddiscussion {
    margin-top: 10px;
}

    .adddiscussion .form-control {
        height: 40px;
    }

    .adddiscussion .btn {
        border: 1px solid #ccc;
        border-left: 0px;
    }

.adddiscussionbtn img {
    width: 12px
}

.chat-msg {
    background-color: #d7d7ed;
    position: relative;
    border-radius: 5px;
    font-size: 13px;
    color: #000;
}

    .chat-msg:after {
        content: " ";
        position: absolute;
        left: -12px;
        top: 0px;
        border-right: 20px solid #d7d7ed;
        border-left: none;
        border-bottom: 20px solid transparent;
        border-top-left-radius: 6px;
    }

    .chat-msg h6 span {
        font-size: 12px;
    }

.discussion-pro-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.form-control.is-valid {
    border-color: #3fc580;
}

    .form-control.is-valid + button {
        border-color: #3fc580 !important;
    }

.form-control.is-invalid + button {
    border-color: #f9777f !important;
}

.manage-profile .task-form > .card > .card-body {
    padding: 0px;
}

.manage-profile .task-form .user_edit {
    margin-bottom: 0px !important;
}

    .manage-profile .task-form .user_edit > .card-body {
        padding: 0px 15px;
    }

.sel-operation-add {
    height: 36px;
}

.node-item {
    border-radius: 8px;
    line-height: 1.5;
    padding: 8px 8px 8px 8px;
    position: absolute;
    overflow: hidden;
}

    .node-item .node-item-name {
        text-overflow: ellipsis;
        color: rgb(255, 255, 255);
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        cursor: pointer;
    }

    .node-item .node-item-count {
        color: rgb(255, 255, 255);
        position: absolute;
        right: 10px;
        top: 8px;
        font-size: 18px;
    }

.tree-toolTip {
    position: absolute;
    display: none;
    max-width: 300px;
    height: auto;
    background: none repeat scroll 0 0 white;
    border: 0 none;
    border-radius: 5px;
    box-shadow: -3px 3px 15px rgba(0,0,0,0.15);
    color: black;
    font-size: 13px;
    padding: 5px 8px;
    text-align: center;
    text-align-last: center;
    z-index: 9999;
}

.calendar-events .accordion-body, .deployees-in-field .accordion-body {
    padding: 0;
}

body:not(.rz-default-scrollbars) ::-webkit-scrollbar-thumb {
    background-color: #a7a4a4;
    border: 5px solid rgba(0, 0, 0, 0);
}

#map {
    z-index: 1;
}

span.conf-tag {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f7bdc4;
    padding: 1px 10px;
    border-radius: 20px;
    font-weight: 500;
}

span.rest-tag {
    background-color: #fff3cd;
    color: #94761d;
    border: 1px solid #fdebaa;
    padding: 1px 10px;
    border-radius: 20px;
    font-weight: 500;
}

.snackbar-stack-right {
    right: 1.5rem;
    top: 15%;
}

.connectedchart .node {
    font-size: 12px;
}

.connectedchart .link {
    stroke: rgb(180, 180, 180);
    stroke-opacity: 0.4;
    fill: none;
    pointer-events: none;
}

.connectedchart .node:hover,
.connectedchart .node--source,
.connectedchart .node--target {
    font-weight: 700;
}

.connectedchart .node--source {
    fill: red;
}

.connectedchart .node--target {
    fill: red;
}

.connectedchart .link--source,
.connectedchart .link--target {
    stroke-opacity: 1;
    stroke-width: 3px;
}

.connectedchart .link--source {
    stroke: red;
}

.connectedchart .link--target {
    stroke: red;
}

.streamgraph .legends {
    display: block;
}

    .streamgraph .legends .legend-wrapper {
        display: inline-block;
        margin-right: 10px;
    }

        .streamgraph .legends .legend-wrapper .legend-rect {
            width: 10px;
            height: 10px;
            float: left;
            margin-top: 3px;
            margin-right: 10px;
            display: block;
        }

        .streamgraph .legends .legend-wrapper .legend-text {
            float: left;
        }

.leaflet-popup-content {
    max-height: 250px;
    overflow-y: auto;
}

.highlight {
    background-color: yellow;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    _::-webkit-full-page-media, _:future, :root, .image-description .scom-desc {
        height: 80px;
    }
    _::-webkit-full-page-media, _:future, :root, .institute-description {
        max-height: 195px;
    }
}

#panel-institution-view .b-tooltip-inline {
    display: block;
}

.reinvite-primary:not([href]):not([tabindex]) {
    color: #293267;
}

.modal-table {
    table-layout: auto !important;
}

.primary-row {
    background-color: #f9efe4;
}

.primary-row td{
    color: #000;
}
.institution_view table thead th:last-child {
    text-align: center;
    text-align-last: center;
}

.institution_view table tbody td:last-child {
    text-align: center;
    text-align-last: center;
}
.institution_view table tbody td:last-child .tooltip-1:hover:after {
    right: -20px;
}
.institution_view table tbody td:last-child .tooltip-1:hover:before {
    left: calc(100% - 15px);
}
.rz-tooltip-content {
    background: #1c1c1c !important;
    font-size: 12px;
    padding: 3px 7px;
}
.tooltip-1 {
    position: relative;
}

.tooltip-1:hover {
    text-decoration: none;
}

.tooltip-1:hover:after {
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    bottom: -30px;
    color: #fff;
    content: attr(data-title);
    display: block;
    right: 0px;
    padding: 3px 9px;
    position: absolute;
    text-shadow: 0 1px 0 #000;
    white-space: nowrap;
    z-index: 9999;
    font-size: 12px;
    line-height: 1.48;
    min-width: 60px;
    text-align: center;
    text-align-last: center;
}

.tooltip-1:hover:before {
    border: solid;
    border-color: rgba(0, 0, 0, .8) transparent;
    border-width: 0 5px 5px 5px;
    top: 105%;
    content: "";
    display: block;
    left: calc(100% - 30px);
    position: absolute;
    z-index: 99;
}
.tooltip-1.tooltip-top:hover:after {
    top: -28px;
    bottom: auto;
    right: -15px;
}
.tooltip-1.tooltip-top:hover:before {
    border-width: 5px 5px 0 5px;
    bottom: 100%;
    top: auto;
    left: calc(100% - 15px);
}
.tooltip-1.tooltip-right:hover:before {
    top: 0px;
    left: 100%;
    transform: rotate(270deg);
}
.tooltip-1.tooltip-right:hover:after {
    bottom: 0;
    left: 138%;
    right: auto;
    white-space: pre-line;
    width: 250px;
}
.manage-member .tooltip-1:hover:before {
    left: calc(100% - 15px);
}
.manage-member .card-redesign .page-title {
    font-size: 20px !important;
    font-weight: 600 !important;
}
.manage-member .rz-switch {
    width: 44px;
    min-width: 44px;
    height: 20px;
    top: -5px;
}
.manage-member .rz-switch .rz-switch-circle {
    background: #E6E6E6;
}
.manage-member .rz-switch.rz-switch-checked .rz-switch-circle {
    background: #0055B1;
    opacity: 1;
}
.manage-member .rz-switch .rz-switch-circle:before {
    width: 17px;
    height: 17px;
    margin-top: -0.55rem;
    left: 0.2rem;
}
.manage-member .rz-switch.rz-switch-checked .rz-switch-circle:before {
    left: 0.4rem;
}
.manage-member table tbody tr td span.Active {
    border-radius: 50px;
    background: rgba(103, 168, 63, 0.15);
    color: #53932C;
    padding: 2px 15px;
}
.manage-member table tbody tr td span.Not.Set {
    border-radius: 50px;
    background: #D3DAE6;
    color: #69707D;
    padding: 2px 15px;
}
.member-search {
    width: calc(100% - 42px);
    height: auto;
}
.member-search select.form-select {
    padding: 4.5px 22px;
    background-size: 24px 11px;
}
.member-search [class^="col-"], .member-search [class*=" col-"]{
    padding: 0px 5px;
}
.search-reset {
    width: 40px;
}
.search-reset .reset {
    padding: 4px 10px;
}
.Offer_details .tab-pane.active {
    border: 1px solid #d5d5d5;
    padding-bottom: 0px;
    margin-top: 8px;
}
.Offer_details .field-label-name {
    padding: 10px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 8px;
    clear: both;
    display:flex;
}
.Offer_details .field-label-name:last-child{
    border:none;
}
.Offer_details .field-label-name:nth-child(even) {
    background-color: #f5f6f8;
}
.Offer_details .field-label {
    color: #000;
    width: 350px !important;
    margin-bottom: 0px !important;
}
.Offer_details .field-name {
    color: #000 !important;
    margin: 0 !important;
    width: calc(100% - 310px);
    clear: both;
}
.Offer_details .field-name a {
    color: #ff8c00;
}
_::-webkit-full-page-media, _:future, :root, input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: initial;
    text-align-last: left !important;
}
#components-reconnect-modal, #blazor-error-ui {
    z-index: 9999 !important;
}
.file-icon {
    width: 16px;
}


.tag-w200 {
    width: 200px !important;
}
.file-name-c{
    width:90%
}

.file-name-w {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.update-counter {
    background-color: #EBEDF4 !important;
    color: #2B3266;
    margin: 4px;
}
 

 /*--------------------------------------------------------------------------------------------------------------------------*/

.modal-backdrop {
    /* bug fix - no overlay */
    display: none;
}
.unread-notification {
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 7px;
    background-color: #66BB6A;
    position: absolute;
    top: 34px;
    left: 18px;
}
.notification-ui a:after {
    display: none;
}

.goarn-notification-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.goarn-notification {
    border-bottom: 1px solid #D3DAE6;
    font-size: 14px;
}

.goarn-notification-item {
    width: 396px;    
    border: 0px, 0px, 1px, 0px;
    gap: 2px;
    box-sizing: border-box;
    border-bottom: 1px solid #D3DAE6;
    padding: 8px !important;
}
    .goarn-notification-item.all {
        width: 100%;
    }

    .goarn-notification-item.new:hover {
        cursor: pointer;
        color: #000;
        border-bottom: 1px solid #4BE075
    }

    .goarn-notification-item:hover {
        cursor: pointer;
        color: #000;
        border-bottom: 1px solid #D3DAE6;
        background-color: #F5F7FA;
    }

    .goarn-notification-item.new {
        background: linear-gradient(0deg, #F5F7FA, #F5F7FA), linear-gradient(0deg, #ECFBF0, #ECFBF0);
        box-shadow: 3px 0px 0px 0px #4BE075 inset;
        border-bottom: 1px solid #F5F7FA
    }

.goarn-notification-item-image {
    
}

    .goarn-notification-item-image img {
        width: 48px;
        height: 48px;
        max-width: 64px;
        max-height: 64px;
        border: 2px solid #F5F7FA;
        margin-right: 4px;
    }

.goarn-notification-item-text {
    overflow-wrap: break-word;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    /* max-inline-size: 270x; */
    text-wrap: balance;
    max-width: 300px;
    overflow: hidden;
}

    .goarn-notification-item-text span {
        color: #0071C2;
    }

.goarn-notification-item-view {
    max-width: 64px;
    font-size: 10px;
    font-weight: 400;
  /*  line-height: 16px;*/
    letter-spacing: 0px;
   
    text-wrap: wrap;
    text-align: center;
}

.goarn-notification-view-all {
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.goarn-notification-view-all span {
    color: #0071C2;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
  
}

 /*-----------------------------------------------------------------*/
.today-hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: #ff8c00;
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0px;
}

    .today-hr-sect:before,
    .today-hr-sect:after {
        content: "";
        flex-grow: 1;
        background: rgba(0, 0, 0, 0.35);
        height: 1px;
        font-size: 0px;
        line-height: 0px;
        margin: 0px 8px;
    }