.main {
    margin-top: 50px;
    margin-left: 220px;
    background: #fff;
}

.text-caps {
    text-transform: uppercase;
}

.text-caps a {
    color: var(--brand-link);
    text-decoration: none;
}

.no-pad {
    padding: 0
}

.title {
    font-weight: 700;
    margin: 22px 0 19px;
}

.project-info h2 {
    font-size: 44px;
    font-weight: 300;
    color: #00556b;
    background: #f5f5f5;
    margin: 0 0 0 1px;
    text-align: center;
    padding: 6px 0 0;
    border-bottom: 6px solid #0181a2;
}

.project-info h2 span {
    font-size: 14px;
    font-weight: 700;
    color: #107896;
}

.search-box {
    background-color: #fff;
    padding: 15px 0;
}

.search-box .input-group {
    margin-bottom: 0;
    margin-top: 9px
}

.pad-r {
    padding-right: 30px;
}

.search-box i.fa-times {
    position: absolute;
    z-index: 9;
    top: 50%;
    right: 10px;
    color: #c1c1c1;
    margin-top: -7px;
    cursor: pointer;
}

.search-box .input-group-addon {
    background: #fff;
    padding: 8px 15px;
}

.search-box .input-group .form-control {
    height: 34px;
    border-radius: 0 5px 5px 0 !important;
}

.button-add {
    background: #107896;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 25px 8px;
    font-weight: 700;
    border-radius: 3px;
    position: relative;
    transition: all 0.4s;
}

.button-add:hover,
.button-add:focus {
    text-decoration: none;
    color: #fff;
    background-color: #007d9e;
    transition: all 0.4s;
}

a.button.button-add:before {
    position: absolute;
    content: "+";
    left: -38px;
    top: 0;
    height: 39px;
    width: 40px;
    background: #00556b;
    border-radius: 3px 0 0 3px;
    line-height: 38px;
    font-size: 20px;
}

.project-wrap {
    padding: 60px 0 0;
}

.project-wrap.no-round-icon {
    padding: 30px 0 0;
}

.project-wrap .col-md-3,
.project-wrap .col-md-4 {
    margin-bottom: 55px;
}

.project-info-bottom {
    border-top: 1px solid #ccc;
    padding: 10px 0 0;
}

.pi-icons {
    float: left;
}

.pi-icons a {
    display: inline-block;
    margin-right: 10px;
    padding-top: 3px;
}

.status {
    font-size: 13px;
    padding: 3px 20px 3px 40px;
    line-height: 19px;
    border-radius: 30px;
    color: #2f2d2d;
    float: right;
    width: fit-content;
}

.icon-edit {
    background-image: url(../img/icon-edit.png);
    background-repeat: no-repeat;
    background-position: 10px 9px;
}

.mh-130 {
    min-height: 130px;
}

.top-menu .profil-link {
    text-align: right;
}

.api-info-m h3 {
    font-size: 20px;
    margin: 13px 0 2px;
    color: #107896;
    font-weight: 700;
}

.api-info-m span {
    color: #999;
}

.api-key-f {
    padding: 15px 0;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 10px;
}

.ak-input {
    padding: 5px 15px 4px;
    width: 60%;
    box-shadow: 0 0 10px #bbb inset;
    border: 1px solid #b7b7b7;
    border-radius: 30px;
    margin: 0 5px;
}

.ak-input:focus {
    outline: none;
}

.api-key-f label {
    background-image: url(../img/icon-apikey.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    margin: 0;
    padding-left: 23px;
}

.img-border {
    border: 3px solid #fff;
    box-shadow: 0 0 13px #c1c1c1;
    border-radius: 100%;
}

.new-project {
    background: #fff;
    padding: 30px 50px;
    margin: 15px 0 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
}

.new-project h4 {
    font-size: 18px;
    color: #000;
    margin: 0;
    font-weight: 700;
}

.drp-user-sugg {
    width: 100%;
    float: left;
    padding: 7px 5px;
    cursor: pointer;
}

.drp-user .drp-user-sugg:nth-child(even) {
    background-color: #edfcfb
}

.drp-user-sugg:hover {
    background-color: #edfcfb;
}

.drp-user {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 10px #ccc;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.drp-user::-webkit-scrollbar {
    width: 6px;
}

.drp-user::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */

.drp-user::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #c0c0c0;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.drp-user::-webkit-scrollbar-thumb:window-inactive {
    background: #fff;
}

.drp-user-sugg .sugg-icon {
    padding-left: 10px;
}

span.tag-close-btn {
    background-image: url(../img/icon-close.png);
    background-repeat: no-repeat;
    background-position: center 0;
    width: 15px;
    display: inline-block;
    height: 14px;
    margin: 0 0 0 10px;
    cursor: pointer;
    position: relative;
    top: 3px;
    float: right;
}

.file-upload-new {
    margin: 40px 0;
}

.g-txt h4 {
    text-transform: uppercase;
    margin-top: 13px !important;
}

.icon-plus:before {
    content: "+";
    position: absolute;
    left: -13px;
    top: 0;
    background: #107896;
    padding: 10px 0 10px 15px;
    text-align: center;
    border-radius: 30px 0 0 30px;
    font-size: 20px;
    transition: all 0.5s;
}

.pt-btns a {
    margin: 0px 0px 5px 10px
}

.custom-select-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/select.png);
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 55%;
    color: #2a2a2a;
    font-weight: 400;
    font-size: 15px;
}

.custom-select-box {
    width: 100%;
}

.group .schedule-select-label {
    bottom: 0;
}

.no-pad-r {
    padding-right: 0;
}

.mt-15 {
    margin-top: 15px;
}

.float-none {
    float: none;
}

.div-center {
    margin: 0 auto
}

.info-head {
    position: absolute;
    top: -44%;
    right: 31%;
}

.no-mar {
    margin: 0px;
}

.tab-container {
    border: solid 1px #ddd;
    border-radius: 5px;
    margin: 15px 0 0;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.load-more {
    background: #a6a6a6;
    color: #fff;
    border-radius: 15px;
    padding: 2px 10px;
    position: relative;
    top: 0px;
    margin-top: 10px;
    display: inline-block;
}

.tab-container:last-child .re-seperator {
    border: none;
}

.div-center .md-checkbox label {
    font-size: 15px;
    color: #2a2a2a;
    font-weight: 400;
}

/* Icon */

.checkbox input[type="checkbox"] {
    opacity: 1;
}

.clshdreach {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}

.ng-select.tab-select .ng-select-container .ng-value-container .ng-placeholder {
    transform: none !important;
    top: 0 !important;
}

.ng-select.custom.tab-select .ng-select-container .ng-value-container .ng-input>input {
    padding: 5px 10px !important;
}

.ng-select.profile-select .ng-select-container .ng-value-container .ng-placeholder {
    transform: none !important;
    top: 0 !important;
}

.ng-select.custom.profile-select .ng-select-container .ng-value-container .ng-input>input {
    padding: 3px 5px !important;
}

.ng-select.custom.profile-select.ng-select-multiple .ng-select-container.ng-has-value .ng-value-container {
    padding-top: 0.5995em !important;
}

.ng-select .ng-select-container .ng-value-container .ng-input>input {
    cursor: pointer !important;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
    color: #ffffff !important;
}

.angular-editor-wrapper .angular-editor-textarea {
    height: 200px !important;
}

.angular-editor-toolbar .angular-editor-toolbar-set .angular-editor-button:hover,
.angular-editor-button.active,
.ae-font .ae-picker-label:hover,
.ae-font.ae-expanded .ae-picker-label:hover {
    background-color: #00663D !important;
    color: #fff !important;
}

.angular-editor-toolbar .angular-editor-toolbar-set .angular-editor-button:focus {
    color: #000 !important;
    background-color: #fff !important;
}

angular-editor .angular-editor-placeholder {
    color: #151519 !important;
}

.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-value {
    background-color: #DBDBDB !important;
    color: #303030 !important;
}

.cls-terms label {
    white-space: normal;
    text-align: left;
    vertical-align: middle;
    margin: 10px 0 0 0;
}

.cls-dropdcroll .ng-dropdown-panel .scroll-host {
    max-height: 100px;
}

.cls-default .ng-select-container .ng-value-container .ng-input>input {
    cursor: default !important;
}

.cls-asterisk .mat-mdc-form-field-required-marker {
    display: none;
    ::after{
        content: "";
    }
}
