@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Bold.eot');
    src: url('../fonts/poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraBold.eot');
    src: url('../fonts/poppins/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Light.eot');
    src: url('../fonts/poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Light.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.eot');
    src: url('../fonts/poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.eot');
    src: url('../fonts/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBold.eot');
    src: url('../fonts/poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Thin.eot');
    src: url('../fonts/poppins/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'Amaranth';
    src: url('../fonts/Amaranth/Amaranth-Regular.ttf');
    font-style: normal;
    font-display: swap;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    box-shadow: 0 8px 25px -8px #7367f0 !important;
    border-color: #7367f0 !important;
    background-color: #7367f0 !important;
    color: #fff !important;
}
/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #aaa #d6d6d6;
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
}
*::-webkit-scrollbar-track {
    background: #d6d6d6;
}
*::-webkit-scrollbar-thumb {
    background-color: #7571f9;
    border: 3px solid #7571f9;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

#preloader {
    height: 100%;
    z-index: 999;
    background: #fff;
    width: calc(100% - 220px);
    left: 15.1875rem;
    top: 80px;
}
[data-header-position="fixed"] .header {
    position: fixed;
    top: 15px;
    left: 30px;
    border-radius: 0.625rem;;
    z-index: 9999;
}
[data-sidebar-style=full] .header, [data-sidebar-style=overlay] .header {
    width: calc(100% - 18.9rem);
}
.login-only #preloader {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

/*.content-view {
    overflow: hidden;
    position: relative;
    opacity: 0;
    transition: all 0.75s ease-in-out;
}
.content-view.animated {
    opacity: 1;
}
.content-view #preloader {
    display: block !important;
    opacity: 1;
    transition: all 0.25s ease-in-out;
}
.content-view.animated #preloader {
    display: none !important;
    opacity: 0;
}*/

/*.content-view .page-titles {
    position: relative;
    opacity: 0;
    transition: all 0.75s ease-in-out;
}
.content-view.animated .page-titles {
    opacity: 1;
}*/

.gradient-card {
    background-image: -webkit-linear-gradient(230deg, #f4f28a, #4b83cc);
    background-image: -moz-linear-gradient(230deg, #f4f28a, #4b83cc);
    background-image: -ms-linear-gradient(230deg, #f4f28a, #4b83cc);
    background-image: linear-gradient(230deg, #f4f28a, #4b83cc);
}

.gradient-pending {
    background-image: -webkit-linear-gradient(230deg, #ffeb4d, #e1cf49);
    background-image: -moz-linear-gradient(230deg, #ffeb4d, #e1cf49);
    background-image: -ms-linear-gradient(230deg, #ffeb4d, #e1cf49);
    background-image: linear-gradient(230deg, #ffeb4d, #e1cf49);
}
.gradient-proccess {
    background-image: -webkit-linear-gradient(230deg, #afec43, #add100);
    background-image: -moz-linear-gradient(230deg, #afec43, #add100);
    background-image: -ms-linear-gradient(230deg, #afec43, #add100);
    background-image: linear-gradient(230deg, #afec43, #add100);
}
.gradient-success {
    background-image: -webkit-linear-gradient(230deg, #50ec43, #2ed100);
    background-image: -moz-linear-gradient(230deg, #50ec43, #2ed100);
    background-image: -ms-linear-gradient(230deg, #50ec43, #2ed100);
    background-image: linear-gradient(230deg, #50ec43, #2ed100);
}
.gradient-danger {
    background-image: -webkit-linear-gradient(230deg, #fc526a, #ff8d81);
    background-image: -moz-linear-gradient(230deg, #fc526a, #ff8d81);
    background-image: -ms-linear-gradient(230deg, #fc526a, #ff8d81);
    background-image: linear-gradient(230deg, #fc526a, #ff8d81);
}
.gradient-card .fa {
    color: #ffffff;
}

.content-view .content-body {
    overflow: hidden;
    position: relative;
    opacity: 0;
    transition: all 0.75s ease-in-out;
}
.content-view .content-body {
    opacity: 1;
}

body {
    font-family: 'Amaranth';
    font-size: 0.875rem;
    line-height: normal;
    color: #76838f;
    /*background-image: url(../images/common/background.svg);*/
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
    -webkit-text-size-adjust: none;
    background: #f8f8f8;
}
.main-content, 
.content-view {
    /*height: 100vh;*/
    max-height: 100%;
}
.rounded-50 {
    border-radius: 50px !important;
}
.w-100 {
    width: 100%!important;
}
.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}
.wrap {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}
.text-wrap {
    background: #f75959;
    background: -moz-linear-gradient(-45deg, #f75959 0%, #f35587 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #f75959), color-stop(100%, #f35587));
    background: -webkit-linear-gradient(-45deg, #f75959 0%, #f35587 100%);
    background: -o-linear-gradient(-45deg, #f75959 0%, #f35587 100%);
    background: -ms-linear-gradient(-45deg, #f75959 0%, #f35587 100%);
    background: -webkit-linear-gradient(315deg, #f75959 0%, #f35587 100%);
    background: -o-linear-gradient(315deg, #f75959 0%, #f35587 100%);
    background: linear-gradient(135deg, #f75959 0%, #f35587 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75959', endColorstr='#f35587', GradientType=1 );
    color: #fff;
}
.login-wrap {
    position: relative;
    background: #fff;
}
.text-wrap, .login-wrap {
    width: 50%;
}
.login-input .form-group .form-control::placeholder {
    font-size: 12px;
    color: #777;
}
.nav-header .brand-logo a {
    padding: 1.35rem 1.8125rem;
}
.nav-header .brand-logo a span {
    font-size: 1.6rem;
    color: #7367f0;
}
.nk-sidebar .metismenu > li a > i {
    position: relative;
    top: -2px;
}
.metismenu .collapse.in {
    display: block;
}
textarea.form-control {
	height: auto;
    max-height: 300px;
}
.default-tab .nav {
    padding: 0px 30px;
    align-items: center;
    justify-content: center;
}
.default-tab .nav .nav-item {
    margin-right: 4px;
}
.default-tab .nav .nav-item:last-child {
    margin-right: 0px;
}
.default-tab .nav .nav-link {
    background: #f5f5f5;
    font-size: 0.88rem;
    color: #4f4f4f;
    border-radius: 10px 10px 0px 0px;
}
.default-tab .nav .nav-link.active {
    background: #ffffff;
    color: #7571f9;
}
form .form-control {
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
form .form-control:focus {
    -webkit-box-shadow: 0px 0px 6px 0px #1111a942;
    -moz-box-shadow: 0px 0px 6px 0px #1111a942;
    -ms-box-shadow: 0px 0px 6px 0px #1111a942;
    box-shadow: 0px 0px 6px 0px #1111a942;
}
blockquote {
    background: #F3F3F9;
    padding: 1.4rem 1.4rem;
}
.imp-notice ul li {
    font-size: 95%;
    padding-bottom: 2px;
}
.imp-notice ul li p {
    padding-left: 25px;
    font-size: 90%;
}
.login-input .form-group .form-control {
    /*background: #eef6ff;*/
    padding: 0px 15px;
    font-weight: 400;
    font-size: 13px;
}
.custom-file,
.custom-file-input {
    height: 45px;
}
.custom-file-label,
.custom-file-label::after {
    height: 45px;
    padding: 0.675rem 0.75rem;
}
.header-border thead tr th,
.header-border tbody tr td {
    border: 1px solid rgba(120, 130, 140, 0.13);
}
.custom-dropdown .dropdown-menu .dropdown-item {
    padding: 6px 15px;
    color: #878787;
}
.form-group .error-msg {
    display: block;
    padding-top: 2px;
}
.table-bordered th, 
.table-bordered td{
    border-color: #6e6b7b;
}
.table-bordered thead {
    border-top: 1px solid #6e6b7b;
}
.table thead th {
    /*background: #f3f2f7;*/
    /*color: #6e6b7b;*/
    font-size: 85%;
    font-weight: 500;
    background: #01a59e;
    color: #ffffff;
}
.table thead th,
.table tbody td {
    padding: 0.65rem 0.75rem;
}
.filter-area {
    display: block;
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.filter-area .sortselect {
    width: 80px;
    float: left;
}
.filter-area .sortsearch {
    width: calc(100% - 80px);
    float: right;
    padding-left: 10px;
}
.filter-area .filter-export {
    padding-top: 10px;
}
.exportbox .dropdown .dropdown-item {
    padding: 0.4rem 1.5rem;
}
.exportbox .dropdown .dropdown-item:hover {
    background: #dedede;
}
.card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}
.custom-dropdown .dropdown-menu {
    max-height: 95px;
    overflow-x: hidden;
    overflow-y: auto;
}
.ckbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.ckbox label {
    position: relative;
    cursor: pointer;
}
.ckbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #76838f;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.ckbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #76838f;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.view-form-text .view-text {
    border: 1px solid #d4d4d4;
    margin-bottom: 0px;
}
.view-form-text .view-text label {
    padding: 0.65rem 0.75rem;
    margin-bottom: 0px;
}
.msg-campaign .form-row {
    padding: 0.25rem 0rem;
    border: 1px solid #d4d4d4;
}
.msg-campaign .view-text {
    border: none;
    margin-bottom: 0px;
}
.tree-list {
    margin-top: 20px;
    margin-bottom: 20px;
}
.tree-list li {
    margin-bottom: 10px;
    font-size: 1rem;
}
.tree-list li ul {
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}
.tree-list li ul li {
    font-size: 90%;
    padding-left: 25px;
}
.pro-edit {
    position: relative;
}
.pro-edit input[type="file"] {
    width: 0px;
    height: 0px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.pro-edit .pro-edit-label {
    width: 30px;
    height: 30px;
    background: #6ea7ff;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: -10px;
    line-height: 30px;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}
.client-name {
    text-transform: capitalize;
}
.nk-sidebar .nk-nav-scroll {
    width: 100%;
    height: calc(100vh - 80px);
    overflow-y: auto;
}
.view-form-text img[width="100px"] {
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}
.paginationbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.paginationbox .paginbox{
    width: auto;
    float: right;
    padding: 0px;
}
.paginationbox .pagination {
    margin-bottom: 0px;
}
.paginationbox .pagination > li > a{
    padding: 6px 15px !important;
    border: none;
    line-height: normal;
}
.paginationbox .pagination > li:last-child > a,
.paginationbox .pagination > li:nth-last-child(2) > a,
.paginationbox .pagination > li:first-child > a,
.paginationbox .pagination > li:nth-child(2) > a,
.paginationbox .pagination > .disabled > a{
    font-size: 16px;
    line-height: 18px;
    background: transparent;
}
.paginationbox .pagination li:hover > a {
    color: #7571f9;
}
.paginationbox .pagination > .active > a{
    color: #fff;
    background: #7571f9;
}
/*********************/
.multiSelect .checkbox {
    color: #ddd !important;
    position: absolute;
    left: -9999px;
    cursor: pointer;
}
.multiSelect2 .multiSelect .multiSelectItem {
    background: #ffffff;
    padding: 7px 5px;
}
.multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
    background: #7571f9;
    color: #555;
    cursor: pointer;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #d9d9d9;
}
.multiSelect .multiSelectItem:hover, 
.multiSelect .multiSelectGroup:hover {
    background: #7571f9 !important;
}
.multiSelect2 .multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
    background: #7571f9 !important;
    color: #fff;
}
.multiSelect2 .multiSelect .tickMark {
    top: 10px;
}
.multiSelect2 .multiSelect .clearButton {
    background-color: #ed3938;
    color: #fff;
}
/*************************************************/
.dropdown-content-body ul > li a {
    color: #76838f;
}
.dropdown-content-body ul > li:hover {
    background: #F3F1FA;
    color: #464a53;
}
.nk-sidebar .metismenu {
    padding-bottom: 10px;
}
.login-only .content-view {
    height: 100vh;
    margin-left: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
}
.content-view {
    margin-left: 15.1875rem;
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.page-content .content-body {
    margin-left: 0px;
    min-height: calc(100vh - 52px);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
}
.menu-toggle .content-view {
    margin-left: 0px;
}
.footer {
    padding: 0px;
}
.multiSelect-box .multiSelect2,
.multiSelect-box .multiSelect > button {
    width: 100%;
    text-align: left;
}
.multiSelect-box .multiSelect .caret {
    position: absolute;
    right: 15px;
    top: 16px;
}
.multiSelect-box .multiSelect .multiSelectItem:hover, 
.multiSelect-box .multiSelect .multiSelectGroup:hover {
    background: #7571f9 !important;
    color: #ffffff !important;
    border: 1px solid #ccc !important;
}
.multiSelect-box .multiSelect .helperButton {
    padding: 2px 4px;
}
.multiSelect-box .multiSelect .helperButton:not(.reset) {
    margin-right: 4px;
    padding: 2px 4px;
}
.multiSelect-box .multiSelect .buttonLabel:last-child {
    padding-right: 9px;
}
.multiSelect-box .multiSelect .line {
    max-height: 40px;
    padding: 5px 0px 5px 0px;
}
.multiSelect-box .multiSelect .inputFilter {
    height: 34px;
}
.multiSelect-box .multiSelect .clearButton {
    border: 1px solid #ffffff;
    height: 30px;
    width: 28px;
    font-size: 15px;
    right: 1px;
    top: 6px;
}
.table.table-sm thead th, 
.table.table-sm tbody td {
    padding: 0.4rem 0.75rem;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgb(225 255 255);
}
.table-hover tbody tr:hover {
    background-color: rgb(225 255 255 / 60%);
}
.table-bordered th, 
.table-bordered td {
    border-color: #aedad8;
    color: #343434;
}
.desc-box {
    max-width: 300px;
    display: inline-block;
    white-space: normal;
}
.color-picker {
    width: 100%;
    height: auto;
    border: 2px solid #ffffff;
}
.color-picker input {
    width: 100%;
    height: 40px;
    cursor: pointer;
    border: none;
    outline: none;
}
.custom-status {
    width: auto;
    display: inline-block;
    padding: 6px 9px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.alertmsgbox.modal .modal-dialog {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.msg-campaign .view-text label b {
    width: 150px;
    display: inline-block;
    float: left;
    text-align: right;
    padding-right: 10px;
}
.msg-campaign .view-text .msg-preview-text {
    width: calc(100% - 150px);
    float: right;
}
.msg-campaign .view-text .msg-pre {
    background: #efefef;
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.msg-campaign .view-text .msg-pre input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.copy-btn {
    color: #ffffff;
}
.custom-dropdown .dropdown-menu {
    max-height: 105px;
}
.custom-dropdown .dropdown-menu .dropdown-item {
    padding: 7px 15px;
}
.custom-dropdown .dropdown-menu .dropdown-item:hover {
    background: #F3F1FA;
    color: #464a53;
}
.ui-datepicker .ui-widget-header .ui-corner-all {
    width: 25px;
    height: 25px;
    border: 1px solid #ff9292;
    outline: none;
    overflow: hidden;
}
.ui-datepicker .ui-widget-header .ui-icon {
    background-image: url(../images/common/ui-icons_b83400_256x240.png);
}
.ui-datepicker .ui-state-hover .ui-icon, 
.ui-datepicker .ui-state-focus .ui-icon {
    /*background-image: url(../images/common/ui-icons_ffffff_256x240.png);*/
    background-image: url(../images/common/ui-icons_b83400_256x240.png);
}
.ui-datepicker table td span, 
.ui-datepicker table td a {
    padding: 0.25rem;
    text-align: center;
}
.user-indicate .badge {
    width: 8px;
    height: 8px;
    padding: 0px;
    display: inline-block;
    border-radius: 100%;
}
.custom-modal .modal-dialog {
    display: flex;
    align-items: center;
    min-height: 70vh;
    margin-top: 2rem;
}
.custom-modal .modal-dialog .close {
    font-size: 2rem;
}
/******custom radio button******/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-bottom: 12px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #d4d4d4;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #7571f9;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/********************/
.table-responsive > .table {
    white-space: normal !important;
}


/* jQuery UI Datepicker moving pixels fix */
table.ui-datepicker-calendar {border-collapse: separate;}
.ui-datepicker-calendar td {border: 1px solid transparent;}

/* jQuery UI Datepicker hide datepicker helper */
#ui-datepicker-div {display:none;}

/* jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
	background: #743620 none;
	color: white;
}
/***********pagination css start 02/01/2021**************/
.paginationbox .pagination {
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}
.pagination {
    margin: 20px 0;
    overflow: hidden;
    position: relative;
}
.pagination li {
    float: left;
}
.pagination ul {
    float: left;
    left: 50%;
    position: relative;
}
.pagination ul > li {
    left: -50%;
    position: relative;
}
.pagination li a {
    transition: all 100ms ease-in-out 0s;
    background-color: #F7F7F8;
    border-radius: 5px 5px 5px 5px;
    color: #69696E;
    display: block;
    font: 12px/30px Arial, sans-serif;
    height: 30px;
    margin: 0 2px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: auto;
    cursor: pointer;
    padding: 0px 10px;
}
.pagination li a:hover {
    background-color: #27465a;
    color: #FFFFFF;
}
.pagination li.active a {
    background-color: #27465a;
    color: #FFFFFF;
}
.pagination li.active a:hover {
    color: #FFFFFF;
}
.paginationbox .pagination li:hover > a {
    color: #fff;
}
/********disable sunday only css start***********/
th.ui-datepicker-week-end:first-child,
td.ui-datepicker-week-end:first-child {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
    pointer-events: none;
}
/********disable sunday only css end***********/

blockquote {
    font-weight: 500;
    color: #ef0d0d;
    line-height: 1.8;
}


.alertmsgbox .modal-dialog {
  margin: 2.5rem auto;
}
.alertmsgbox img {
    max-width: 100%;
}
.alertmsgbox .close {
    width: 24px;
    height: 24px;
    background: #000;
    opacity: 1 !important;
    text-align: center;
    text-shadow: none;
    color: #fff !important;
    border-radius: 100%;
    position: absolute;
    top: -7px;
    right: -7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alertmsgbox a {
    color: #2e28f6;
}


/*.alertmsgbox .close {*/
    /*width: 24px;*/
/*    height: 24px;*/
/*    background: #000;*/
/*    opacity: 1 !important;*/
/*    text-align: center;*/
/*    text-shadow: none;*/
/*    color: #FFFFFF !important;*/
/*    border-radius: 10px;*/
/*    position: relative;*/
/*    bottom: -60px;*/
/*    left: -272px*/

/*}*/


/*.close {*/
/*    float: right;*/
/*    font-size: 1.3125rem;*/
/*    font-weight: 500;*/
/*    line-height: 1;*/
     
/*}*/

/*login-page-design*/

.auth-wrapper {
    display: flex;
    flex-basis: 100%;
    min-height: 100vh;
    min-height: calc(1vh * 100);
    min-height: calc(var(--vh, 1vh) * 100);
    width: 100%;
}
.auth-wrapper.auth-v2 {
    align-items: flex-start;
}
.auth-wrapper .auth-inner {
    width: 100%;
    position: relative;
}
.auth-wrapper.auth-v2 .auth-inner {
    height: 100vh;
    overflow-y: auto;
    height: calc(1vh * 100);
    height: calc(var(--vh, 1vh) * 100);
}
.auth-wrapper .brand-logo {
    display: flex;
    justify-content: center;
    margin: 1rem 0 2rem;
}

.auth-wrapper.auth-v2 .brand-logo {
    position: absolute;
    top: 2rem;
    left: 2rem;
    margin: 0;
    z-index: 1;
}
.auth-wrapper .brand-logo .brand-text {
    font-weight: 600;
}
.auth-wrapper .auth-bg {
    background-color: #fff;
}
.font-weight-bold {
    font-weight: 500!important;
}
/*login-page-design*/

/*sidebar-menu*/

.nk-sidebar .metismenu {
    padding: 0px 15px;
}
.nk-sidebar .metismenu>li.active>a,
.nk-sidebar .metismenu>li.active:hover a{
    background: linear-gradient(118deg,#4810a8,rgba(72,16,168,.7));
    box-shadow: 0 0 10px 1px rgba(115,103,240,.7);
    border-radius: 4px;
    color: #fff !important;
}
.nk-sidebar .metismenu>li.active i, .nk-sidebar .metismenu>li:focus i, .nk-sidebar .metismenu>li:hover i, 
.nk-sidebar .metismenu>li.active:hover a span, .nk-sidebar .metismenu>li.active:hover a i {
    color: #fff!important;
}
.nk-sidebar .metismenu>li.active span, .nk-sidebar .metismenu>li:focus span, .nk-sidebar .metismenu>li:hover span {
    color: #fff;
}
.nk-sidebar .metismenu>li:hover>a {
    background: transparent;
    color: #7571f9 !important;
}
.nk-sidebar .metismenu>li:hover>a span,
.nk-sidebar .metismenu>li:hover>a i {
    color: #7571f9 !important;
}
.nav-header {
     background: #fff;
}
.content-body {
    padding-top: 4.5rem;
}
.menu-toggle .header {
    margin-left: 80px;
    width: calc(100% - 8.8rem);
}
/*sidebar-menu*/

/*main-content*/
.nav-header {
    z-index: 12;
}
.menu-toggle .nav-header {
    width: 80px;
}
.menu-toggle .nk-sidebar {
    width: 80px;
}
.menu-toggle .content-body {
    margin-left: 80px;
}
.header_overlay {
    display: block;
    background: linear-gradient(180deg,hsla(0,0%,97%,.95) 44%,hsla(0,0%,97%,.46) 73%,hsla(0,0%,100%,0));
    padding-top: 2.2rem;
    background-repeat: repeat;
    width: 100%;
    height: 102px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}
.card {
   box-shadow: 0 4px 24px 0 rgba(34,41,47,.1);
}
.nk-sidebar .metismenu a {
    padding: 0.8125rem 1.1rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .logo-abbr {
    color: #7367f0;
    width: 100%;
}
.card-title {
    color: #5e5873;
    margin-bottom: 25px;
}
.header {
    height: 60px;
}
.header-right .dropdown h5 {
    margin-bottom: 0px;
}
.header-right .icons .user-img{
    top: 0px;
}
.alert-primary {
    background-color: #7367f01f;
}
.analitics_box .card .card-title {
    min-height: 36px;
}
.page-content .content-body .page-titles {
    background: transparent;
    margin-top: 10px;
    padding-bottom: 0px;
}
.page-content .content-body .page-titles .col {
    display: flex;
}
.page-content .content-body .page-titles .breadcrumb .breadcrumb-item a {
    color: #7367f0;
}
.page-content .content-body .page-titles .breadcrumb .breadcrumb-item.active a {
    color: #6e6b7b;
    cursor: default;
}
.nav-vertical {
    align-items: flex-start;
}
.nav-vertical .nav {
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 1rem;
    padding-left: 1rem;
}
.nav-vertical .tab-content {
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 1rem;
    padding-left: 1rem;
}
.nav-vertical .nav .nav-item {
    width: 100%;
}
.nav-vertical .nav .nav-item .nav-link {
    padding: 0.650rem 1.5rem;
    border: 1px solid transparent;
    border-radius: 0.358rem;
}
.nav-vertical .nav .nav-item .nav-link.active {
    border-color: #7367f0;
    box-shadow: 0 4px 18px -4px rgba(115,103,240,.65);
}
.custom-file, .custom-file-input,
.custom-file-label, .custom-file-label::after {
    height: 38px;
    line-height: 15px;
    font-size: 13px;
    color:#c3c3cc;
    cursor:pointer;
}
.custom-file-label {
    border-color:#6e6b7b;
}
.custom-file-input:lang(en)~.custom-file-label::after {
    color: #76838f;
    height: 100%;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    min-height: 38px;
    padding: 0.438rem 1rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    color: #6e6b7b;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #6e6b7b;
    border-radius: 0.357rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#c3c3cc !important;
    font-weight: 400 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#c3c3cc !important;
    opacity:  1;
    font-weight: 400 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#c3c3cc !important;
   opacity:  1;
   font-weight: 400 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#c3c3cc !important;
    font-weight: 400 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:#c3c3cc !important;
   font-weight: 400 !important;
}

::placeholder { /* Most modern browsers support this now. */
    color:#c3c3cc !important;
    font-weight: 400 !important;
}
.cke_chrome .cke_top,
.cke_chrome .cke_path {
    display:none !important;
}
.cke_chrome .cke_bottom {
    background: transparent !important;
    border: none !important;
}
.cke_chrome {
    display: block !important;
    padding: 0.438rem 1rem !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    color: #6e6b7b !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #6e6b7b !important;
    border-radius: 0.357rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    box-shadow:none !important;
}
.cke_chrome.cke_focus {
    -webkit-box-shadow: 0px 0px 6px 0px #1111a942 !important;
    -moz-box-shadow: 0px 0px 6px 0px #1111a942 !important;
    -ms-box-shadow: 0px 0px 6px 0px #1111a942 !important; 
    box-shadow: 0px 0px 6px 0px #1111a942 !important;
}
.important_notice blockquote {
    background: #fff !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
    color: #76838f !important;
}
.important_notice blockquote ul {
    margin-bottom: 0px;
}
.important_notice blockquote ul li b {
    font-weight: 400;
}
.filter-area .sortsearch {
    width: 100%;
    padding: 0px;
}
.paginationbox {
    justify-content: flex-end;
}
.pagination {
    justify-content: flex-end;
}
.pagination ul {
    position: inherit;
    left: inherit;
    float: none;
    margin-bottom: 0px;
}
.pagination ul li {
    left: inherit;
    position: inherit;
}
.pagination li a {
    background-color: #f3f2f7;
    font-size: 14px;
}
.pagination li a:hover {
    color: #7367f0 !important;
    background-color: #f3f2f7 !important;
}
.table thead th, .table tbody td {
    font-size: 16px;
}
/*main-content*/

/*new-login-style*/
.material-symbols-outlined {
    font-size: 20px;
}
.form-login-body .login-desk {
    filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, 0.09));
    /*height: 100vh;*/
    margin-top: 50px;
    margin-bottom: 50px;
}
.form-login-body .login-desk .detail-box {
    background-color: #FFF;
    padding: 20px;
    border-radius: 15px 0px 0px 15px;
}
.form-login-body .login-desk .loginform {
    background-color: #283046;
    color: #FFF;
    padding: 50px;
    border-radius: 0px 15px 15px 0px;
    display: flex;
    align-items: center;
}
.login-input .form-group label {
    color: #d0d2d6;
    font-size: .857rem;
    font-weight: 400;
    padding-left: 0px;
}
.loginform .card-title {
    color: #fff;
}
.help {
    margin-bottom: 20px;
}
.login-only .content-view {
    height: auto;
}
.form-content {
    width: 100%;
}
.logo-container {
    text-align:center;
}
/*new-login-style*/

/*side-bar*/
.nk-sidebar, .nav-header {
    width: 260px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,.15);
}
.header {
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 1.3rem;
    border-radius: 0.428rem;
    z-index: 12;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 24px 0 rgba(34,41,47,.1);
}
.header {
    width: calc(100vw - (100vw - 100%) - calc(2rem * 2) - 260px);
    left: 260px;
}
.menu-toggle .header {
    left: 80px;
    width: calc(100vw - (100vw - 100%) - 4.4rem - 74px);
    margin-left: auto;
}
.content-view {
    margin-left: 260px;
}
.nk-sidebar .metismenu > li a > i {
    margin-right: 5px;
}
.menu-toggle .footer-main {
    margin-left: 80px;
    padding: 15px 30px 0;
}
.footer-main {
    padding: 0px 30px;
}
.footer-main .footer {
    padding: 0px;
    background: transparent;
}
.footer .copyright {
    padding-left: 0px;
    background: transparent;
}
.footer .copyright p {
    text-align: left;
}
.nk-sidebar .metismenu li.nav-label {
    padding: 0.8125rem 1.1rem;
}
.nav-header .brand-logo a {
    display: flex;
    white-space: nowrap;
    align-items: center;
    transition: none;
}
.nk-sidebar {
    transition: none;
    box-shadow: 0 4px 15px 0 rgba(34,41,47,.05);
}
.nav-header {
    box-shadow: 0 0 15px 0 rgba(34,41,47,.05);
    background: #fff;
}
.nk-sidebar .metismenu a {
    display: flex;
    align-items: center;
    font-size: 15px;
}
.nk-sidebar .metismenu > li a > i {
    top: 0px;
}
/*side-bar*/

/*new-login*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.container.login {
    min-height: 100vh;
    /*padding: 30px 0 0;*/
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
}
.container.login .circle {
    position: absolute;
    background-color: #014b70;
    top: 0;
    left: 0;
    width: 820px;
    bottom: 0;
}
.container.login .inner-container {
    width: 97.5%;
    flex-wrap: wrap;
    max-width: 1150px;
    margin: 0 auto;
    z-index: 1;
    background: #fff;
    box-shadow: 6px 27px 86px #0003;
    border-radius: 44px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 0;
}
.container.login .inner-container .form-container.form-container {
    margin: 30px auto;
    flex: 1;
}
.okta-form {
    padding: 35px 0;
    margin: 0 auto;
    max-width: 380px;
}
.okta-form .brand-text {
    margin-bottom: 20px;
}
.okta-form .title-wrapper {
    margin-bottom: 20px;
    text-align:center;
}
.okta-form .login-input .form-group label {
    /*color: #6d7c91;*/
    color: #000;
}
.container.login .inner-container .image-container {
    width: 100%;
    max-width: 540px;
    box-shadow: 6px 27px 86px #0003;
    border-radius: 0 0 0 200px;
    overflow: hidden;
}
.container.login .inner-container .image-container img.mobile {
    width: 100%;
    display: none;
}
.container.login .inner-container .image-container img.stock {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.closeBtn {
    width: 20px;
    height: 20px;
    background: #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999;
   font-weight: 400;
   cursor: pointer;
   display:none;
}
.header-right .client-name h5 {
    font-size: 14px;
}
.header-right .icons .user-img .activity {
    background: #28c76f;
    border: 2px solid #fff;
}
.header-right .icons .dropdown-menu.show {
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
}
.dropdown-profile li {
    padding: 12px 20px !important;
}
/*new-login*/

/*profile-page*/
.photo-content {
    position: relative;
}
.cover-photo {
    height: 300px;
    width: 100%;
    overflow: hidden;
}
.profile-info {
    display: flex;
    padding: 0.9375rem 1.25rem;
}
.profile .profile-photo {
    max-width: 6.25rem;
    position: relative;
    z-index: 1;
    margin-top: -4.5rem;
    margin-right: 0.625rem;
}
.profile-info .profile-details {
    display: flex;
    width: 100%;
}
.text-primary {
    color: #7367f0 !important;
}
.profile-name h4 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
}
.profile-email h4 {
    color: #5e5873 !important;
    font-weight: 400;
    font-size: 16px;
}
.profile_detail .card {
    border: none;
    margin-bottom: 2rem;
    box-shadow: 0 4px 24px 0 rgba(34,41,47,.1);
    transition: all .3s ease-in-out, background 0s, color 0s, border-color 0s;
    border: 1px solid #dad8d4;
}
.profile_detail .card .card-body {
    padding: 1.5rem;
}
.profile_detail .card .card-body .profile-email {
    padding: 0px;
}
.profile-email h4 {
    color: #000 !important;
}
.profile-detail-content {
    display: flex;
    justify-content: space-between;
}
.profile-detail-content .profile-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
    border-radius: 50%;
}
.green-profile {
    background: rgba(187, 230, 227, 0.5);
}
.green-profile span {
    color: #1cd3c6;
}
.blue-profile {
    background: rgba(50, 80, 255, 0.1);
}
.blue-profile span {
    color: #3250ff;
}
.pink-profile {
    background: rgba(255, 62, 165, 0.1);
}
.pink-profile span {
    color: #FF3EA5;
}
.orange-profile {
    background: rgba(250, 163, 0, 0.1);
}
.orange-profile span {
    color: #FAA300;
}
.brown-profile {
    background: rgba(148, 78, 99, 0.1);
}
.brown-profile span {
    color: #944E63;
}
.purple-profile {
    background: rgba(119, 82, 254, 0.1);
}
.purple-profile span {
    color: #7752FE;
}
/*profile-page*/

/*dashboard-block*/
.gradient-persian {
    background-image: linear-gradient(230deg, #0ee0c8, #00a693);
    color: #fff;
}
.analitics_box .card-body {
    padding: 20px;
    position: relative;
}
.analitics_box .card .card-title {
   font-size: 18px;
   min-height: inherit;
   margin-bottom: 8px;
}
.analitics_box h2 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}
.analitics_box .opacity-5 {
    position: absolute;
    right: 10px;
    bottom: -6px;
    line-height: inherit;
    font-size: 35px;
}
/*dashboard-block*/

/*new-dashboard-look*/
.summary {
    background: #fff;
    padding: 20px;
    height: 100%;
}
.actiities_section h4 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid gray;
    align-items: center;
    padding-bottom: 16px;
}
.actiities_section h4 span {
    font-size: 12px;
    color: gray;
}
.actiities_section .media-left a {
    margin-right: 10px;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    /*background: #8772f2;*/
    background: #4810a8;
    display: grid;
    place-content: center;
    color: #fff;
}
.categories_box.brown {
    background: #fff4d0;
    color: #fff;
}
.categories_box.green {
    background: #e2fdd9;
     color: #fff;
}
.categories_box.brown h6 {
    color: #000;
}
.categories_box.brown i {
    color: #FFA732;
}
.categories_box.green i {
    color: #65B741;
}
.categories_box p {
    color: #6e6e6e;
}
.download_pdf_btn {
    cursor:pointer;
}
/*new-dashboard-look*/

/*new-login-screen*/
.login_bg {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: #f4f4f4;
}
.login_bg:before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 100vh;
    height: 100vh;
    background: linear-gradient(95deg, rgb(91, 61, 166) 20%, rgb(130, 168, 251) 80%);
    border-radius: 50%;
}
.login_bg:after {
    content: "";
    position: absolute;
    bottom: -280px;
    right: -64px;
    width: 100vh;
    height: 100vh;
    background: linear-gradient(95deg, rgb(91, 61, 166) 20%, rgb(130, 168, 251) 80%);
    border-radius: 50%;
}
.login_screen {
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
    margin: 30px 0px;
    background: #fefefe;
    padding: 0px;
    position: relative;
    overflow:hidden;
    height: 600px;
    z-index: 1;
}
.login_screen::before {
    content: "";
    position: absolute;
    top: -200px;
    left: -53px;
    width: 500px;
    height: 500px;
    background: linear-gradient(95deg, rgb(91, 61, 166) 20%, rgb(130, 168, 251) 80%);
    border-radius: 50%;
}
.login_screen::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: -244px;
    width: 350px;
    height: 350px;
    background: linear-gradient(95deg, rgb(91, 61, 166) 20%, rgb(130, 168, 251) 80%);
    border-radius: 50%;
}
.login_screen_data {
    position: relative;
    z-index: 1;
   /* background: #fff;*/
   /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 66%);*/
   /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 66%);*/
    background: url("../images/login-shape.svg") no-repeat;
    background-size: cover;
    padding: 20px;
    height: 543px;
}
.login_screen_data::before {
    /*content: "";*/
    /*background: url("../../skin/griya/images/login-shape.svg") no-repeat;*/
}
.login_screen_data .okta-form {
    padding: 70px 20px 30px 20px;
}
.login-form__btn.submit {
    padding: 8px 46px;
    font-weight: 400;
    font-size: 16px;
    background: #7571f9;
}
.login-form__btn.submit:hover {
    color: #fff;
}
.login-input .form-group .form-control {
  border: 1px solid #d3d3d3 !important;
  margin-top: 5px;
}
.login-input .form-group .form-control:focus {
    box-shadow: none;
}
.social_media_icons {
    position: relative;
}
.social_media_icons ul li {
    display: inline-block;
    position: absolute;
    z-index: 9;
}
.social_media_icons ul li:first-child {
    top: -112px;
    left: 80px; 
}
.social_media_icons ul li:nth-child(2) {
    top: -84px;
    left: 128px;
}
.social_media_icons ul li:nth-child(3) {
    top: -58px;
    left: 176px;
}
.social_media_icons ul li:nth-child(4) {
    top: -34px;
    left: 224px;
}
.social_media_icons ul li:nth-child(5) {
    top: -8px;
    left: 272px;
}

.user_login_box .social_media_icons ul li:first-child {
    top: -134px;
    left: 38px;
}
.user_login_box .social_media_icons ul li:nth-child(2) {
    top: -106px;
    left: 84px;
}
.user_login_box .social_media_icons ul li:nth-child(3) {
    top: -80px;
    left: 130px;
}
.user_login_box .social_media_icons ul li:nth-child(4) {
    top: -56px;
    left: 180px;
}
.user_login_box .social_media_icons ul li:nth-child(5) {
    top: -30px;
    left: 228px;
}
.social_media_icons ul li a img {
    width: 36px;
}
.login_arrow {
    position: absolute;
    bottom: 34px;
    right: 27px;
    width: 40px;
    height: 40px;
    background: #007777;
    display: grid;
    place-content: center;
    border-radius: 50%;
    color: #fff;
    /*cursor: pointer;*/
}
.signup_field {
    position: relative;
    top: -60px;
    z-index: 1;
    background: url("../images/sign-up-shape.svg") no-repeat;
    background-size: cover;
    padding: 20px;
    height: 556px;
}
.signup_field .login_arrow {
    bottom: inherit;
    right: inherit;
    top: 24px;
    left: 25px;
}
.login_screen.add_login_section .signup_field {
    position: relative;
    top: -514px;
}
.login_screen.add_login_section .login_field {
    position: relative;
    top: -434px;
}
.signup_field_form {
    margin-top: 50px;
    padding: 20px;
}
.signup_field_form .logo-container {
    text-align: left;
}
.login-input .form-group label {
    padding-bottom: 0px;
}

/*table-design*/
.table-striped tbody tr:nth-of-type(even) {
    background-color: #fff;
}
.alertmsgbox .close:focus {
    border: none;
    outline: none;
}
/*table-design*/

/* side-bar */
.nk-sidebar {
    position: fixed;
    left: 0px;
    top: 5rem;
    margin-top: 0;
    background: #fff;
}
.nk-sidebar .metismenu {
    background-color: #fff;
}
.nk-sidebar .metismenu li {
    border-right: none !important;
}
.menu-icon {
    margin-right: 7px;
}
.menu-toggle .nk-sidebar {
    left: 0;
    right: auto;
}
.menu-toggle .nk-sidebar .nav-text,
.menu-toggle .nk-sidebar .metismenu .nav-label {
    display: none;
} 
.menu-toggle .nk-sidebar .metismenu>li:hover>a {
    width: 15.625rem;
}
.menu-toggle .nk-sidebar .metismenu>li:hover>a .nav-text {
    display: inline-block;
}
.menu-toggle .nk-sidebar .nk-nav-scroll, 
.menu-toggle .nk-sidebar .slimScrollDiv {
    overflow: visible !important;
}
.menu-toggle .nav-header .logo-abbr {
    color: #7367f0;
    width: 100%;
    display: block;
}
.nav-header .brand-logo a {
    text-align: left;
}
.menu-toggle .brand-logo a {
    text-align: center;
}
.menu-toggle .brand-title {
    display: none;
}
.nav-header, .menu-toggle .nav-header {
    position: fixed;
    left: auto;
}
.menu-toggle .nk-sidebar .arrow {
    display: none;
}


  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
  .dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
  }
  .dropdown-btn .arrow {
    transition: 0.3s ease-in-out;
  }
  .dropdown-btn.active .arrow {
    transform: rotate(90deg);
    transition: 0.3s ease-in-out;
  }
  .dropdown-container {
    background: transparent !important;
  }
  .dropdown-container li a:hover {
    background: transparent !important;
  }
  .dropdown-container li:hover a {
    background: transparent;
    color: #7571f9 !important;
  }
/* side-bar */
.card-title {
    white-space: nowrap;
    margin-bottom: 0px;
}
.filter-area {
    margin: 0px;
}
/*.table-responsive table.dataTable thead .sorting,
.table-responsive table.dataTable thead .sorting_asc {
    background-image: none;
    position: relative;
}
.table-responsive table.dataTable thead .sorting::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 4px;
}
.table-responsive table.dataTable thead .sorting_asc::after {
    content: "";
    font-family: fontawesome !important;
}*/

.btns-action .form-control[readonly] {
    background: #f4f4f4 !important;
}

.page-titles .breadcrumb li {
    display: flex;
    align-items: center;
}
table.dataTable thead .sorting, 
table.dataTable thead .sorting_asc, 
table.dataTable thead .sorting_asc_disabled, 
table.dataTable thead .sorting_desc, 
table.dataTable thead .sorting_desc_disabled {
    background-image: none;
}
table.dataTable tbody th, 
table.dataTable tbody td,
table.dataTable thead th, 
table.dataTable thead td {
    padding: 8px 16px;
}
table.dataTable thead th, 
table.dataTable thead td {
    font-size: 14px;
}

/*********troika new theme css********/
.page-content .content-body .page-titles .breadcrumb .breadcrumb-item a,
a:hover {
    color: #d1261e;
}
.login_bg {
    background: #ffffff;
}
.globalClass__ou4kK .label__OdbC9,
.main__gOHIm .headerBox__gyJdX,
.login_screen::after,
.login_screen::before,
.login_bg:before,
.login_bg:after {
	background: -webkit-linear-gradient(95deg, #d1261e 20%, #fdb515 80%) !important;
	background: -moz-linear-gradient(95deg, #d1261e 20%, #fdb515 80%) !important;
	background: -ms-linear-gradient(95deg, #d1261e 20%, #fdb515 80%) !important;
	background: linear-gradient(95deg, #d1261e 20%, #fdb515 80%) !important;
}
.login_arrow {
    background: #eb7b18;
}
.login-form__btn.submit {
    background: #fdb515;
}
._bottom__WXrbS,
.header__PUKWc .leaf__A526Y {
    display: none !important;
}
.container.login .circle {
    background: -webkit-linear-gradient(95deg, #d1261e -20%, #fdb515 80%) !important;
    background: -moz-linear-gradient(95deg, #d1261e -20%, #fdb515 80%) !important;
    background: -ms-linear-gradient(95deg, #d1261e -20%, #fdb515 80%) !important;
    background: linear-gradient(95deg, #d1261e -20%, #fdb515 80%) !important;
}
.btn.btn-primary {
    background-color: #d1261e;
    border-color: #d1261e;
}
.btn.btn-primary:active, 
.btn.btn-primary:focus, 
.btn.btn-primary:hover {
    box-shadow: 0 8px 25px -8px #d1261e !important;
    border-color: #d1261e !important;
    background-color: #d1261e !important;
    color: #fff !important;
}
.btn-info {
    color: #fff;
    background-color: #fdb515;
    border-color: #fdb515;
}
.btn.btn-info:active, 
.btn.btn-info:focus, 
.btn.btn-info:hover {
    box-shadow: 0 8px 25px -8px #fdb515 !important;
    border-color: #fdb515 !important;
    background-color: #fdb515 !important;
    color: #fff !important;
}
.analitics_box .card {
    background: #d1261e !important;
}
.actiities_section .media-left a {
    background: #fdb515;
}
.nk-sidebar .metismenu>li:hover>a {
    color: #d1261e !important;
}
.dropdown-container li:hover a,
.nk-sidebar .metismenu>li:hover>a span, 
.nk-sidebar .metismenu>li:hover>a i {
    color: #d1261e !important;
}
.nk-sidebar .metismenu>li.active>a, 
.nk-sidebar .metismenu>li.active:hover a {
    background: linear-gradient(118deg, #d1261e, rgb(253 181 21));
    box-shadow: 0 0 10px 1px rgb(253 181 21 / 25%);
    border-radius: 4px;
    color: #fff !important;
}
.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
    background-color: #d1261e;
}
.nav-vertical .nav .nav-item .nav-link.active {
    border-color: #d1261e;
    box-shadow: 0 4px 18px -4px rgb(209 38 30 / 40%);
}
.cke.cke_chrome,
.form-control {
    font-size: 14px !important;
    color: #343434 !important;
    background-color: #ffffff !important;
    border: 1px solid #d4d4d4 !important;
}
.table thead th, 
.table tbody td {
    font-size: 14px;
}
.table thead th {
    background: #fdb515;
}
table.dataTable thead th, 
table.dataTable thead td,
.table th, .table td {
    border-color: #d4d4d4;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #eeeeee !important;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgb(248 248 248) !important;
}
.label,
table.dataTable thead th, 
table.dataTable tfoot th {
    font-weight: 400;
}
.card .card-header {
    margin-bottom: 20px;
}
.dataTables_wrapper,
.filter-area .filter-export {
    padding-top: 0px;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #d4d4d4;
    padding: 6px 8px;
    border-radius: 4px;
}
.dataTables_length select {
    border: 1px solid #d4d4d4;
    padding: 2px 4px;
    border-radius: 4px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 4px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #d4d4d4;
    background: -webkit-linear-gradient(to bottom, #d1261e 0%, #fdb515 100%);
    background: -moz-linear-gradient(to bottom, #d1261e 0%, #fdb515 100%);
    background: -ms-linear-gradient(to bottom, #d1261e 0%, #fdb515 100%);
    background: linear-gradient(to bottom, #d1261e 0%, #fdb515 100%);
    color: #fff !important;
}
/*********troika new theme css end********/







