body {
    color: #000;
}

.form-control:focus,
.form-control {
    color: #000;
}

.hidden {
    display: none !important;
}

.tox-notifications-container {
    display: none;
}

.error,
.chkerror {
    color: red !important;
    text-transform: unset !important;
    font-size: 18px;
}

.editable {
    position: relative;
}

.editable .edit {
    position: absolute;
    left: -15px;
    top: 0px;
    cursor: pointer;
    font-size: 12px;
    color: #5e72e4;
}

.editable .close {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.previewhidden {
    display: none !important;
}

.tox-fullscreen {
    z-index: 999999 !important;
}

.tox-tinymce-aux {
    z-index: 9999999 !important;
}

.card .table tbody td:first-child,
.card .table thead th:first-child {
    display: table-cell !important;
}

.designblock img {
    max-width: 100%;
}

.submitbtndiv .btn {
    height: 37px;
    margin: 2px;
    background-color: #78b414;
    color: #FFFFFF;
    border-color: #78b414;
}

* {
    outline-color: #2dce89;
}

.element {
    white-space: pre-line;
    position: relative;
}

.moveupbtn,
.movedownbtn {
    float: left;
    font-size: 30px;
    margin: 10px 0px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.table-sortable tbody tr:nth-child(2) .moveupbtn {
    display: none;
}

.table-sortable tbody tr:last-child .movedownbtn {
    display: none;
}

#updatenotesModal {
    z-index: 99999999;
}

.submitbtndiv {
    position: fixed;
    bottom: 10px;
    z-index: 9999999;
    padding: 20px;
    background: #ffffff;
    right: 30px;
    border: 1px solid #797979;
}

[data-toggle="collapse"] {
    cursor: pointer;
}

#designModal {
    z-index: 9999999999999999999;
}

#galleryModal {
    z-index: 9999999999999999999;
}

#elepathModal {
    z-index: 9999999999999999999;
}

/* .tox-tinymce-aux .tox-toolbar button[aria-label="Image options"] {
    display: none;
} */

#designModal .modal-dialog {
    width: 90% !important;
    max-width: 100%;
}

.pathborder {
    padding: 20px;
    border: 1px dashed;
    cursor: pointer;
}


/* .pathborder:hover{
        background: #ccc;
    } */

.modal.show .modal-dialog {
    transform: none !important;
}

.settingsdiv {
    position: absolute;
    top: -5px;
    right: 150px;
    padding: 5px;
    z-index: 9;
}

.settingsdiv .settingbtn {
    cursor: pointer;
    margin-right: 2px;
    padding: 9px;
    background: orange;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1.42857143;
    /* font-size: 0.75rem; */
    padding: 7px 10px;
    font-weight: 400;
}

.settingsdiv .settingbtn.active {
    background: #008065;
}

.loginmain {
    background-size: cover !important;
    background-position: center !important;
}

.logincard {
    border-color: #872623;
    background: #0000008c;
    color: #fff;
}

.logincard .card-header {
    background: #872623;
    color: #fff;
}

.logincard #canvas {
    background: #fff;
}

.logincard #refreshcaptcha {
    color: #fff;
}


.custom-side-nav .nav-link[data-toggle].collapsed:after {
    content: " ▾";
    font-size: 20px;
    position: absolute;
    right: 0px;
}

.custom-side-nav .nav-link[data-toggle]:not(.collapsed):after {
    content: " ▴";
    font-size: 20px;
    position: absolute;
    right: 0px;
}

.ajaxpagination .pagntn {
    list-style: none;
}

.ajaxpagination .pagntn .btn {
    background-color: #1c94b3;
    border-color: #fff;
    color: #fff;
}

.ajaxpagination .pagntn .btn.active {
    background-color: #87CB16;
    color: #fff;
}

.table td,
.table th {
    border-left: 1px solid;
}

.table tbody tr td:first-child,
table th:first-child {
    border-left: none;
}

.table {
    border: 1px solid;
    border-top: 2px solid;
}


.fa-solid {
    font-family: fontawesome;
    font-size: 25px;
    font-style: normal;
}

.sidebar .sidebar-brand {
    margin: 25px 0px;
}

.container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
}

.img-profile {
    background-color: #ccc;
}

#userDropdown {
    padding-top: 21px;
    padding-right: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
}

.navbar-light .navbar-nav .nav-link:not(.profilelink):focus,
.navbar-light .navbar-nav .nav-link:not(.profilelink):hover {
    color: #fff;
    background-color: #640000;
}

.table {
    color: #000;
}

.table tr:first-child {
    background-color: #ac5454 !important;
    color: #fff;
}

.topbar {
    box-shadow: 12px 8px 10px #00000052;
}

/***Font size**/
.font-small {
    font-size: 0.75rem;
}

.font-base {
    font-size: 1rem;
}

.font-large {
    font-size: 1.25rem;
}

.font-larger {
    font-size: 1.5rem;
}

.font-largest {
    font-size: 2rem;
}

/***End Font size**/

/***Bg class***/
.bg-dark-brown {
    background-color: #640000;
}

.bg-dark-brown-gradient {
    background-image: linear-gradient(180deg, #ac5454 10%, #640000 100%);
}

.bg-dark-gray {
    background-color: #565656;
}

/***End Bg Class**/
/***Font Color**/
.text-dark-brown {
    color: #640000;
}

.text-black {
    color: #000;
}


/***End Font Color**/


/* .customerbody::after, .adminbody::after {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #ffffffd1;
    left: 0px;
    top: 0px;
}

.customerbody .wrapper, .adminbody .wrapper {
    z-index: 1041;
} */

#plishcemeimage {
    border-radius: 6px;
    height: 360px;
    width: auto !important;
}

#loginbannerimage {
    margin: auto !important;
    display: block;
    margin-top: 15px !important;
    border-radius: 6px;
}