#primary .entry-header {
    width: 0 !important;
    display: none;
}

#primary .entry-content {
    width: 100% !important;
}

#primary .entry-content a {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.register {
    /* background: -webkit-linear-gradient(left, #3931af, #00c6ff); */
    margin-top: 3%;
    padding: 3%;
    width: 100%!important;
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 4%;
    font-size: 18px;
}

.register-left input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}

.register-right {
    /*background: #f8f9fa;*/
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    z-index: 1;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}

#copy_btn {
    cursor: pointer;
}

.register .register-form {
    padding: 10% 0 1% 0;
    margin-top: 10%;
    min-height: 411px;
    max-height: auto;
}

.btnRegister {
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}

.let-input-border {
    border: 1px solid #b9b9b9 !important;
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}

.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
    border: none;
}

.register .nav-tabs .nav-link.active {
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

.err_div {
    margin-bottom: -1.1rem;
    color: red;
    font-size: 0.8rem;
}

.user_error {
    text-align: center;
    padding: 1.5rem;
    font-weight: 500;
    font-size: 1rem;
    border: 1px solid rgb(178, 34, 34);
    background-color: rgb(240, 128, 128, 0.2);
    color: rgb(220, 20, 60);
}

.scroll_table_500 {
    max-height: 500px;
    min-height: 100px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}

@media (max-width:600px) {
    .scroll_table_500 table {
        display: inline-block!important;
        overflow-y: scroll!important;
    }
}

.scroll_table_500::-webkit-scrollbar {
    width: 0 !important
}

.scroll_table_500::-webkit-scrollbar {
    background: transparent;
}

.scroll_table_500::-webkit-scrollbar-thumb {
    background: transparent;
}

.umw-tp .table td,
.table th {
    padding: .4rem!important;
}

.pagination {
    padding: 20px!important;
}

.umw-note {
    border-left: 5px solid red!important;
    border-top: 1px solid #dee2e6!important;
    border-bottom: 1px solid #dee2e6!important;
    border-right: 1px solid #dee2e6!important;
    padding: 0.5rem!important;
}

.color69 {
    color: #696969!important;
}

.color51 {
    color: #515151!important;
}

.font09 {
    font-size: 0.9rem!important;
}

.view_img {
    max-width: 20px;
    max-height: 20px;
}

.let-form-control,
.regular-text,
.let-btn,
.page-link,
.let-border-r {
    border-radius: 0!important;
}

.animated_price {
    font: 700 1em/1 "Oswald", sans-serif;
    letter-spacing: 0;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
    /* Clip Background Image */
    background: url(../images/animated_text_fill.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    /* Animate Background Image */
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    /* Activate hardware acceleration for smoother animations */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}


/* Animate Background Image */

@-webkit-keyframes aitf {
    0% {
        background-position: 0% 80%;
    }
    100% {
        background-position: 100% 80%;
    }
}

.let-bg-purple {
    background-color: #9f2876!important;
}

.let-bg-green-lite {
    background-color: #e2eabb73!important;
}

.text-dark-blue {
    color: #154b5b!important;
}

.selector {
    display: flex;
    height: 36px;
    width: 360px;
    align-items: center;
    justify-content: center;
}

.reg-box-shadow {
    box-shadow: 0px 0px 10px 5px #aaa;
}

@media (min-width: 970px) {
    .reg-box-shadow {
        max-width: 50% !important;
    }
}


/*  ul.pagination li{
    display:inline-block;
    padding:2px;
  }
  ul.pagination{
    text-align:left;
  }
.dataTables_paginate{
  text-align:left!important;
}*/


/*a.tool-btn {
    margin-left: 51px;
}*/

.dataTables_paginate ul.pagination {
    list-style: none;
    display: flex;
}

.dataTables_paginate ul.pagination li.page-item a.page-link {
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #35495d;
}

.dataTables_paginate ul.pagination li.page-item a.page-link:hover,
.dataTables_paginate ul.pagination li.page-item a.page-link:focus {
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: white;
    text-decoration: none;
    box-shadow: none;
    background: blue;
}

.dataTables_paginate ul.pagination li.active a {
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #35495d;
    text-decoration: none;
    box-shadow: none;
    background: #ddd;
}

@media (max-width: 780px) {
    .let-overflow-text {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 400px;
        white-space: nowrap;
    }
}

@media (max-width: 990px) {
    .let-min-991 {
        display: none;
    }
    .let-max-990 {
        display: block;
    }
    .let-overflow-text {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%px;
        white-space: nowrap;
    }
}

@media (min-width: 991px) {
    .let-min-991 {
        display: block;
    }
    .let-max-990 {
        display: none;
    }
    .let-overflow-text {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
    }
}

tr.let-text-center th,
tr.let-text-center td {
    text-align: center;
}

.umw_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
    display: none;
}

img {
    outline: none!important;
}

table {
    border: -2px;
    /* background-color: green !important; */
}

input[type="text"],
input[type="email"],
input[type="password"] {
    background-color: unset!important;
}


/*form radius*/

#sidebarToggleTop {
    border: 1px solid transparent;
    width: 52px !important;
    height: 40px !important;
}

#sidebarToggleTop:hover {
    color: white !important;
    background: darkgrey !important;
}

#sidebarToggleTop:focus {
    outline: none !important;
    width: 47px !important;
    height: 40px !important;
}

.let-btn-check:focus+.let-btn,
.let-btn:focus {
    box-shadow: none !important;
}

input {
    box-shadow: none !important;
}

.richText-btn {
    color: #2271b1 !important;
}

.paginate_button {
    border: none!important;
    margin: 0 !important;
}

table:not(.has-background) th {
    background: none;
}

.acc_info:hover {
    color: black !important;
    background-color: #d5d5d5;
    border-color: #d5d5d5;
}

.previous {
    padding: 0px;
}

#umw_hide_password {
    display: inline;
    position: relative;
    top: -30px;
    left: 86.5%;
    font-size: 20px;
    display: none;
}

#umw_show_password {
    display: inline;
    position: relative;
    top: -30px;
    font-size: 20px;
    left: 87%;
}

.umw_onloader {
    color: #5a5c69;
    font-size: 35px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em !important;
    height: 1em !important;
    border-radius: 50%;
    margin: 72px auto;
    position: fixed;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.9s infinite ease, round 1.9s infinite ease;
    animation: load6 1.9s infinite ease, round 1.9s infinite ease;
    z-index: 2;
    top: 43%;
    left: 48%;
    display: none;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.show_loader {
    display: block;
}

a:focus {
    outline: none!important;
}

.dataTables_filter input {
    width: 79%;
}

#copy_button:hover {
    background-color: #609dde !important;
}


/* chat page css */

.chat_placeholder {
    height: 100%;
    background: #fbe0e0;
}

.chat_placeholder>div {
    width: 450px;
    margin: auto;
    text-align: center;
    max-width: 90%;
}

.chat_placeholder .placeholder-icon {
    font-size: 80px;
    color: #bbb;
}

.chat-sidebar {
    height: calc(100vh - 100px);
    background: #ccc;
    border-right: 1px solid #ccc;
}

.chat-user-search .chat-user-serach-icon {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #ccc;
    font-size: 24px;
}

.chat-user-search #chat-user-search-input {
    color: #999;
    border-color: #ccc;
}

.chat-sidebar .user-info h4,
.current-user-info .user-info h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.chat-sidebar .user-info p,
.current-user-info .user-info p {
    font-size: 12px;
    margin-bottom: 0;
}

.chat-sidebar .user_image img,
.current-user-info .user_image img {
    height: 35px;
    width: 35px;
}

.current-user-info {
    background: #fff;
    border: 1px solid #ccc;
}

.chat-users-list {
    padding: 0;
    list-style: none;
    height: calc(100% - 50px) !important;
    overflow: scroll;
}

.chat-users-list .users-list-item {
    background: #fff;
    padding: 12px;
    border: 1px solid #ccc;
}

.chat-users-list .users-list-item.active {
    background: #146c4b;
    color: #fff;
}

.chat-users-list .empty-search-result {
    display: flex;
    justify-content: center;
    background: #ffff;
    height: 100%;
}

.chat-message-list {
    height: calc(100vh - 230px);
    overflow: scroll;
    padding: 10px;
    border: 1px solid #ccc;
}

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

.message-block .user_image {
    margin-right: 15px;
}

.message-block .user_image img {
    height: 50px;
    min-height: 50px;
    width: 50px;
    min-width: 50px;
}

.live_chat .messages_count {
    background: #f40b0b;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    padding: 3px 5px;
    font-weight: bold;
}

.chat-input-bar {
    padding: 10px;
    border: 1px solid #ccc;
}

.message-block .message {
    background: #146c4b;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    position: relative;
    z-index: 9;
    margin-top: 5px;
    max-width: calc(100% - 125px);
}

.message-block .message-time {
    font-size: 10px;
}

.message-block .message::before {
    content: "";
    background: #146c4b;
    width: 40px;
    height: 15px;
    display: block;
    position: absolute;
    left: -5px;
    top: 0;
    border-bottom-left-radius: 40px;
    z-index: -10;
}

.message-block.inverse .message {
    background: #6f6e6e;
}

.message-block.inverse {
    flex-direction: row-reverse;
}

.message-block.inverse .user_image {
    margin-left: 15px;
}

.message-block.inverse .message::before {
    right: -5px;
    left: unset;
    background: #6f6e6e;
    border-bottom-right-radius: 40px;
}