@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;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #7571f9 #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: 0;
    z-index: 9999;
}
.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.animated .content-body {
    opacity: 1;
}

body {
    font-family: 'Poppins';
    font-size: 0.875rem;
    line-height: normal;
    color: #76838f;
    background-image: url(../images/common/background.jpg);
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
    -webkit-text-size-adjust: none;
}
.main-content, 
.content-view {
    /*height: 100vh;*/
    max-height: 100%;
}
.nav-header .brand-logo a {
    padding: 1.35rem 1.8125rem;
}
.nav-header .brand-logo a span {
    font-size: 1.6rem;
    color: #fff;
}
.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: 1rem;
    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;
}
.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: #d4d4d4;
}
.table-bordered thead {
    border-top: 1px solid #d4d4d4;
}
.table thead th {
    background: #7571f9;
    color: #fff;
    font-size: 85%;
}
.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: rgba(142, 142, 142, 0.05);
}
.table-hover tbody tr:hover {
    background-color: rgba(116, 116, 116, 0.08);
}
.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;
}
/********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;
}





