.login-page {
    background: url('../img/background.jpg') center center no-repeat;
    background-size: cover;
}

.buffer-right5 {
    margin-right: 5px;
}

.hidden {
    display: none;
}

.container-fluid {
    padding-top:60px;
}

header.topbar {
    background-color: #802371;
    color: white;
    width: 100%;
    position:fixed;
}

.page-wrapper.unconfigured-wrapper {
    /*padding-top: 15px;*/
}

.topbar.unconfigured-topbar {
    /*box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
}

.width-150 {
    width: 150px;
    height: auto;
}

.text-light-grey {
    color: #99abab;
}

.text-dark-grey {
    color: #666666;
}

.back-light-grey {
    background-color: #efefef;
}

.mouse-cursor {
    cursor: pointer;
}

.popover {
    max-width: 600px;
}

.pac-container {
    z-index: 3000;
}

.reviewer-profile {
    width: 50px;
    height: auto;
}

.pad-right-5 {
    padding-right: 5px;
}

.pad-right-10 {
    padding-right: 10px;
}

.pad-bottom-10 {
    padding-bottom: 10px;
}

strong, b {
    font-weight: bold;
}

.no-side-padding {
    padding-left:0;
    padding-right:0;
}

.no-padding {
    padding: 0;
}

.clickable {
    cursor: pointer;
}

.chat-list li .chat-time {
    width: 100px;
}

.chat-list li {
    margin-top: 15px;
}

.padding-20 {
    padding: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

tr.js-show-conversation.active {
    background-color: #f2f4f8;
}

a.align-button {
    top: -5px;
    position: relative;
}

.border-status-success, .border-status-danger, .border-status-active {
    border-left: 4px solid !important;
}

.border-status-success {
    border-left-color: #26dad2 !important;
}

.border-status-danger {
    border-left-color: #ef5350 !important;
}

.border-status-active {
    border-left-color: rgba(0,0,0,.075) !important;
}

.fa-success-check {
    color:#00CC00;
}

td span.fa-stack {
    display:inherit;
    line-height:inherit;
}

.potential-peep .profile-pic {
    width:150px;
    height:150px;
    border-radius:100%
}

.image-center {
    margin-left:auto;
    margin-right:auto;
}

label.full-checkbox {
    margin-bottom:0;
    position: absolute;
    width:100%;
    height:100%;
    margin-left:-20px;
    margin-top:-20px;
}

label.full-checkbox:before {
    margin-top:20px;
    margin-left:20px;
}

.review-name-font {
    font-size:12px;
    text-align: center;
}

input[type='number'] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Utility class */
.font-weight-bold {
    font-weight: 600 !important;
}
.cursor {
    cursor: pointer;
}
.primary-bg {
    background-color: #802371;
}
header.topbar.orange-bg,
.orange-bg {
    background-color: #f48120;
}
.pink-bg {
    background-color:  #ed2d5d;
}
.secondary-bg {
    background-color: #034372;
}
.light-sky-bg {
    background-color: #3da3ae;
}
.primary-text {
    color: #802371;
}
.secondary-text {
    color: #034372;
}
.gradient-1 .ma-title .secondary-text,
.white-text {
    color: #ffffff;
}
.orange-text {
    color: #f48120;
}
.pink-text {
    color:  #ed2d5d;
}
.light-sky-text {
    color: #3da3ae;
}
.text-success {
    color: #28a745!important;
}
.gradient-1 {
    background: #76377a;
    background: -moz-linear-gradient(left, #76377a 0%, #4495a7 100%);
    background: -webkit-linear-gradient(left, #76377a 0%,#4495a7 100%);
    background: linear-gradient(to right, #76377a 0%,#4495a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76377a', endColorstr='#4495a7',GradientType=1 );
}
.btn-primary {
    font-size: 19px;
    font-weight: 500;
    background-color: #802371;
    border: 0;
    padding: 6px;
    min-width: 130px;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
    background-color: #802371;
    border: 0;
    box-shadow: none;
}
.btn-primary:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(128, 35, 113, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(128, 35, 113, 0.2);
    box-shadow: 0 14px 26px -12px rgba(128, 35, 113, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(128, 35, 113, 0.2);
}
.btn-secondary {
    font-size: 14px;
    font-weight: 600;
    background-color: #034372;
    border: 0;
    border-radius: 4px;
    color: #ffffff;
    padding: 6px;
    min-width: 135px;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:active,
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #034372;
    border: 0;
    box-shadow: none;
}
.btn-secondary:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(3, 67, 114, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 67, 114, 0.2);
    box-shadow: 0 14px 26px -12px rgba(3, 67, 114, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 67, 114, 0.2);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-primary {
    font-size: 19px;
    font-weight: 600;
    background-color: #ffffff;
    border: 1px solid;
    border-color: #802371;
    color: #802371;
    padding: 6px;
    min-width: 130px;
    box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    border-color: #802371;
    color: #802371;
    background-color: #ffffff;
    box-shadow: none;
}
.btn-outline-primary:hover {
    background-color: #802371;
    color: #ffffff; 
    -webkit-box-shadow: 0 14px 26px -12px rgba(128, 35, 113, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(128, 35, 113, 0.2);
    box-shadow: 0 14px 26px -12px rgba(128, 35, 113, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(128, 35, 113, 0.2);
}
.btn-outline-secondary {
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid;
    border-color: #034372;
    color: #034372;
    padding: 6px;
    min-width: 130px;
    box-shadow: none;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:active,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    border-color: #034372;
    color: #034372;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-secondary:hover {
    background-color: #034372;
    color: #ffffff; 
    -webkit-box-shadow: 0 14px 26px -12px rgba(3, 67, 114, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 67, 114, 0.2);
    box-shadow: 0 14px 26px -12px rgba(3, 67, 114, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 67, 114, 0.2);
}
.btn-outline-pink {
    font-size: 19px;
    font-weight: 600;
    background-color: #ffffff;
    border: 2px solid;
    border-color: #ed2d5d;
    color: #ed2d5d;
    padding: 6px;
    min-width: 130px;
    box-shadow: none;
}
.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink:active,
.btn-outline-pink:hover,
.btn-outline-pink:focus {
    border-color: #ed2d5d;
    color: #ed2d5d;
    background-color: #ffffff;
    box-shadow: none;
}
.btn-outline-pink:hover {
    background-color: #ed2d5d;
    color: #ffffff; 
    border-color: #ed2d5d;
}
.btn-book-peepz {
    font-size: 19px;
    padding: 6px 25px;
    border-radius: 50px;
}
.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#802371), to(#802371)), -webkit-gradient(linear, left top, left bottom, from(rgba(120, 130, 140, 0.13)), to(rgba(120, 130, 140, 0.13)));
    background-image: -webkit-linear-gradient(#802371, #802371), -webkit-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
    background-image: -o-linear-gradient(#802371, #802371), -o-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
    background-image: linear-gradient(#802371, #802371), linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
    border: 0 none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
}
.f-14, #checkbox-signup+label {
    font-size: 14px;
}
.f-12,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_desc:after {
    font-size: 12px;
}
.f-40 {
    font-size: 40px;
}
.custom-radio [type=radio]:checked+label {
    padding-left: 26px;
    height: 25px;
    line-height: 25px;
    font-weight: normal;
}
.custom-radio [type=radio]:checked+label, [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #808080;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-radio [type=radio].with-gap:checked+label:after,
.custom-radio [type=radio].with-gap:checked+label:before,
.custom-radio [type=radio]:checked+label:after {
    border: 1px solid #808080;
}
.custom-radio [type=radio].with-gap:checked+label:after,
.custom-radio [type=radio].with-gap:checked+label:before,
.custom-radio [type=radio]:checked+label:after,
.custom-radio [type=radio]:checked+label:before,
.custom-radio [type=radio]:not(:checked)+label:after,
.custom-radio [type=radio]:not(:checked)+label:before {
    border-radius: 50%;
}
.custom-radio [type=radio]:checked+label:before {
    border: 2px solid transparent;
    -webkit-animation: ripple 0.2s linear forwards;
    animation: ripple 0.2s linear forwards;
}
.custom-radio [type=radio]+label:after,
.custom-radio [type=radio]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 6px 4px ;
    width: 12px;
    height: 12px;
    z-index: 0;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
}
.custom-radio [type=radio].with-gap:checked+label:after {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.custom-radio [type=radio].with-gap:checked+label:after,
.custom-radio [type=radio]:checked+label:after {
    background-color: #808080;
    z-index: 0;
}
.custom-radio [type=radio]:checked,
.custom-radio [type=radio]:not(:checked),
.custom-check [type=checkbox]:checked,
.custom-check [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.custom-check [type=checkbox]+label {
    padding-left: 20px;
    height: 25px;
    line-height: 21px;
    font-weight: normal;
    font-size: 14px;
}
.custom-check [type=checkbox]:checked+label:before {
    top: -1px;
    left: 1px;
    width: 8px;
    height: 14px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.custom-check [type=checkbox]+label:before,
.custom-check [type=checkbox]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    border: 1px solid #b1b8bb;
    border-radius: 1px;
    margin-top: 4px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
} 
.custom-check [type=checkbox]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.custom-select-box,
.custom-input {
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
    width: 80%;
    display: block;
    color: #808080;
    font-size: 14px;
    padding: 6px 0;
    box-shadow: none !important;
}
.bootstrap-tagsinput .tag {
    margin-right: 6px;
    color: white;
    padding: 6px 14px;
    font-size: 14px;
    margin-bottom: 6px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}
/* switchy custom */
body .switchery-small {
    height: 16px;
    width: 40px;
}
body .switchery-small>small {
    height: 14px;
    width: 14px;
    top: 1px;
}
.btn-action {
    border: none;
    border-radius: 50px;
    box-shadow: none;
    height: 25px;
    width: 25px;
    padding: 0;
    line-height: 25px;
    font-size: 11px;
    color: #ffffff;
    cursor: pointer;
    outline: 0 !important;
}
.btn-action.bg-danger {
    background-color: #ec1c24 !important;
}
.btn-action.bg-success {
    background-color: #39b44a !important;
}
.no-wrap {
    white-space: normal !important;
}
.word-break {
    word-break: break-word;
}
/* MS Header*/
.search-form-wrapper {
    display: none;
    position: absolute;
    right: 60px;
    max-width: 400px;
    z-index: 1;
    margin-left: 15px;
}
.search-form-wrapper.open {
    display: block;
}
.search-form-wrapper .search {
    font-size: 14px;
    border-radius: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    border-top-left-radius: 20px;    
    border-bottom-left-radius: 20px;
}
.search-form-wrapper .input-group-addon {
    border: 0;
    background-color: #ffffff;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: #000000;    
}
.search-form-wrapper .input-group-addon:last-child {
    border-top-right-radius: 20px;    
    border-bottom-right-radius: 20px;
    padding: 7px 10px 7px 0;
}
header.topbar .top-navbar {
    max-width: 1220px;
    padding: 0;
}
header.topbar-admin {
    background-color: rgba(0,0,0,.2);
}
.img-cover,
.topbar .profile-pic { 
    object-fit: cover;
    object-position: center;
}
.logo-center .top-navbar .navbar-header {
    position: initial;
    text-align: inherit;
}
.topbar .navbar-header {
    background-color: transparent;
}
.topbar .navbar-toggler {
    padding: 0;
    border: 0;
    outline: 0;
}
.topbar .ma-dropdown .dropdown-menu .dropdown-item {
    color: #666666;
}
.topbar .ma-dropdown .dropdown-item:hover,
.topbar .ma-dropdown .dropdown-item.active, .dropdown-item:active {
    background-color: #f2f4f8;
    color: #802371;
    text-decoration: none;
    cursor: pointer;
}
.topbar ul.dropdown-user li .dw-user-box .u-text .btn:hover {
    background: #a53b94;
}
.topbar .navbar-nav .nav-item.active > a.nav-link {
    font-weight: 500;
}
.topbar ul.dropdown-user li .dw-user-box .u-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
/* title */
.ma-title .ma-heading {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: normal;
}
.ma-title .ma-subheading {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 35px; 
}
/* Card */
.card-no-border .card {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.ma-card .card-body {
    padding: 24px;
}
/*.ma-card .sprite {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    }*/
    .ma-card h4 {
        font-size: 19px;
        font-weight: normal;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
    }
    .ma-card .ma-card-text {
        font-size: 56px;
        font-weight: 300;
        line-height: 52px;
        margin-bottom: 0;
    }
    .ma-card .ma-btn {
        font-size: 19px;
        font-weight: 500;
        border-radius: 30px;
        padding: 5px 15px;
        min-width: 130px;
        outline: 0;
        box-shadow: none;
    }
    .ma-btn.bg-white:hover {
        color: #383838;
    }
    .ma-btn.secondary-bg:hover {
        color: #cce0e8;
    }

    /* form */
    .ma-form-text {
        color: #4d4d4d;
        font-size: 19px;
        margin: 10px 0;
    }
    body .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark,
    .ma-form .controls label{
        display: none;
    }
    .ma-form .ma-form-control {
        color: #808080;
        font-size: 19px;
        font-weight: normal;
    }
    .ma-form.form-material .form-control,
    .ma-form.form-material .form-control.focus,
    .ma-form.form-material .form-control:focus {
        background-image: linear-gradient(#802371, #802371), linear-gradient(rgba(203, 203, 203, 1), rgba(203, 203, 203, 1));
    }
    .ma-form.form-material .form-control.focus,
    .ma-form.form-material .form-control:focus {
        background-size: 100% 1px, 100% 1px;
    }
    .ma-form .form-group {
        margin-bottom: 35px;
    }
    .ma-form .form-group.validate input,
    .ma-form .form-group.error input {
        border: 0;
    }

    /* Paginatiob */
    .ma-pagination .pagination li:first-child a {
        margin-left: 0;
        border-bottom-left-radius: .25rem;
        border-top-left-radius: .25rem;
    }
    .ma-pagination .pagination li.disabled a {
        color: #636c72;
        pointer-events: none;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #ddd;
    }
    .ma-pagination .pagination li a {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #034372;
        background-color: #ffffff;
        border: 1px solid #ddd;
        font-size: 14px;
        font-weight: 400;
    }
    .ma-pagination .pagination li.active a,
    .ma-pagination .pagination > .active > a,
    .ma-pagination .pagination > .active > span,
    .ma-pagination .pagination > .active > a:hover,
    .ma-pagination .pagination > .active > span:hover,
    .ma-pagination .pagination > .active > a:focus,
    .ma-pagination .pagination > .active > span:focus,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background-color: #034372;
        border-color: #034372;
        color: #fff;
        background-color: #034372;
        border-color: #034372;
    }
    .ma-pagination .pagination li.disabled {
        cursor: not-allowed;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        position: relative;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #034372;
        background-color: #ffffff;
        border: 1px solid #ddd;
        font-size: 14px;
        font-weight: 400;
        margin-left: 0;
        border-radius: .25rem;
        border-radius: .25rem;
        margin-left: 4px;
        min-width: 35px;
    }
    /* Custom Bootstrap Dropdown */
    .ma-dropdown-bt .bootstrap-select.ma-search:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 280px;
        margin-left: 0;
    }
    .ma-dropdown-bt .bootstrap-select.ma-search input.form-control  {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0;
    }
    .ma-dropdown-bt .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 140px;
        margin-left: 10px;
    }
    .ma-dropdown-bt .bootstrap-select-last {
        display: inline-block;
    }
    .ma-dropdown-bt .bootstrap-select > .dropdown-toggle,
    .ma-dropdown-bt .bootstrap-select.ma-search input {
        padding-top: 3px;
        padding-bottom: 3px;
        height: 31px;
        line-height: 24px;
        font-size: 14px;
        color: #808080;
        border: 1px solid #e9ebec;
        box-shadow: none;
        border-radius: 6px;
        padding-right: 37px;
        background-color: #ffffff;
    }
    .ma-dropdown-bt .bootstrap-select > .dropdown-toggle:focus {
        outline: 0 !important;
    }
    .ma-dropdown-bt .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        text-overflow: ellipsis;
        font-weight: 400;
    }
    .ma-dropdown-bt .bootstrap-select.btn-group .dropdown-menu {
        margin-top: 2px;
        min-width: 270px;
    }
    .ma-dropdown-bt .bootstrap-select.btn-group .dropdown-menu li a {
        position: relative;
        padding: 7px 40px;
    }
    .ma-dropdown-bt .bootstrap-select.btn-group .dropdown-menu li a span.text {
        font-size: 14px;
        color: #666666;
    }
    .ma-dropdown-bt .bootstrap-select.btn-group .dropdown-menu li.selected a:before {
        content: '';
        background: url(/img/icon-sprite.png) no-repeat top left;
        display: inline-block;
        background-position: -648px 0;
        width: 13px;
        height: 9px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
    }
    .ma-dropdown-bt .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .ma-dropdown-bt .btn-secondary:not(:disabled):not(.disabled):active:focus,
    .ma-dropdown-bt .show>.btn-secondary.dropdown-toggle:focus,
    .ma-dropdown-bt .btn-secondary:not(:disabled):not(.disabled).active,
    .ma-dropdown-bt .btn-secondary:not(:disabled):not(.disabled):active,
    .ma-dropdown-bt .show>.btn-secondary.dropdown-toggle {
        box-shadow: none;
        background: #fff;
        color: #808080;
        outline: 0 !important;
        border: 1px solid;
        border-color: #e9ebec;
    }
    .ma-dropdown-bt .bootstrap-select span.bs-caret {
        width: 35px;
        background-color: #ffffff;
        display: inline-block;
        height: 31px;
        margin-top: -4px;
        line-height: 30px;
        border: 1px solid #d8d8d8;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;    
    }
    .ma-dropdown-bt .bootstrap-select.show span.bs-caret {
        background-color: #808080;
        color: #ffffff;
    }
    .ma-dropdown-bt .dropdown-toggle::after {
        display: none;
    }
    .ma-dropdown-bt .bs-caret::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0;
        vertical-align: .10em;
        content: "";
        border-top: .40em solid;
        border-right: .40em solid transparent;
        border-bottom: 0;
        border-left: .40em solid transparent;
    }
    /* Table */
    .ma-table thead th, .ma-table thead th a {
        color: #808080;
        font-size: 16px;
        font-weight: 500;
    }
    .ma-table tbody td {
        color: #808080;
        font-size: 14px;
        font-weight: 400;
        vertical-align: middle;
        padding: 0 12px;
        white-space: nowrap;
        height: 36px;
    }
    .ma-table tbody tr:nth-child(odd) td {
        border-color: #f2f2f2;
    }
    .ma-table tbody tr:nth-child(even) td {
        border-color: #ebebeb;
    }
    .ma-table tbody tr:last-child td {
        border-bottom: 1px solid #ebebeb;
    }
    .ma-table thead tr th:last-child,
    .ma-table tbody tr td:last-child,
    .ma-table tfoot tr th:last-child {
        text-align: right;
    }
    .ma-table .rating {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
    }
    .ma-table .rating span {
        font-size: 12px;
        font-weight: 400;
    }
    .dataTables_empty {
        text-align: center !important;
    }
    .ma-350 {
        white-space: pre-wrap;
        width: 350px;
    }
    .ma-table .dataTables_wrapper {
        padding-top: 0;
    }
    .cursor {
        cursor: pointer;
    }
    .ma-calc-time-table .form-control {
        background-color: transparent;
        padding: 0;
        font-size: 14px;
        border: 0;
        outline: 0;
        box-shadow: none;
    }
    .ma-calc-time-table .form-control[readonly] {
        opacity: 1;
    }
    .ma-calc-time-table tfoot tr th {
        background: #3da3ae;
        color: #fff;
        padding: 5px 12px;
        font-size: 14px;
        height: 34px;
        font-weight: 400;
    }
    .ma-calc-time-table tfoot .total-day {
    /*font-size: 14px;
    font-weight: 400;
    color: #fff;*/
}
.ma-calc-time-table tfoot .total-day .input {
    /*display: inline-block;*/
}
.ma-table tbody tr.details {
    background-color: #3da3ae;
}
.ma-table tbody tr.details td {
    color: #ffffff;
}
.ma-table tbody tr.details + tr {
    background-color: #e2f1f3;
}
.ma-table tbody tr.details + tr label {
    color: #333333;
}
.ma-table tbody tr.details + tr td {
    color: #4d4d4d;
}
.ma-table tbody tr td.details-control {
    width: 1px;
    padding: 0;
}
.ma-table tbody tr td.details-control + td {
    padding-left: 0;
}
.ma-table tbody tr.details .sprite.icon-copy-gray {
    background-position: -380px -24px;
}
.ma-table tbody tr.details .sprite.icon-delete {
    background-position: -1337px 0;
}
.ma-table tbody tr.details .sprite.icon-pencil {
    background-position: -1050px -20px;
}
td.details-control p,
tr.details td.details-control p {
  /*background: url(/img/icon-sprite.png) no-repeat top left;
  background-position: 1px -84px;*/
    background-image: url(https://bugherd-attachments.s3.amazonaws.com/zdqwluwtow9nbpk9eaywnw/gif-bounce-arrow.gif);
    height: 35px;
    background-position: center;
    width: 20px;
    background-size: cover;
    cursor: pointer;
    /*height: 15px;
    width: 15px;*/
    float: right;
    margin-bottom: 0;
    margin-right: -10px;
}
td.details-control-a p, tr.details td.details-control-a p {
    background-image: url(https://bugherd-attachments.s3.amazonaws.com/zdqwluwtow9nbpk9eaywnw/gif-bounce-arrow.gif);
    height: 35px;
    background-position: center;
    width: 20px;
    background-size: cover;
    cursor: pointer;
    float: right;
    margin-bottom: 0;
    margin-right: -10px;
}

tr.details td.details-control p {
  /*background: url(/img/icon-sprite.png) no-repeat top left;
  background-position: 1px -54px;*/
    transform: rotate(180deg);
    filter: brightness(0) invert(1);
}
/* Profile */
.image-upload {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #a9a3a3;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 30px;
    object-fit: cover;
    object-position: center;
}
.image-detail.images-preview .imagePreview {
    height: 100px !important;
    width: 100px !important;
    border-radius: 100px;
    margin: 0;
    border: 1px solid #a9a3a3;
    vertical-align: middle;
}
.image-detail.images-preview .imagePrevOuter {
    width: 110px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}
.image-detail.images-preview .imagePrevOuter .removeImageBtn {
    margin-left: 10px;
    position: absolute;
    right: 15px;
    top: -5px;
    height: 30px;
    width: 30px;
    background-color: #e8e8e8;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
}
.image-detail.images-preview .imagePrevOuter .removeImageBtn .sprite.icon-delete {
    margin: 7px auto;
}
.image-upload label {
    font-size: 10px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
}
.image-upload .img-upload {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
.image-detail {
    float: left;
    width: calc(100% - 130px);
}
.image-detail h5 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: normal;
}
.image-detail p {
    font-size: 14px;
    line-height: 16px;
}
.image-list {
    list-style: none;
    padding: 0;
}
.image-list li {
    display: inline-block;
    margin-right: 5px;
}
.image-list li img {
    object-fit: cover;
    object-position: center;
}
.mh-130 {
    min-height: 130px;
}
.profilev-edit .sec-title {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    padding-bottom: 4px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
}
.profilev-edit .sec-title .edit-link {
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #808080;
}
.profilev-edit .sec-title .edit-link:hover {
    color: #802371;
}
.profilev-edit .sec-title .edit-link:hover div {
    background-position: -1073px 0;
}
.profilev-detail [class*="column"] {
    font-size: 14px;
    font-weight: 400;
    float: left;
    margin-bottom: 5px;
}
.profilev-detail .column-1 {
    width: 200px;    
    color: #333333;    
    margin-right: 10px;
    clear: left;
}
.w-200 label:nth-child(1) {
    width: 180px;
    color: #333333;    
    margin-right: 10px;   
}
.profilev-detail .column-2 {
    color: #808080;
    width: calc(100% - 210px);
}
.profilev-detail .column-1,
.profilev-detail .column-2,
.custom-check label,
.custom-radio label {
    text-transform: capitalize;
}
.profilev-detail .custom-input {
    padding-left: 0px;    
}
.profilev-detail label.text-danger {
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 3px;
}
/* Footer */
.footer > .row {
    max-width: 1220px;
    margin: 0 auto;
}
.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu li {
    display: inline-block;
    padding-left: 25px;
}
.footer-menu li a {
    color: #ffffff;
    font-size: 14px;
}
.footer-menu li a:hover {
    color: #c2c2c2;
}
.ma-cc-card {
    width: 39%;
    float: left;
    margin-right: 2%;
}
.btn-loading-icon {
    display: none !important;
}
.row-event .submit {
    display: inline-block;
}
.msg-indicator {
    height: 8px;
    width: 8px;
    background-color: red;
    display: inline-block;
    border-radius: 8px;
    position: absolute;
    top: 4px;
    right: 0px;
}
.primary-bg.orange-bg .msg-indicator,
.primary-bg.topbar-admin .msg-indicator {
    background-color: #802371;
}
/* radio btn */
.btn-custom-radio [type=radio]+label:after,
.btn-custom-radio [type=radio]+label:before {
    content: none;
}
.btn-custom-radio [type=radio]:checked+label,
.btn-custom-radio [type=radio]:not(:checked)+label {
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid;
    border-color: #034372;
    color: #034372;
    padding: 4px 20px;
    min-width: auto;
    box-shadow: none;
    text-align: center;
    height: auto;
    border-radius: 4px;
    line-height: normal;
    margin-left: 10px;
}
.btn-custom-radio [type=radio]:checked+label {
    background-color: #034372;
    color: #FFF;
    border-color: #034372;
    z-index: 1;
}
.gradient-1 .btn-custom-radio [type="radio"]:not(:checked) + label,
.gradient-1 .save-event-btn .submit .btn-outline-secondary {
    border-color: #fff;
    color: #fff;
}
.gradient-1 .save-event-btn .submit .btn-outline-secondary:hover {
    border-color: #034372;
}
/* Datepicker*/
.bt-datepicker .input-daterange-datepicker {
    padding: 4px 5px;
    font-size: 14px;
    color: #808080;
    border: 1px solid #e9ebec;
    border-radius: 6px;
    box-shadow: none;
    outline: 0;
}
.save-event-btn .submit {
    display: inline;
}

/* double timepicker */
.bt-two-datepicker .input-daterange input:last-child,
.bt-two-datepicker .input-daterange input:first-child {
    border-radius: 6px;
}
.bt-two-datepicker .span-range {
    border-radius: 4px;
}
.bt-datepicker .bt-two-datepicker .input-daterange-datepicker {
    max-width: 140px;
}
/* Modal */
.modal-backdrop.show {
    opacity: .8;
}
.ma-lg-modal {
    max-width: 1220px;
}
.ma-modal-dialog .modal-content {
    background-color: transparent;
    border: 0;
}
.ma-modal-dialog .modal-header {
    padding: 15px 0;
    border: 0;
}
.ma-modal-dialog .modal-header h4 {
    color: #ffffff;
    font-size: 22px;
    line-height: 26px;
}
.ma-modal-dialog .modal-header p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
}
.ma-modal-dialog .modal-header button.close {
    opacity: 1;
    outline: 0;
}
.ma-modal-dialog .modal-body {
    background-color: #ffffff;
    border-radius: 4px;
}
.add-more-link {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    display: block;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 6px;
}
.book-peepz-wrap .bootstrap-tagsinput,
.ma-full-profile .bootstrap-tagsinput {
    border: 0;
    box-shadow: none;
    padding: 0;
}
.book-peepz-wrap .bootstrap-tagsinput .tag {
    margin-right: 8px;
    margin-bottom: 8px;
}

.create-booking,.create-booking:hover{
    font-size: 14px;
    font-weight: 600;
    background-color: #ed2d5d;
    border: 1px solid;
    border-color: #ed2d5d;
    color: #fff;
    padding: 4px 20px;
    min-width: auto;
    box-shadow: none;
    text-align: center;
    height: 31px;
    border-radius: 4px;
   
    display: inline-block;

}
.start_time_val::placeholder,.endTimeValidation::placeholder {
    color: #034372;
}
.multi-optionlist{
    display: inline-grid;
}

.multioptlist-vertical{
    display: table;
    margin-bottom: 10px;
}


/* Candidate List */
.ma-candidate-list {
    /*max-width: 235px;*/
    border: 1px solid #cbcbcb;
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 4px;
}
.ma-candidate-list .ma-profile-header img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
}
.ma-candidate-list .ma-profile-header img.img-like {
    height: 20px;
    width: auto;
    vertical-align: sub;
}
.ma-candidate-list .ma-profile-header {
    position: relative;
}

.ma-candidate-list .ma-profile-header .ma-rating {
    position: absolute;
    right: -3px;
    top: -3px;
}
.ma-candidate-list .ma-profile-header .ma-rating i.fa.fa-star,
.ma-candidate-list .ma-profile-header .ma-rating i.fa.fa-star-o {
    color : gold;
}
.like-wrap {
    display: flex;
    margin: 5px 0;
    flex-direction: row;
    width: 50%;
    justify-content: space-between;
}
.like-wrap p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}
.ma-candidate-list .ma-profile-header .ma-profile-action {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 95px);
    padding-left: 15px;
}
.ma-candidate-list .ma-profile-header .ma-profile-action h5 {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.ma-candidate-list .ma-profile-header .ma-profile-action span {
    font-size: 14px;
    color: #802371;
    margin-right: 10px;
}
.ma-candidate-list .ma-profile-body {
    margin-top: 10px;
}
.ma-candidate-list .ma-profile-body h6 {
    font-size: 14px;
    color: #808080;
    margin-bottom: 5px;
}
.ma-candidate-list .ma-profile-body h6 span {
    min-width: 86px;
    display: inline-block;
}
.ma-candidate-list .ma-profile-body h6 .rating {
    font-size: 20px;
    color: gold;
}
.ma-candidate-list .ma-profile-footer .rate:first-child {
    margin-top: 15px;
}
.ma-candidate-list .ma-profile-footer .rate {
    border: 1px solid #3da3ae;
    border-radius: 4px;
    background-color: #ffffff;
    color: #3da3ae;
    padding: 0 6px;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 22px;
    display: block;
}
/* Full PRofile popup */
.ma-full-profile .profile-large img {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}
.ma-full-profile .image-list {
    max-width: 250px;
    margin: 0 auto;
}
.ma-full-profile .image-list li {
    margin-right: 4px;
    margin-bottom: 8px;
}

.ma-full-profile .main-slider .owl-thumb-item img{
    height: 46px;
    width: 46px;
    border-radius: 46px;
    object-fit: cover;
    object-position: center;
}
.ma-full-profile .profilev-detail .column-1 {
    clear: both;
}
.view-booking-text {
    font-size: 16px;
    color: #808080;
}
/* Silder Popup */
.media-carousel {
    margin-bottom: 15px;
}
.media-carousel .item {
  background: #0c83e7;
  padding: 0;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}
.media-carousel-thumb .item {
  background: #C9C9C9;
  padding: 0;
  /*margin: 10px;*/
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.media-carousel-thumb .item h1 {
  font-size: 18px;
}
.media-carousel-thumb .current .item {
  background: #0c83e7;
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease;
}
.media-carousel.owl-theme {
  position: relative;
}
.media-carousel.owl-theme .owl-next,
.media-carousel.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.media-carousel.owl-theme .owl-prev {
  left: -45px;
}
.media-carousel.owl-theme .owl-next {
  right: -45px;
}
.media-carousel-thumb .owl-nav {
    text-align: center;
    margin-top: 15px;
}
.media-carousel-thumb .owl-nav [class*='owl-'] {
    margin: 0 5px;
    outline: 0;
}
.media-slider-icons {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.media-slider-icons li {
    display: inline-block;
    margin-left: 15px;
}
/* Event Calendar */
.ma-event-link .btn-custom-radio [type=radio]:checked+label,
.ma-event-link .btn-custom-radio [type=radio]:not(:checked)+label {
    background-color: transparent;
    border: 0;
    color: #ffffff;
    padding: 4px 14px 0 0;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    opacity: .5;
}
.ma-event-link .btn-custom-radio [type=radio]:checked+label,
.op-0.active {
    opacity: 1;
}
.op-0 { opacity: .5 }
.ma-event-job-details {
    margin-top: 100px;
}
.ma-event-job-details h5 {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 10px;
}
.ma-event-job-details p {
    font-size: 14px;
    margin-bottom: 0;
    color: #808080;
    line-height: 24px;
}
/* Event Calendar */
.ma-event-calendar .fc-toolbar {
    padding: 15px 0;
}
.ma-event-calendar .fc-toolbar h2 {
    color: #034372;
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
}
.ma-event-calendar.fc th.fc-widget-header {
    font-weight: 500;
    font-size: 16px;
    color: #808080;
}
.ma-event-calendar.fc th[class*="fc-"] {
    /*background: #ffffff;*/
}
.ma-event-calendar .fc-widget-content {
    text-align: center;
}
.ma-event-calendar .fc-event {
    border: 0;
}
.ma-event-calendar .fc-day-grid-event {
    padding: 1px 3px;
}
.ma-event-calendar .fc-day-grid-event .fc-time {
    font-weight: 500;
}
.ma-event-calendar.fc .fc-right button {
    padding: 0;
    border: 0;
    background: #fff;
    outline: 0;
    box-shadow: none;
}
.ma-event-calendar.fc .fc-center button.fc-state-active {
    background: #034372;
    color: #fff;
}
.ma-event-calendar.fc .fc-center button {
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    background: #fff;
    color: #034372;
    outline: 0;
    border-color: #034372;
}
.ma-event-calendar [class*="fc-icon-"]:after {
  content: none;
}
/* Event Confirmation */
.ma-confirmation-wrap h1 {
    font-size: 32px;
    margin-bottom: 18px;
    /*color:#fff;*/
}
.ma-confirmation-wrap h4 {
    font-size: 24px;
    margin: 0;
    /*color:#fff;*/
}
.ma-confirmation-wrap .ma-confirmation-inner {
    border-radius: 4px;
    padding: 44px;
    margin-top: 60px;
}
.ma-confirmation-wrap .ma-confirmation-inner h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}
.ma-confirmation-wrap .ma-confirmation-inner p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.ma-confirmation-wrap .ma-confirmation-text {
    font-size: 14px;
    max-width: 700px;
    margin: 25px auto;
}
.ma-confirmation-circle {
    height: 145px;
    width: 145px;
    text-align: center;
    margin: 0 auto;
    border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: center;    
}
/* TimePicker */
.ma-table.ma-calc-time-table .bootstrap-datetimepicker-widget .table-condensed tr th:last-child,
.ma-table.ma-calc-time-table .bootstrap-datetimepicker-widget .table-condensed tr td:last-child {
    text-align: center;
}
.ma-table.ma-calc-time-table .bootstrap-datetimepicker-widget .table-condensed tr td { padding: 0; }
.ma-table.ma-calc-time-table .bootstrap-datetimepicker-widget.dropdown-menu {
    width: 10em;
    left: -60px !important;
    right: auto !important;
}
.ma-table.ma-calc-time-table .bootstrap-datetimepicker-widget table td,
.ma-table.ma-calc-time-table .bootstrap-datetimepicker-widget table td span,
.ma-table.ma-calc-time-table .bootstrap-datetimepicker-widget table td i {
    height: 34px;
    line-height: 34px;
}
.done-icon-wrap {
    padding-left: 20px;
    height: 25px;
    line-height: 21px;
    font-weight: normal;
    font-size: 14px;
    position: relative;
}
.done-icon {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 8px;
    height: 14px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.ma-confirmation-inner.ma-event-drop {

}
#media .owl-carousel .owl-item img,
#media .owl-carousel .item-video video {
    max-height: 450px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
#media #sync2 .owl-item img,
#media #sync2 .item-video video {
    max-height: 85px;
    width: 100%;
    pointer-events: none;
}
.custom-file-upload {
    position: relative;
    border: 1px solid #ccc;
    height: 40px;
}
.custom-file-upload input[type="file"] {
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.custom-file-upload span {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    display: block;
    z-index: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}
.btn-red-action {
    position: absolute;
    top: 30px;
    right: -40px;
}
.btn-green-action {
    position: absolute;
    top: 0px;
    left: 0px;
}
.custom-file-upload label.text-danger {
    position: absolute;
    bottom: -62px;
    height: 20px;
    display: block;
}
/* Slider */
.main-slider {
  width: 100%;
}
.main-slider .owl-item {
  padding: 0;
  position: relative;
  opacity: .5;
}
.main-slider .owl-item img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.main-slider .center {
  opacity: 1;
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
  transition: .5s ease-in-out;
  z-index: 9999;
}
.main-slider .owl-controls .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}
.main-slider .owl-controls .owl-nav .prev {
  position: absolute;
  height: 80%;
  width: 15%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider .owl-controls .owl-nav .next {
  position: absolute;
  height: 80%;
  width: 15%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider .owl-thumbs {
  text-align: center;
  display: table;
  width: 100%;
  margin-top: 15px;
}
.main-slider .owl-thumb-item {
  width: 46px;
  height: 46px;
  border: none;
  background: none;
  padding: 0;
  opacity: .7;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  margin: 0 2px 5px;
}
.main-slider .owl-stage {
    z-index: -1;
}
.main-slider .owl-thumb-item img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.main-slider .owl-thumb-item.active {
  opacity: 1;
}
.main-slider .owl-thumb-item.active img {
  position: relative;
}
.main-slider .owl-nav button {
    position: absolute;
    top: 35%;
}
.main-slider .owl-nav .owl-prev {
    left: 0;
}
.main-slider .owl-nav .owl-next {
    right: 0;
}
.dropify-wrapper .dropify-message p {
    text-align: center;
}

/* message */
.chat-list li .chat-img img {
    object-fit: cover;
    height: 45px;
}
.chatonline img {
    height: 30px;
    object-fit: cover;
    border-radius: 100%;
}
.chat-main-box .chat-left-aside {
    width: 300px;
    border-right: 1px solid rgba(120, 130, 140, 0.2);
}
.chat-right-aside .chat-main-header .p-20.b-b {
    border-bottom: 1px solid rgba(120, 130, 140, 0.2);   
}
.chat-main-box .chat-right-aside {
    width: calc(100% - 300px);
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a {
    /*padding: 15px;*/
    padding: 13px 15px 12px;
}
.chatonline li a span {
    color: #67757c;
    width: calc(100% - 125px);
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
}
.chatonline li a span:not(.data-time) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chatonline li a span small {
    font-size: 12px;
    white-space: normal;
}
.chatonline li a .data-time {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    width: auto;
    float: right;
    text-align: right;
}

.chat-right-aside .chat-list li .chat-time {
    width: 115px;
    font-size: 11px;
}

.chat-list li .chat-content .box {
    white-space: pre-wrap;
}

.chat-main-box .chat-left-aside .chat-left-inner .style-none li.active,
.chat-main-box .chat-left-aside .chat-left-inner .style-none li:hover {
    background: #ebf3f5;
}

.chat-main-box .chat-left-aside .chat-left-inner .style-none li a.active,
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a:hover {
    background: transparent;
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none li:not(.p-1) {
    border-bottom: 1px solid rgba(204, 204, 204, .5);
}
.chat-right-aside .js-message {
    border: 1px solid rgba(204, 204, 204, .5);
    width: calc(100% - 70px);
}
.chat-right-aside .js-send-message {
    vertical-align: top;
    margin-left: 15px;
    margin-top: 7px;
}
.chat-right-aside .card-body.b-t {
    background-color: rgba(204, 204, 204, .2);
    padding: 23px 20px 17px;
}
.chat-list li .chat-content .box.bg-light-inverse {
    background-color: #efefef;
}
.chat-list li.reverse .box:after {
    border-left-color: #efefef;
    border-top-color: #efefef;
}
.perform_table.ma-table tbody td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.perform_table.ma-table .fa {
    font-size: 18px;
    color: #842976;
}

/* Loader */

.leader-outer {
    position: relative;
}

.loader-outer > div {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 99;
    overflow: hidden;
}

.loader-outer .fa-spinner {
    position: absolute;
    top: 45%;
    left: calc(100% - 55%);
    font-size: 54px;
    color: #fff;
}

/* Rating Star */
.rating-stars ul {
    list-style-type:none;
    padding:0;
    -moz-user-select:none;
    -webkit-user-select:none;
}
.rating-stars ul > li.star {
    display:inline-block;
}
.rating-stars ul > li.star > i.fa {
    font-size: 24px;
    color:#e0e0e0;
    width: auto;
    margin-right: 8px;
}
.rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
}
.rating-stars ul > li.star.selected > i.fa {
    color:rgba(244, 129, 32, .8);
}
.review-textarea {
    background-color: rgba(154, 154, 154, 0.1);
    font-size: 14px;
}
.rate-staff-list > .col-md-4 {
    margin-bottom: 15px;
}
.rate-staff-list .potential-peep .profile-pic {
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block;
    margin-bottom: 20px;
}

i.fa.fa-star-o,
i.fa.fa-star,
i.fa.fa-star-half-o {
    color: #802371;
    font-size: 18px;
}

/* Manage Review Search */
.ma-review-search .bootstrap-select:last-child {
    width: auto !important;
}
.left-right-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}
.left-right-wrap .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.left-right-wrap .left {
    left: 5px;
}
.left-right-wrap .right {
    right: 5px;
}
.ma-calc-time-table .calculate_time ~ label.text-danger {
    display: block;
    /*margin: 4px 0;
    padding: 0;*/
}
/* terms & condition */
.ma-terms-wrap h1 {
    color: #4e4e4e;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 500;
}
.ma-terms-wrap .ma-terms-list h4 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.ma-terms-list h5 {
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0 20px;
    line-height: 1.4;
    display: inline-block;
    border-bottom: 1px solid rgba(69, 90, 100, 0.5); 
}
.ma-terms-list > ol {
    margin-bottom: 25px;
}
.ma-terms-list ol li {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
}
.ma-terms-list ol li ol {
    margin-top: 10px;
}
.ma-terms-list li strong {
    font-weight: 600;
}
.number-counter {
    counter-reset: number-counter;
}
.number-counter .ma-terms-list > h4:before {
    counter-increment: number-counter;
    content: counter(number-counter) ". ";
}
.terms-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}
.peepz-logo img {
    max-height: 45px;
}
.peepz-logo-outer img {
    max-height: 65px;
}
.tooltip-inner {
    max-width: 400px;
}
.ma-tabs li a.nav-link {
    padding: 5px 15px;
}
.ma-tabs li a.nav-link.active {
    border-bottom: 2px solid #034372;
    color: #034372;
    font-weight: 500;
}
.ma-tabs li a.nav-link:hover {
    color: #034372;
}
.ma-tabs-content {
    padding: 15px;
}
.label-available {
  background-color: #ed2d5d;
  width: 18px;
  height: 70px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
  left: -3px;
  top: 15px;
}

.label-available h6 {
  transform-origin: 5px 56px;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  font-size: 12px;
  color: #fff;
  line-height: 120px;
  width: 70px;
}
/* Responsive */
/* toggle menu */
@media screen and (min-width: 1100px) {
    .ma-review-search .btn-group.bootstrap-select:nth-child(1),
    .ma-review-search .btn-group.bootstrap-select:nth-child(2) {
        width: 230px !important;
    }
}
@media screen and (min-width: 992px) {
    .bt-datepicker {
        width: 180px !important;
    }
    .w-220-auto {
        width: calc(100% - 220px);
    }
}
@media screen and (min-width: 768px){
    .toggle-menu-res,
    .left-right-wrap,
    .note-scroll {
        display: none;
    }
}
@media screen and (max-width: 1280px) {
    header.topbar .top-navbar {
        padding: 0 30px;
    }
}
@media screen and (max-width: 1024px) {
    table.ma-calc-time-table > thead {
      display: none;
  }

  table.ma-calc-time-table tr  {
      display: block;
  }

  table.ma-calc-time-table > tbody  > tr > td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
      height: auto;
      padding: 5px 0;
  }

  table.ma-calc-time-table > tbody  > tr > td:last-child {
      border-bottom: 0;
  }

  table.ma-calc-time-table > tbody  > tr > td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: 600;
      width: 30%;
      text-align: left;
  }
  table.ma-calc-time-table > tbody  > tr > td input[type="text"] {
    width: 70%;
    text-align: right;
}
table.ma-calc-time-table .calculate_time ~ label.text-danger {
    display: block;
    line-height: normal;
}
.ma-table.ma-calc-time-table .bootstrap-datetimepicker-widget.dropdown-menu {
    left: auto !important;
    right: 0% !important;
}
}
@media screen and (max-width: 991px) {
    .ma-dropdown-bt .bootstrap-select.ma-search:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
    .ma-dropdown-bt .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 49%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .ma-dropdown-bt .bootstrap-select-last {
        width: 49%;
    }
    .w-200 label:nth-child(1),
    .ma-dropdown-bt .bootstrap-select-last > * {
        width: 100% !important;
    }
    .ma-event-job-details {
        margin-top: 20px;
    }
    .ma-confirmation-wrap .ma-confirmation-inner h2 {
        font-size: 40px;
    }
    .bt-two-datepicker {
        vertical-align: top;
        width: 49%;
    }
    .bt-datepicker .bt-two-datepicker .input-daterange-datepicker {
        max-width: initial;
    }
    .search-form-tigger {
        display: none;
    }
    .multioptlist-vertical{
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .left-sidebar {
        display: none;
    }
    .container-fluid {
        padding: 30px 15px;
    }
    header.topbar .top-navbar {
        padding: 0 15px;
    }
    header.topbar-admin {
        background: #76377a;        
    }
    .topbar .navbar-text  > .navbar-nav {
        flex-direction: row;
    }
    .topbar ul.dropdown-user li .dw-user-box .u-text {
        width: 210px;
    }
    .custom-select-box, .custom-input {
        width: 100%;
    }
    .footer-menu li {
        padding: 0 10px;
        margin-top: 15px;
    }
    .ma-pagination .pagination-split li.first, .ma-pagination .pagination-split li.last {
        display: none; 
    }
    .ma-cc-card {
        width: 49%;
        margin-right: 1%;
    }
    .ma-confirmation-wrap .ma-confirmation-inner h2 {
        margin: 15px 0;
    }
    .chat-main-box .chat-right-aside {
        width: 100%;
    }
    .chat-main-box .chat-left-aside {
        width: 250px;
    }
    .chatonline li a span {
        width: calc(100% - 40px);
    }
    .chatonline li a .data-time  {
        margin-left: 40px;
        text-align: left;
        float: none;
    }
    .ma-review-search .btn-group.bootstrap-select:nth-child(3) {
        width: calc(100% - 47px ) !important;
    }
    #bookings_view th,
    #bookings_view td {
        /*white-space: nowrap !important;*/
    }
    .topbar .top-navbar .navbar-nav.ma-dropdown>.nav-item>.nav-link {
    line-height: 30px;
    }
}
@media screen and (max-width: 575px) {
    .ma-event-calendar .fc-center {
        margin-top: 40px;
        display: block;
    }
    .ma-event-calendar .fc-toolbar h2 {
        font-size: 20px;
    }
    .ma-confirmation-inner.ma-event-drop {
        padding: 44px 5px;
    }
    .ma-confirmation-inner.ma-event-drop .btn {
        min-width: 110px;
    }
    .bt-two-datepicker{
        width: 100%;
    }
    .ma-review-search .btn-group.bootstrap-select.w-sm-100 {
        width: 100% !important;
    }
    .ma-terms-list ol {
        padding-left: 20px;
    }
}
@media screen and (max-width: 425px) {
    .topbar .navbar-light .navbar-nav .nav-item > a.login-back {
        font-size: 11px;
    }
    .ma-card .card-body {
        /*padding: 24px 5px 15px 15px;*/
        padding: 24px 15px;
    }
    .ma-card .d-flex {
        display: block !important;
    }
    .ma-card .ma-card-text {
        margin-bottom: 20px;
    }
    .ma-card .ma-btn {
        margin-top: 10px;
    }
    .ma-card h4 {
        font-size: 17px;
        display: inline;
    }
    .ma-card .icon-bell-blue {
        float: left;
        margin-top: -5px;
    }
    .ma-dropdown-bt .bootstrap-select.ma-search:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
    .ma-dropdown-bt .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .ma-dropdown-bt .bootstrap-select-last {
        width: 100%;
    }
    .ma-dropdown-bt .bootstrap-select-last .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        margin-bottom: 0;
    }
    .place_city.bootstrap-select-last ~ .bootstrap-select.rating_select {
        margin-bottom: 0 !important;
        margin-top: 15px;
    }
    .image-upload {
        float: none;
        margin: 0 auto 15px;
        display: block;
    }
    .image-detail {
        float: none;
        width: 100%;
        text-align: center;
    }
    .profilev-detail [class*="column"] {
        width: 100%;
    }
    .profilev-detail.payment-res-column .column-1 {
        width: 40%;
    }
    .profilev-detail.payment-res-column .column-2 {
        width: 56%;
    }
    .ma-dropdown-bt .rating-select {
        margin-bottom: 0 !important;
        margin-top: 15px;
    }
    .search-form-tigger {
        display: none;
    }
    .ma-event-job-details .btn-outline-primary {
        font-size: 16px;
        min-width: 120px;
    }
    .ma-event-calendar.fc th.fc-widget-header {
        font-weight: 400;
        font-size: 13px;
    }
    .peepz-logo img {
        max-height: 40px;
    }
    .label-available {
        position: initial;
        width: 70px;
        height: 18px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 0;
        margin: 0 auto;
    }
    .label-available h6 {
        transform: initial;
        transform-origin: initial;
        line-height: normal;
        text-align: center;
    }
}

@media screen and (max-width: 830px) and (min-width: 768px) {
    .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media screen and (max-width: 1075px) and (min-width: 992px) {
    .ma-dropdown-bt .bootstrap-select.ma-search:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 210px;
    }
    .ma-dropdown-bt .rating-select {
        margin-top: 15px;
    }
}
@media screen and (max-width: 1155px) and (min-width: 992px) {
    .ma-dropdown-bt .bootstrap-select.ma-search:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 210px;
    }   
}
@media screen and (max-width: 1240px) and (min-width: 575px) {
    .ma-lg-modal {
        padding: 0 8px;
    }
}
@media screen and (max-width: 1210px) and (min-width: 1170px) {
    .w-200 label:nth-child(1) {
        width: 140px;
    }
}

.disabled label{ cursor: not-allowed !important; }
.modal-open .modal {
    -webkit-overflow-scrolling: touch;
    }

.video-section video{ width: 100% !important; }
.fix-address {
    margin: 0;
    width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.book-peepz-wrap {
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    transition: ease all 0.3s;
}
.fixed-book-peepz-wrap {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    background-color: #fff;
    right: 0;
    z-index: 1;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.profilev-detail .column-2.email {
    text-transform: none;
}

.profilev-edit  h3.sec-title span {
    font-weight: 400;
}