.btnremove {
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    /* padding: 10px; */
    border-radius: 36px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border: 0;
    color: #BF1E2D;
    text-decoration: none;
    /* display: flex;
    align-items: center;
    flex-wrap: nowrap; */
    background-color: #f2f2f2;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: auto;
    /* width: 98%; */
    padding: 10px 20px;
}

.btnremove .iconsize {
    width: 28px;
}

.btnremove:hover {
    border: 0;
    color: #ffffff;
    text-decoration: none;
    background-color: #FF2135;
}

.more,
.more2 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 20px;
}

.moredisable {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 20px;
    cursor: pointer;
}

.browse .btn-main {
    margin-top: 20px;
    cursor: pointer;
}

.browse #upload_file {
    cursor: pointer;
}

.cover {
    position: relative;
    overflow: hidden;
    margin: 0;
    object-fit: cover;
    background-size: cover !important;
    background-position: center center !important;
    display: flex;
    justify-content: center;
    position: relative;
}

.cover img {
    /* left:50%;
    right:50%;
    top:50%;
    bottom:50%; */
    position: absolute;
    /* height:100%; */
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cover_profile {
    width: 85px;
    height: 85px;
    justify-content: center;
    display: flex;
    align-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
    /* display: inline-block; */
    border-radius: 50%;
    text-align: center;
}

.cover_profile.showmain {
    width: 140px;
    height: 140px;
    margin: auto;
    margin-bottom: 20px;
}

.cover_car {
    width: 90%;
    height: 160px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 5%;
}

.cover_photo {
    width: 90%;
    height: 120px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 5%;
    box-shadow: 3px 3px #999;
    border: 2px solid #333;
    cursor: pointer;
}

.cover_photo:hover {
    box-shadow: 4px 4px #999;
}

.boxing span {
    position: absolute;
    right: 25px;
    top: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 18px;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.boxing span:hover {
    background-color: rgba(0, 0, 0, 1);
}

.cover_profile.showitem {
    width: 140px;
    height: 140px;
    margin: auto;
    margin-bottom: 0px;
}

.cover.people {
    border-radius: 50%;
    display: inline-block
}

.threedot {
    width: 20px;
    height: 20px;
    padding: 10px;
    text-align: center;
    background-position: center;
    background-size: auto 90%;
    border-radius: 50%;
    transition: 0.5s;
    background-color: #fbfbfb;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: 20px;
    margin-top: 20px;
    z-index: 1;
}

.threedot:hover {
    background-color: #f2f2f2;
    transition: 0.5s;
}

.gm-style .gm-style-iw-c {
    padding: 20px 15px 20px 15px;
}

.tablist {
    overflow: auto;
    max-height: calc(100vh - 350px);
    padding: 20px;
}

.tablist.main {
    max-height: calc(100vh + 200px);
}


/* body .modal-dialog {
    max-width: 100%;
    width: auto !important;
    display: flex;
}

.modal {
    z-index: -1;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal-open .modal {
    z-index: 1050;
}

#zoll_moniter {
    cursor: pointer;
} */

#zoll_moniter {
    cursor: pointer;
}

#form_validate_99 .form-check label {
    margin-left: 10px;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

#form_validate_99 .form-check-input {
    margin-top: 0px !important;
}

.swal2-styled.swal2-confirm {
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: #FF2135 !important;
}

.swal2-styled.swal2-deny {
    background-color: #fae3e5 !important;
}


/*message*/

.messaging img {
    max-width: 100%;
    height: auto;
}

.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: #05728f;
    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;
}

.chat_list:hover {
    background: rgba(255, 217, 217, 0.5);
    cursor: pointer;
}

.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: 57%;
}

.mesgs {
    float: left;
    padding: 30px 15px 0 25px;
    width: 60%;
}

.sent_msg p {
    background: #05728f 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;
}

.sent_msg {
    float: right;
    width: 46%;
}

.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;
    background: #fff;
}

.msg_send_btn,
.msg_send_btn_all {
    background: #05728f none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
}

.msg_send_btn_all {
    background: #FF2135 none repeat scroll 0 0;
}

.messaging {
    padding: 0 0 30px 0;
}

.msg_history {
    height: 516px;
    overflow-y: auto;
}

.msg_history a {
    color: #f7b4b4;
}

.chat_list.active {
    background: #f7e8e8;
}

.boxallmessage {
    width: 100%;
    display: table;
    border: 1px solid #c4c4c4;
    clear: both;
    overflow: hidden;
}

.mesgsall {
    float: left;
    padding: 20px 15px 5px 25px;
    width: 100%;
    background: #fff;
}

.boxallmessage h4 {
    font-size: 16px;
}

input.write_msg_all:focus,
input.write_msg:focus {
    outline: none;
}

.boxing {
    position: relative;
}

.sidebar {
    background-image: url(../images/bg.png);
    background-repeat: repeat-y;
    background-position: center bottom;
    background-size: cover;
    min-height: 100vh;
    margin-left: 0px;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    /* position: fixed;
     height: 100vh;
    */
    position: absolute;
    height: 100%;
    z-index: 2;
}

@media (max-width: 1122px) {
    .em-ambulance td {
        width: 100% !important;
        display: block !important;
    }
}

.container-fluid {
    margin-top: 110px;
}

#content-wrapper {
    margin-left: 295px;
    width: calc(100% - 295px);
}

@media (max-width:1920px) {
    #content-wrapper {
        margin-left: 250px;
        width: calc(100% - 250px);
    }
    .topbar {
        position: fixed !important;
        width: calc(100% - 250px);
        top: 0px;
        z-index: 9;
    }
}

@media (max-width:1440px) {
    #content-wrapper {
        margin-left: 100px;
        width: calc(100% - 100px);
    }
}

.searchtop {
    width: 250px;
    margin-right: 20px;
}

.navimg {
    width: 35px;
    display: inline-block;
    margin-top: -25px;
    padding-top: 25px;
    margin-left: -10px;
    margin-right: 20px;
}

.spacemobile {
    display: none;
}

@media (max-width:414px) {
    .navimg {
        width: 35px;
    }
    .nav-item {
        margin-bottom: -2px;
    }
    .topbar {
        margin-left: auto;
        position: fixed !important;
        width: calc(100% - 1px);
        top: 0px;
        z-index: 9;
    }
    #content-wrapper {
        margin-left: 0px;
        width: calc(100% - 0px);
    }
    .container-fluid {
        padding-left: 15px;
        padding-top: 100px;
    }
    .searchtop {
        width: 250px;
        margin-right: 2px;
    }
    #searchDropdown {
        margin-left: 40px;
    }
    .spacemobile {
        display: block;
        width: 100%;
        height: 70px;
    }
}

@media (max-width:250px) {
    .navimg {
        display: none;
    }
    .nav-item {
        margin-top: 5px;
        margin-bottom: -2px;
    }
}

.topbar .navbar-search {
    width: 65% !important;
}

@media (max-width: 1800px) {
    .topbar .navbar-search {
        width: 59% !important;
    }
}

@media (max-width: 1700px) {
    .topbar .navbar-search {
        width: 57% !important;
    }
}

@media (max-width: 1600px) {
    .topbar .navbar-search {
        width: 55% !important;
    }
}

@media (max-width: 1440px) {
    .topbar .navbar-search {
        width: 561% !important;
    }
}

@media (max-width: 1366px) {
    .topbar .navbar-search {
        width: 49% !important;
    }
}

@media (max-width: 1280px) {
    .topbar .navbar-search {
        width: 46% !important;
    }
}

@media (max-width: 1122px) {
    .topbar .navbar-search {
        width: 40% !important;
    }
}

@media (max-width: 1024px) {
    .topbar .navbar-search {
        width: 35% !important;
    }
}

@media (max-width: 991px) {
    .topbar .navbar-search {
        width: 41% !important;
    }
}

@media (max-width: 834px) {
    .topbar .navbar-search {
        width: 32% !important;
    }
}

@media (max-width: 768px) {
    .topbar .navbar-search {
        width: 27% !important;
    }
}

.form-control:disabled,
.form-control[readonly] {
    background: #f3f3f3;
    color: #979797
}

.btn-light {
    display: block;
    width: 100%;
    min-height: 45px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.3;
    color: #383838;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #3a3b45;
    background-color: #f8ecee;
    border-color: #BF1E2D;
}

.btn-light:hover {
    color: #3a3b45;
    background-color: #fff;
    border-color: #BF1E2D;
    box-shadow: 0 0 0 0.2rem rgba(250, 111, 111, 0.5);
}

.btn-light:focus,
.btn-light.focus {
    color: #3a3b45;
    background-color: #fff;
    border-color: #d1d3e2;
    box-shadow: 0 0 0 0.1rem rgba(220, 221, 225, 0.5);
}

.b-check:hover input~.checkmark {
    background-color: #fff;
    border: 2px solid #108E21;
    box-shadow: 0 0 0 0.1rem rgba(220, 221, 225, 0.5);
}

.b-check:hover input:checked~.checkmark {
    background-color: #5abd6b;
    border: 1px solid #108E21;
}

.sidebar-new .nav-submenu .nav-item .nav-link {
    font-size: 15px;
}

.sub1 #sub1,
.sub2 #sub2,
.sub3 #sub3,
.sub4 #sub4,
.sub5 #sub5,
.sub6 #sub6 {
    color: rgba(250, 250, 250, .7);
}

.sidebar-new .nav-submenu .nav-item a:hover {
    color: #fff !important;
}
.checkbox-control input[type='checkbox'] {
    margin-top: 0;
    position: absolute;
    z-index: 5;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
.item-list>li {
    list-style: none;
    float: left;
}
.checkbox-control input[type='checkbox'] {
    margin-top: 0;
    position: absolute;
    z-index: 5;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
.operation-form .check-group .item-list li+li {
    margin-top: 12px;
}

.item-list.fluid>li {
    width: 100%;
}
.operation-form .card-header .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1em;
    color: #BF1E2D;
}

.title {
    margin: 0;
    line-height: 1.2em;
}
.operation-form .check-group .checkbox-control.not .title {
    background-color: #fff;
    border-color: #BF1E2D;
    color: #BF1E2D;
}
.operation-form .check-group .checkbox-control .title {
    position: relative;
    background-color: #C9C9C9;
    border-radius: 8px;
    text-align: center;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 1px solid transparent;
}

.checkbox-control .title {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    display: block;
}
.radio-control input[type='radio'] {
    margin-top: 0;
    position: absolute;
    z-index: 5;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.operation-form .check-group .radio-control .title {
    position: relative;
    background-color: #C9C9C9;
    border-radius: 10px;
    text-align: center;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 1px solid transparent;
}

.body-f-div-form.tag , .body-b-div-form.tag {
    min-width: 150px;
    text-align: center;
    /* padding: 3px; */
}

.onlinePage {
    position: fixed;
    bottom: 0px;
    left: 20px;
    z-index: 99999;

  background: #fff;
  margin-bottom: 30px;
  padding: 15px 20px;
  opacity: 0.9;
  border-radius: 5px;
  font-size: 15px;
}

.checkmark2 {
    position: absolute;
    top: -10px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #e4e6ef;
  }

  tr.submenu {
    background: #f0f0f0;
  }

  .nav-link.active {
    background-color: #e90d22;
  }
  .card_itemset .more  ,  .card_itemset .moredisable{
    transition: none;
    margin-top: 10px;
    padding: 0px;
  }
  .card_itemset .more a  ,  .card_itemset .moredisable a{
    padding: 10px;
    display: block;
  }


  .siems_date {
    margin-top: 5px;
    min-height: 45px;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.3;
  color: #383838;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }