html, body {
    font-family: 'Source Sans Pro', sans-serif;
}
.h-100vh {
    height: 100vh;
}
input.hidden {
    display: none;
}
input[disabled] {
    background-color: #000;
}
#ribbon {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 2;
}
.profile-delete {
    position: absolute !important;
    width: 100%;
    bottom: 0;
}
.profile-picture {
    display: block;
    position: relative;
    width: 180px;
    border-radius: 5px;
    margin: 0 auto 0 !important;
  }
  .profile-button {
    margin-top: 20px;
    width: 180px;
  }
  .profile-picture:hover > .picture-overlay {
    opacity: 1;
  }
  .picture-overlay-text {
    color: #fff;
    margin: 0;
  }
  .profile-picture img {
        width: 180px;
        height: 180px;
        object-fit: cover;
  }

/* Buttons */
.btn {
    border-radius: 0;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button-group {
    margin-top: 30px;
}
.btn-success {
    background: #1ABC9C;
    border: 1px solid #1ABC9C;
}
.btn-success{
    background: #1ABC9C;
    border: 1px solid #1ABC9C;
}
.btn-outline-success {
    color: #1ABC9C;
    border: 1px solid #1ABC9C;
}
.btn-success:hover,
.btn-success:focus {
    background: #169c82;
    border: 1px solid #169c82;
}
.btn-outline-success:hover,
.btn-outline-success:focus {
    background: #169c82;
    border: 1px solid #169c82;
    color: #fff;
}
.back-button {
    position: absolute;
    margin-left: 10px;
    float: left;
    font-size: 14px;
    line-height: 25px;
    width: 20px;
    text-align: center;
    color: #212121;
}

/* Forms */
.form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-group .form-control {
    border-radius: 0;
    padding: 10px 15px;
    line-height: 18px;
    height: auto;
    font-size: 14px;
    color: #212121;
    letter-spacing: 0.5px;
}
.form-group.textarea .form-control {
    padding: 10px 15px;
    line-height: 20px;
}
.form-group.select .form-control {
    height: 40px;
    -webkit-appearance: none;
}
.form-group.select::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 47px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #212121 transparent transparent transparent;
}
.form-group label {
    margin-bottom: 5px;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.5px;
}
.file-group {
    position: absolute;
    right: 60px;
    top: 10px;
    display: inline-block;
    font-size: 20px;
}
.file-group input {
    position: absolute;
    left: -999px;
}
.file-group label {
    margin: 0px;
}
.radio-group {
    display: flex;
    margin-bottom: 20px;
}
.radio-label {
    margin-right: 18px;
}
.modal [type="radio"] {
    margin: 4px 8px 0 0;
    float: left;
}
.profile-info [type="radio"]:not(:checked) + label,
.profile-info [type="radio"]:checked + label {
    cursor: pointer;
    flex: 1;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent ;
    color:#1ABC9C;
    border: 1px solid #1ABC9C;
    padding: 2px 5px;
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
}
.profile-info [type="radio"]:not(:checked),
.profile-info [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}
.profile-info [type="radio"]:checked + label {
    background: #1ABC9C;
    color: #fff;
}
/* .radio-group input {
    display: none;
} */
.content {
    padding-top: 50px;
    padding-bottom: 40px;
}
/* Title */
.title {
    position: fixed;
    padding: 15px 0;
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
    background: #fff;
    z-index: 1;
}
.title h1 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0;
}

/* Dashboard */
.task-list {
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
}
.task-list li {
    border-top: 1px solid #EEEEEE;
}
.task-list li a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #4D4D4D;
}
.task-list li a p {
    display: inline-block;
    margin: 0;
}
.task-list li a p span {
    display: block;
    color: #797979;
}
.task-list li a .price {
    line-height: 42px;
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #1ABC9C;
}
.task-list li a .price i {
    font-size: 12px;
    margin-left: 10px;
    color: #797979;
}

/* Dashboard - single */
.task-title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.task-title.border-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
}
.task-title i {
    font-size: 20px;
    margin-right: 5px;
}
.task-location {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #797979;
    margin-bottom: 20px;
}
.task-description {
    padding: 20px 0;
    border-top: 1px solid #EEEEEE;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #797979;
    line-height: 25px;
    margin-bottom: 0;
}

/* Chat */
.chat {
    height: calc(100vh - 250px);
    overflow: auto;
    padding: 0;
    list-style: none;
}
.chat .message {
    margin-bottom: 10px;
}
.chat .message.incoming p {
    background: #EEEEEE;
    border-bottom-left-radius: 0;
}
.chat .message.outgoing {
    text-align: right;
}
.chat .message.outgoing p {
    background: #1ABC9C;
    color: #fff;
    border-bottom-right-radius: 0;
}
.chat .message.outgoing span {
    text-align: right;
}
.chat .message p {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin: 0;
}
.chat .message span {
    display: block;
    font-size: 12px;
    color: #797979;
    margin: 5px 0 0 0;
}

.chat-form form {
    display: flex;
}
.chat-form form input {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 0;
    border-left: 1px solid #ddd;
    width: 100%;
    padding: 0 15px;
}



/* Menu */
.menu {
    display: block;
    position: relative;
    width: 100%;
    background: #F5F5F5;
    height: 100%;
    min-height: 100vh;
}
.menu .profile-info {
    display: flex;
    padding: 40px 30px 20px 30px;
    border-bottom: 1px solid #EEEEEE;
}
.menu .profile-info h1 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .5px;  
    width: 100%; 
}
.menu .profile-info h1 form {
    display: flex;
}
.menu .profile-info h1 p span.active {
    background: #1ABC9C;
    color: #fff;
}
.menu .profile-info h1 p span {
    cursor: pointer;
    flex: 1;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent ;
    color:#1ABC9C;
    border: 1px solid #1ABC9C;
    padding: 2px 5px;
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
}

.menu .profile-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.menu ul {
    list-style: none;
    padding: 20px 40px 40px 40px;
}
.menu ul li {
    display: block;
    border-bottom: 1px solid #EEEEEE;
}
.menu ul li:last-child {
    border-bottom: 0;
}
.menu ul li a {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.5px;
    padding: 15px 0;
    text-transform: uppercase;
    display: block;
    color: #444444;
    text-decoration: none;
}
.menu ul li a:hover {
    color: #797979;
}
.menu ul li a.active {
    color: #1ABC9C;
}
.menu ul li a i {
    margin-right: 15px;
    font-size: 15px;
}
.menu a span {
    font-size: 12px;
}

.map {
    padding-top: 20px;
}
.map iframe {
    width: 100%;
    height: 300px;
}

/* Profile */
.profile-details {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 15px;
}
.profile-details .avatar {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}
.profile-details .avatar img {
    max-width: 100%;
}
.profile-details p {
    display: block;
    margin-left: 55px;
    margin-bottom: 0;
}
.profile-details span {
    margin-left: 15px;
}
.profile-details a {
    font-size: 18px;
    color: #4a4a4a;
    position: absolute;
    right: 0;
    top: 12px;
 }

.proposal-list {
    padding: 0;
    list-style: none;
}
.proposal-list li {
    border-top: 1px solid #EEEEEE;
    line-height: 60px;
}
.proposal-list li a {
    float: right;
    position: relative;
    top: 9px;
    padding-left: 10px;
    padding-right: 10px;
}

/* Welcome */
.welcome-service:first-child {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
}
.welcome-service {
    text-align: center;
}
.welcome-service h1 {
    font-size: 24px;
}
.welcome-service i {
    font-size: 24px;
}
.welcome-service p {
    font-size: 14px;
}


/* Table style */
.table thead th,
.table tbody td {
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
    padding: 20px 10px;
    border-top: 0;
    border-bottom: 1px solid #EEEEEE;
}
.table thead th:last-child,
.table tbody td:last-child {
    text-align: right;
}
.table tbody tr:hover {
    background: #f5f5f5;
    cursor: pointer;
}
.container-fluid {
    padding-left: 0;
}

/* heade */
.header {
    border-bottom: 1px solid #EEEEEE;
    background: #fff;
}
.header ul {
    list-style: none;
    margin: 0;
    float: right;
}
.header ul li {
    display: inline-block;
}
.header ul li a {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #444444;
    letter-spacing: 3px;
    padding: 20px 15px;
}

.fa-angle-down {
    position: absolute;
    top: 16px;
    right: 0;
    margin: 0 !important;
}

.payment-popup {
    width: 100%;
position: absolute;
height: 100%;
background: rgba(0,0,0,.4);
display: block;
top: 0;
left: 0;
}


.payment-popup .popup {
    position: absolute;
    display: block;
    background: #fff;
    padding: 40px 30px;
    z-index: 1;
    width: 600px;
    height: 260px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
.payment-popup .popup h3 {
    font-size: 24px;
    font-weight: 300;
}
.payment-popup .popup p {
    font-size: 14px;
}

.error {
    color: red;
    background: rgba(255, 0, 0, 0.1);
    padding: 8px 15px;
    display: block;
    margin-bottom: 20px;
}
.error p {
    margin-bottom: 0;
}
.error i {
    margin-right: 10px;
}

.success {
    color: #1ABC9C;
    background: rgba(26, 188, 156, 0.1);
    padding: 8px 15px;
    display: block;
    margin-bottom: 20px;
}
.success p {
    margin-bottom: 0;
}
.success i {
    margin-right: 10px;
}