﻿.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.no-padding-right {
}

.no-padding-left {
    padding-left: 0 !important;
}
/*start Top-Menu*/
.top-menu nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}

.top-menu .navbar-brand svg {
    margin-right: 30px;
}

.top-menu nav.navbar .navbar-nav .active {
    border-bottom: 2px solid #000;
}
/*end Top-Menu*/

/*start general style company*/
.inner-content-title {
    font-family: Ubuntu;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
}

.blue-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    padding: 6px 12px;
    height: fit-content;
    background: #0052CC;
    border: 1px solid transparent;
    border-radius: 3px;
}

    .blue-button:hover {
        background: #fff;
        border: 1px solid #0052CC;
        color: #0052CC;
    }

.red-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    padding: 6px 12px;
    height: fit-content;
    background: #D9222A;
    border: 1px solid transparent;
    border-radius: 3px;
}

    .red-button:hover {
        background: #fff;
        border: 1px solid #D9222A;
        color: #D9222A;
    }

.green-button {
    background: #00B2B2;
    border: 1px solid #008A8C;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 22px;
    color: #fff;
    padding: 0 .5rem;
}

    .green-button:hover {
        background: #008A8C;
        color: #fff;
    }

    .green-button > svg {
        position: relative;
        top: -2px;
    }

.company-step, .box {
    padding: 25px 20px;
    background: #FFFFFF;
    box-shadow: 0px 3px 5px rgba(9, 30, 66, 0.2), 0px 0px 1px rgba(9, 30, 66, 0.31);
    border-radius: 3px;
    margin-bottom: 40px;
}

.company-step-title {
    font-family: Ubuntu;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
}

.company-step-title-bold,
.box-title-bold {
    font-weight: bold;
    font-family: Ubuntu;
    font-size: 24px;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 1em;
}

.company-step-content-no-record {
    padding: 16px;
    background: #DEEBFF;
    border-radius: 3px;
}

.no-record-icon {
    color: #0052cc;
    margin: 0px 16px 0 0;
    font-size: 24px;
}

.no-record-content h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #172B4D;
}

.no-record-content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.form-control {
    background: #FAFBFC;
    border: 2px solid #DFE1E6;
}

.company-step .form-control:focus {
    box-shadow: none;
    border: 2px solid #DFE1E6;
    outline: none;
}

.button-in-title,
.button-edit-content {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    float: right;
    color: #6B778C;
    margin-top: 5px;
}

.button-edit-content {
    margin-left: 10px;
    font-size: 14px;
    background: #FAFBFC;
    padding: .3em;
}

.discard {
    color: #D9222A;
}

    .discard:hover {
        color: #0052CC;
    }

.label-form,
.title-data {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #6B778C;
}

.title-data {
    margin: 20px 0 0;
}

.text-data {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #172B4D;
    margin: 0;
}

.dropdow-data {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #172B4D;
    margin: 0;
}

.link {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #0052CC;
    cursor: pointer;
}

.placeholder-form {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #7A869A;
}

    .placeholder-form::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #7A869A;
    }

    .placeholder-form:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #7A869A;
    }

    .placeholder-form::-ms-input-placeholder { /* Microsoft Edge */
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #7A869A;
    }

.form-badges {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #253858;
    margin: 10px 15px 0 0;
    background: #F4F5F7;
    border-radius: 3px;
    padding: 3px;
}

    .form-badges .badge {
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
    }

.dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}
/*end general style company*/
/*start company List/Delete*/
.company-list,
.records-list {
    padding: 0;
    margin-bottom: 3em;
}

    .company-list li:first-child,
    .company-list li:last-child,
    .records-list li:last-child,
    .records-list li:first-child,
    .records-list > .row:last-child,
    .records-list > .row:first-child {
        border-bottom: 1px solid #DFE1E6;
    }

    .company-list .list-group .list-group-item + .list-group-item,
    .company-list .list-group.list-group-flush > .list-group-item,
    .records-list .list-group.list-group-flush > .list-group-item {
        border-width: 0;
        padding: .4em;
    }

    .records-list .row:not(:first-child) > div > span {
        display: flex;
        padding: .6em 0;
    }

    .company-list .list-group .list-group-item.column-first,
    .records-list .list-group .list-group-item.column-first {
        text-align: center;
    }

    .company-list .list-group .list-group-item.column-equal,
    .records-list .list-group .list-group-item.column-equal {
        width: 22.5%;
    }

    .company-list .list-group:first-child .list-group-item.column-equal,
    .records-list .list-group:first-child .list-group-item,
    .records-list .row:first-child > div > span.column-title {
        text-align: left;
        font-family: Roboto;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        color: #6B778C;
        position: relative;
        cursor: pointer;
    }

    .company-list .list-group:not(:first-child) .list-group-item.column-equal,
    .records-list .list-group:not(:first-child) .list-group-item.column-equal,
    .records-list .row:not(:first-child) > div > span {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #172B4D;
    }

    .company-list .list-group:first-child .list-group-item.column-equal .column-title,
    .records-list .list-group:first-child .list-group-item.column-equal .column-title,
    .records-list .row:first-child > div > span.column-title {
        margin-right: 5px;
        float: left;
        margin-top: 5px;
    }

    .company-list .list-group:first-child .list-group-item.column-equal .chevron-title {
        float: left;
        font-size: 10px;
        margin-top: 8px;
    }

        .company-list .list-group:first-child .list-group-item.column-equal .chevron-title > .bi-chevron-up {
            float: left;
            clear: right;
        }

        .company-list .list-group:first-child .list-group-item.column-equal .chevron-title > .bi-chevron-down {
            float: left;
            clear: left;
        }
/*end company List/Delete*/
/*start company create/edit*/
.sourceURL .badge > svg {
    float: right;
}
/*end company create/edit*/
/*start pagination style*/
.pagination-company .pagination .page-link {
    border: none;
    border-radius: 5px;
}

    .pagination-company .pagination .page-item.active .page-link,
    .pagination-company .pagination .page-link:hover {
        background-color: #0052CC;
        color: #fff;
    }
/*end pagination style*/
/*start start Founding Rounds Database Header*/
.inner-content-header {
    padding: 30px 0 25px;
}

.form-founding-rounds-database .form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
    outline: none;
}

.form-founding-rounds-database .search .form-control {
    background-color: #FAFBFC;
}

.form-founding-rounds-database .search .input-group {
    border: 1px solid rgba(0,0,0,.2);
}

.form-founding-rounds-database .search #search {
    border: none;
    outline: none;
}

.form-founding-rounds-database .search button.input-group-text {
    background-color: transparent;
    border: none;
}

    .form-founding-rounds-database .search button.input-group-text:focus,
    .form-founding-rounds-database select.form-control:focus {
        outline: none;
    }

.form-founding-rounds-database select.form-control {
    background-color: #F4F5F7;
}
/*end Founding Rounds Database Header*/

/*start style of breadcrumb*/
.breadcrumb {
    background-color: transparent;
    padding: 1.563em 0 2em;
}

    .breadcrumb .breadcrumb-item {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #6B778C;
    }

        .breadcrumb .breadcrumb-item.active {
            color: #6B778C;
        }
/*end style of breadcrumb*/

/*start style founders*/
.founders .existed {
    margin-bottom: 15px;
}

.founders .add {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
}
/*end style founders*/
/*start style toggle checkbox*/
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #0052cc;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 100px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*end style toggle checkbox*/

/*start style found-rounds*/
.modal-header {
    border: none;
}
/*end style found-rounds*/





/*start feed style*/
/*start general style*/
.button-border-blue {
    background: #FFFFFF;
    border: 1px solid #0052CC;
    border-radius: 3px;
    padding: .2em .75rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #0052CC;
}

    .button-border-blue:hover {
        background-color: #0052CC;
        color: #fff;
    }

.dim-button-border-blue {
    background: #FFFFFF;
    border: 1px solid #bfd4f2;
    border-radius: 3px;
    color: #bfd4f2;
    padding: .2em .75rem;
}

    .dim-button-border-blue:hover,
    .dim-button-border-blue:focus {
        border: 1px solid #0052CC;
        color: #0052CC;
        outline: none;
    }

.accordion .card-header {
    background-color: transparent;
}
/*end general style*/
/*start modal style*/
#modalSection {
    position: relative;
}

.modal {
    position: absolute;
    z-index: 1001;
}

    .modal.show {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.modal-backdrop {
    display: none
}

    .modal-backdrop.in {
        opacity: 0;
    }

.modal:after {
    content: "";
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #000;
    opacity: .3;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/*legend modal style*/

/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #d4d4d4;
}

    .autocomplete-items > * {
        background-color: #fff;
    }

    /*when hovering an item:*/
    .autocomplete-items div:hover {
        background-color: #EBECF0;
    }

.modal-open {
    overflow: auto;
}
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

/*end feed style*/
