a:hover {
    text-decoration: none;
}

a.tel {
    color: #00b19d;
}

.login-section {
    background: #00b19d;
}

.login-container {
    padding-top: 70px;
}

.login-container .logo {
    margin-bottom: 70px;
}

.login-container .form-group {
    margin-bottom: 29px !important;
}

.login-container input {
    height: 45px;
    border: 1px solid #707070;
}

.login-container .login-btn {
    margin-top: 35px;
    background: #cbffee;
    width: 216px;
    height: 60px;
    color: #00b19d;
    font-size: 27px;
    font-family: arial;
    font-weight: bold;
}

.login-container .logo img {
    max-width: 119px;
    width: 100%;
}

.dash-logo img {
    max-width: 37px;
    width: 100%;
}


/** Dashboard **/

a {
    outline: 0;
}

.reqnav-tabs nav {
    background: #fff !important;
}

#wrapp-admin nav {
    background: #00B19D;
}

.dash-logo span {
    color: #fff;
    text-transform: uppercase;
    padding-left: 15px;
}

.logout-menu {
    color: #fff;
}

.logout-menu:hover {
    color: #fff;
    text-decoration: none;
}

.navbar-subnav {
    background: #fff !important;
    border-bottom: 1px solid #9B9B9B;
    padding: 22px 0;
}

.navbar-subnav a {
    color: #00b19d;
}

.request-status label {
    width: 100%;
    /* border: 1px solid #707070; */
    border-radius: 50px;
    color: #fff;
    padding: 5px 14px;
    text-align: center;
}

.request-canceled label {
    background: #ff0000;
}

.request-timeout label {
    background: yellow !important;
    color: #000;
}

.request-open label {
    background: #00B19D;
}

.request-meeting label,
.request-complete label,
.request-done label,
.request-assigned label,
.request-archived label {
    background: #A0A0A0;
}

.requesters-row td label {
    margin: 0;
}

.requesters-row td {
    border-bottom: 1px solid #707070;
    vertical-align: middle;
    /* padding-left: 0; */
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
}

.requester-table thead th {
    border: none;
    color: #5E697A;
    font-family: arial;
    font-weight: bold;
    font-size: 15px;
    /* padding-left: 0; */
}

.requester-table a {
    color: #00b19d;
}

.mobile {
    display: none;
}

.requester-container {}

.requester-container .card-title {
    font-size: 20px;
    text-transform: uppercase;
}

.requester-container table {
    border-collapse: separate;
    border-spacing: 0 0.7em;
}

.requester-container table td:first-child {
    border-left: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
}

.nearest-providers table td {
    border-bottom: 1px solid #ddd;
}

.requester-container table td:last-child {
    border-right: 1px solid #ddd;
    border-radius: 0 5px 5px 0;
}

#requesterModal {
    max-width: 100% !important;
    padding: 0 10px !important;
    z-index: 999999!important;
}

#requesterModal .modal-dialog {
    max-width: 1150px !important;
}

#providers-table,
#notified-providers-table {
    max-height: 350px;
    overflow-y: scroll;
    background: #fff;
    padding: 25px;
    border-radius: 4px;
}

.modal-cnt-area .modal-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.user-left-sec {
    padding: 20px;
}

.providers-right-sec {
    background: #00b19d;
    padding: 20px;
}

.nearest-providers>label {
    color: #fff;
    font-size: 20px;
}

.request_user {
    cursor: pointer;
}

.user-left-sec .request-status label,
.providers-right-sec .request-status label {
    width: 150px !important;
}

.providers-right-sec button.close {
    color: #fff;
    z-index: 999999 !important;
    position: relative;
    top: -25px;
    right: -25px;
    font-size: 40px;
}

.user-info-content,
.avail-txt,
.provider-loc {
    color: #00b19d;
}

.user-info-content {
    margin-bottom: 2px;
}

.request-id {
    margin-bottom: 50px;
}

.requester-info-container {
    padding-bottom: 50px;
}

.form-request {
    padding: 20px;
    border: 1px solid #999;
    border-radius: 4px;
}

.provider-info-box .form-request {
    margin-top: 50px;
}

.provider-info-box #user-info-sec {
    padding: 62px 5px 0;
}

.form-request table tr:first-child td {
    border-top: none;
}

.form-request table td strong {
    color: #5e697a;
}

.requester-profile img {
    max-height: 150px;
    max-width: 150px;
}

.form-request table td {
    width: 50%;
}

.requester-info-box p {
    margin-bottom: 2px;
}

.requester-info-box {
    background: #fff;
    padding: 20px;
    font-size: 15px;
    border-radius: 4px;
}

.requester-infobox label {
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
}

.copy-info-btn {
    padding: 7px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #00b19d;
    border-radius: 2px;
    cursor: pointer;
}

.send-info {
    margin-top: 10px;
}


/**
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}
.modal-backdrop {
	z-index: 9999 !important;
}
.sticky + .content {
  padding-top: 60px;
}
*/

.requester-profile {
    float: left;
    height: 152px;
    width: 152px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    object-fit: cover;
}

.info-area {
    display: inline-block;
    padding: 30px 5px 0;
}

.swal-overlay {
    z-index: 1000000 !important;
}

.provider-row {
    cursor: pointer;
}

.provider-row td {
    padding-right: 0;
    border-bottom: 1px solid #ddd;
}

.provider-row.selected-provider {
    background: #defffb;
}

.provider-row.selected-provider td {
    border-top: 2.5px solid #00b19d;
    border-bottom: 2.5px solid #00b19d;
}

.provider-row.selected-provider td:first-child {
    border-left: 2.5px solid #00b19d;
    border-radius: 5px 0 0 5px;
}

.provider-row.selected-provider td:last-child {
    border-right: 2.5px solid #00b19d;
    border-radius: 0 5px 5px 0;
}

.mobile-req-container {
    max-width: 1150px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.mobile-req-container .form-request tr:first-child td {
    border-top: none;
}

.mobile-req-container .form-request {
    border-radius: 4px;
}

.mobile-req-container .nearest-providers {
    padding: 0px;
}

.mobile-req-container .copy-info-btn {
    width: 40px;
    background: #00b19d;
    border-radius: 4px;
}

.mobile-req-container .copy-info-btn i {
    font-size: 20px;
    color: #fff;
}

.mobile-req-container .provider-wrap,
.mobile-req-container .provider-name,
.mobile-req-container .provider-dist,
.mobile-req-container #notified-providers-table td {
    font-size: 13px;
}

.provider-dist {
    padding-left: 0 !important;
}

.provider-dist span {
    font-size: 13px;
}

.mobile-req-container .nav-item.nav-link {
    font-size: 15px;
}

.mobile-req-container .provider-name a {
    color: #5e697a;
}

.mobile-req-container .provider_phone i {
    width: 30px;
    text-align: center;
    padding: 7px 0;
    background: #00b19d;
    border-radius: 4px;
    color: #fff !important;
}

.send-info-heading {
    font-size: 15px !important;
}

.mobile-req-container #providers-table th,
.mobile-req-container #notified-providers-table th {
    font-size: 13px;
}

.mobile-req-container #providers-table,
.mobile-req-container #notified-providers-table {
    padding: 10px;
}

.mobile-req-container .form-request table {
    font-size: 15px;
}

.mobile-req-container .form-request table strong {
    color: #5e697a;
}

.mobile-req-container #user-info-sec h4 {
    font-size: 22px;
}

.mobile-req-container .request-id {
    margin-bottom: 20px;
}

#sendData {
    width: 132px;
    background: #a0a0a0;
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 10px;
}

.nav-tabs .nav-item.nav-link.active {
    background: #fff;
}

.nav-tabs .nav-item.nav-link {
    cursor: pointer;
    margin-right: 10px;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
}

.provider-info-box {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}

#requesterModal .request-status label {
    border-radius: 7px;
    border: none;
}

.matched-provider-container>h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.current-requester-status {
    margin-top: 40px;
}

.current-requester-status label {
    text-transform: uppercase;
    padding: 15px;
    background: #a0a0a0;
}


/**ToolTip **/

.tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.copied-info::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.copied-info.isvisible {
    display: block;
    font-size: 12px;
    position: absolute;
    top: 75px;
    right: 7px;
    background: #999;
    padding: 5px;
    color: #fff;
    border-radius: 4px;
}

.make-connection,
.send-info-btn {
    background: #33e133 !important;
    cursor: pointer;
}

.request-connected label,
.connected-to-provider {
    background: #0000ff !important;
    border-radius: 50px;
}

.connected {
    background: #0000ff;
}

.archive-request {
    cursor: pointer;
}

.admin-commentbox {
    margin-top: 10px;
    display: inline-block;
}

#updateComment {
    width: 132px;
    font-size: 19px;
    font-weight: bold;
    background: #33e133 !important;
}

.mobile-req-container .provider-name {
    line-height: 0.9;
    padding-left: 3px;
    padding-right: 0;
}

.dash-nav {
    padding-right: 7px;
}


/** Ends Tooltip**/

table.dataTable tbody th,
table.dataTable tbody td {
    max-width: 150px;
}

.user-row {
    cursor: pointer;
}

#users-table a {
    color: #00B19D !important;
}

.action-btn-container {
    float: right;
    display: inline-block;
}

.action-btn {
    display: inline-block;
}

.edit-user-form {
    padding: 10px;
}

.dash-nav.active {
    padding: 11px;
    margin-right: 7px;
    background: #eee;
    color: #000;
    border-radius: 4px;
}

.nav-item.mobile.active {
    background: #eee;
    border-radius: 4px;
}

.nav-item.mobile.active a {
    color: #000;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
    #users-table {
        width: 1500px !important;
    }
}

@media (max-width: 1024px) {
    .mobile-req-container .request-status label {
        border-radius: 7px;
    }
    .mobile-req-container .provider-info-box .form-request {
        margin-top: 11px;
    }
    .mobile-req-container .provider-info-box .requester-info-container {
        padding-bottom: 11px;
    }
    .mobile-req-container .current-requester-status label {
        border-radius: 7px;
    }
}

@media (max-width: 992px) {
    .nav-item {
        padding: 11px;
        color: #fff;
    }
    .mobile-req-container .provider-info-box .form-request {
        margin-top: 11px;
    }
    .mobile-req-container .provider-info-box .requester-info-container {
        padding-bottom: 11px;
    }
    .mobile-req-container .current-requester-status label {
        border-radius: 7px;
    }
    .mobile {
        display: block;
        overflow-x: scroll;
    }
    .desktop {
        display: none;
    }
    .desktop-visible {
        display: none;
    }
    .mobile td:first-child {
        width: 35%;
    }
    .mobile td:last-child {
        width: 40%;
    }
    .requesters-row .request-canceled label,
    .requesters-row .request-open label,
    .requesters-row .request-meeting label,
    .requesters-row .request-complete label,
    .requesters-row .request-done label,
    .requesters-row .request-assigned label,
    .requesters-row .request-timeout label,
    .single-detail .request-canceled label,
    .single-detail .request-open label,
    .single-detail .request-meeting label,
    .single-detail .request-complete label,
    .single-detail .request-done label,
    .single-detail .request-assigned label,
    .single-detail .request-timeout label {
        display: none;
    }
    .requesters-row .request-canceled,
    .single-detail .request-canceled {
        border-left: 7px solid #ff0000 !important;
        width: 7.17px;
    }
    .requesters-row .request-timeout,
    .single-detail .request-timeout {
        border-left: 7px solid yellow !important;
        width: 7.17px;
        color: #000;
    }
    .requesters-row .request-open,
    .single-detail .request-open {
        border-left: 7px solid #00B19D !important;
        width: 7.17px;
    }
    .requesters-row .request-connected {
        border-left: 7px solid #0000ff !important;
        width: 7.17px;
    }
    .requesters-row .request-meeting,
    .requesters-row .request-complete,
    .requesters-row .request-done,
    .requesters-row .request-archived,
    .requesters-row .request-assigned,
    .single-detail .request-meeting,
    .single-detail .request-complete,
    .single-detail .request-done,
    .single-detail .request-assigned {
        border-left: 7px solid #A0A0A0 !important;
        width: 7.17px;
    }
    .mobile-req-container .provider-name {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .nav-item.mobile a {
        color: #fff;
    }
    .mobile-req-container #user-info-sec {
        font-size: 15px;
        max-width: 160px;
    }
    .mobile .req-city {
        width: 28%;
    }
    .mobile .request-status {
        width: 33% !important;
    }
    .mobile td:last-child {
        width: 100%;
    }
    td.reqst-name {
        border-right: 1px solid #dee2e6;
        border-radius: 0 5px 5px 0;
    }
    .card {
        border: none;
    }
    #requester-elem {
        padding: 0;
        border: none;
        box-shadow: none;
    }
    .requesters-row .request-canceled label,
    .requesters-row .request-open label,
    .requesters-row .request-meeting label,
    .requesters-row .request-complete label,
    .requesters-row .request-done label,
    .requesters-row .request-assigned label,
    .single-detail .request-canceled label,
    .single-detail .request-open label,
    .single-detail .request-meeting label,
    .single-detail .request-complete label,
    .single-detail .request-done label,
    .single-detail .request-assigned label {
        display: none;
    }
    .requesters-row .request-canceled,
    .single-detail .request-canceled {
        border-left: 7px solid #ff0000 !important;
        width: 7.17px;
    }
    .requesters-row .request-open,
    .single-detail .request-open {
        border-left: 7px solid #00B19D !important;
        width: 7.17px;
    }
    .requesters-row .request-meeting,
    .requesters-row .request-complete,
    .requesters-row .request-done,
    .requesters-row .request-assigned,
    .single-detail .request-meeting,
    .single-detail .request-complete,
    .single-detail .request-done,
    .single-detail .request-assigned {
        border-left: 7px solid #A0A0A0 !important;
        width: 7.17px;
    }
    .desktop-visible {
        display: none;
    }
    .mobile-req-container .nav-tabs .nav-item.nav-link {
        word-wrap: break-word !important;
        width: 46%;
    }
    .mobile-req-container .current-requester-status label {
        border-radius: 7px;
    }
    .mobile-req-container .provider-info-box .requester-info-container {
        padding-bottom: 7px;
    }
    .mobile-req-container .provider-info-box #user-info-sec {
        padding-top: 48px;
    }
    .mobile-req-container .provider-info-box .form-request {
        margin-top: 20px;
    }
    .mobile-req-container .provider-name {
        width: 200px;
    }
}

@media (max-width: 480px) {
    .copied-info::after {
        left: 74%;
    }
    .mobile-req-container .provider-info-box #user-info-sec {
        padding: 11px 11px;
    }
    .copied-info.isvisible {
        top: 43px;
    }
    .mobile-req-container .current-requester-status label {
        border-radius: 7px;
    }
    .mobile-req-container .provider-info-box .form-request {
        margin-top: 50px;
    }
    .mobile-req-container #user-info-sec {
        max-width: 200px;
        font-size: 13px;
    }
    .mobile-req-container .provider-name {
        width: 113px;
    }
}

@media (max-width: 375px) {
    .mobile-req-container #user-info-sec {
        max-width: 180px;
        font-size: 13px;
    }
    .copied-info::after {
        left: 74%;
    }
    .mobile-req-container .current-requester-status label {
        border-radius: 7px;
    }
    .mobile-req-container .provider-info-box #user-info-sec {
        padding: 11px 0;
    }
    .copied-info.isvisible {
        top: 43px;
    }
    .mobile-req-container .provider-info-box .form-request {
        margin-top: 50px;
    }
}