@import url('https://fonts.googleapis.com/css?family=Poppins:400,500');
body {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}
#swal2-content {
    font-size: 15px;
}
.table.table-striped.table-bordered th {
    background-color: #0b0bc1;
    border: 0px !important;
    color: #fff;
    padding: 12px 10px !important;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f4fbff !important;
}
table td{
    padding:12px 12px !important;
}
.sidebar {
    background-color: #0b0bc1 !important;
    box-shadow: 16px 1px 22px -4px rgba(191, 191, 202, 0.41);
position: relative;
z-index: 9;
}.home-category-item img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}
.navigation li a {
    color: #fff;
}
.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
    background-color: #fff;
    color: #0b0bc1;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: rgba(0, 0, 0, 0.15);
    color: #000;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #000;
}
.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    border-bottom-color: rgb(24, 180, 255);
    border-bottom-color: #fff;
    box-shadow:0 18px 14px -13px rgba(11, 11, 193, 0.05);
    position: relative;
    z-index: 99;
}
.navigation li a:hover, .navigation li a:focus {
    background-color: #fff;
    color: #0b0bc1;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000;
}
.view-page .form-group label{
    font-weight: bold;
}.view-page .form-group span{
    padding-right:10px;
}
.view-page .form-group label, .view-page .form-group p{
    font-size: 15px;
}
.image-logo .img-circle.img-responsive {
    background: #e7e7e7;
    padding: 8px;
}
.search-form{
    padding-left: 20px;
}
.btn-success {
    color: #fff;
    background-color: #0b0bc1 !important; 
    border-color: #0b0bc1 !important;
}
.btn-primary {
    color: #fff;
    background-color: #0b0bc1;
    border-color: #0b0bc1;
}
.btn-success:hover {
    color: #3774fa;
    background-color: #fff !important;
    border-color: #3774fa !important;
}
.logo-img{
    width: 43px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.navbar {
    padding-top: 3px;
    padding-bottom: 6px;
}
.navbar-brand > img {
    height: 29px;
    width: 126px;
    margin: 9px;
}
.breadcrumb li a .fa {
    margin-right: 10px;
}
.page-title {
    padding: 15px 0px !important;
}
td .Active{
    color: #fff;
    background-color: green;
    padding: 3px 12px;
    font-size: 12px;
    border:1px solid green;
}
td .Inactive{
    color: #fff;
    background-color: red;
    padding: 3px 12px;
    font-size: 12px;
    border:1px solid red;
}
td .Active:hover{
    border:1px solid green;
    color:green;
    background-color: #fff;
}
td .Inactive:hover{
    border:1px solid red;
    color:red;
    background-color: #fff;
}
/* services tab */
.mytabs > li.active > a, .mytabs > li > a:hover, .mytabs > li > a:focus , .mytabs > li.active > a:hover ,.mytabs > li.active > a:focus{
    color: #000;
    border-bottom: 3px solid #3774fa !important;
    border: 0px;
}
.mytabs > li > a{
    border-bottom: 3px solid transparent !important;  
    border: 0px;
    margin-right: 10px;
}
.mytabs {
    border-bottom:0px;
    margin-bottom: 27px;
}
.steps-form h3 {
    margin: 0px 0 15px;
    font-size: 15px;
}
.steps-form h3 span{
    border-bottom: 2px solid #3774fa;
    padding: 8px 15px 9px 0px;
}
h5.panel-title{
    font-weight: 501;
}
.dropdown.dropdown-user.open i.caret {
    transform: rotate(180deg);
    position: relative;
    top: 2px;
}
i.caret{
    transition: 0.8s;
}
.dropdown-menu .fa.fa-lock {
    font-size: 16px !important;
    margin-left: 3px;
}
.panel {
    border-color: #f0eeee;
}
img.profile{
    width:110px;
    height:110px;
    border-radius:50%;
    border: 2px solid #e3e2e2;
}
.choose-services input{
    display:inline;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.choose-services .col-md-6{
    margin-bottom: 11px;
}
.sidebar .fa.fa-user {
    font-size: 17px;
} .mycheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mycheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: transparent;
    border: 2px solid #ddd;
}
.mycheck:hover input ~ .checkmark {
    background-color: #ccc;
}
.mycheck input:checked ~ .checkmark {
    background-color: #3774FA;
    border: 0px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.mycheck input:checked ~ .checkmark:after {
    display: block;
}
.mycheck .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.staticpages.view.row {
    padding: 0 18px 10px;
}
#tab_1 img.profile{
    margin: auto;
    margin-top: 80px;
    display: block;
}
.staticpages.row .col-md-12{
    margin-bottom: 4px;
}
/* services */
.option-field .fa.fa-circle-o {
    margin: 12px 10px 9px 0;
}
.draggable {
    background: #fff;
    padding: 27px 20px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 15px 1px rgba(93, 81, 119, 0.2);
    border-radius: 5px;
}
.handle.ui-sortable-handle {
    background: #fff;
    display: block;
    /* float: right; */
    padding: 9px;
    text-align: center;
    font-size: 20px;
    cursor: move;
    padding-top: 0;
}
.question-values {
    margin-top: 20px;
    margin-bottom: 10px;
}
a.remove-option {
    float: right;
    box-shadow: 0px 0px 10px 3px rgba(131, 130, 140, 0.17);
    padding: 3px 7px;
    font-size: 14px;
    border-radius: 50%;
    font-weight: 900;
    margin-top: 5px;
}
.item-action {
    text-align: right;
}
.option-div {
    margin-bottom: 15px;
}
.item-action .btn {
    padding: 13px;
}
.item-action .btn-group {
    margin-left: 10px;
    float: right;
}
.handle.ui-sortable-handle.hidde {
    opacity: 0;
    pointer-events: none;
}
i.la.la-circle {
    font-size: 24px;
    float: left;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 10px;
}
label.option-field {
    width: 92%;
    padding: 0px;
    display: flex;
}
input.option-text.form-control {
    width: 100%;
    background-color: #f2f3f8;
    border-color: #f2f3f8;
}
i.fa.fa-square-o {
    font-size: 18px;
    float: left;
    vertical-align: middle;
    margin-top: 13px;
    margin-right: 8px;
}
.draggable-container input.form-control {
    padding: 0.60rem 1.0rem !important;
    background: #f2f3f8;
    border: none;
    height: 42px;
}
.sidenav {
    width: 130px;
    position: fixed;
    z-index: 1;
    top: 20px;
    left: 10px;
    background: #eee;
    overflow-x: hidden;
    padding: 8px 0;
}
.services #sidebar {
    position:fixed;
    overflow:hidden;
}
.add-question {
    color: 
        #333;
    font-size: 28px;
    font-weight: 900 !important;
}
.services .la.la-plus-circle {
    font-weight: 800;
}
.remove-option {
    color:red !important;
}

.services .m-portlet {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    background-color: #ffffff;
}
.services .m-portlet__body{
    padding: 19px 19px 8px;
}
.item-action .fa.fa-trash {
    font-size: 18px;
}
.no-data-img {
    margin: auto;
    text-align: center;
    display: block;
    width: 250px;
}
.modal .modal-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.modal-header .close{
    top: 31%;
    font-size: 26px;
}
.modal label {
    font-weight: 401;
    font-size: 14px;
}
.table-responsive {
    margin-bottom: 14px;
}
table td ul{
    margin:0px;
}
table ul li i{
    padding: 5px;
    color: #fff;
    border-radius: 18px;
    border:1px solid transparent; 
    font-size: 12px !important; 
}
table ul li .fa.fa-eye {
    background-color: #3774fa;
}
table ul li .fa.fa-pencil , table ul li .fa.fa-comments-o{
    background-color: #f16521;
}
table ul li .fa.fa-trash {
    background-color: red;
}
table ul li .fa.fa-eye:hover {
    background-color: #fff;
    border:1px solid #3774fa;
    color:#3774fa;
}
table ul li .fa.fa-pencil:hover , table ul li .fa.fa-comments-o:hover{
    background-color: #fff;
    border:1px solid #f16521;
    color:#f16521;
}
table ul li .fa.fa-trash:hover {
    background-color: #fff;
    border:1px solid red;
    color:red;
}
table ul li{
    padding-right: 4px !important;
}
.question-values input[type="checkbox"], .question-values input[type="radio"] , .question-values input{
    position: relative;
    bottom: 3px;
    margin-right: 10px !important;
    font-size: 14px;
}
.doctor-select{
    display: none;
} 
a.label.label-Confirmed , a.label.label-Completed ,.label.label-Completed , a.label.label-Assigned{
    background: green;
}
a.label.label-Pending , .label.label-Pending{
    background: blue;
}
.label.label-Accepted {
    background: #ff8ea1;
}
.label.label-Cancelled {
    background: red;
}
.chatprofile {
       width: 24px;
    height: 25px;
    margin-right: 7px;
}
.chat-users-list{
    height: 453px;
    display: block;
    overflow: auto;
    background-color: #fff;
        padding: 0;
        margin:0px;
}
.chat-users-list > li.active > a, .chat-users-list > li.active > a:hover, .chat-users-list > li.active > a:focus {
    color:#fff;
    background-color: #f2f2f2;
    padding: 0px 4px;
        border-radius: 0px;
}
.chat-users-list > li a{
    padding: 0px 4px;
}
.chat-users-list > li.active .chatsindex {
    border: 0px;
}
.chat-users-list li {
       width: 100%;
    margin: 0;   
}
.chat-users-list li:first-child{
     font-size: 17px;
    color: #1c1f7e;
}
.chat-users-list li:hover {
    background-color: #fbfbfb;
}
.chat-users-list li .nav-link {
    margin: 0px;
}
.flex-column {
    flex-direction: column !important;
}
.no-chats {
    margin-top: 23px;
    font-size: 16px;
}
.chatsindex {
    padding: 14px 3px;
    margin: 0px 5px;
        color: #000;
        border-bottom: 1px solid #ddd;
}.total_count {
   background: #eaeaea;
color: #0b0bc1;
    font-weight: 600;
    border-radius: 50%;
    margin: 0px 3px;
    font-size: 11px;
    float: right;
    width: 22px;
    height: 20px;
    text-align: center;
    padding: 2px
}
.chatsindex i {
    margin-top: 0px;
    margin-left: 6px;
        margin-right: 11px;
}
.chatsindex i.fa.fa-map-marker {
    font-size: 15px;
    margin-left: 8px;
}
.chatsindex .name {
   font-size: 13px;
color: #808080;
}
.chatsindex .address{
    font-size: 12px;
    color: #848181;
    }
.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
    color: #fff;
    background-color: #f06313 !important;
    padding: 0px;
    padding-left: 17px;
}.all_msgs p span {
    color: #fff;
    background: #f06313;
    padding: 4px 2px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 4px;
    margin-right: 9px;
}.all_msgs p {
    color: #fff;
    margin-bottom: 0px;

}.all_msgs .admin p{
    color: #fff;
}.all_msgs .chat_time {
    color: #b1b0b0;
    font-size: 11px;
    text-align: right;
    padding-bottom: 3px;
    margin-right: 14px;
    position: relative;
top: 10px;
}.all_msgs .admin .chat_time{
    text-align: left;
    color: #a4a3a3;
}.all_msgs .user {
  background-color: #01b9ff;
   padding: 8px 28px;
margin-bottom: 10px;
border-radius: 28px;
    width: auto;
    display: inline-block;
    float: left;
}
.all_msgs .fa.fa-check {
    color: #18a3f7;
    margin-right: 10px;
}.chat_time.lefttime{
float: left;
margin-left: 12px;
}
.all_msgs .admin {
    background-color: #01b9ff;
   padding: 8px 28px;
margin-bottom: 10px;
border-radius: 28px;
float: right;
width: auto;
font-size: 14px;
}.input-group-addon {
    padding: 0px;
}.chat-page .tab-content{
    height: 500px;
    background: #f0f0f0;
}.input-group .btn {
    margin-bottom: 0px;
}
.messageside {  
    height: 510px;
      background-image: url(../../img/wallpaper.png);
background-size: contain;
            box-shadow:0 0px 18px -10px rgba(201, 201, 255, 0.39);
border: 1px solid #fff;
}.matchheght {
    height: 350px;
    overflow-y: scroll;
    
}.prescriptions {
    height: 43px;
    margin-bottom: 0px;
    width: 50px;
    background: #6610f2;
    padding-left: 7px;
    padding-top: 3px;
}.chatimages input {
    opacity: 0;
    position: absolute;
}.chatimages i {
    font-size: 35px;
    background: #6610f2;
    color: #fff;
}.preview {
    position: absolute;
    top: -108px;
    width: 0px;
     left: 23px;
}.preview img {
    width: 100px;
    height: 100px;
}.remove-file i {
    color: #fff;
    background: red;
    padding: 8px;
    padding: 3px;
position: absolute;
left: -1px;
}
.all_msgs {
    padding: 0 16px;
    display: flow-root;
    text-align: right;
}
.chatimg {
    width: 125px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #eee;
    transition: all .4s cubic-bezier(0.565, -0.260, 0.255, 1.410);
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    height: 125px;
    object-fit: cover;
    display: block;
    margin-top: 11px;
}
.emojis {
/*    position: absolute;
    display: block;
    height: 27px;
    z-index: 100;*/
    cursor: pointer;
    /*bottom: 11px;*/
    font-size: 25px;
    margin-left: 12px;
}
.emojis #file {
/*    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;*/
width: 195px;
height: 51px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: 1;
cursor: pointer;
}
.sendbtn {
    position: absolute;
    display: block;
    right: 0px;
    z-index: 100;
    cursor: pointer;
    bottom: 0;
    color:  #e9750e;
    background-color: #01b9ff;
padding: 7px 11px;
border-radius: 10px;
color: #fff;
}
.messagebox {
/*    position: absolute;
      bottom: 13px;*/
    width: 100%;
        border-bottom: 2px solid #efefef;
        margin-left: 11px;
}
.messagebox input.textarea {
    width: 100%;
    height: 47px;
    z-index: 99;
    background: #eaeaea;
    border: none;
    outline: none;
    padding-left: 18px;
    color: #666;
    font-weight: 400;
    border-radius: 10px;
}
button{
    transition: all 0.4s;
}
.emojis button:hover {
   background-color: #0b0bc1;
color: #fff;
}
.sendbtn:hover {
    background-color: #0b0bc1;
    color: #000;
}
.emojis button {
    font-size: 14px;
    color: #fff;
    background-color: #01b9ff;
    border: 1px solid transparent;
    padding: 10px 20px 11px;
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
    border-radius: 9px;
    font-weight: 401;
}
.emojis button .fa.fa-paperclip {
    font-size: 25px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    transform: rotate(-90deg);
}
.messagebox button {
    background-color:  transparent;
    color: #fff;
    border: 0px;
    font-size: 22px;
}
.la, .las {
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.chat-header .profile {
    width: 40px;
    height: 40px;
    border:1px solid transparent;
    border-radius: 50%;
    margin-right: 10px;
}
.chat-header{
    padding: 9px 10px;
   background-color: #fff;
    margin-bottom: 9px;
        color: #000;
        box-shadow: 0 18px 14px -13px rgba(0, 0, 247, 0.05);
}
.message_content .backbtn {
    margin: 0px 0px 10px;
    display: none;
}
.msg-product img {
    width: 100px;
    height: 100px;
}
.msg-product {
    padding: 18px;
    background-color: #ffffff9c;
    margin: 12px 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
.msg-product .media-body{
    width:100%;
}
.msg-product .time{
    color: #969494;
    }
    .msg-product span {
    float: right;
    position: relative;
    bottom: 25px;
    background-color: #153f7d;
    color: #fff;
    padding: 3px 8px;
    font-size: 11px;
    border-radius: 13px;
}

 .my-reqs .media img{
    width: 100px;
    height: 90px;
    }
    .my-reqs .media h4,  .my-reqs .media h6{
        margin:0px;
    } 
 .my-reqs .media h6 , .my-reqs .media h6 p{
         padding-top: 0px;
        color: #6b6a6a;
    line-height: 21px;
        font-size: 13px;
    } 
.msg-product .media .media-body , .my-reqs .media .media-body{
        padding: 0 16px;
}
.my-reqs .media-left {
    min-width: 100px;
}
.msg-product .media .media-body h3{
        font-size: 17px;
    margin-top: 3px;
}
img.nochat {
        width: 100%;
    margin-top: 50px;
}
a.nochat:hover{
    color:#fff;
}
a.nochat{
        color: #fff;
    margin: auto;
    display: block;
    width: 150px;
    margin-top: 30px;
    background-color: #01b9ff;
}
p.nochat{
        font-size: 16px;
    color: #969595;
}
span.msg_count {
    font-size: 12px;
    position: absolute;
    bottom: 54px;
    background-color: #05857a;
    color: #fff;
    padding: 2px 5px;
    border-radius: 13px;
}
.videocall {
    padding: 5px 21px;
    background-color: #01b9ff;
    color: #fff;
    border-radius: 16px;
    margin: 4px 11px;
    font-size: 15px;
    border:1px solid #01b9ff;
}
.videocall:hover {
    color: #01b9ff;
    background-color: #fff;
    border-color: #01b9ff;
}
.videocall i{
    margin-right: 5px;
font-size: 17px;
}
.bottom-sec{
    position: absolute;
bottom: 0;
width: 100%;
}.product {
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.inbox {
    background-color: #01b9ff;
    margin: 0px;
    padding: 12px;
    color: #fff;
    font-weight: 500;
}
.welcome {
    margin-top: 100px;
}
.welcome img{
box-shadow: 0px 0px 13px -1px rgba(31, 32, 32, 0.18);
}
.listusers-side {
    box-shadow: 5px 0px 13px -7px rgba(0,0,0,.15);
    position: relative;
    z-index: 9;
}









   .multi_color img {
    margin-top: 31px;
}
 .multi_color {
        padding: 3px 14px;
        border: 1px solid #e6e6e6de;
        transition: all 0.3s;
        margin-bottom: 18px;
border-top-right-radius: 13px;
border-bottom-right-radius: 13px;
    }
    .multi_color:hover {
    box-shadow: 0 0px 14px 5px rgba(11, 11, 193, 0.05);
}
    .multicolor_bg .first .multi_color {
        background-color: #fff;
        border-left: 4px solid #eb3774;
    }   
    .multicolor_bg .second .multi_color {
        background-color: #fff;
        border-left: 4px solid #00aeef;
    }
    .multicolor_bg .third .multi_color {
        background-color: #fff;
        border-left: 4px solid #39b54a;
    }
    .multicolor_bg .fourth .multi_color {
        background-color: #fff;
        border-left: 4px solid #942b91;
    }
    .multi_color h2 {
        font-size: 36px;
    }
    .multicolor_bg .first .multi_color h2 ,  .multicolor_bg .first .multi_color h5, .multicolor_bg .first .multi_color i {
        color: #000;
    }
    .multi_color i {
        font-size: 25px;
        padding-top: 35px;
    }
    .multicolor_bg .second .multi_color h2, .multicolor_bg .second .multi_color h5, .multicolor_bg .second .multi_color i {
        color: #000;
    }
    .multicolor_bg .third .multi_color h2, .multicolor_bg .third .multi_color h5, .multicolor_bg .third .multi_color i {
        color: #000;
    }
    .multicolor_bg .fourth .multi_color h2, .multicolor_bg .fourth .multi_color h5, .multicolor_bg .fourth .multi_color i {
        color: #000;
    }
    .multicolor_bg .first:hover .multi_color h2 ,  .multicolor_bg .first:hover .multi_color h5, .multicolor_bg .first:hover .multi_color i {
        color: #eb3774;
    }
    .multicolor_bg .second:hover .multi_color h2, .multicolor_bg .second:hover .multi_color h5, .multicolor_bg .second:hover .multi_color i {
        color: #00aeef;
    }
    .multicolor_bg .third:hover .multi_color h2, .multicolor_bg .third:hover .multi_color h5, .multicolor_bg .third:hover .multi_color i {
        color: #39b54a;
    }
    .multicolor_bg .fourth:hover .multi_color h2, .multicolor_bg .fourth:hover .multi_color h5, .multicolor_bg .fourth:hover .multi_color i {
        color: #942b91;
    }











@media (min-width:992px){
    .message_content {
    padding-left: 0;
}
.listusers-side {
    padding-right: 0px;
}
}
@media (max-width:767px){
.navbar {
    padding-top: 12px;
    padding-bottom: 11px;
}
.sendbtn{
    right: 13px;
}
.messagebox{
    margin-left: 0px;
}
.matchheght {
    height: 315px;
}
.emojis {
    margin-top: 10px;
    margin-left: 0px;
}
.nav.navbar-nav.pull-right.visible-xs-block .fa.fa-user {
    font-size: 16px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}
}