.center-text {
    text-align: center;
}
.small-par {
    color: #808080;
    font-size: 14px;
}
.user-type-checked {
    color: cadetblue;
    width: 100%;
    border: 3px solid cadetblue;
}
.user-type-checked:hover {
    color: cadetblue;
}
.user-type-unchecked {
    color: black;
    width: 100%;
    border: 1px solid #e5e5e5;
}
.user-type-unchecked:hover {
    color: black;
}
.sign-as-left:hover {
    text-decoration: none;
}
.sign-as-right:hover {
    text-decoration: none;
}
.sign-radio-btn {
    text-decoration: none;
}
.half-text-input {
    /* width: 50%; */
}
.form-label {
    vertical-align: middle;
    margin-top: 5px;
}
.mainView {
    background-image: url('../images/email-pattern.png');
}
.right-align {
    text-align: right;
}
.margin-on-left {
    margin-left: 10px;
}
.custom-date-picker {
    width: 100%;
}
.react-datepicker-wrapper {
    width: 100% !important;
}
.small-simple-btn {
    color: cadetblue;
}
.small-simple-btn:hover {
    color: green;
    cursor: pointer;
}

.justify-text {
    text-align: justify;
}

.react-autosuggest__container {
    position: relative;
}

.react-autosuggest__input {
    width: 240px;
    height: 30px;
    padding: 10px 20px;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.react-autosuggest__input--focused {
    outline: none;
}

.react-autosuggest__input--open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
    display: none;
    z-index: 60000;
}

.react-autosuggest__suggestions-container--open {
    display: block;
    position: absolute;
    top: 51px;
    width: 280px;
    border: 1px solid #aaa;
    background-color: #fff;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 60000;
}

.react-autosuggest__suggestions-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 60000;
}

.react-autosuggest__suggestion {
    cursor: pointer;
    /* padding: 10px 20px; */
    z-index: 60000;
}

.react-autosuggest__suggestion--highlighted {
    background-color: #ddd;
    z-index: 60000;
}

.react-autosuggest__section-container {
    border-top: 1px dashed #ccc;
    z-index: 60000;
}

.react-autosuggest__section-container--first {
    border-top: 0;
    z-index: 60000;
}

.react-autosuggest__section-title {
    padding: 10px 0 0 10px;
    font-size: 12px;
    color: #777;
    z-index: 60000;
}
.left-align {
    text-align: left;
}
.suggestion-text {
    margin-left: 20px;
}
.left-image {
    justify-content: right;
}
.left-border {
    border-left: 2px solid cadetblue;
}
.badge-single {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px;
    font-size: small;
    font-weight: 500;
    border-radius: 5;
}
.thread-list {
    /* border: 1px solid gray; */
    /* border-radius: 5px; */
    position: relative;
    height: 505px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.thread-details {
    border: 1px solid gray;
    border-radius: 5px;
}
.message-main {
    background-color: white;
    margin-top: 20px;
}
.image-description-input {
    width: 100%;
}
tr td:last-child {
    width: 1%;
    white-space: nowrap;
}
.row-details:hover {
    color: green;
    cursor: pointer;
}
.Collapsible {
    margin-top: 10px;
    background-color: cadetblue;
    padding: 2px;
    color: white;
    border-bottom: 2px black;
    border-radius: 5px;
}
.Collapsible:hover {
    background-color: cadetblue;
}
.Collapsible__contentInner {
    background-color: white;
    padding: 5px;
    color: black;
}
.Collapsible__trigger {
    padding: 10px;
    width: 100%;
    display: block;
}
.list-button {
    width: 100%;
    margin-bottom: 5px;
    color: black;
    text-align: left;
}
.list-button:hover {
    background-color: lightseagreen;
    color: white;
    border-width: 3px;
}
.special-btn {
    cursor: pointer;
}
.hover-btn:hover {
    font-weight: bolder;
}
.nav-btn {
    color: white;
}
.nav-btn:hover {
    color: white;
}
.card-text {
    line-height: 1;
}
.image-description-box {
    margin-bottom: 5px;
}
.special-card:hover {
    border-color: black;
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 2 !important;
    }
}
@media (min-width: 576px) {
    .three-columns {
        column-count: 3 !important;
    }
}
@media (min-width: 576px) {
    .four-columns {
        column-count: 4 !important;
    }
}
@media (min-width: 576px) {
    .five-columns {
        column-count: 5 !important;
    }
}
.card-columns {
    @include media-breakpoint-only(lg) {
        column-count: 3;
    }
    @include media-breakpoint-only(xl) {
        column-count: 3;
    }
}
.organization-list-image {
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.bold-text {
    font-weight: bolder;
}
.details-follow-btn {
    width: 100%;
    /* margin-top: 10px; */
    font-weight: bold;
}
.add-friend-btn {
    width: 100%;
    /* margin-top: 10px; */
    font-weight: bold;
}
.delete-friend-btn {
    background-color: #96fcff;
    width: 100%;
    margin-top: 10px;
    font-weight: bold;
}
.details-following-btn {
    width: 100%;
    /* margin-top: 10px; */
    background-color: #bdd8da;
    font-weight: bold;
    color: white;
}
.details-endorsing-btn {
    width: 100%;
    /* margin-top: 10px; */
    background-color: #bdd8da;
    font-weight: bold;
    color: white;
}
.post-box {
    /* border: 0.01em solid gray; */
    background-color: white;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 1px gray;
}
@media (min-width: 576px) {
    .card-deck .card {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}
.post-map-box {
    padding: 10px;
    border: 1px solid black;
    border-radius: 3px;
}
.sign-in-error-message {
    text-align: center;
    margin-bottom: 5px;
    padding: 10px;
    color: #d8000c;
    background-color: #ffbaba;
    border-radius: 8px;
}
.link-name:hover {
    color: cadetblue;
    cursor: pointer;
    text-decoration: underline;
}
.filled-like-btn {
    background-color: #a1d4c6;
    color: white;
}
.filled-going-btn {
    background-color: #9ad6e2;
    color: white;
}
.filled-interest-btn {
    background-color: #f9cbcd;
    color: white;
}
.profile-picture-uploader-modal {
    margin: 20px;
    padding: 20px;
}
.member-row {
    border: 1px solid gray;
    border-radius: 5px;
    margin-bottom: 2px;
}
.gray-text {
    color: gray;
}

.my-node-enter {
    opacity: 0;
}

.my-node-enter-active {
    opacity: 1;
}
.my-node-exit {
    opacity: 1;
}

.my-node-exit-active {
    animation: foo 2s ease forwards;
    transform-origin: left;
}

@keyframes foo {
    from {
        opacity: 1;
        /* background: pink;
        transform: translate(0, 0);
        box-shadow: 0 0 2px 3px pink;
        color: red; */
    }

    to {
        opacity: 0;
        transform: scale(1);
        background: white;
        color: white;
    }
}
.center-align {
    text-align: center;
}

.dropdown-remove-arrow {
    margin-top: 0px;
}
.dropdown-remove-arrow::after {
    content: none !important;
    margin-top: 0px;
}
.dropdown-toggle::after {
    content: none !important;
    margin-top: 0px;
}

.conversation-item {
    padding: 5px !important;
}
.conversation-item:hover {
    background-color: lightcyan;
}
.conversation-details {
    position: relative;
    height: 400px;
    border: 1px gray solid;
    border-radius: 5px;
    overflow-y: scroll;
}

.message-box {
    width: 100%;
    padding: 10px;
    border: 1px gray solid;
    border-radius: 5px;
    background-color: lightcyan;
}
.conversation-send-message {
    width: 100%;
    border: 1px solid gray;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    /* height: 200px; */
    overflow-y: scroll;
}
.message-text {
    font-size: 14px;
    color: gray;
    font-weight: 500;
    /* font-family: 'Times New Roman', Times, serif; */
}
.selected-conversation {
    /* background-color: cyan; */
    border-left: 5px solid cadetblue;
}
.attachment-row {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;

    background: #eee;
    white-space: nowrap;
    float: left;

    margin-bottom: 10px;
}
.attachment-single {
    width: 70px;
    height: 70px;
    display: inline-block;
    border-top: none;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
    white-space: nowrap;
    background: #fff;
    border-radius: 5px;
}
.attachment-single-file-upload {
    color: cadetblue;
    font-size: 12px;
}
.attachment-single-file {
    color: cadetblue;
    font-size: 12px;
}
.attachment-single-file:hover {
    text-decoration: underline;
    color: cadetblue;
}
.delete-layover-btn {
    width: 20px;
    height: 20px;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
}
.message-file-preview {
    position: relative;
    float: left;
}
.calender-help-list-item {
    color: white;
    margin-bottom: 2px;
    padding-left: 10px;
    background-color: #274e13;
    font-weight: bold;
}

.dashboard-btn {
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
}
.to-be-invited-user-list {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid black;
    border-radius: 5px;
}

.unread-conversation {
    background-color: #a1d4c6;
}
.read-conversation {
}
.conversation-info-box {
    border: 1px solid gray;
    border-radius: 5px;
    margin-bottom: 3px;
    padding: 3px 0px;
}
.verticalLine {
    border-left: medium solid cadetblue;
}
.connected-dot {
    background-color: green;
}
.disconnected-dot {
    background-color: red;
}
.connectivity {
    height: 12px;
    width: 12px;
    border-radius: 6px;
    border: 1px solid black;
    /* top: 0px;
    right: 34px; */
    /* position: absolute; */
}
.conversation-user-name {
    font-weight: 600;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #555555;
}
.social-media-preview-box {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px;
    text-align: justify;
}
.debug-area {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px;
    background-color: pink;
}

.hashtag {
    color: #06c;
    background-color: white;
}
