﻿@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../lib/font-awesome/webfonts/fa-solid-900.eot");
    src: url("../lib/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../lib/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../lib/font-awesome/webfonts/fa-solid-900.woff") format("woff"), url("../lib/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.multi-line {
    white-space: pre-wrap;
    font: inherit !important;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #ececec;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/*#region b2b container*/
.b2b-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .b2b-container {
        max-width: 1500px;
    }
}

.navbar > .b2b-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .b2b-container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm > .b2b-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (max-width: 767.98px) {

    .navbar-expand-md > .b2b-container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md > .b2b-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .b2b-container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg > .b2b-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .b2b-container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl > .b2b-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.navbar-expand > .b2b-container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand > .b2b-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

/*#endregion*/

@media (min-width: 768px) {
    .pull-up-tabs {
        position: absolute;
        top: -65px !important;
        left: 0 !important;
    }
}

.pull-up-img {
    position: absolute;
    left: 0;
    top: -80px;
    z-index: 1;
}

.mt-100-home {
    margin-top: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-35-home {
    margin-top: 35px;
}

.mt-35 {
    margin-top: 35px;
}

@media (max-width: 575.98px) {
    .mt-35-home {
        margin-top: 80px;
    }

    .mt-35 {
        margin-top: 80px;
    }
}

@media (min-width: 576px) {
    .mt-35-home {
        margin-top: 35px;
    }

    .mt-35 {
        margin-top: 35px;
    }
}


.navbar-logo {
    background-image: url(../img/logo-small.png);
    background-size: 53px 34px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 53px;
    height: 34px;
    content: "";
    padding-bottom: 0 !important;
}

@media (min-width: 768px) {
    .navbar-logo {
        background-image: url(../img/logo.PNG);
        background-size: 250px 40px;
        background-position-x: right;
        width: 250px;
        height: 40px;
    }
}

/*#region Search*/
.search-nav {
    padding-left: 40px;
    border-radius: 8px;
    background-color: #67d7f2;
    border: 0;
    background-image: url("../img/search-solid.svg") !important;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 10px;
}


.search-nav::placeholder {
    color: #fff !important;
}

.search-nav:focus {
    background-color: #67d7f2;
    color: #fff;
    box-shadow: none;
}


.search-icon {
    position: relative;
    left: 30px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    color: #fff;
}

/*#endregion*/


.badge-absolute {
    position: absolute !important;
    top: 4px !important;
    right: 0;
}

.menu-icon {
    margin-right: 5px !important;
}

.menu-img {
    width: 35px;
    height: 35px;
    margin-top: -7px !important;
    margin-bottom: -10px !important;
    background: #ececec !important;
    margin-left: 7px !important;
    margin-right: 7px !important;
}


.user-name-nav {
    height: 70px;
    margin-top: 0 !important;
}

.user-name-nav img {
    height: 50px;
    margin-bottom: 5px;
}

.user-name-nav span {
    font-size: 16px !important;
    line-height: 60px !important;
    height: 60px !important;
    vertical-align: central;
}


/*#region Picture Preview*/
.pictureBrowseBtn .square-box {
    height: 150px;
    width: 150px;
}

.pictureBrowseBtn .square-box {
    height: 130px;
    width: 130px;
}

.picturesPreview div {
    position: relative;
    width: 130px;
    margin-right: 25px;
}

.picturesPreview div button {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-color: #f56954;
    color: #fff;
    border: none;
    text-align: center;
    border-radius: 50%;
}

.picturesPreview div button:after {
    font-family: FontAwesome !important;
    content: "\f2ed" !important;
}

.picturesPreview div button:focus {
    outline: none !important;
}

.picturesPreview div img {
    width: 100%;
    height: 150px;
}

.picturesPreview div img {
    width: 100%;
    height: 130px;
}

.picturesPreview div input {
    width: 100%;
    pointer-events: none;
    color: #6c757d;
    border: 1px dotted #6c757d;
    border-radius: 5px;
    text-align: center;
    text-overflow: ellipsis;
}

/*#endregion*/


/*#region Opportunity*/


.browse-opportunity-image + .bootstrap-filestyle {
    border: 1px dotted;
    color: rgba(0, 0, 0, .5) !important;
    height: 100%;
    width: 100%;
    display: block;
}

.browse-opportunity-image + .bootstrap-filestyle .btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.browse-opportunity-image + .bootstrap-filestyle .btn small {
    display: inline-block;
    width: 100%;
}

.browse-opportunity-image + .bootstrap-filestyle .btn .buttonText {
    line-height: 1;
}


.previewFiles div {
    position: relative;
    margin-bottom: 10px;
    display: flex;
}

.previewFiles div input {
    width: 100%;
    pointer-events: none;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    color: #6c757d;
    border: 1px solid #ced4da;
    border-radius: 5px;
    text-overflow: ellipsis;
}

.previewFiles div button {
    position: relative;
    top: 2px;
    left: 5px;
    width: 30px;
    height: 30px;
    background-color: #f56954;
    color: #fff;
    border: none;
    text-align: center;
    border-radius: 50%;
}

.previewFiles div button:after {
    font-family: FontAwesome !important;
    content: "\f2ed" !important;
}

.previewFiles div button:focus {
    outline: none !important;
}


/*#endregion*/

.video-upload-modal {
    background: url("../img/video-icon.svg") no-repeat;
    background-size: 40px;
    background-position: center;
    border: dotted 1px gray;
}


.baba {
    background: url(../img/admin/admin-background.png) no-repeat center center fixed;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden !important;
    z-index: -1;
}

.btn-admin-sign-in {
    height: 48px;
    border-radius: 8px;
    line-height: 24px;
    color: white;
    background-color: #39c4e6;
    border-color: #ececec;
    margin-block: 0px;
}

input.admin-remember-me-checkbox {
    width: 18px;
    height: 18px;
}

/*#region Dragana */

.share-icon {
    color: #ff851b;
}

.upload-icon {
    color: #605ca8;
    cursor: pointer;
}

.profile-icons {
    margin-right: 5px;
    color: #ececec;
}

.show-more {
    color: #39c4e6;
    margin-right: 100px;
}

.upload-photo {
    background-color: white;
}

.write-post {
    background-color: white;
    text-align: left;
    font-size: 15px;
    color: gray;
}

.write-post:hover {
    color: gray;
}

.btn-save {
    background-color: #39c4e6;
    color: white;
}

.btn-close {
    background-color: #c6c6c6;
    color: white;
}

#exampleFormControlFile {
    cursor: pointer;
    position: relative;
    margin-top: 7px;
    align-content: flex-start;
}

.icon-background {
    color: #c6c6c6;
}

.fa-question {
    color: white;
}

.fa-stack {
    margin: auto;
}

.center {
    text-align: center;
    margin: auto;
    margin-top: 200px;
}

.centerText {
    text-align: center;
    margin: auto;
}

.blue-icons {
    color: #39c4e6;
}

.text-size {
    font-size: 25px;
}

.small-text {
    font-size: 13px;
    background-color: white !important;
}

.icons-pdf {
    color: #f7979a;
}

.right-text {
    margin-left: 250px;
}

.btn-opp {
    color: #39c4e6;
    background-color: white;
    padding: 14px 20px;
    font-size: 14px;
    cursor: pointer;
    border: 2px solid #39c4e6;
    border-radius: 5px;
}

.btn-opp:hover {
    background-color: #39c4e6;
    color: white;
}

.card-footer {
    background-color: #39c4e6;
}

.add-image {
    position: center;
    color: #39c4e6;
    text-align: center;
}

.icon-opportunity {
    border: 1px dotted;
    width: 120%;
    height: 170px;
}

.file-opportunity {
    border: 1px dotted;
    position: center;
    width: 100%;
    height: 100px;
}

.video-opportunity {
    border: 1px solid #39c4e6;
    width: 100%;
}

.char-left {
    text-align: right;
    font-size: 13px;
}

.size-upload {
    text-align: left;
    font-size: 13px;
}

.picture-added {
    height: 170px;
    width: 100%;
}

.upload-name {
    height: 25px;
}

.small-card {
    height: 35px;
}

.trash-icon {
    color: #f56954;
}

.delete-photo {
    background-color: white;
}

.number-opportunities {
    background-color: #c8c8c8;
    color: white;
    border-radius: 5px;
    padding: 0 4px;
}

.comment-area {
    border-radius: 20px;
}

.post-btn {
    background-color: #39c4e6;
    color: white;
    border-radius: 20px;
}

.post-cancel {
    background-color: #c6c6c6;
    color: white;
    border-radius: 20px;
}

.edit-btn {
    background-color: #39c4e6;
    color: white;

}

.like-btn {
    background-color: white;
    border: none;
    outline: none;

}

.like-btn:focus {
    outline: none;
    color: #39c4e8;
}

.more {
    color: #39c4e6;
    font-weight: bold;
}

.less {
    color: #39c4e6;
    font-weight: bold;
}

.all-events-right-border {
    border-right: 1px solid #dedede;
}

.btn-next {
    background-color: #39c4e6;
    color: white;
    width: 100px;
    border-radius: 8px;
}

.btn-invite {
    background-color: #00a65a;
    color: white;
    width: 100px;
    border-radius: 8px;
}

/*#endregion*/

/*#region Brane*/

.green-color {
    background-color: #39c4e6;
}

.green-color-text {
    color: #39c4e6;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}

.left-user-icon {
    width: 170px;
    height: 170px;
    border: 5px solid white;
    background-color: #ececec;
}

.small-left-icon {
    width: 40px;
    height: 40px;
    background-color: #ececec;
    position: absolute;
    margin-left: 120px;
    margin-top: 120px;
}

.cam-icon {
    font-size: 23px;
    color: #cccccc;
}

.box-information-radius {
    border-radius: 10px;
}

.only-top-border-radius {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.left-box-info-text {
    color: #39c4e6;
    font-size: 25px;
}

.pad {
    margin: 0;
}


.avatar {
    width: 40px;
    height: 40px;
    margin-left: 30px;
}


.bottom-tabs-link:hover {
    border-bottom: 4px solid #66cccc;
}


.B2B-logo {
    font-size: 30px;
}

.tabovi {
    border-bottom: 0px;
    color: gray;
}

.tabovi .nav-link.active {
    background-color: #ececec;
    color: black;
    border: 0px;
    border-bottom: 4px solid orange;
}

.tabovi:hover {
    color: gray;
    border: 0px;
}

.gray-icons {
    color: #c6c6c6;
}

.forma input :not(:checkbox) {
    height: 40px;
    border-radius: 8px;
    border: solid 1px #d1d1d1;
}


/*Buttoni*/
/*
Sign sup, sign in, sign sup linkedin, register section nalaze u dajinom css*/
.save-button {
    height: 48px;
    background-color: #66CCCC;
    color: white;
    border: 0;
}

.save-button:hover {
    color: white;
}

.save-button-edit {
    height: 48px;
    width: 160px;
    background-color: #66CCCC;
    color: white;
    border: 0;
}

.invoices-buttons {
    height: 32px;
    width: 100px;
    line-height: 16px;
    border-radius: 4px;
    border: 0px;
}


.approved-button {
    color: #00a65a;
}

.pending-button {
    color: #f39c12;
}

.denied-button {
    color: #f56954;
}

.btn-no-color {
    width: 150px;
    height: 56px;
    border-color: #66cccc;
    color: #39c4e6;
}

.btn-no-color:hover {
    color: #39c4e6;
}


@media (min-width: 515px) {
    .mobile-search-icon {
        display: none;
    }

    .right-cards-width {
        width: 340px !important;
    }
}

@media (max-width: 514px) {
    .mobile-btn-no-color {
        width: 87px;
        height: 40px;
        font-size: 10px;
        margin-right: 5px;
    }

    .mobile-people-image {
        width: 50px;
        height: 50px;
    }

    .mobile-row-people {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .mobile-td-people {
        margin-left: 5px;
    }

    .mobile-result-people {
        margin-right: 5px;
    }

    .mobile-marketplace-image {
        width: 30px;
        height: 30px;
    }

    .mobile-text-size {
        font-size: 13px !important;
    }

    .mobile-published-time {
        font-size: 10px !important;

    }

    .mobile-published-time-margin {
        margin-top: 4px !important;
    }

    .mobile-btn-opp {
        font-size: 10px !important;
        padding: 6px !important;
    }

    .mobile-marketplace-tabs {
        font-size: 8px;
    }

    .mobile-marketplace-description {
        font-size: 12px;
    }

    .mobile-marketplace-title {
        font-size: 14px;
    }

    .mobile-marketplace-building-image {
        width: 80px;
        height: 80px;
        margin-top: 0px !important;
    }

    .mobile-building-marketplace-text {
        font-size: 16px;
    }

    .mobile-mp-description-text {
        font-size: 12px !important;
    }

    .mobile-events-date-text {
        margin-left: 0 !important;
    }

    .mobile-events-date-text > span {
        font-size: 14px !important;
        margin-left: 0 !important;
    }

    .mobile-all-events-right-border {
        padding: 3px !important;
        margin-left: 5px !important;
    }

    .mobile-events-date {
        padding-left: 6px !important;
    }

    .mobile-all-events-remove-margin {
        margin-left: 0px !important;
        padding-left: 0px !important;
    }

    .mobile-keep-in-touch-remove-margin {
        margin-left: 0px;
        padding-left: 0px;
    }

    .mobile-kit-icon {
        margin-left: 10px;
    }

    .search-nav-hide {
        display: none;
    }

    .mobile-search-icon {
        font-size: 20px;
    }

    .mobile-change-password-image {
        width: 280px !important;
        height: auto !important;
    }

    .mobile-notifications {
        position: absolute;
        left: 75%;
        transform: translate(-75%, 0);
    }

    .tabovi > li > a {
        padding: 8px;
    }

    .tabovi {
        margin-bottom: 10px;
    }

    .mobile-news-picture {
        height: 250px !important;
    }

    .like-btn {
        font-size: 17px;
    }

    .mobile-browse-opportunity-image {
        height: 70px !important;
    }

    .mobile-register {
        width: 23rem !important;
    }

    .mobile-products-services, .mobile-products-services > ul > li > div > select {
        font-size: 12px !important;
    }

    .filter-width {
        height: 33px !important;

    }


    .mobile-add-product-service {
        font-size: 10px !important;
        padding: 2px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .mobile-add-product-service-icon {
        padding-left: 1px !important;
    }

    .mt-100 {
        margin-top: 10px !important;
    }


    .organisation-logo-hide {
        display: none !important;
    }

    .mobile-company-register {
        width: 23rem !important;
    }

    .mobile-search-fixed {
        position: fixed !important;
        z-index: 10 !important;
        left: 0;
        right: 0;
    }

}


.btn-all-locations {
    height: 48px;
    border-color: #c6c6c6;
}


.border-radius-8 {
    border-radius: 8px;
}

.group-span-filestyle:focus {
    box-shadow: 0px !important;
    outline: 0px !important;
    border: 0px !important;
}

.row-green-color {
    color: #66cccc;
}


/*#region Search nav*/

.ui-widget-content .ui-state-active {
    background-color: #f8f8f8 !important;
    color: black !important;
    border: 0;
    margin: 0;
    text-decoration: none;
}


.ui-menu-item-wrapper {
    display: block !important;
}

.ui-menu-item-wrapper img {
    margin-right: 10px;
    /*object-fit:contain;*/
    object-fit: cover;
}

/*Klasa za tekst na trazilici da tekst ostane bijel kad se klikne izvan boxa.*/
.outline-white-text {
    color: white;
}

/*#endregion*/

.search-results-text {
    padding: 0;
    margin: 0;
}

.settings-form {
    border-radius: 10px;
    margin-block: 10px;
}

/*Border oko X buttona*/
.close:focus {
    box-shadow: 0px !important;
    outline: 0px !important;
    border: 0px !important;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    border-radius: 50em;
    background: url("../img/times-solid.svg") no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
}

input[type="search"]:focus::-webkit-search-cancel-button {
    opacity: .9;
    pointer-events: all;
}

.ui-menu-item:hover {
    text-decoration: none;
    border-bottom: none;
}

.about-text > p > span {
    color: gray;
}

.profile-right-text {
    color: gray;
    font-size: 13px;
}

.company-input {
    background-image: url('https://media-exp1.licdn.com/dms/image/C4E0BAQGRi6OIlNQG8Q/company-logo_200_200/0/1519856519357?e=2159024400&v=beta&t=oi6HQpzoeTKA082s-8Ft75vGTvAkEp4VHRyMLeOHXoo');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 10px;
    padding-left: 40px;
}

.company-input2 {
    background-image: url('https://media.glassdoor.com/sqll/431611/indium-software-squarelogo-1582615399008.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 10px;
    padding-left: 40px;
}

.school-input {
    background-image: url('https://www.ukcbc.ac.uk/wp-content/uploads/2020/07/UWL-Logo-1.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 10px;
    padding-left: 40px;
}

.select-list-width {
    width: 240px;
    height: 40px;
}

/*#region Marketplace CSS */

.marketplace-left-company-icon {
    width: 130px;
    height: 130px;
    border: solid 2px #F5F2F2;
    background: white;
    padding: 10px;
    border-radius: 10px;
    object-fit: contain;
}

.left-marketplace-text {
    color: gray;
}

.top-border {
    border-top: solid #c6c6c6 8px;
}

.ict-btn {
    background-color: #c6c6c6;
    color: white;
    border: 0px;
    border-radius: 20px;
    width: 50px;
    height: 25px;
    font-size: 12px;
}

.ict-btn:focus, .other-btn:focus, .edit-profile-btn:focus {
    outline: none;
}

.other-btn {
    background-color: #c6c6c6;
    color: white;
    border: 0px;
    border-radius: 20px;
    width: 70px;
    height: 25px;
    font-size: 12px;
}

.edit-profile-btn {
    width: 100px;
    height: 30px;
    border: 0;
    border-radius: 7px;
    background-color: #39c4e6;
    color: white;
    font-size: 12px;
}

.wifi-icon {
    transform: rotate(30deg);
    color: #39c4e6;
    height: 20px;
}


.building-menu-icon {
    margin-top: -4px;
    margin-left: -6px;
}

.marketplace-text {
    text-align: center;
    font-size: 16px;
    color: gray;
}


.add-opportunity-btn {
    color: #39c4e6;
    background-color: white;
    font-size: 14px;
    cursor: pointer;
    border: 2px solid #39c4e6;
    border-radius: 7px;
}

.add-opportunity-btn:hover {
    color: white;
    background-color: #39c4e6;
}

.marketplace-search {
    border-radius: 8px;
    border: 2px solid #39c4e6;
    background-image: url("../img/search-gray.svg") !important;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: right;
}

/*Remove X from search bar*/

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

/*#endregion*/

.filter-width {
    height: 45px;
}

.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}

.all-content {
    padding: 16px;
    margin-top: 50px;
    /*height: 1500px;*/
}

input.checkboxx {
    width: 18px;
    height: 18px;
}

.checkboxx, a:hover {
    color: #39c4e6;
    text-decoration: none;
}

.notification {
    width: 380px;
    border-radius: 8px;
    max-height: 450px;
    overflow-y: auto;
}

.notificationFrame {
    border-top: 3px solid #ededed;
}


.notificationFrame:active {
    background-color: #ededed !important;
    color: black !important;
}

.notificationImageFrame {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.handShakeImageFrame {
    background-color: #39c4e6;
}

.holdingUsdImageFrame {
    background-color: #006da8;
}

.calendarImageFrame {
    background-color: #e6b239;
}

.notificationContent {
    width: 100%;
    height: 25%;
    padding: 20px 20px;
}


.notificationText {
    font-size: 15px;
    width: 250px;
    white-space: normal;
    line-height: 1.2;
}

.unreadNotification {
    background-color: #f7f8fa;
}

/*#region Change password submit button*/

.submitBtn {
    width: 120px;
    border-radius: 8px;
}

/*#endregion*/

.change-Password-Placeholder {
    padding-left: 45px;
    border-radius: 5px;
    background-image: url("../img/padlock.png") !important;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 15px;
    outline: none;
}

.change-Password-Placeholder:focus {
    outline: none;
    border: 1px solid #ced4da;
}


.comment-name-possition-line-height {
    line-height: 12px;
}

.author {
    width: 10%;
    background-color: #c6c6c6;
    color: white;
    border-radius: 5px;
    font-size: 14px;
}

.show-Btn {
    background: transparent;
    outline: none;
    border: 1px solid transparent;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -50px;
}

.show-Btn:focus {
    outline: none;
}

.btn-reject {
    background-color: #c2466c;
    color: white;
    height: 40px;
    width: 130px;
    border-radius: 10px;
    font-weight: bold;
}

.btn-approve {
    background-color: #2dc89e;
    color: white;
    height: 40px;
    width: 130px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
}

.meeting-request-calendar-icon-frame {
    width: 30px;
    height: 30px;
    background: #e6b239;
    border-radius: 50%;
    position: absolute;
    top: 35px;
    left: 55px;
}

.bottom-border {
    border-bottom: 2px solid #c6c6c6;
}

.time-date-frame {
    width: 180px;
    height: 80px;
    border-radius: 8px;
    border: 1px solid #c6c6c6;
    line-height: 17px;
}

.event-icons {
    font-size: 22px;
    color: #c6c6c6;
}

.time-date-frame-left {
    width: 50%;
    border-right: 2px solid #c6c6c6;
    font-size: 13px;
}

.time-date-frame-right {
    width: 50%;
    font-size: 13px;
}

.margin-top-negative-60 {
    margin-top: -60px !important;
}

/*#endregion*/

/*#region Daja*/


@media (min-width: 768px) {
    .register {
        width: 400px;
    }

    .left-right-card-fixed {
        position: fixed !important;

    }
}


.img-fluid {
    height: 200px;
    padding: 10px;
}

.btn-linkedin {
    height: 48px;
    border-radius: 8px;
    color: #0e76a8;
    background-color: #ececec;
    border-color: #ececec;
    margin-block: 0px;
}

.btn-google {
    height: 48px;
    border-radius: 8px;
    color: rgba(0, 0, 0, 54);
    background-color: #ececec;
    border-color: #ececec;
    margin-block: 0px;
}


.btn-register {
    height: 48px;
    border-radius: 8px;
    line-height: 24px;
    color: white;
    background-color: #39c4e6;
    border-color: #ececec;
    margin-block: 0px;
}

.btn-register:hover {
    color: white;
}

.btn-signUp {
    height: 40px;
    line-height: 20px;
    border-radius: 5px;
    color: #368cba;
    background-color: #ffffff;
    margin-block: 0px;
    border: 2px solid gray;
}


.btn-signUp:hover {
    color: #66cccc;
}

input, button, a {
    box-shadow: none !important;
}

.required::after {
    content: " *";
    font-weight: bold;
    color: red;
}

.login-text {
    color: gray;
    font-size: 13px;
}

/*#endregion*/

/*#region Show/Hide password btn*/
.btn-showpwd {
    background-image: url("../img/eye-off-fill-grey.svg") !important;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.btn-hidepwd {
    background-image: url("../img/eye-fill-grey.svg") !important;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

/*#endregion*/

.signInBtn {
    height: 40px;
}

.changePass {
    width: 94%;
}

.circleFrame {
    background-color: #c6c6c6;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}


.removeLastBorder {
    border-bottom: 1px solid #e5e5e5;
}

.required-field::before {
    content: "*";
    color: red;
}


ul {
    list-style-type: none;
}

.error-dot > ul {
    display: flex;
    justify-content: center;
    padding-left: 0;
}

.delete-comment-link {
    cursor: pointer;
}

.hide-long-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.btn-meetings-schedule {
    border: none;
    background-color: white;
    outline: none !important;
}

.right-card-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 165px;

}

.keep-in-touch-limited-height {
    max-height: 540px;
    overflow: scroll;
    overflow-x: hidden;
}

.text-gray {
    color: #6c757d;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.font-size-15px {
    font-size: 15px;
}

.vertical-align-top {
    vertical-align: top;
}

.img-feed {
    max-height: 500px;
    object-fit: contain;
}