.page-heading {
    margin: 20px 0;
    color: #666;
    -webkit-font-smoothing: antialiased;
    font-family: "Segoe UI Light", "Arial", serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}
#my-dropzone .message {
    font-family: "Segoe UI Light", "Arial", serif;
    font-weight: 600;
    color: #0087f7;
    font-size: 1.5em;
    letter-spacing: 0.05em;
}
.dropzone {
    border: 2px dashed #0087f7;
    background: white;
    border-radius: 5px;
    min-height: 300px;
    padding: 90px 0;
    vertical-align: baseline;
}
.superbox {
    font-size: 0;
}
.superbox-list {
    display: inline-block;
    width: 12.5%;
    margin: 0;
    position: relative;
}
.superbox-list.active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    border: 10px solid transparent;
    border-bottom-color: #2d353c;
    margin-left: -10px;
}
.superbox-show {
    text-align: center;
    position: relative;
    background: #2d353c;
    width: 100%;
    float: left;
    padding: 25px;
    display: none;
}
.superbox-img {
    max-width: 100%;
    width: 100%;
    cursor: pointer;
}
.superbox-current-img {
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.65);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.65);
    max-width: 100%;
}
.superbox-img:hover {
    opacity: 0.8;
}
.superbox-close {
    opacity: 0.7;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
    background: url(assets/plugins/superbox/img/close.gif) center center
        no-repeat;
    width: 35px;
    height: 35px;
}
.upload {
    direction: ltr;
    font-size: 11px !important;
    background-color: #373a3d;
    width: 100%;
    background-image: -webkit-linear-gradient(top, #373a3d, #313437);
    background-image: -moz-linear-gradient(top, #373a3d, #313437);
    background-image: linear-gradient(top, #373a3d, #313437);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.drop {
    background-color: #2e3134;
    padding: 25;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url("../img/border-image.png") 25 repeat;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #7f858a;
}
.drop a {
    background-color: #007a96;
    padding: 12px 26px;
    color: #fff;
    font-size: 13px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    margin-top: 12px;
    line-height: 1;
}
.drop a:hover {
    background-color: #0986a3;
}
.drop input {
    display: none;
}
.upload ul {
    list-style: none;
    border-top: 1px solid #2b2e31;
    border-bottom: 1px solid #3d4043;
}
.upload ul li {
    background-color: #333639;
    background-image: -webkit-linear-gradient(top, #333639, #303335);
    background-image: -moz-linear-gradient(top, #333639, #303335);
    background-image: linear-gradient(top, #333639, #303335);
    border-top: 1px solid #3d4043;
    border-bottom: 1px solid #2b2e31;
    padding: 13px;
    margin-left: -40px;
    height: 75px;
    position: relative;
}
.upload ul li input {
    display: none;
}
.upload ul li p {
    overflow: hidden;
    white-space: nowrap;
    color: #eee;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 100px;
}
.upload ul li i {
    font-weight: normal;
    font-style: normal;
    color: #7f7f7f;
    display: block;
}
.upload ul li canvas {
    top: 15px;
    left: 32px;
    position: absolute;
}
.upload ul li span {
    width: 15px;
    height: 12px;
    background: url("../img/icons.png") no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor: pointer;
}
.upload ul li.working span {
    height: 15px;
    background-position: 0 -12px;
}
.upload ul li.error p {
    color: red;
}
/* The grid: Four equal columns that floats next to each other */
.column {
    float: left;
    width: 15%;
    height: 15%;
    padding: 5px;
    text-align: center;
}
/* Style the images inside the grid */
.column img {
    opacity: 0.8;
    cursor: pointer;
    height: 15%;
}
.column img:hover {
    opacity: 1;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* The expanding image container */
.containerr {
    position: relative;
    display: none;
}
/* Expanding image text */
#imgtext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
}
/* Closable button inside the expanded image */
.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}
.form-check,
label {
    font-size: 14px;
    line-height: 1.42857;
    color: #000000;
    font-weight: 400;
}
select,
select.form-control {
    -moz-appearance: auto;
    -webkit-appearance: auto;
}
.form-check .form-check-sign {
    vertical-align: middle;
    position: relative;
    top: -2px;
    float: right;
    padding-right: 10px;
    display: inline-block;
    padding-left: 5px;
}
.id_canter {
    text-align: center;
}
.imgWrap img {
    display: block;
    height: 25px;
    float: right;
    max-width: 109.38px;
    max-height: 25px;
}
.card [class*="card-header-"] .card-icon,
.card [class*="card-header-"] .card-text {
    border-radius: 3px;
    background-color: #999999;
    padding: 15px;
    margin-top: -20px;
    margin-right: 10px;
    float: left;
}
.appraiser {
    margin-bottom: 5px;
    border: 1px #e2e7eb solid;
    float: right;
    padding: 11px;
    margin-left: 5px;
}
.appraiser_header {
    height: 45px;
}
.appraiser_title {
    background: #eeeeee;
    padding: 5px;
    text-align: center;
    width: auto;
}
.tr_title {
    font-size: 12px;
}
.appraiser_table {
    width: 100%;
    text-align: center;
}
.appraiser_table td {
    border: #eeeeee solid 1px;
    padding: 3px;
    text-align: center;
}
.appraiser_header img {
    height: 35px;
    float: right;
    max-width: 109.38px;
    max-height: 35px;
}
.appraiser_header a {
    float: left;
}
.status {
    min-width: 94.83px;
}
.form-check {
    padding-top: 20px;
}
/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    left: 28px;
    width: 280px;
    z-index: 9;
}
/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}
.form-check .form-check-label .circle {
    left: auto;
    right: -10px;
}
.bmd-label-static {
    color: black;
    margin-left: 400px;
    /* padding: 30px; */
}
.form-group .bmd-label-static {
    left: auto;
    color: black;
}
.form-control .inputFileVisibl {
    margin-top: 35px;
}
.form-file-multiple {
    padding: 35px;
}
.bmd-form-group {
    padding: 35px;
}
.card .card-header-primary .card-icon,
.card .card-header-primary .card-text,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text),
.card.bg-primary,
.card.card-rotate.bg-primary .front,
.card.card-rotate.bg-primary .back {
    background: linear-gradient(60deg, #0e1e2d, #003455);
}
.card .card-header-primary .card-icon,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text),
.card .card-header-primary .card-text {
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%),
        0 7px 10px -5px rgb(43 128 255 / 40%);
}
.btn.btn-primary {
    color: #fff;
    background-color: #0a1c4e;
    border-color: #080b67;
    box-shadow: 0 2px 2px 0 rgb(25 23 128 / 14%),
        0 3px 1px -2px rgb(20 23 119 / 20%), 0 1px 5px 0 rgb(17 23 90 / 12%);
}
.btn.btn-primary {
    background-color: #003455;
}
.btn.btn-primary:hover {
    background-color: #003455;
}
.form-check .form-check-label .circle .check {
    background-color: #003455;
}
.form-check .form-check-input:checked ~ .circle {
    border-color: #003455;
}
.text-primary {
    color: #003455 !important;
}
.sidebar[data-color="orange"] li.active > a {
    background-color: #003455;
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%),
        0 7px 10px -5px rgb(5 39 88 / 40%);
}
.table-responsive {
    overflow-x: clip;
}
/* .form-check .form-check-sign .check {
    margin-left: 60px;
} */
.form-check .form-check-input:checked + .form-check-sign .check {
    background: #04163e;
}
/* .form-check .form-check-label span {
    padding-left: 65px;
} */
.btn.btn-primary.btn-link {
    color: #003455;
}
/* a {
    color: #08186d;
} */
.bmd-form-group {
    padding: 15px;
}
.superbox-show {
    text-align: center;
    position: relative;
    background: #2d353c;
    width: 100%;
    float: left;
    padding: 25px;
    display: none;
}
.sidebar .nav .caret {
    margin-top: 13px;
    position: absolute;
    right: 160px;
}
.circle span {
    display: block;
    color: #aaa;
    margin-top: 0px;
}
.circle {
    /* width: 100px; */
    margin: 2px 9px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}
body {
    /* background-color: #444; */
    padding-top: 0px;
    /* font: 15px/1.3 Arial, sans-serif; */
    /* color: #fff; */
    /* text-align: center; */
}
#map {
    /* z-index: 2; */
    height: calc(100vh - 200px);
    margin-top: 10px;
    max-height: 500px;
}
.card [class*="card-header-"] .card-icon,
.card [class*="card-header-"] .card-text {
    border-radius: 3px;
    background-color: #999999;
    padding: 15px;
    margin-top: -20px;
    margin-right: 50px;
    float: left;
    width: 20p;
}
.ys_title.black td {
    background: #242a30;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-color: #0c0e10;
}
.ys_borderd {
    margin: 15px 0;
}
.ys_borderd td {
    border: 1px solid #eee;
    padding: 5px;
}
.ys_label {
    color: #ffffff !important;
    font-weight: bold;
    background: #00acac;
    padding-right: 0;
    border-color: #00acac !important;
    text-align: center;
}
.ys_borderd td {
    border: 1px solid #eee;
    /* padding: 5px; */
}
.ys_label2 {
    color: #ffffff !important;
    font-weight: bold;
    background: #007777;
    padding-right: 0;
    border-color: #007777 !important;
    text-align: center;
}
/* .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
} */
element.style {
    position: fixed;
    top: 0;
    z-index: 55555;
    margin: 9px 35% 0 0;
}
/* .navbar.navbar-absolute {
    position: fixed;
    width: 100%;
    padding-top: 10px;
    z-index: 1029;
} */
.navbar.navbar-transparent-auth {
    background: #fff !important;
    box-shadow: 1;
    position: fixed;
    border-radius: 5;
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
}
.sidebar {
    padding-top: 76px;
}
/* .ps-container {
    -ms-touch-action: auto;
     touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}  */
.btn.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm .btn {
    padding: 0.40625rem 1.25rem;
    font-size: 0.5875rem;
    line-height: 1.2;
    border-radius: 0.2rem;
}
.dataTables_length {
    display: none;
}
/* .dataTables_wrapper .row .pagination {
    display: none;
} */
.input-group .input-group-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px 0 15px;
    background-color: #acaaaa;
    border-color: transparent;
}
.container {
    max-width: 1170px;
    margin: auto;
}
img {
    max-width: 100%;
}
.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 40%;
    border-right: 1px solid #c4c4c4;
}
.inbox_msg {
    border: 1px solid #c4c4c4;
    clear: both;
    overflow: hidden;
}
.top_spac {
    margin: 20px 0 0;
}
.recent_heading {
    float: left;
    width: 40%;
}
.srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%;
}
.headind_srch {
    padding: 10px 29px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
}
.recent_heading h4 {
    color: #0c0e10;
    font-size: 21px;
    margin: auto;
}
.srch_bar input {
    border: 1px solid #cdcdcd;
    border-width: 0 0 1px 0;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none;
}
.srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
}
.srch_bar .input-group-addon {
    margin: 0 0 0 -27px;
}
.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}
.chat_ib h5 span {
    font-size: 13px;
    float: right;
}
.chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto;
}
.chat_img {
    float: left;
    width: 11%;
}
.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}
.chat_people {
    overflow: hidden;
    clear: both;
}
.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
}
.inbox_chat {
    height: 550px;
    overflow-y: scroll;
}
.active_chat {
    background: #ebebeb;
}
.incoming_msg_img {
    display: inline-block;
    width: 6%;
}
.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}
.received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}
.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}
.received_withd_msg {
    width: 80%;
}
.mesgs {
    float: left;
    padding: 30px 15px 0 25px;
    width: 100%;
}
.sent_msg p {
    background: #003455 none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: 100%;
}
.outgoing_msg {
    overflow: hidden;
    margin: 26px 0 26px;
    /* margin-left: -30px; */
}
.sent_msg {
    float: left;
    width: 50%;
}
.input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
}
.type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
}
.msg_send_btn {
    background: #003455 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    top: 11px;
    width: 33px;
}
.messaging {
    padding: 0 0 50px 0;
}
.msg_history {
    height: 516px;
    overflow-y: auto;
}
.notification {
    position: absolute;
    top: -12px;
    border: 1px solid #fff;
    right: 10px;
    font-size: 9px;
    background: #f44336;
    color: #ffffff;
    min-width: 20px;
    padding: 0px 5px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
    display: block;
}
.card [class*="card-header-"] .card-icon,
.card [class*="card-header-"] .card-text {
    border-radius: 15%;
}
.sidebar[data-color="orange"] li.active > a {
    border-radius: 0.5rem;
}
.card
    [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    border-radius: 0.5rem;
}
.card {
    border-radius: 0.5rem;
}

.btn.btn-sm, .btn-group-sm > .btn, .btn-group-sm .btn {
    margin-bottom: 5px;
}

.pulse-danger-note {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ee335e;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(34 192 60 / 90%);
    animation: pulse-danger 2s infinite;
    animation-duration: .9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
.btn .badge, .sp-container button .badge {
    position: relative;
    top: -9px;
    left: 65;
}
.note-count {
    margin-top: -2px;
    margin-right: 1px;
}
input.form-check-input {
    position: unset;
    margin-left: 2px;
}
