body {
    background: #fff;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #171717;
    font-size: 16px;
}

.bigLogo img {
    width: 118px;
}

.counter {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #eb5d3e;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7px;
    top: 14px;
    padding: 3px;
    font-size: 10px;
    color: #fff;
    z-index: 9;
    border: 1px solid #eb5d3e;
}

.singleMessageCounter {
    position: absolute;
    width: 17px;
    height: 17px;
    background: #000;
    color: #eb5d3e;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5px;
    left: -10px;
    font-size: 9px;
}

.sidebar::-webkit-scrollbar {
    width: 0.7em;
}

.productThumWrapper {
    cursor: pointer;
}

.sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

h2 span {
    font-weight: 400;
}

h4.subTitle {
    font-weight: 700;
    font-size: 20px;
}

.full-width {
    width: 100%!important;
}

.loginContainer {
    /* background: url(../img/loginBg.png) top center no-repeat; */
    background-size: cover;
    /*width: 1400px; max-width: 1400px;*/
}

.loginLogo {
    margin-bottom: 60px;
}

.full-height-vh {
    min-height: 100vh;
    height: 100vh;
}

.loginBox {
    width: 500px;
}

.login-page .form-control {
    border: 2px solid #171717;
    display: block;
    width: 100%;
    border-radius: 0px;
    height: calc(3.25rem + 2px) !important;
    font-size: 20px;
    line-height: 1.5;
    color: #171717;
    text-transform: none;
    transition: 0.2s all linear;
}

.login-page .icon_field {
    padding-left: 47px !important;
}

.login-page input::placeholder{
    color: #171717;
    font-size: 20px;
    text-transform: uppercase;
}

.login-page input::-moz-placeholder {
    opacity: 1;
  }






.login-page a {
    color: #171717;
    transition: 0.2s all linear;
}

.login-page a:hover {
    color: #eb5d3e;
}

table .btn-primary {
    background: #ffffff;
    color: #171717;
    border-radius: 0px;
    position: relative;
    font-size: 19px;
}



.btn-primary {
    background: #171717;
    color: #ffffff;
    border-radius: 0px;
    position: relative;
    font-size: 19px;
    padding: 6px 30px 3px !important;
}

.btn-secondary {
    background: #eb5d3e;
    color: #fff;
    border-radius: 0px;
    position: relative;
    text-transform: uppercase;
    outline: none;
    border: 1px solid #eb5d3e;
}

.btn-tarsary {
    background: #828282;
    color: #fff;
    border-radius: 0px;
    position: relative;
    text-transform: uppercase;
    font-size: 19px;
    outline: none;
    border: 1px solid #eb5d3e;
}

.btn-tarsary:hover {
    background: #545454;
    color: #fff;
}

.primary_small_btn {
    padding: 5px 15px;
    font-size: 11px;
}

.login-page .btn-primary {
    font-size: 20px;
    width: 100%;
    font-weight: 700;
}

.icon_field {
    padding-left: 15px;
}

.loginBox span.icon {
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    left: 27px;
    top: 14px;
}

span.icon {
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    left: 27px;
    top: 10px;
    background-size: contain!important;
}

.icon_user {
    background: url(../img/userIcon.svg) center center no-repeat!important;
}

.icon_phone {
    background: url(../img/phone.svg) center center no-repeat!important;
}

.icon_password {
    background: url(../img/iconPassword.svg) center center no-repeat;
}

.icon_mail {
    background: url(../img/mailIcon.svg) center center no-repeat;
}

.red-text {
    color: #eb5d3e;
}

.menuLink {
    padding: 1rem 1rem;
}

.nav-treeview .nav-link {
    padding: .5rem 15px .5rem 52px;
}

.sidebar .nav-treeview .nav-link p {
    margin-left: 0px!important;
    font-size: 17px;
}

.card-body {
    padding: 0px;
}

.card-header {
    background-color:#171717!important;
    border-bottom: 0 solid rgba(0, 0, 0, 0.125)!important;
    color: #fff!important;
    text-transform: uppercase!important;
    border-radius: 0px!important;
}

.card {
    border: 2px solid rgb(48, 46, 47);
    border-radius: 0px;
}

.nav_icon {
    display: block;
    width: 30px;
    height: 24px;
    background: pink;
    float: left;
    transition: 0.18s all linear;
    /* background-size: contain!important;
    background-size: cover; */
}

.btnArrow {
    width: 10px;
    margin-left: 0;
    margin-top: -2px;
}

.darkHeader {
    background-color: rgb(255, 255, 255)!important;
    color: #000;
    font-weight: 400;
}

.darkHeader th {
    font-weight: 700;
}

.dashboardIcon {
    background: url(../img/icons/dashboard_icon.svg) center center no-repeat;
    background-size: 16px !important;
    background-position: center 7px !important;
}

.userManagementIcon {
    background: url(../img/icons/user_icon.svg) center center no-repeat;
    background-size: 15px;
}

.adminManagementIcon {
    background: url(../img/icons/admin_icon.svg) center center no-repeat;
    background-size: 20px;
    background-position: center 4px !important;
}

.subscriptionIcon {
    background: url(../img/icons/subscription_icon.svg) center center no-repeat;
    background-position: center 2px !important;
}

.transactionHistoryIcon {
    background: url(../img/icons/transaction_icon.svg) center center no-repeat;
}

.memberFeeIcon {
    background: url(../img/icons/dollar-icon.svg) center center no-repeat;
}

.categoryIcon {
    background: url(../img/icons/category_icon.svg) center center no-repeat;
    background-size: 23px;
    background-position: center 8px !important;
}

.trackingIcon{
    background: url(../img/icons/tracking-icon.svg) center center no-repeat;
    background-size: 20px;
    background-position: center 3px !important;
}
.contentIcon{
    background: url(../img/icons/content-icon.svg) center center no-repeat;
    background-position: center 5px !important;
}


.zonesIcon {
    background: url(../img/icons/zones-icon.svg) center center no-repeat;
    background-size: 20px !important;
    background-position: center 5px !important;

}

.dealsIcon {
    background: url(../img/icons/deals-icon.svg) center center no-repeat;
    background-size: 20px;
    background-position: center 8px !important;

}

.messageManagementIcon {
    background: url(../img/icons/messaging_icon.svg) center center no-repeat;
}

.informativePageIcon {
    background: url(../img/icons/informative_icon.svg) center center no-repeat;
}

.faqIcon {
    background: url(../img/icons/faq.svg) center center no-repeat;
    background-size: 21px;
}

.vipLinksIcon {
    background: url(../img/icons/vip.svg) center center no-repeat;
    background-size: 21px;
}

.nav-item:hover .faqIcon,
.nav-item.active .faqIcon {
    background: url(../img/icons/faqHover.svg) center center no-repeat;
    background-size: 21px;
}

.nav-item:hover .vipLinksIcon,
.nav-item.active .vipLinksIcon {
    background: url(../img/icons/vipHover.svg) center center no-repeat;
    background-size: 21px;
}

/* .nav-item:hover .userManagementIcon,
.nav-item.active .userManagementIcon {
    background: url(../img/icons/user_iconHover.svg) center center no-repeat;
}

.nav-item:hover .adminManagementIcon,
.nav-item.active .adminManagementIcon {
    background: url(../img/icons/admin_iconHover.svg) center center no-repeat;
} */

.nav-item:hover .subscriptionIcon,
.nav-item.active .subscriptionIcon {
    background: url(../img/icons/subscription_iconHover.svg) center center no-repeat;
}

/* .nav-item:hover .transactionHistoryIcon,
.nav-item.active .transactionHistoryIcon {
    background: url(../img/icons/transaction_iconHover.svg) center center no-repeat;
} */

/* .nav-item:hover .categoryIcon,
.nav-item.active .categoryIcon {
    background: url(../img/icons/category_iconHover.svg) center center no-repeat;
} */

.nav-item:hover .messageManagementIcon,
.nav-item.active .messageManagementIcon {
    background: url(../img/icons/messaging_iconHover.svg) center center no-repeat;
}

.nav-item:hover .informativePageIcon,
.nav-item.active .informativePageIcon {
    background: url(../img/icons/informative_iconHover.svg) center center no-repeat;
}

.nav-item {
    border-left: 3px solid transparent;
}

.nav-item.active {
    background: url(../img/icons/Arrow-hover.svg) no-repeat;
    background-position: -11px 18px;
}

.nav-treeview.active li{
    background: url(../img/icons/Arrow-hover.svg) no-repeat;
    background-position: 25px 13px;
    background-size: 13px;
}

.nav-item.active .nav-treeview li{
    background: none;
}



.nav-item.active ul li{
    background: url(../img/icons/Arrow-hover.svg) no-repeat;
    background-position: 25px 13px;
    background-size: 13px;
}

.red-top-border {
    border-top: 5px solid #eb5d3e!important;
}

.blue-top-border {
    border-top: 5px solid #2bbeff!important;
}

.cardWrapper .card {
    height: 100%;
}

.search_wrapper {
    width: 70%;
    margin: auto;
}

.search_input {
    padding-left: 15px;
    border-left: 0px!important;
    border-top: 0px!important;
    border-right: 0px !important;
    border-bottom: 2px solid #000;
    border-left: 0px;
    border-radius: 0px;
    font-size: 24px!important;
    /* background: url(../img/zoomout.svg) 10px 5px no-repeat; */
    transition: 0.2s all linear;
    font-weight: 400;
}

.search_input:focus {
    border-color: #eb5d3e;
    background-color: transparent!important;
}

.search_input.calendar_input {
    background: url(../img/calendar.svg) 10px 5px no-repeat;
}

.form-control {
    border: none;
    display: block;
    width: 100%;
    border-radius: 0px;
    /* height: calc(2.75rem + 2px); */
    font-size: 20px;
    line-height: 1.5;
    color: #171717;
    text-transform: none;
    transition: 0.2s all linear;
    border-bottom: 2px solid #171717;
}

.filterWrapper {
    background: url(../img/dropDown.svg) right center no-repeat;
    overflow: hidden;
}

.filterWrapper .search_input {
    width: 110%;
    padding-left: 0px;
    text-indent: 50px;
}

#tooltip {
    position: absolute;
    z-index: 1001;
    display: none;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
}

table.userList tr td {
    cursor: default;
}

.form_container {
    padding: 0px 30px;
    width: 450px;
    max-width: 100%;
}

.form_container2 {
    width: 600px;
    padding: 0px 30px;
    max-width: 100%;
}


/**custome checkbox start**/

.custom_container {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 1.3rem;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
}

.custom_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #171717;
}

.custom_container input:checked~.checkmark {
    background-color: #fff;
    border: 2px solid #171717;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom_container input:checked~.checkmark:after {
    display: block;
}



.custom_container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 8px;
    height: 13px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/**custome checkbox ends**/

label {
    text-transform: uppercase;
}

label.smallcheckBox .checkmark {
    width: 18px;
    height: 18px;
    border: 1px solid #171717!important;
}

.custom_container.smallcheckBox .checkmark:after {
    left: 8px;
    top: -7px;
    width: 10px;
    height: 19px;
}

label.smallcheckBox {
    text-transform: initial!important;
    padding-left: 30px;
}

/* .btn-arrow:after {
    content: '';
    display: block;
    width: 100px;
    height: 40px;
    background: url(../img/arrow_big.svg) left center no-repeat;
    position: absolute;
    right: -120px;
    top: 0px;
} */

.btn-arrow-back {
    margin-left: 82px!important;
}

.btn-arrow-back:after {
    content: '';
    display: block;
    width: 62px;
    height: 40px;
    background: url(../img/arrow_big.svg) left center no-repeat;
    position: absolute;
    transform: rotateY(180deg);
    left: -82px;
    top: 0px;
}

label.smallcheckBox span {
    text-transform: normal!important;
    font-size: 13px;
    float: left;
}

.btn-uneven {
    width: calc(100% - 83px);
    font-size: 18px;
    max-width: 307px;
    font-weight: 400;
}

.form-group label.error {
    color: red;
    font-weight: unset;
    text-transform: none!important;
    margin-bottom: 0px;
}

.customerror label.error {
    color: red;
    font-weight: unset;
    text-transform: initial;
    margin-bottom: 0px;
}

#subscriptionForm label.error {
    color: red;
    font-style: unset;
    text-transform: initial;
    font-weight: unset;
    font-size: 12px;
    margin-bottom: 0px;
    text-align: left;
    align-items: start;
    justify-content: end;
}

.sidebar .nav-link p {
    margin-left: 15px;
}

.form-inline .form-group.fiedlRow {
    margin-bottom: 15px;
    clear: both;
    width: 100%;
    display: flex;
}

.form-inline .form-group.fiedlRow .form-control {
    flex-grow: 1;
}

.form-inline {
    width: 600px;
}

.categoryFieldsWrapper {
    width: 100%;
    max-width: 500px;
}

.managePermissionsTable td label.smallcheckBox {
    width: 30px;
    height: 18px;
    margin: auto;
}

.categoryListingWrapper {
    width: 100%;
    max-width:670px;
}

.categoryList td,
.categoryList th {
    text-align: left;
    text-align: left;
}


/*.categoryList td, .categoryList th {text-align: left; text-align: left; font-size: 15px; font-weight: 700;}*/

.categoryField {
    font-weight: 700;
}

.loginBox h2 {
    font-weight: 400;
}

.subscriptionForm span.errorWrapper {
    margin: -15px 0 15px 0;
    display: block;
    clear: both;
    width: 100%;
    text-align: left;
}

.subscriptionForm span .error {
    font-size: font-size: 12px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-position: center left!important;
}

.form-inline .form-group.fiedlRow label {
    white-space: nowrap;
}

.fieldWrapper {
    position: relative;
    flex-grow: 1;
}

.fieldWrapper .form-control {
    width: 100%;
}

.fieldWrapper span.icon {
    left: 5px;
    top: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    width: 20px;
    height: 33px;
}


/******* USER MANAGEMENT START ********/

.status.success {
    color: #06a200;
}

.status.pending {
    color: #d62600;
}

.primary_small_btn.btn-arrow:after {
    width: 37px;
    height: 25px;
    right: -46px;
    background-size: contain;
}

.btn-danger {
    background: #dd1111;
    border-radius: 0px;
}

.productGallery {
    width: 100%;
    float: left;
    max-width: 420px;
    padding: 15px;
}

.productDetailImg {
    border: 3px solid #f8f8f8;
}

.productDetailImg img {
    width: 100%;
}

.productImgList {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.productImgList .productThumWrapper {
    width: 18%;
    height: auto;
    border: 1px solid #d4d1d5;
}

.productImgList .productThumWrapper.active {
    border: 1px solid #2bbeff;
}

.productImgList .productThumWrapper img {
    width: 100%;
}

.cardFooter {
    background: #f8f8f8;
    padding: 25px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.cardFooterPadding {
    margin-bottom: 48px;
    height: calc(100% - 138px);
}

.registerItemList {
    height: calc(100% - 160px);
    overflow: auto;
}


/******* USER MANAGEMENT START ********/

.fieldWrapper .icon_field {
    padding-left: 25px;
}

.backLink {
    display: block;
    margin-left: 47px;
    position: relative;
    text-transform: uppercase;
    color: #171717;
    font-weight: 700;
    font-size: 15px;
}

.backLink::after {
    content: '';
    display: block;
    width: 40px;
    height: 22px;
    background: url(../img/arrow-back.svg) left center no-repeat;
    position: absolute;
    left: -31px;
    top: 4px;
    background-size: contain;
}

.navbar-nav .backLink {
    color: #fff;
    font-weight: 100;
    font-size: 20px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #eb5d3e!important;
}

.main-header .navbar-nav .nav-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header .navbar-nav .nav-item .icon {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    margin-right: 10px;
}

.updateWrapper {
    display: flex;
}

.dataTables_wrapper .dataTables_info {
    padding: 10px 15px;
}

.dataTables_wrapper .dataTables_paginate {
    padding: 10px 15px;
}

.messageRow {
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 10px 0px;
}

.messageRow h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 3px;
}

.messageRow p {
    margin-bottom: 0px;
}

.infoPageBox {
    border: 2px solid #000;
    padding: 15px;
    height: 100%;
}

h2.infoPageTitle {
    font-size: 18px;
    text-transform: capitalize;
}

.textEditorPlaceholder {
    border: 2px solid #000;
    /* padding: 20px;
    min-height: 300px; */
    width: 100%;
}

.infoPageBoxWrapper {}


/**** chatbot messenger screen start *****/

.chatHeader {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    align-items: center;
    border-bottom: 2px solid #efefef;
}

.chatHeader .chatUserName {
    font-size: 16px;
    font-weight: 700;
}

.deleteChat a {
    color: #000;
}

.deleteChat a:hover {
    color: #eb5d3e;
}

.deleteChat a img {
    width: 15px;
}

.chatHeader .chatHeaderLeftSide {
    display: flex;
    justify-content: flex-start;
}

.chatHeaderLeftSide a {
    display: block;
    float: left;
    width: 30px;
    padding: 3px 0;
}

.chatHeaderLeftSide a img {
    width: 100%;
    transform: rotate(180deg);
}

.chatBot_wrapper {
    background: #fff;
    overflow: hidden;
    border-top: 0px;
}

.bot_icon {
    width: 60px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    z-index: 99999;
    position: relative;
    left: 0px;
    top: 0px;
    padding: 5px 10px;
}

.bot_icon img {
    width: 100%;
}

.close_icon {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    transition: 0.2s all;
    width: 13px;
}

.close_icon img {
    width: 100%;
}

.close_icon:hover {
    opacity: 0.5;
}

.chat_container {
    padding: 20px 15px;
    width: 100%;
    overflow-y: auto;
    height: calc(100vh - 265px);
    overflow-x: hidden;
}

.chat_footer {
    width: 100%;
    position: relative;
    padding: 15px 0 15px 15px;
    border-top: 1px dashed #ccc;
    display: flex;
    justify-content: space-between;
}

.chat_footer textarea {
    width: calc(100% - 15px);
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 15px;
    resize: none;
    line-height: 36px;
}

.chat_footer div {
    width: 20%;
}

.chat_footer .btn-secondary {
    border-radius: 15px!important;
    width: 100%;
    padding: 12px 0;
}

.chat_footer textarea.form-control {
    height: calc(3rem + 2px);
}

.text_box {
    font-size: 14px;
    color: #909090;
    width: 105%;
    padding-right: 95px;
    border: 0px;
    font-family: Lato;
    line-height: 20px;
    background: #f2f2f2;
}

.text_box:focus {
    outline: none;
}

.attachment {
    position: absolute;
    top: 27px;
    right: 50px;
    width: 23px;
    height: 13px;
}

.send_btn {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 23px;
    height: 20px;
}

.card_slider {
    width: calc(80% - 50px);
    margin-left: 50px;
}

.send_btn:hover {
    opacity: 0.8;
}

.msg_wrapper {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
}

.msg_wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.profileIcon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    background: #c6c8cc;
}

.text_msg {
    width: 52%;
    border-radius: 15px;
    background: #efefef;
    padding: 25px 20px 20px 20px;
    color: #292626;
    position: relative;
    border: 0px;
    word-break: break-all;
}

.timing {
    position: absolute;
    top: 7px;
    font-size: 10px;
    color: #a9a9a9;
}

.bot .profileIcon {
    float: left;
    margin-right: 10px;
    background: #e4e3e3;
}

.bot .text_msg {
    float: left;
}

.user .profileIcon {
    float: right;
    margin-left: 10px;
    background: #e4e3e3;
}

.user .text_msg {
    float: right;
    background: #eb5d3e;
    color: #ffffff;
    border: 0px;
    text-align: right;
}

.user .text_msg .timing {
    right: 20px;
    color: #fff;
}

.bot_status {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: green;
    position: absolute;
}

.chat_loader {
    position: absolute;
    top: 20px;
    right: 60px;
}

.botIcon {
    width: 65px;
    height: 65px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.bot .text_msg::after {
    content: '';
    display: block;
    position: absolute;
    width: 17px;
    height: 16px;
    left: -16px;
    top: -1px;
    background: url(/assets/img/triangle.jpg) top right no-repeat;
}

.user .text_msg::after {
    content: '';
    display: block;
    width: 17px;
    height: 16px;
    position: absolute;
    right: -16px;
    top: -1px;
    background: url(/assets/img/triangle_blue.jpg) top left no-repeat;
}

.deleteBtn {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}

.textEditorPlaceholder textarea {
    width: 100%;
    padding: 20px;
    border: 0px;
}

.printSection {
    width: 100%;
}

.printLogo {
    width: 100%;
    text-align: center;
    display: none;
    margin: 40px 0px;
}

.printLogo img {
    width: 50%;
    margin: auto;
}

@media print {
    .printLogo {
        display: inline-block;
    }
}

.error {
    color: red;
    font-weight: unset;
    text-transform: none!important;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .text_msg {
        width: calc(80% - 40px);
    }
    .cardFooterPadding {
        margin-bottom: 48px;
        height: auto;
    }
    .registerItemList {
        height: auto;
        overflow: auto;
    }
}

@media (max-width: 767px) {
    .chat_footer textarea {
        width: calc(100% - 75px);
    }
    .chat_footer div {
        width: 62px;
    }
    .btn-send {
        width: 100%!important;
        padding: 5px 5px;
    }
    .btn-send:after {
        display: none;
    }
}

@media (max-width: 580px) {
    .messageDateTime {
        display: none;
    }
    .messageDateTime.forMobile {
        display: block;
        text-align: left;
    }
    .messageInfo {
        padding: 0px 0px 0px 15px;
        width: calc(100% - 60px);
    }
    .messageDevice {
        width: 60px;
    }
    .filterWrapper {
        background-image: none;
    }
    .search_input2 {
        max-width: 100% !important;
        margin-top: 15px;
    }
}


/***chat screen ends***/

@media (min-width: 576px) {
    .loginContainer {
        width: 100%;
    }
    .form-inline .form-group.fiedlRow label {
        width: 220px;
        border: 2px solid #171717;
        border-right: 0px;
        display: block;
        border-radius: 0px;
        height: calc(2.75rem + 2px);
        font-size: 16px;
        line-height: 1.9;
        color: #171717;
        text-transform: uppercase;
        padding: 0.375rem 0.75rem;
        font-weight: 600;
        transition: 0.2s all linear;
    }
}

@media (max-width: 575px) {
    .form-inline .form-group.fiedlRow {
        flex-flow: column;
    }
}

@media (max-width: 1399px) {
    .loginContainer {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .content-wrapper {
        background-size: 68%;
    }
}

@media (max-width: 767px) {
    .form-inline {
        width: 100%;
    }
    .loginLogo {
        width: 62%;
    }
    .loginBox {
        width: 100%;
    }
    .search_input {
        width: 100%!important;
    }
    .form_container2 {
        width: 100%;
        padding: 0px 15px;
    }
    .btn-arrow:after {
        width: 42px;
        height: 40px;
        right: -60px;
        top: 0px;
        background-size: contain;
    }
    .btn-arrow-back {
        margin-left: 42px!important;
    }
    .btn-arrow-back:after {
        width: 42px;
        height: 40px;
        left: -50px;
        top: 0px;
        background-size: contain;
    }
    .btn-uneven {
        width: calc(100% - 62px);
        font-size: 19px;
    }
    .content-header {
        padding: 30px 15px 30px 15px;
    }
    .content-wrapper>.content {
        padding: 0px 15px;
    }
}

@media (max-width: 580px) {
    .form_container,
    .form_container2 {
        width: 100%;
        padding: 0px 0px;
    }
    .updateWrapper {
        flex-flow: column;
    }
}


/******* USER MANAGEMENT START ********/

.status.success {
    color: #7acc77;
}

.status.pending {
    color: red;
}

.primary_small_btn.btn-arrow:after {
    width: 37px;
    height: 25px;
    right: -46px;
    background-size: contain;
}

.btn-danger {
    background: #dd1111;
    border-radius: 0px;
}

.productGallery {
    width: 100%;
    float: left;
    max-width: 420px;
    padding: 15px;
}

.productDetailImg {
    border: 3px solid #f8f8f8;
}

.productDetailImg img {
    width: 100%;
}

.productImgList {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.productImgList .productThumWrapper {
    width: 18%;
    height: auto;
    border: 1px solid #d4d1d5;
}

.productImgList .productThumWrapper.active {
    border: 1px soid #2bbeff;
}

.productImgList .productThumWrapper img {
    width: 100%;
}


/******* USER MANAGEMENT START ********/


/*******FAQ************/

.search_input2 {
    padding-left: 50px;
    /* border-left: 1px!important; */
    /* border-top: 1px!important; */
    /* border-right: 1px !important; */
    border: 1px solid #707070;
    border-left: 1;
    border-radius: 0px;
    font-size: 24px!important;
    background: url(../img/zoomout.svg) 10px 5px no-repeat;
    transition: 0.2s all linear;
    font-weight: 500;
    background-size: 22px;
    background-position: 7px;
    max-width: 210px;
}

.grayBg {
    background: #ececec;
}

.grayBg2 {
    background: #f5f5f5;
}

.leftPanel-faq a {
    width: 100%;
    display: block;
    color: #000000;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}

.leftPanel-faq a.selected {
    width: 100%;
    background: #eb5d3e;
    display: block;
    color: #fff;
}

.leftPanel-faq label {
    background: #fff;
    padding: 0px 5px;
    border: solid 1px #b5b5b5;
    color: #000;
    margin: 0;
}

.leftPanel-faq p {
    font-size: 16px;
}

.form-container-faqadd {
    max-width: 800px;
}

.formGroup {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

form.formInline {
    display: flex;
}

.mWidth80 {
    min-width: 80px;
}

.text-links-genratede {
    border-bottom: solid 1px #eb5d3e;
}

tr.col-links td {
    background: #fff;
    border-left: solid 1px #b5b5b5;
}


/***16-dec*****/

.f-20 {
    font-size: 20px;
}

.f-14 {
    font-size: 14px;
}

.send_button .input-group-text {
    background: #eb5d3e;
    color: #fff;
    border: 1px solid #eb5d3e;
}

table.vipLinksTable {
    border-collapse: separate;
    border-spacing: 0 11px;
}

table.vipLinksTable tr {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
}

table.vipLinksTable tr td {
    font-size: 14px;
    padding: 6px 0.75rem;
    font-weight: 600;
}

.f-700 {
    font-weight: 700;
    ;
}

.text-green a {
    color: #1c8f3e !Important;
}

.table-striped-even tbody tr:nth-of-type(even) td {
    background: #e5e5e5;
}

.f-16 {
    font-size: 16px;
}

.f-22{
    font-size: 22px;
}


table.dataTable.dataTableLeft thead th {
    padding: 10px 8px;
}



.loginImageRight img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
    object-position: center top;
} 


.card-header {
    padding: 0 5px 0 20px !important;
    min-height: 45px;

}
.card-title {
    font-size: 21px;
    font-weight: 400;
}

.card-header::after{
    display: none;
}

.members-count {
    background: #fff;
    color: #000;
    padding: 5px 10px;
    font-size: 17px;
    text-transform: initial;
}

ul.userList{
    margin: 0px;
    padding: 36px 40px;
    display: flex;
    flex-wrap: wrap;
}

ul.userList li{
    list-style: none;
    text-align: center;
    padding-bottom: 36px;
    display: inline-block;
}

ul.userList li h3{
    color:#C9C9C9;
    font-size: 19px;
    font-weight: 300;
}

ul.userList li h2{
    color:#2E2E2E;
    font-size: 19px;
    margin-top: 5px;
    font-weight: 400;
}


ul.userList li a.btn{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}

ul.userList li span img{
object-fit: cover;
    width: 100%;
    object-position: top;
    height: 100%;
}

ul.userList li span.rounded {
    border-radius: 50% !important;
    height: 140px;
    width: 140px;
    overflow: hidden;
    display: inline-block;
}


.addon_leftbox span.iconImage{
    background: #171717;
    padding: 10px 17px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.addon_leftbox span.iconImage img{
    width: 24px;
}

.addon_leftbox {
    border: solid 1px #171717;
    display: flex;
    align-items: initial;
    justify-content: flex-start;
    width: auto;
    display: inline-flex;
    padding-right: 15px;
    margin-bottom: 29px;
    font-size: 26px;
    font-weight: 800;
}

.ttl span {
    font-size: 40px;
    font-weight: 400;
    padding-left: 10px;
}

.ttl{
    display: flex;
    align-items: center;

}

.userList .btn-primary {
    border: none;
    padding: 6px 30px 3px;
    font-size: 15px;
    font-weight: 800;
}

.table .btn-primary {
    border: none;
    padding: 4px 4px !important;
    font-size: 20px;
    font-weight: 800;
}


.table .btn-primary:hover, .table .btn-primary:focus, .table .btn-primary:not(:disabled):not(.disabled):active   {
    color: #eb5d3e;
    background-color: transparent;
}


a.linkCustom{
    color: #313131 !important;
    border-bottom: solid 1px #302E2F;
}

a.linkCustom {
    color: #313131 !important;
    border-bottom: solid 1px #302E2F;
    margin: 20px 0 0 50px;
    font-size: 25px;
    padding-right: 21px;
}

.form-group.search-addon {
    display: flex;
    border-bottom: 2px solid #171717;
}

.form-group.search-addon input.form-control{
    border-bottom: none;
}

.f-500{
    font-weight: 500;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #EDEDED !important;
}

.profileImage {
    position: absolute;
}

.profileImage img{
    width:200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.ml-250{
    margin-left:250px;
}

.userDetail h2{
    font-size: 31px;  
}

.userDetail p{
    font-size: 26px;
}
.userDetail .form-control{
    font-weight: 500;
    font-size: 25px;
}

.activeText {
    color: #85D56A;
    font-size: 22px;
}

.userDetail .primary_small_btn {
    padding: 5px 15px;
    font-size: 16px;
}

.form-group label {
    color: #c1c1c1;
    font-weight: 300 !important;
    font-size: 15px !important;
}

.form-control {
    height: 36px !important;
}

.profileEdit{
    display: flex;
    flex-direction: column-reverse;
}


input.customfileUpload::-webkit-file-upload-button {
    visibility: hidden !important;
  }
  .customfileUpload::before {
    content: 'EDIT';
    display: inline-block;
    background: #171717;
    /* border: 1px solid #999; */
    border-radius: 3px;
    padding: 8px 16px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    /* text-shadow: 1px 1px #fff; */
    font-weight: 300;
    font-size: 13pt;
    color: #fff;
}
  .customfileUpload:hover::before {
    border-color: black;
  }



  .fileContainer {
    overflow: hidden;
    position: relative;
    background: #171717;
    color: #fff;
    text-align: center;
    display: flex;
    padding: 0 10px;
    width: 80px;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    margin: 20px auto;
    cursor: pointer;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    height: 10px;
    width: 200px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.f-30{
    font-size: 30px;
}

.f-400{
    font-weight: 400;
}

.input_custom{
    border-bottom: 2px solid #171717;
    display: flex;
    align-items: center;
}
.input_custom input.form-control{
    border: none;
    padding: 0 ;
}

.f-34{
    font-size: 34px;
}

.input_custom .btnArrow{
    width:13px;
}

/*************************************************/

.styled-checkbox {
    position: absolute;
    opacity: 0;
  }
  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
  }
  .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: solid 1px #5a5a5a;
    position: relative;
    top: 0px;
}
  }
  .styled-checkbox:hover + label:before {
    background: #d6d6d6;
  }
  .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }
  .styled-checkbox:checked + label:before {
    background: #f35fff29;
  }
  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }
  .styled-checkbox:checked + label:after {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
    position: absolute;
    left: 6px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
  font-size: 19px;
  }
  
  .custom-checkbox label {
    font-size: 38px !important;
    font-weight: 400 !important;
    color: #171717 !important;
    text-transform: inherit;
}

.sidebarFooterText {
    position: absolute;
    bottom: 22px;
    font-size: 13px;
    font-weight: 400;
    color: #545454;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.table td span.block{
    color:#B9B9B9;
}


.mt--5{
    margin-top: -5px;
}

ul.list-view-action li{
    display: inline;

}

ul.list-view-action li {
    display: inline;
    padding-left: 15px;
}


.btn-primary-md-align{
    padding: 14px 30px 10px !important;
}

.table.categoryTable thead{
    font-size: 25px;
}


.table.categoryTable tbody{
    font-size: 20px;
}

.table.categoryTable .btn-primary {
    font-size: 20px;
    line-height: 18px;
}
.table.categoryTable .editHover span{
    display: none;
}

.table.categoryTable tr td.editHover span{
    display: none;
}

.table.categoryTable tr:hover td.editHover span{
    display: block;
}
.table.categoryTable tr td{
    border-bottom: solid 2px #fff;
    display: flex;
    justify-content: space-between;
    padding-left:0px ;
}

.table.categoryTable th{
    padding-left:0px;
    border-top: 0;
}

.table.categoryTable tr:hover td{
    border-bottom: solid 2px #000;
}

.tileView ul{
    margin: 0px;
    padding:0px
}

.tileView ul li {
    padding: 11px;
    display: inline-flex;
    width: 25%;
    float: left;
    transition: all 0.3s ease-in-out;
    max-width: 210px;
    min-width: 168px;
}

.tileView ul li:hover a{
    background:#171717;
    transition: all 0.3s ease-in-out;
}

.tileView ul li:hover a{
    color: #fff;
    transition: all 0.3s ease-in-out;
    display:flex;
    justify-content: space-between;
}

.tileView ul li a img.tileViewArrow{
    display: none;
}

.tileView ul li:hover a img.tileViewArrow{
    display: block;
    transform: rotate(180deg);
}






.tileView ul li a {
    border: solid 2px #171717;
    padding: 10px 15px;
    color: #000;
    width: 100%;
    display: inline-block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
}

.list-view-action a.active {
    opacity: 1;
}

.list-view-action a {
    opacity: 0.1;
    transition: all 0.3s ease-in-out;
}

.list-view-action a {
    opacity: 0.1;
    transition: all 0.3s ease-in-out;
}

ul.listViewStyle{
    margin: 0px;
    padding: 0px;
}

ul.listViewStyle li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 2px #171717;
    padding: 5px 15px;
}   

ul.listViewStyle li:last-child{
    border-bottom: none;
}   

ul.listViewStyle.lastChildborder li:last-child{
    border-bottom: solid 2px #171717;
} 




ul.listViewStyle li a {
    font-weight: 700;
    font-size: 20px;
}


ul.listViewStyle li span {
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
}

.zoneDetailList ul {
    margin: 0;
    padding: 0;
}

.zoneDetailList ul li span.editButtonHover a {
    background: #171717;
    color: #fff;
    border-radius: 0;
    padding: 4px 26px 2px;
    line-height: initial;
    width: auto;
    display:none;
}

.zoneDetailList ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.zoneDetailList ul li span {
    font-size: 20px;
    color: #171717;
}
.zoneDetailList ul li span a{
    display: none;
}

.zoneDetailList ul li:hover span a{
    display: inline-block;
}


.zoneDetailList h2 {
    border-bottom: solid 2px #171717;
    padding: 10px 15px;
    font-size: 30px;
    font-weight: 800;
}


.editButtonHover {
    width: 100px;
    display: inline-block;
    text-align: center;
}

.editButtonHover a {
    padding: 0px;
    font-size: 20px;
    font-weight: 700;
}

.zoneDetailList .row {
    font-size: 23px;
    line-height: 30px;
}


.table-listing th, .table-listing td{
    text-align: left;
    padding:8px 0 !important;
    font-size: 22px;
}


.table-listing .table.dataTable.no-footer {
    border-bottom: 1px solid #ededed;
}

.table-listing .table th {
    border-top:none;
}


.table-text-left th, .table-text-left td{
    text-align: left ;
}

.table-text-left table.dataTable thead th{
    padding: 10px 10px !important;
}


.table-text-left table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6;
}

.table-text-left table th{
    border-top: none;
}

.deals .card-body {
    height: 320px;
    overflow: auto;
}

.deals .table td {
    padding: 5px 15px;
    font-size: 18px;
}

.deals .table tr:first-child td {
   border-top: none;
}

.deals table tr.assign td:nth-child(2){
    color: #DD1111;
}

.deals table tr.assign td img{
    display: block;
}

.deals table tr td img{
    display: none;
}

.managezone {
    position: absolute;
    bottom: -20px;
    right: 50px;
    border: none;
}

#adminForm .form-control{
    font-size: 25px;
}

.cke_top{
    display: none !important;
}

table.trackingTable thead th{
    border:none !important;
}

table.trackingTable tr.odd td, table.trackingTable tr.even td{
    border-bottom: 1px solid #EDEDED !important;
    padding: 10px 10px 0 23px !important;
    font-size: 22px;
}

table.trackingTable tr.odd td:last-child, table.trackingTable tr.even td:last-child{
border-bottom: none !important;
}


.trackingTable>tbody>tr>td{
    padding-left:0px !important;
}

table.trackingTable thead th{
    font-size: 23px;
}

ul.dealTile-view{
    margin:0px;
    padding:0px;
}

ul.dealTile-view li{
    border: solid 1px #171717;
    padding: 15px;
    width: 340px;
    display: inline-block;
    font-size: 22px;
    position: relative;
    margin: 15px;
}

.dealTile-view a{
    border:none !important;
    position: absolute;
    right: 30px;
    bottom: -18px;
}



.table.subTable  tbody td {
    padding: 8px 0 0 23px;
}

.calendar-ui {
    width: 200px;
}

.form-group.calendar-ui.search-addon {
    display: flex;
    border-bottom: none;
}

.calendar-ui input{
    font-style: italic;
}
















