.error {
    color: red;
    display: block;
}
.iti--allow-dropdown {
    width: 100%!important;
}
#phone_edit-error {
    position: absolute;
    bottom: -24px;
    left: 0;
}
#phone-error {
    position: absolute;
}
#phone-number-contractor-error {
    position: absolute;
    bottom: -24px;
    left: 0;
}

#phone-number-subcontractor-error {
    position: absolute;
    bottom: -24px;
    left: 0;
}

.admin-construction-type {
    width: 15%!important;
}
.admin-project-type, .admin-square-footage {
    width: 13%!important;
    max-width: 25px!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important
}

.admin-bid-due-date {
    width: 17%!important;
}
.admin-action {
    border-bottom: none!important;
}

.admin-tables-columns {
    border: 1px solid #dee2e6;
}

.admin-name-city {
    max-width: 25px!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important
}

.admin-location {
    width: 17%!important;
}
#pwd-error , #pwd_confirm-error {
    position: absolute;
}

.project-info-input .custom-option {
    width: 100%;
    font-size: 16px;
    padding: 15px 10px;
    background: #ffffff;
}

.project-info-input .custom-option:hover {
    background: #96c2de;
}

.project-info-input .custom-option .highlight {
    background: #96c2de;
}

.project-info-input .custom-option > span {
    padding: 5px;
}

.project-info-input .selectize-control {
    padding: 0;
}

.project-info-input .selectize-dropdown {
    padding: 0;
    border: none;
    position: absolute;
    z-index: 10000;
    background: #ffffff;
    margin: -1px 0 0 0;
    border-top: 0 none;
}

.project-info-input .selectize-dropdown-content {
    border: 1px solid gray;
    border-radius: 5px;
}

.project-info-input .selectize-input {
    background: #FFFFFF !important;
}

.project-info-input .selectize-input input, div {
    font-size: 16px;
}

.coverage-area-tables  {
    width: 50%;
    height: auto;
}

.coverage-area-tables-title {
    height: 330px;
}

.plan-keyword-tables {
    width: 50%;
    height: auto
}
/* Styles for the switch */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .toggle-slider {
    background-color: #2196F3;
}

input:checked + .toggle-slider:before {
    transform: translateX(20px);
}
.loading-content{
    left: 0;
    top: 0;
    z-index: 999;
    visibility: hidden;
    background: rgba(255,255,255,0.6);
}
.loading-img{
    width:80px;
}
.error-msg{
    font-size: 22px;
}
