uploadModalClass /*----- Normalize.css Start -----*/
    /*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #515151;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],

    /* 1 */

[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    outline: 0;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,

    /* 1 */

menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*----- Normalize.css End -----*/

/*----- Common Start -----*/

/* Font Declaration */

/* General Resets */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option,
textarea,
figure {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /* list-style:none;*/
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #515151;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
    outline: none;
}

button:focus,
:focus {
    outline: 0 none;
}

button,
optgroup,
select,
textarea {
    font-family: "Poppins", sans-serif;
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    resize: vertical;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #515151;
    text-transform: capitalize;
}

/* Remove top margin from headers */

h1 {
    font-size: 26px;
    font-weight: 500;
}

h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

h3 {
    font-size: 20px;
    color: #515151;
    font-weight: 500;
}

h4 {
    font-size: 22px;
    color: #515151;
    text-transform: capitalize;
    margin-bottom: 20px;
}

h5 {
    font-size: 16px;
    color: #d00d0d;
    font-weight: 600;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 15px;
    font-weight: 400;
    line-height: 1.4;
}

a {
    color: #d00d0d;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    display: inline;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #df4a4a;
}

a[href*="tel"],
a[href*="mailto"] {
}

/* General Classes */

.form-control::-webkit-input-placeholder {
    color: #a4a4a4;
    opacity: 1;
    font-weight: 300;
}

/* WebKit browsers */

.form-control:-moz-placeholder {
    color: #a4a4a4;
    opacity: 1;
    font-weight: 300;
}

/* Mozilla Firefox 4 to 18 */

.form-control::-moz-placeholder {
    color: #a4a4a4;
    opacity: 1;
    font-weight: 300;
}

/* Mozilla Firefox 19+ */

.form-control:-ms-input-placeholder {
    color: #a4a4a4;
    opacity: 1;
    font-weight: 300;
}

/* Internet Explorer 10+ */

.form-control:focus {
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.searchbar .form-group .form-control::-webkit-input-placeholder {
    color: #a4a4a4;
    opacity: 1;
    font-weight: 300;
}

/* WebKit browsers */

.searchbar .form-group .form-control::-moz-placeholder {
    color: #a4a4a4;
    opacity: 1;
    font-weight: 300;
}

/* Mozilla Firefox 4 to 18 */

.searchbar .form-group .form-control::-moz-placeholder {
    color: #a4a4a4;
    opacity: 1;
    font-weight: 300;
}

/* Mozilla Firefox 19+ */

.search-field.form-control:-ms-input-placeholder {
    color: #a4a4a4;
    opacity: 1;
    font-weight: 300;
}

.form-group {
    margin-bottom: 25px;
}

label {
    color: #51515180;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

h1 {
    font-size: 60px;
    font-weight: 700;
}

.btn-primary {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 27px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    background: #d00d0d;
    box-shadow: 0px 3px 6px #d00d0d29;
    border-radius: 100px;
    border: 1px solid #d00d0d;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #df4a4a !important;
    border-color: #df4a4a !important;
    color: #fff !important;
}

.btn-border {
    background: transparent;
    color: #d00d0d;
    box-shadow: none;
}

.btn-primary .icon {
    display: inline-block;
    max-width: 20px;
    margin-right: 10px;
}

.title h2 {
    font-size: 24px;
    position: relative;
    padding-left: 18px;
}

.title h2:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    top: 0;
    left: 2px;
    background: #d00d0d;
}

/*---custom css scrollbar start---*/

/* ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(76, 76, 76, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(76, 76, 76, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(76, 76, 76, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #d00d0d;
    outline: 1px solid #d00d0d;
    border-radius: 10px;
} */

/* iframe body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

iframe body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(76, 76, 76, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(76, 76, 76, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(76, 76, 76, 0.3);
}

iframe body::-webkit-scrollbar-thumb {
    background-color: #d00d0d;
    outline: 1px solid #d00d0d;
    border-radius: 10px;
} */

.scroller {
    scrollbar-color: #d00d0d white;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    overflow-x: auto;
    overflow-y: auto;
}

.scroller::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroller::-webkit-scrollbar-track {
    background: white;
}

.scroller::-webkit-scrollbar-thumb {
    background: #d00d0d;
    border-right: 1px solid white;
    border-radius: 10px;
}

/*--header style starts here--*/

header {
    background: #004571;
    padding: 15px 15px;
    box-shadow: 3px 5px 12px #0000000d;
    color: #686868;
    width: calc(100% - 256px);
    margin-left: 256px;
}

.sidebar-icon {
    display: inline-block;
    width: 36px;
    vertical-align: middle;
    cursor: pointer;
}

.sidebar-icon span {
    display: block;
    width: 22px;
    height: 3px;
    margin-bottom: 4px;
    background: #ffffff;
    margin: 0 auto 8px;
}

.sidebar-icon span:nth-child(2) {
    width: 36px;
}

.sidebar-icon span:last-child {
    margin-bottom: 0;
}

.sidebar-icon.open {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.right-sec {
    display: inline-block;
    width: calc(100% - 50px);
    text-align: right;
}

.right-sec ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.right-sec li a {
    display: inline-block;
    padding: 8px 7px;
    position: relative;
}

.right-sec li a.icon > img,
.right-sec li a.icon span > img {
    filter: invert(43%) sepia(0%) saturate(0%) hue-rotate(173deg) brightness(220%) contrast(99%);
}

.searchbar .form-group {
    margin-bottom: 0;
    border: 1px solid #515151;
    border-radius: 50px;
    position: relative;
    width: 431px;
}

.right-sec .searchbar .form-control {
    background: #fff;
}

.searchbar .form-control {
    background: #f5f5f5;
    width: 100%;
    padding-left: 50px;
    height: 40px;
    border: none;
    font-size: 14px;
    color: #686868;
    /* overflow: hidden; */
    border-radius: 50px;
    padding-right: 140px;
}

.searchbar .btn-search {
    position: absolute;
    top: 2px;
    left: 11px;
    background: transparent;
    box-shadow: none;
    border: none;
    font-size: 20px;
    color: #a4a4a4;
}

.noti-icon .new {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #d00d0d;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 11px;
    border: 2px solid #004571;
    z-index: 1;
}

.right-sec .profile-info .profile-img {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 0;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    position: relative;
}

.right-sec .profile-info .profile-img.img-active {
    border: 1px solid #d00d0d;
}

.right-sec .profile-info .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.right-sec .user-name {
    display: inline-block;
    margin-left: 4px;
}

.right-sec .user-name a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.right-sec .user-name a i {
    display: inline-block;
    padding-left: 5px;
    font-size: 20px;
    vertical-align: top;
}

header.expanded-area {
    width: calc(100% - 70px);
    margin-left: 70px;
}

.profile-dropdown {
    position: absolute;
    width: 180px;
    background: #ffffff;
    box-shadow: 0px 5px 20px #00000026;
    border-radius: 10px;
    right: 0;
    text-align: left;
    z-index: 999;
    top: 50px;
    display: none;
}

.profile-dropdown li {
    display: block !important;
    margin-right: 0 !important;
}

.profile-dropdown li a {
    padding: 14px 15px;
    color: #a4a4a4;
    display: block;
}

.profile-dropdown li a .icon {
    display: inline-block;
    padding-right: 10px;
}

.profile-dropdown li a .icon img {
    filter: invert(72%) sepia(0%) saturate(332%) hue-rotate(170deg) brightness(92%) contrast(84%);
}

.profile-dropdown li a:hover .icon img {
    filter: invert(32%) sepia(1%) saturate(0%) hue-rotate(316deg) brightness(97%) contrast(95%);
}

.profile-dropdown li a:hover {
    background: #fae6e6;
    color: #515151;
}

/*--header style ends here--*/

/*--sidebar style starts here--*/

.sidebar {
    position: fixed;
    left: 0;
    width: 256px;
    z-index: 999;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    box-shadow: 5px 0px 20px #0000000d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.logo-sec {
    background: #004571;
    /* padding: 16px 15px; */
    padding: 17px 15px 16px 13px;
    margin-right: 1px;
    text-align: left;
    box-shadow: 2px 0 0 #003d65e0;
}

.sidebar-list {
    height: calc(100% - 75px);
    overflow-y: auto;
}

.sidebar-list .listing {
    list-style-type: none;
    margin-top: 0px;
}

.sidebar-list .listing .menu-link {
    display: block;
    text-align: left;
    margin-right: 0;
    padding: 18px 15px;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.sidebar-list .listing .menu-link::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: #d00d0d;
    left: 0;
    top: 0;
    opacity: 0;
}

.sidebar-list .listing .menu-link .link-items {
    display: block;
    position: relative;
}

.arrowDown {
    position: absolute;
    width: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    filter: invert(67%) sepia(70%) saturate(0%) hue-rotate(130deg) brightness(91%) contrast(92%);
}

.sidebar-list .listing .menu-link .menu-icon {
    display: inline-block;
    vertical-align: middle;
    max-width: 25px;
    margin: 0 auto;
}

.sidebar-list .listing .menu-icon img {
    filter: invert(78%) sepia(1%) saturate(3765%) hue-rotate(28deg) brightness(84%) contrast(92%);
}

.sidebar-list .listing .menu-link p {
    color: #a4a4a4;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-left: 14px;
    -webkit-transition: 0.3s;
    transition: all 0.3s;
    line-height: 1;
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
}

.sidebar-list .listing .menu-link:hover,
.sidebar-list .listing li.active .menu-link {
    background: #0045711f;
}

.sidebar-list .listing .menu-link:hover p,
.sidebar-list .listing li.active a p {
    color: #515151;
}

.sidebar-list .listing .menu-link:hover .menu-icon img,
.sidebar-list .listing li.active .menu-link .menu-icon img {
    filter: invert(33%) sepia(0%) saturate(1%) hue-rotate(252deg) brightness(97%) contrast(99%);
}

.sidebar-list .listing li.active .menu-link::before {
    opacity: 1;
}

.custom-select-group {
    position: relative;
}

.custom-select-group .select-box {
    background: #9c0f0f;
    padding: 12px 35px 12px 15px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
}

.custom-select-group .select-box:before {
    position: absolute;
    content: "\f107";
    font-family: fontawesome;
    color: #fff;
    font-size: 25px;
    top: 10px;
    right: 15px;
    z-index: 0;
    pointer-events: none;
}

.custom-select-group .dropdown-list {
    background: #ebebeb;
    /* position: absolute; */
    width: 100%;
    z-index: 9;
}

.custom-select-group .dropdown-list.open {
    display: block;
}

.dropdown-list li {
    display: block;
    padding: 12px;
    list-style-type: none;
    border-bottom: 1px solid #dddfe1;
}

.dropdown-list li .img-icon {
    display: inline-block;
    max-width: 16px;
    margin-right: 10px;
}

.custom-select-group .changeStatus .img-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    line-height: 18px;
    text-align: center;
    padding: 4px;
    border-radius: 50%;
    /* margin-right: 20px; */
    margin-right: 11px;
}

.dashboard .custom-select-group .changeStatus .text {
    display: inline-block;
    vertical-align: middle;
}

.custom-select-group .changeStatus .img-icon img {
    max-width: 12px;
    max-height: 12px;
}

.hide {
    display: none;
}

.show {
    display: block !important;
}

.sidebar.collapsed-menu {
    width: 70px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar.collapsed-menu .sidebar-list .listing .menu-link p,
.sidebar.collapsed-menu .custom-select-group .select-box:before,
.sidebar.collapsed-menu .sidebar-list .listing li .arrowDown {
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar.collapsed-menu .custom-select-group {
    text-align: center;
}

.sidebar.collapsed-menu .custom-select-group .select-box {
    padding: 12px 15px;
}

.sidebar.collapsed-menu .custom-select-group .changeStatus .img-icon {
    margin-right: 0;
}

.logo-sec .img-icon {
    display: none;
}

.sidebar.collapsed-menu .logo-sec .img-icon {
    display: block;
}

.sidebar.collapsed-menu .logo-sec .img-full {
    display: none;
}

.sidebar.collapsed-menu .changeStatus .text {
    display: none;
}

.sidebar.collapsed-menu .sidebar-list .listing .menu-link .link-items {
    text-align: center;
}

/*--sidebar style ends here--*/

.main-container {
    background: #f6f6f6;
    width: calc(100% - 256px);
    margin-left: 256px;
    height: calc(100vh - 75px - 59px);
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.main-container.expanded-area
    /* .main-container.expanded-area footer{ */
{
    width: calc(100% - 70px);
    margin-left: 70px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.content-sec {
    padding: 0px 20px 30px;
}

.btn-sec .icon {
    filter: invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}

.content-header {
    margin-bottom: 30px;
}

.recent-sec {
    border-radius: 20px;
    background: #fff;
    border: 1px solid #dddfe1;
    margin-bottom: 30px;
}

.recent-sec .recent-heading {
    background: #ebebeb;
    padding: 15px 30px;
    border-radius: 20px 20px 0 0px;
}

.recent-heading h3,
.heading-left {
    display: inline-block;
    margin-bottom: 0;
    width: 40%;
    vertical-align: middle;
}

.recent-heading .btn-list {
    width: 59.5%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.recent-heading .btn-list li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    font-weight: 500;
    margin-right: 30px;
}

.recent-heading .btn-list li:last-child {
    margin-right: 0;
}

.recent-heading .btn-list > ul > li:first-child::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #acacac;
    right: -17px;
    top: 0;
}

.recent-heading .btn-list .delete-record {
    display: none;
}

.recent-heading .btn-list .delete-record.show {
    display: inline-block !important;
    margin-left: 195px;
}

.recent-heading .btn-list .btn-primary {
    padding: 9px 17px;
    border-color: #a4a4a4;
    color: #a4a4a4;
    font-size: 14px;
}

.recent-heading .btn-list .btn-primary:hover {
    background: #a4a4a4;
    color: #fff;
}

.recent-heading .btn-list li:last-child:before,
.recent-heading .btn-list > ul > li.delete-record::before {
    display: none;
}

.recent-heading .refresh-screen {
    color: #515151;
}

.recent-heading .refresh-screen span {
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}

.recent-heading .btn-list li a:hover {
    color: #df4a4a;
}

.recent-dashboard-sec {
    padding: 35px 15px 2px;
}

footer {
    box-shadow: 0px -5px 20px #0000000d;
    background: #fff;
    text-align: center;
    padding: 20px 20px;
    position: fixed;
    width: 100%;
    bottom: 0;
    width: calc(100% - 256px);
}

footer p {
    font-size: 14px;
    color: #8f8f96;
    margin-bottom: 0;
}

.custom-radiobtn li {
    display: inline-block;
    list-style-type: none;
    margin-right: 20px;
}

.custom-radiobtn li:last-child {
    margin-right: 0;
}

.custom-radio-block {
    position: relative;
    color: #515151;
    font-size: 16px;
    padding-left: 30px;
    text-transform: capitalize;
    cursor: pointer;
    margin-bottom: 0;
}

.custom-radio-block input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-radio-block .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #747474;
    border-radius: 50%;
    margin-left: 0;
}

.custom-radio-block .checkmark:before {
    height: 10px;
    width: 10px;
    background-color: #d00d0d;
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 4px;
    left: 4px;
    display: none;
}

.custom-radio-block input:checked + .checkmark {
    border-color: #d00d0d;
}

.custom-radio-block input:checked + .checkmark:before {
    display: block;
}

.no-border {
    border: none !important;
}

.recent-sec.no-border .recent-heading {
    border-radius: 20px;
}

.recent-sec.no-border {
    background: transparent;
}

.dashboard-grid {
    margin-top: 30px;
}

.graph-block:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: inset 0 -80px 70px -62px #000;
    z-index: 1;
}

.graph-block {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s all ease-in;
    display: block;
    height: 185px;
}

.graph-block img {
    transition: 0.3s all ease-in;
}

.graph-block:hover img {
    transform: scale(1.1);
}

.graph-block:hover .btn-icon img {
    transform: none;
}

.graph-block .caption {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    width: 100%;
    padding: 20px 20px;
    left: 0;
    z-index: 1;
}

.graph-block .caption h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.recent-dashboard-sec .graph-block {
    margin-bottom: 0;
}

.btn-list li {
    list-style-type: none;
    display: inline-block;
    margin-right: 6px;
}

.btn-list li:last-child {
    margin-right: 0;
}

.dashboard-table {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #dddfe1;
    margin-bottom: 50px !important;
}

.dashboard-table thead th {
    padding: 15px 12px !important;
    background: #cccccc00 0% 0% no-repeat padding-box;
    border-bottom: 1px solid #dddfe1 !important;
    color: #515151;
    position: relative;
}

.dashboard-table.dataTable tbody td {
    padding: 14px 12px 11px !important;
    color: #a4a4a4;
    vertical-align: middle;
}

.dashboard-table.dataTable tbody td.select-checkbox:before {
    content: " ";
    margin-top: -5px;
    margin-left: -6px;
    border: 1px solid #a4a4a4;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    display: none;
}

.dashboard-table.dataTable.order-column tbody tr > .sorting_1 {
    background-color: #fff;
}

.dashboard-table.dataTable tbody > tr.selected,
.dashboard-table.dataTable.order-column tbody > tr.selected > .sorting_1 {
    background-color: #eeeeee;
}

.dashboard-table.dataTable tr.selected td.select-checkbox:after,
.dashboard-table.dataTable tr.selected th.select-checkbox:after {
    content: "\2714";
    margin-top: -4px;
    margin-left: -2px;
    text-align: center;
    text-shadow: none !important;
    color: #fff !important;
    display: none;
}

.dashboard-table.dataTable tr.selected td.select-checkbox:before {
    background-color: #d00d0d;
    border-color: #d00d0d;
}

.dashboard-table th.select-checkbox,
.dashboard-table td.select-checkbox {
    position: relative;
    width: 20px !important;
    min-width: 20px;
}

.dashboard-table .checkbox-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.dashboard-table .checkbox-btn input + .checkmark {
    position: absolute;
    top: 15px;
    left: 38%;
    border: 1px solid #a4a4a4;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    margin-left: 0;
}

.dashboard-table.dataTable tr.selected th.select-checkbox:after {
    display: none;
}

table.dataTable thead .sorting_asc .sort-icon {
    background-image: url("../img/sort_asc.png");
    background-size: cover;
    width: 19px;
    height: 13px;
    display: inline-block;
}

table.dataTable thead .sorting_disabled {
    background-image: none;
}

table.dataTable thead .sorting .sort-icon,
table.dataTable thead .sorting_desc .sort-icon {
    background-image: url("../img/sort_both.png");
    background-size: cover;
    width: 19px;
    height: 13px;
    display: inline-block;
}

.checkbox-btn.checkedAll .checkmark {
    background-color: #d00d0d;
    border-color: #d00d0d !important;
}

.checkbox-btn.checkedAll .checkmark:after {
    /* content: '\2714'; */
    content: "\f00c";
    font-family: "fontawesome";
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
    text-shadow: none;
    color: #fff;
    position: absolute;
    /* transform: rotate(-10deg); */
    transform: rotate(-14deg);
    text-shadow: none;
    box-shadow: none;
    font-weight: 400;
    top: -1px;
}

.btn-delete {
    border-color: #8b8b8b;
    color: #8b8b8b;
}

.btn-delete:hover {
    background: #8b8b8b;
    color: #fff;
    border-color: #8b8b8b;
}

.dashboard-list div#example_length {
    z-index: 99;
    position: fixed;
    right: 190px;
    top: 192px;
}

.dashboard-list div#example_length label {
    color: #a4a4a4;
    font-size: 14px;
    position: relative;
}

.dashboard-list div#example_length label:before {
    content: "\f0d7";
    position: absolute;
    font-family: "fontawesome";
    font-size: 18px;
    right: 68px;
    top: 7px;
    color: #515151;
    pointer-events: none;
}

.dashboard-list div#example_length label:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    right: 84px;
    top: 0;
    background: #a4a4a4;
    pointer-events: none;
}

.dashboard-list div#example_length select {
    border: 1px solid #a4a4a4;
    padding: 7px 10px;
    width: 70px;
    color: #aaaaaa;
    font-size: 14px;
    border-radius: 25px;
    margin: 0 6px;
}

.table-mt table.dataTable.no-footer {
    border-bottom: none;
    position: relative;
}

.dashboard-list .dataTables_wrapper .dataTables_info {
    color: #515151;
}

.search-view-results .dataTables_wrapper .dataTables_info {
    padding-top: 0 !important;
    margin-bottom: 15px;
}

.dashboard-list .dataTables_wrapper .dataTables_paginate .paginate_button {
    box-shadow: 2px 3px 10px #7777771a;
    background: #fff !important;
    border: none !important;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    color: #a4a4a4 !important;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.dashboard-list
.dataTables_wrapper
.dataTables_paginate
.paginate_button.current {
    background: #d00d0d !important;
    box-shadow: 2px 3px 10px #7777771a;
    color: #fff !important;
}

.dashboard-list
.dataTables_wrapper
.dataTables_paginate
.paginate_button.previous,
.dashboard-list .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    font-size: 0;
    position: relative;
}

.dashboard-list
.dataTables_wrapper
.dataTables_paginate
.paginate_button.previous:before,
.dashboard-list
.dataTables_wrapper
.dataTables_paginate
.paginate_button.next:before {
    position: absolute;
    content: "\f105";
    font-family: "fontawesome";
    font-size: 22px;
    color: #a4a4a4;
    top: 0;
    left: 53%;
    transform: translateX(-50%);
}

.dashboard-list
.dataTables_wrapper
.dataTables_paginate
.paginate_button.previous:before {
    content: "\f104";
}

.dashboard-list .dataTables_wrapper .dataTables_filter input {
    background: #f5f5f5;
    width: 100%;
    padding-left: 50px;
    height: 42px;
    border: none;
    font-size: 16px;
    color: #686868;
    border-radius: 50px;
    border: 1px solid #a4a4a4;
    border-radius: 50px;
    width: 293px;
    margin: 0;
}

.dashboard-list .dataTables_wrapper .dataTables_filter {
    /* position: relative;
      top: -164px;
      z-index: 99; */
    position: fixed;
    top: 105px;
    z-index: 99;
    right: 25px;
}

.dashboard-list .dataTables_wrapper .dataTables_filter:before {
    position: absolute;
    content: "\f002";
    font-family: "fontawesome";
    font-size: 20px;
    color: #a4a4a4;
    top: 7px;
    left: 18px;
}

.filter-dropdown {
    position: absolute;
    width: 450px;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0px 5px 20px #00000026;
    border-radius: 15px;
    text-align: left;
    right: 0;
    top: 43px;
    display: none;
    overflow: hidden;
    padding: 30px;
}

.filter-dropdown label {
    font-size: 14px;
    color: #515151;
}

.filter-dropdown .btn-sec {
    width: 100%;
    text-align: center;
}

.recent-heading .filter-dropdown .btn-sec li {
    display: inline-block;
    margin-right: 10px;
}

.recent-heading .filter-dropdown .btn-sec li .btn-primary {
    border-color: #d00d0d;
    color: #fff;
    padding: 10px 25px;
    min-width: 100px;
}

.recent-heading .filter-dropdown .btn-sec li .btn-bordered {
    border-color: #d00d0d;
    color: #d00d0d;
    background-color: transparent;
}

.filter-dropdown .btn-sec li .btn-bordered:hover {
    color: #fff !important;
}

.recent-heading .filter-dropdown ul li {
    list-style-type: none;
    display: block;
    margin-right: 0;
}

.filter-dropdown ul li a {
    display: block;
    color: #a4a4a4;
    font-size: 16px;
    padding: 12px 16px;
}

.filter-dropdown ul li a:hover {
    background: #eeeeee;
    color: #666666 !important;
}

.filter-dropdown ul li a .icon {
    display: inline-block;
    margin-right: 10px;
}

.filter-dropdown ul li a .icon.icon-slider {
    transform: rotate(90deg);
}

.dashboard-table .btn-list li {
    margin-right: 15px;
}

.dashboard-table .btn-list li:last-child {
    margin-right: 0;
    position: relative;
}

.dashboard-table .btn-list li a:hover > img {
    filter: invert(22%) sepia(63%) saturate(3826%) hue-rotate(350deg) brightness(79%) contrast(110%);
}

.dashboard-table .btn-list li a.icon {
    display: inline-block;
    color: #a4a4a4;
}

.dashboard-table .btn-list li a.icon.img-print img {
    max-width: 25px;
}

.dashboard-table .btn-list li a.icon:hover {
    color: #d00d0d;
}

.dashboard-table .btn-list li a.icon img {
    filter: invert(76%) sepia(0%) saturate(460%) hue-rotate(137deg) brightness(89%) contrast(83%);
}

.dashboard-table .btn-list li a.icon:hover img {
    filter: invert(22%) sepia(63%) saturate(3826%) hue-rotate(350deg) brightness(79%) contrast(110%);
}

.dashboard-table .btn-list li a.icon.icon-bar i,
.dashboard-table .btn-list li a.icon.icon-bar1 i {
    display: inline-block;
    transform: rotate(90deg);
    font-size: 18px;
    vertical-align: middle;
}

.liked {
    color: #ffc144;
}

/*--login--*/

.login-bg {
    background-image: url("../img/login-bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    height: 100vh;
}

.login-form {
    max-width: 655px;
    box-shadow: 0px 30px 50px #0000001a;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    padding: 30px 0 20px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.login-block {
    max-width: 74%;
    margin: 0 auto;
}

.login-block .close-icon {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}

.login-block .close-icon:hover {
    opacity: 0.8;
}

.login-block .logo-area a {
    display: inline-block;
    margin-bottom: 35px;
}

.login-block .logo-area img {
    width: 52px;
}

.login-block h4 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 40px;
}

.form-group {
    position: relative;
}

.login-block .form-group {
    text-align: left;
}

.login-block label {
    font-size: 14px;
    color: #515151;
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.login-block .form-control {
    border: 1px solid #dddfe1;
    border-radius: 3px;
    padding: 8px 12px;
    font-size: 16px;
    background-color: #fcfcfc;
}

.error {
    position: absolute;
    font-size: 13px;
    color: #f05;
    bottom: -19px;
}

.login-block .wid-50 > div {
    width: 49.5%;
    display: inline-block;
    font-size: 14px;
}

.form-group.btn-block {
    margin-top: 40px;
}

.login-block .forgot-pwd {
    text-align: right;
}

.forgot-pwd a {
    color: #515151;
}

.forgot-pwd a:hover {
    color: #d00d0d;
}

.custom-checkbox label {
    position: relative;
    color: #515151;
    font-size: 16px;
    padding-left: 30px;
    text-transform: capitalize;
    cursor: pointer;
    margin-bottom: 0;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #747474;
    border-radius: 3px;
    margin-left: 0;
}

.custom-checkbox .checkmark:before {
    position: absolute;
    content: "\f00c";
    font-family: "fontawesome";
    font-size: 16px;
    color: #fff;
    top: -2px;
    transform: rotate(-14deg);
    display: none;
}

.custom-checkbox input:checked + .checkmark:before {
    display: block;
}

.custom-checkbox input:checked + .checkmark {
    border-color: #d00d0d;
    background-color: #d00d0d;
}

.btn-large {
    padding: 10px 47px;
    display: inline-block;
}

.login-block p {
    font-size: 14px;
    margin-top: 20px;
}

/*--login--*/

/*--before login header--*/
.pricing-header {
    background-color: #ffffff;
}

header.before-auth {
    width: 100%;
    margin-left: 0;
    box-shadow: none;
    padding: 0;
}

.before-auth .navbar {
    padding: 0 20px;
}

.before-auth .navbar-nav .nav-item {
    margin: 0 12px;
    position: relative;
}

.before-auth .navbar-nav .nav-link {
    color: #515151;
    font-size: 18px;
    font-weight: 500;
    padding: 30px 5px;
    position: relative;
}

.before-auth .navbar-nav .nav-link:before {
    position: absolute;
    content: "";
    bottom: 16px;
    width: 0%;
    height: 2px;
    background: #d00d0d;
    left: 0;
    transition: 0.3s all ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 350ms ease-in-out;
    transition: transform 350ms ease-in-out;
    transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
}

.before-auth .navbar-nav .active .nav-link:before,
.before-auth .navbar-nav .nav-link:hover:before {
    width: 100%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.before-auth .navbar-nav .active .nav-link,
.before-auth .navbar-nav .nav-link:hover,
.top-action li a:hover {
    color: #d00d0d;
}

.top-action li {
    list-style-type: none;
    display: inline-block;
    margin-right: 25px;
    position: relative;
}

.top-action li:last-child {
    margin-right: 0;
}

.top-action li:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #a4a4a4;
    right: -16px;
}

.top-action li:last-child:before {
    display: none;
}

.top-action li a {
    color: #515151;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

/*--before login header--*/

.banner-sec {
    background-image: url("../img/pricingbanner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 278px;
}

.select-plan-sec {
    padding: 30px 0;
}

.select-plan-sec .title h2 {
    font-size: 32px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-weight: 400;
    padding-left: 0;
}

.select-plan-sec .title h2:before {
    position: absolute;
    top: 93%;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #d00d0d;
}

.select-plan-sec .title p {
    color: #a4a4a4;
    font-size: 18px;
}

.pricing-sec {
    padding: 25px 0 50px;
}

.pricing-sec [class*="col-"] {
    margin-bottom: 15px;
}

.pricing-block {
    border: 1px solid #dddfe1;
    border-radius: 5px;
    padding: 5px 10px 10px;
    text-align: center;
    transition: 0.3s all ease;
    margin-top: 0;
}

.pricing-block .logo {
    display: inline-block;
    margin-bottom: 35px;
}

.pricing-block .logo .logo-icon img,
.pricing-block .logo .logo-icon-hover img {
    width: 60px;
}

.pricing-block h3 {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 8px;
}

.pricing-block p {
    position: relative;
    color: #515151;
    padding-bottom: 0px;
    text-transform: capitalize;
    margin-bottom: 15px !important;
    margin-top: 0;
}

.pricing-block .pricing-content p {
    padding-left: 38px;
}

.pricing-block p:before {
    position: absolute;
    content: "";
    background: url("../img/tick.svg") no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 1px;
}

.pricing-block .btn-list {
    margin: 30px -5px;
    display: flex;
    justify-content: center;
}

.pricing-block .btn-list li {
    width: 50%;
    padding: 0 5px;
    margin-right: 0;
}

.pricing-wrapper .pricing-block .btn-list li {
    width: 57%;
}

.dashboard .pricing-block a {
    display: block;
    width: 100%;
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 1em;
}

.dashboard .pricing-wrapper .pricing-block a {
    background-color: transparent;
    color: #d00d0d;
}

.dashboard .pricing-wrapper .pricing-block a.active {
    position: relative;
    background-color: #d00d0d !important;
    border-color: #d00d0d !important;
    text-align: right;
}

.dashboard .pricing-wrapper .pricing-block a.active::before {
    position: absolute;
    content: "";
    background: url("../../img/tick_white.svg") no-repeat;
    background-size: contain;
    background-position: center;
    width: 17px;
    height: 17px;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.dashboard .pricing-wrapper .pricing-block.inactive a.active::before {
    background: url("../img/tick_white.svg") no-repeat;
    left: 18px;
    height: 13px;
}

.pricing-block .btn-border {
    border-radius: 100px;
    padding: 10px 27px;
    color: #515151;
    border-color: #515151;
}

footer.before-auth {
    width: 100%;
    position: relative;
    background: #171717;
    box-shadow: none;
}

footer.before-auth p {
    color: #fff;
}

.login-block .sub-heading {
    color: #a4a4a4;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.65;
}

.login-block .summary-page .sub-heading {
    margin-bottom: 50px;
}

.login-block .sub-heading.mt-0 {
    margin-top: 0;
}

.login-block .img-block {
    margin-bottom: 30px;
}

.login-form.register-successfully {
    max-width: 781px;
}

.login-form.register-successfully .login-block {
    max-width: 80%;
}

.account-wizard {
    margin-bottom: 10px;
}

.account-wizard li {
    list-style-type: none;
    display: inline-block;
    width: 25%;
    margin-left: -4px;
    vertical-align: top;
}

.wizard-block {
    position: relative;
    text-align: center;
}

.wizard-block:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 85%;
    top: 32%;
    left: -50px;
    transform: translateY(-50%);
    background: #dddfe1;
    z-index: -1;
}

.account-wizard li:first-child .wizard-block:before {
    display: none;
}

.wizard-block .icon {
    display: block;
    width: 60px;
    height: 60px;
    background: #dddfe1;
    border-radius: 50%;
    line-height: 60px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.wizard-block .icon img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(5deg) brightness(102%) contrast(102%);
}

.wizard-block h5 {
    font-size: 18px;
    font-weight: 400;
    color: #dddfe1;
    text-transform: capitalize;
}

.wizard-block.active .icon,
.wizard-block.active:before {
    background: #d00d0d;
}

.wizard-block.active h5 {
    color: #d00d0d;
}

.mb-0 {
    margin-bottom: 0;
}

.account-form .row {
    margin: 0 -10px;
}

.account-form [class*="col-"] {
    padding: 0 10px;
}

textarea.form-control {
    resize: none;
}

.custom-select-box .select-box {
    padding: 0;
    background: transparent;
}

.custom-select-box .select-box .select-area {
    padding: 7px 35px 7px 15px;
    border: 1px solid #dddfe1;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    background: #fcfcfc;
    height: 38px;
    border-radius: 4px;
    text-overflow: ellipsis;
}

.custom-select-box .select-box::before {
    content: "\f0d7";
    color: #a4a4a4;
    font-size: 20px;
    top: 5px;
}

.summary-sec {
    text-align: left;
    max-width: 95%;
    margin: 0 auto;
}

.summary-sec h3 {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.summary-sec h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 44px;
    height: 4px;
    background-color: #d00d0d;
}

.subscription-detail li {
    list-style-type: none;
    display: block;
    font-size: 16px;
    color: #a4a4a4;
    margin-bottom: 15px;
}

.subscription-detail li strong {
    font-weight: 500;
    color: #515151;
}

.sub-heading.small {
    font-size: 12px;
}

.login-form .heading-sec h4 {
    margin-bottom: 5px;
}

.login-form .heading-sec .sub-heading {
    margin-top: 0;
}

.pwd-field {
    position: relative;
}

.pwd-field span,
.pwd-field a {
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer;
    color: #a4a4a4;
}

.pwd-field .icon {
    right: 10px;
}

.icon.icon-eye-slash {
    display: none;
}

.pwd-field a.info {
    right: -30px;
}

.login-block .pwd-field .form-control {
    padding-right: 32px;
}

.show-pwd.pwd-field .icon-eye {
    display: none;
}

.show-pwd.pwd-field .icon-eye-slash {
    display: block;
}

.recent-heading .btn-list .type-radio li:first-child {
    margin-right: 15px;
}

.action-dropdown {
    position: absolute;
    width: 193px;
    z-index: 9;
    background: #ffffff;
    box-shadow: 0px 5px 20px #00000026;
    border-radius: 15px;
    text-align: left;
    right: -30px;
    top: 30px;
    display: none;
    overflow: hidden;
}

.action-dropdown ul li {
    list-style-type: none;
    display: block;
    margin-right: 0 !important;
    border-bottom: 1px solid #dddfe1;
}

.action-dropdown ul li a {
    display: block;
    color: #a4a4a4;
    font-size: 16px;
    padding: 12px 16px;
}

.action-dropdown ul li a:hover {
    background: #fae6e6;
    color: #515151 !important;
}

.action-dropdown ul li a:hover span img {
    filter: none;
}

.action-dropdown ul li a > span {
    display: inline-block;
    margin-right: 14px;
}

.action-dropdown ul li a > span img {
    filter: invert(76%) sepia(0%) saturate(460%) hue-rotate(137deg) brightness(89%) contrast(83%);
}

.modal-title {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.modal-header {
    background: #eeeeee;
    border-color: #eeeeee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 13px 1rem 12px;
}

.modal-content {
    border: none;
    border-radius: 10px;
}

.modal-btn .btn-primary {
    padding: 8px 30px;
}

.modal-body {
    padding: 1rem 1rem 1.4rem;
}

.modal-body label {
    font-size: 14px;
    font-weight: 400;
    color: #515151;
    margin-bottom: 7px;
}

.delete-modal {
    padding: 10px 0 5px;
}

.delete-modal .img-block {
    margin-bottom: 25px;
}

.delete-modal h5 {
    font-size: 20px;
    color: #515151;
    margin-bottom: 17px;
}

.delete-modal p {
    color: #a4a4a4;
    margin-bottom: 20px;
}

.about-modal p {
    color: #a4a4a4;
    margin-bottom: 3px;
    margin-left: 40px;
}

.delete-btn.active {
    background-color: #d00d0d !important;
    border-color: #d00d0d !important;
}

.action-list li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

.action-list li:last-child {
    margin-right: 0;
}

.action-list li .remove-favourite {
    display: none;
}

.action-list li .remove-favourite i {
    color: #ffc144;
}

.action-list li a {
    color: #515151;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.action-list li a:hover {
    color: #d00d0d;
}

.action-list a i {
    font-size: 33px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 11px;
}

.action-list a span {
    display: inline-block;
    padding-right: 11px;
}

.action-list li:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #acacac;
    right: -17px;
    top: 0;
}

.action-list li:last-child:before {
    display: none;
}

.dashboard-tab .nav {
    background: #ebebeb;
    border-radius: 15px 15px 0px 0px;
    border: 1px solid #dddfe1;
}

.dashboard-tab .nav .nav-link {
    padding: 17px 20px 14px;
    border: none;
    font-size: 16px;
    text-transform: capitalize;
    color: #515151;
    margin: 0;
    border-right: 1px solid #dddfe1;
}

.dashboard-tab .nav .nav-link.active {
    border-bottom-color: #fff !important;
    margin-bottom: -1px !important;
}

.dashboard-tab .nav .nav-link:first-child {
    border-radius: 15px 0 0px 0px;
}

.dashboard-tab .nav-link .icon {
    display: inline-block;
    max-width: 18px;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
}

.dashboard-tab .nav-link .icon img {
    filter: invert(30%) sepia(0%) saturate(0%) hue-rotate(92deg) brightness(99%) contrast(90%);
}

.tab-pane .nav-list {
    width: 100%;
    background: #fff;
    border-radius: 0 0 15px 15px;
    border: 1px solid #dddfe1;
    border-top: none;
}

.tab-pane .nav-list li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.tab-pane .nav-list li a {
    display: inline-block;
    padding: 15px 0px;
    color: #515151;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 15px;
    position: relative;
}

.tab-pane .nav-list li a span {
    display: inline;
    max-width: 18px;
}

.tab-pane .nav-list li .dropdown-format li a span {
    display: block;
    max-width: 100%;
    text-align: center;
}

.tab-pane .nav-list li .dropdown-format li:last-child a {
    border: 0;
}

.tab-pane .nav-list a span img {
    filter: invert(30%) sepia(0%) saturate(0%) hue-rotate(92deg) brightness(99%) contrast(90%);
    margin-right: 10px;
}

/* .tab-pane .nav-list a span img.reset-icon {
    opacity: 0.9;
} */

.tab-content .graph-sec {
    background: #fff;
    /*padding: 40px 20px;*/
    border-radius: 15px;
    height: calc(100vh - 230px);
    overflow-y: auto;
    /*overflow:hidden;*/
}

.graph-sec > div {
    overflow: unset !important;
}

.mt-30 {
    margin-top: 30px;
}

.detail-table-sec table.dataTable.no-footer {
    border: none;
}

.detail-table-sec table.dataTable thead th:first-child {
    border-radius: 15px 0 0;
}

.detail-table-sec table.dataTable thead th:last-child {
    border-radius: 0px 15px 0px 0px;
}

.detail-table-sec table.dataTable thead th.manage-hd {
    border-radius: 0px 15px 0px 0px;
}

.insights-sec {
    background: #fff;
    padding: 40px 20px;
    border-radius: 15px;
    height: calc(100vh - 230px);
    overflow-y: auto;
}

.insights-sec p {
    line-height: 1.6;
}

.fixed-content {
    /* position: fixed; */
    top: 75px;
    z-index: 99;
    width: calc(100vw - 296px);
    background: #f6f6f6;
    padding-top: 30px;
}

.scroll-content {
    margin-top: 0px;
}

.scroll-content.scroll-content-less {
    /* margin-top: 100px; */
}

.library-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    display: none;
}

.library-block .overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.library-block .overlay h4 {
    color: #fff;
    font-weight: 500;
}

.library-grid {
    padding-top: 8px;
}

.library-block .overlay .content {
    top: 50%;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
}

.overlay .action-btn li {
    list-style-type: none;
    display: inline-block;
    margin-left: 12px;
}

.overlay .action-btn li a {
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background: #fff;
    line-height: 52px;
    text-align: center;
    display: inline-block;
}

.overlay .action-btn li a img {
    filter: invert(22%) sepia(63%) saturate(3826%) hue-rotate(350deg) brightness(79%) contrast(110%);
    transition: none;
}

.overlay .action-btn li a img.img-eye {
    /*max-width: 30px;*/
    max-width: 17px;
}

.library-block:hover .caption {
    display: none;
}

.library-block:hover .overlay {
    display: block;
}

.library-grid.dashboard-list div#example_length {
    top: 195px;
}

.library-graph {
    background-color: #fff;
    height: calc(100vh - 350px);
    overflow-y: auto;
    border-radius: 15px;
}

.recent-heading .btn-list .delete-record.show {
    display: block;
}

.data-grid.dashboard-list div#example_length {
    top: 195px;
}

.progressbar-sec {
    display: flex;
    vertical-align: middle;
    padding: 0 15px;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

.progressbar-sec .progress {
    background-color: #dedede;
    height: 10px;
    border-radius: 10px;
    display: flex;
    max-width: 75%;
    width: 696px;
    margin: 0 18px;
    align-self: center;
}

.progress-bar {
    background-color: #d00d0d;
}

.progressbar-sec .data-detail {
    font-size: 14px;
}

.heading-left.heading-full {
    width: 100%;
    display: flex;
}

.heading-full .custom-radiobtn.dashboard-radio {
    display: flex;
    align-items: center;
}

.dashboard-radio {
    width: max-content;
}

.recent-heading .heading-full .btn-list {
    width: auto;
    display: inline-block;
}

.recent-sec .recent-heading.data-heading {
    padding: 15.5px 30px;
}

.dashboard-list.data-grid.table-mt {
    padding-top: 8px;
}

.heading-full .custom-radiobtn.dashboard-radio li {
    white-space: nowrap;
}

.recent-heading .heading-full .btn-list .delete-btn {
    display: inline-block;
}

.recent-sec .recent-heading.dash-heading {
    padding: 23.5px 30px;
}

.recent-heading .btn-list .btn-primary.report-btn {
    color: #fff;
    border-color: #d00d0d;
    padding: 4px 2px 4px 8px;
    /* margin: -9px; Why disabled?  */
}

.recent-heading .btn-list .report-btn .icon img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(310deg) brightness(107%) contrast(101%);
}

.recent-heading.dash-heading.library-heading
.btn-list
> ul
> li:first-child::before {
    display: none;
}

.recent-heading.dash-heading.library-heading .btn-list > ul > li {
    margin-right: 0px;
    margin-left: 10px;
}

.recent-heading.dash-heading.library-heading .btn-list > ul > li:last-child {
    margin-right: 0;
}

.content-home {
    padding: 30px 20px;
}

.sidebar-list .submenu-list {
    display: none;
}

.sidebar-list .submenu-list a,
.sidebar-list .collapsed_menu a {
    padding: 12px 24px;
    display: block;
    color: #a4a4a4;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
}

.sidebar-list .submenu-list a.dashfolio-link,
.sidebar-list .collapsed_menu a.dashfolio-link {
    display: inline-block;
    padding: 12px 0 12px 24px;
}

.sidebar-list .submenu-list a.infoicon,
.sidebar-list .collapsed_menu a.infoicon {
    display: inline-block;
    margin-left: 8px;
    padding: 0;
    vertical-align: text-top;
}

.infoicon img {
    margin: 0 !important;
}

.sidebar-list .submenu-list li {
    position: relative;
}

.sidebar-list .submenu-list a:hover,
.sidebar-list .submenu-list li.active a,
.sidebar-list .collapsed_menu a:hover,
.sidebar-list .collapsed_menu li.active a {
    color: #d00d0d;
}

.sidebar-list .submenu-list a:hover img.icon-dashfolio,
.sidebar-list .collapsed_menu a:hover img.icon-dashfolio,
.recent-heading h3 a:hover .icon-dashfolio {
    filter: invert(14%) sepia(58%) saturate(6465%) hue-rotate(356deg) brightness(95%) contrast(97%);
}

/* .sidebar-list .listing li.active .submenu-list {
    display: block !important;
} */

.sidebar.collapsed-menu .sidebar-list .listing li.active .submenu-list {
    display: none !important;
}

.setting-container,
.setting-container > .row {
    min-height: calc(100vh - 265px);
}

.setting-nav {
    height: 100%;
}

.setting-nav .setting-tab,
.setting-tab-content {
    border: 1px solid #dddfe1;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
}

.setting-tab .nav {
    display: block;
}

.setting-tab .nav-tabs {
    border-bottom: none;
}

.setting-tab .nav-link {
    display: block;
    border: 1px solid #dddfe1;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 14px 20px;
    font-size: 18px;
    color: #a4a4a4;
    line-height: 1.25;
}

.setting-tab .nav-link.active,
.setting-tab .nav-link:hover {
    color: #fff;
    background: #d00d0d;
    border-color: #d00d0d;
}

.setting-tab-content {
    padding: 40px;
}

.setting-tab-content .title h2 {
    text-align: center;
    padding-left: 0;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.setting-tab-content .title h2:before {
    width: 40px;
    height: 3px;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.setting-tab-content .login-block {
    max-width: 470px;
}

.submit-text p i {
    color: #d00d0d;
    margin-right: 5px;
}

.submit-text p {
    color: #a4a4a4;
    display: none;
}

.setting-table.detail-table-sec table.dataTable.no-footer {
    border: 1px solid #dddfe1;
}

.dashboard-detail-tab .tab-pane .nav-list {
    margin-top: -145px;
}

.setting-tab .nav-link .tab-sublist {
    display: none;
    list-style-type: none;
    padding: 14px 20px 5px;
}

.setting-tab .nav-link .tab-sublist li {
    margin-bottom: 14px;
}

.setting-tab .nav-link .tab-sublist li a {
    font-size: 18px;
    color: #a4a4a4;
}

.setting-tab .nav-link .tab-sublist li a:hover,
.setting-tab .nav-link .tab-sublist li a.active {
    color: #d00d0d;
}

.setting-tab .nav-link.has-sublist:hover {
    color: #a4a4a4;
    background: transparent;
    border-color: #dddfe1;
}

.setting-tab .nav-link.has-sublist {
    cursor: pointer;
    padding: 0px;
}

.setting-tab .nav-tag {
    display: block;
    cursor: pointer;
    padding: 14px 20px;
    border-radius: 10px;
}

.setting-tab .nav-tag:hover,
.setting-tab .nav-tag.active {
    color: #fff;
    background: #d00d0d;
    border-color: #d00d0d;
}

.setting-tab .nav-tag.active {
    border-radius: 10px 10px 0 0;
}

.subscription-block {
    max-width: 646px;
    margin: 0 auto;
    border: 2px solid #dddfe1;
    padding: 45px 30px;
    border-radius: 15px;
}

.subscription-block .subscription-detail {
    margin-bottom: 45px;
}

.subscription-block .subscription-detail li {
    list-style-type: none;
    margin-bottom: 30px;
    font-size: 16px;
    text-transform: capitalize;
}

.change-plan-block .pricing-sec {
    max-width: 80%;
    margin: 0 auto;
}

.plan-block .nav-tabs {
    border-bottom: none;
}

.plan-block .plan-tab {
    list-style-type: none;
    display: flex;
    width: 100%;
    max-width: 72%;
    margin: 0 auto 0px;
}

.plan-block .plan-tab li {
    display: inline-block;
    width: 25%;
    border-left: 1px solid #dddfe1;
}

.plan-block .plan-tab li:first-child {
    border-left: none;
}

.plan-block .plan-tab li a {
    background: #ebebeb;
    color: #515151;
    font-size: 16px;
    display: block;
    padding: 12px 15px;
    text-align: center;
    min-height: 52px;
    border: 2px solid transparent;
}

.plan-block .plan-tab li a.active {
    border-color: #ebebeb;
    background: transparent;
}

.plan-block .plan-tab li:first-child a {
    border-radius: 15px 0 0px 15px;
}

.plan-block .plan-tab li:last-child a {
    border-radius: 0px 15px 15px 0px;
}

.plan-tab li a .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

.plan-tab li a .badge {
    display: inline-block;
    vertical-align: middle;
    background: #515151;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    margin-left: 10px;
}

.plan-block .pricing-block h4 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 4px;
}

.plan-block .pricing-block h6 {
    font-size: 16px;
    color: #a4a4a4;
    font-weight: 400;
}

.subscription-block .img-sec {
    margin-bottom: 30px;
}

.subscription-block p {
    line-height: 1.7;
    margin-bottom: 30px;
}

.notification-area,
.search-result-area {
    position: absolute;
    width: 577px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    display: block;
    right: -50px;
    text-align: left;
    padding: 20px 0 0;
    z-index: 999;
    top: 65px;
    max-height: 445px;
    overflow-y: auto;
    display: none;
    max-height: 445px;
    overflow-y: auto;
}

.notification-head {
    padding: 0 20px;
    border-bottom: 1px solid #dddfe1;
}

.notification-head h4 {
    font-size: 18px;
    display: inline-block;
    width: calc(100% - 100px);
}

.notification-head .clear-all {
    color: #a4a4a4;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}

.right-sec .notification-list li {
    display: block;
    margin: 0;
}

.notification-block {
    padding: 15px 20px 10px 30px;
    border-bottom: 1px solid #dddfe1;
    position: relative;
}

.notification-block.new:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 21px;
    left: 15px;
    background: #d00d0d;
}

.notification-block .content {
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    width: calc(100% - 25px);
    vertical-align: top;
    padding-right: 14px;
}

.notification-block .content p {
    font-weight: 500;
    color: #515151;
    margin-bottom: 5px;
}

.notification-block .content .date-time p {
    color: #a4a4a4;
    font-weight: 300;
}

.notification-block .content .date-time p span {
    font-size: 12px;
}

.notification-block .clear {
    width: 20px;
    display: inline-block;
    text-align: right;
}

.notification-block .clear img {
    filter: invert(80%) sepia(0%) saturate(0%) hue-rotate(148deg) brightness(83%) contrast(85%);
    max-width: 12px;
    cursor: pointer;
}

.notification-area .load-more {
    padding: 10px 20px;
    margin-bottom: 0;
}

.notification-area .load-more a {
    color: #515151;
    width: 100%;
    font-size: 14px;
}

.notification-area .load-more a:hover {
    color: #d00d0d;
}

.notification-area .load-more .arrow {
    display: inline-block;
    font-size: 24px;
    position: absolute;
    right: 1px;
    top: 0;
}

.notification-area .notification-list li,
.dashboard-grid .grid-block {
    display: none;
}

.notification-content {
    text-align: center;
    min-height: 380px;
    padding: 80px 20px;
}

.notification-content .img-sec {
    margin-bottom: 20px;
}

.notification-content p {
    font-size: 16px;
    color: #515151;
    font-weight: 500;
}

.billed-to {
    display: inline-block;
    width: 18%;
    vertical-align: top;
}

.invoice-detail .logo-sec {
    display: inline-block;
    width: 68%;
    box-shadow: none;
    vertical-align: top;
}

.invoice-detail .logo-sec img {
    width: 303px;
}

.invoice-no {
    display: inline-block;
    width: 13%;
}

.invoice-detail h5 {
    font-size: 18px;
    color: #515151;
    font-weight: 500;
    margin-bottom: 8px;
}

.invoice-detail p {
    color: #a4a4a4;
    margin-bottom: 10px;
}

.invoice-block {
    margin-bottom: 20px;
}

.transaction-invoice-table {
    margin-top: 20px;
}

.transaction-head h2 {
    display: block;
    text-align: center;
    padding: 19px 10px;
    background: rgba(208, 13, 13, 0.1);
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 3px solid rgba(208, 13, 13, 0.4);
    margin-bottom: 25px;
}

.table-invoice.table thead th {
    border: none;
    font-size: 18px;
    color: #515151;
    font-weight: 500;
    white-space: nowrap;
}

.table-invoice.table tbody tr:first-child td {
    border-top: none;
    font-size: 16px;
}

.table-invoice.table tbody td {
    font-size: 18px;
    color: #a4a4a4;
    border-color: #dddfe1;
}

.font-red {
    color: #d00d0d !important;
}

.table-invoice.table tbody td strong.font-red {
    font-size: 24px;
}

.aboutDash-body {
    padding: 20px 40px;
}

.payment-option {
    margin-bottom: 20px;
}

.payment-option ul {
    list-style-type: none;
    margin: 0 -20px;
    text-align: center;
}

.payment-option ul li {
    display: inline-block;
    padding: 0 20px;
    width: 49.5%;
    text-align: center;
    vertical-align: middle;
}

.payment-option .custom-radio-block {
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
    padding: 0 !important;
}

.payment-option .custom-radio-block .checkmark {
    position: relative;
    border: 1px solid #dddfe1;
    background: #fcfcfc;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 15px 20px 25px;
    display: block;
    color: #a4a4a4;
    font-size: 16px;
    font-weight: 500;
}

.payment-option .custom-radio-block .img-block {
    display: block;
    margin-bottom: 15px;
}

.payment-option .custom-radio-block .img-block img {
    filter: invert(66%) sepia(0%) saturate(0%) hue-rotate(290deg) brightness(100%) contrast(89%);
}

.payment-option .custom-radio-block em {
    font-style: normal;
}

.payment-option .custom-radio-block .checkmark:before {
    content: "\f00c";
    font-family: "fontawesome";
    color: #fff;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    top: auto;
}

.payment-option .custom-radio-block input:checked + .checkmark {
    color: #d00d0d;
}

.payment-option .custom-radio-block input:checked + .checkmark img {
    filter: invert(22%) sepia(63%) saturate(3826%) hue-rotate(350deg) brightness(79%) contrast(110%);
}

.select-dashboard-sec {
    background: #ebebeb;
    border-radius: 15px;
    padding: 15px 20px;
}

.select-dashboard-sec .select-dashboard {
    display: inline-block;
    width: 18%;
    vertical-align: middle;
}

.select-dashboard-sec .dashboard-list {
    display: inline-block;
    width: 81.5%;
    padding-left: 20px;
    vertical-align: middle;
}

.select-dashboard-sec .dashboard-list ul {
    white-space: nowrap;
    margin: 0 -10px;
    overflow-x: auto;
}

.select-dashboard-sec .dashboard-list li {
    display: inline-block;
    width: 20%;
    padding: 0 10px 10px;
}

.dashboard-checkbox-list .custom-checkbox {
    padding-left: 0 !important;
}

.dashboard-checkbox-list .custom-checkbox .checkmark {
    position: relative;
    width: 100%;
    height: 147px;
    display: block;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.select-dashboard h2 {
    font-style: 20px;
    font-weight: 500;
}

.select-dashboard .searchbar .form-group {
    width: 100% !important;
}

.select-dashboard .form-group {
    margin-bottom: 20px;
}

.select-dashboard label {
    font-size: 14px;
    color: #515151;
}

.select-dashboard .custom-select-group {
    width: 90%;
}

.select-dashboard .custom-select-group .select-area {
    padding: 1px 35px 0px 15px;
}

.select-dashboard .custom-select-group .select-box:before {
    top: 10px;
}

.dashboard-checkbox-list .checkmark .img-block {
    display: block;
}

.dashboard-checkbox-list .checkmark .content {
    position: absolute;
    bottom: 9px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    left: 0;
    padding: 0 15px;
    z-index: 9;
}

.dashboard-checkbox-list .checkmark .content em {
    font-style: normal;
    display: inline-block;
    width: calc(100% - 28px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dashboard-checkbox-list .checkmark .checkbox-block {
    position: absolute;
    top: 0px;
    right: 14px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #a4a4a4;
    border-radius: 3px;
    margin-left: 0;
}

.dashboard-checkbox-list .checkmark:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: inset 0 -80px 70px -62px rgba(0, 0, 0, 0.7);
    z-index: 1;
    display: block;
}

.dashboard-checkbox-list .custom-checkbox input:checked + .checkmark:before {
    display: none;
}

.dashboard-checkbox-list .custom-checkbox .checkbox-block:before {
    position: absolute;
    content: "\f00c";
    font-family: "fontawesome";
    font-size: 16px;
    color: #fff;
    top: -2px;
    transform: rotate(0deg);
    display: none;
    left: 2px;
}

.dashboard-checkbox-list
.custom-checkbox
input:checked
+ .checkmark
.checkbox-block:before {
    display: block;
}

.dashboard-checkbox-list
.custom-checkbox
input:checked
+ .checkmark
.checkbox-block {
    border-color: #d00d0d;
    background-color: #d00d0d;
}

.scroll-content.scroll-content-report {
    margin-top: 17px;
}

.report-graph {
    background: #fff;
    padding: 0px;
    border-radius: 15px;
    height: calc(100vh - 307px);
}

.mb-0 {
    margin-bottom: 0;
}

.float-btn {
    position: relative;
}

.float-btn .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    line-height: 48px;
    text-align: center;
    color: #fff;
    padding: 0 14px;
    background: #d00d0d;
    font-size: 20px;
    bottom: 80px;
    right: 40px;
    box-shadow: 0 3px 20px rgba(208, 13, 13, 0.3);
    cursor: pointer;
    transition: 0.4s all ease-in-out;
}

.float-btn.open .icon {
    transform: rotate(135deg);
}

.float-btn.open .icon {
    transform: rotate(45deg);
}

.float-list {
    position: fixed;
    bottom: 130px;
    right: 45px;
    list-style-type: none;
    text-align: center;
    display: none;
}

.float-list.open {
    display: block;
}

.float-list li {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 50%;
}

.float-list li a {
    width: 100%;
    display: block;
    line-height: 40px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.float-list li a img {
    filter: invert(22%) sepia(63%) saturate(3826%) hue-rotate(350deg) brightness(79%) contrast(110%);
    max-width: 15px;
}

.float-list li a:hover {
    background: #d00d0d;
}

.float-list li a:hover img {
    filter: invert(100%) sepia(8%) saturate(2%) hue-rotate(152deg) brightness(109%) contrast(101%);
}

.dashboard-form h4 {
    font-size: 20px;
}

.sidebar.collapsed-menu .custom-select-group .dropdown-list .text {
    display: none;
}

.graph-block > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-container.expanded-area .fixed-content {
    width: calc(100vw - 110px);
}

.pos-rel {
    position: relative;
}

.sidebar.collapsed-menu .sidebar-list .submenu-list {
    display: none !important;
}

.pos-rel {
    position: relative;
}

.sidebar.collapsed-menu .sidebar-list .submenu-list {
    display: none !important;
}

.sidebar.collapsed-menu .logo-sec .img-icon {
    max-width: 100%;
    text-align: center;
}

.dashboard .dashboard-gridList,
.recent-dashboard-sec .row {
    margin: 0 -8px;
    margin-top: -19px;
}

.dashboard .grid-block,
.recent-dashboard-sec [class*="col-"],
.dashboard-gridList [class*="col-"] {
    padding: 0 8px;
    flex: 0 0 20%;
    max-width: 20%;
}

.dashboard .graph-block {
    margin-bottom: 16px;
}

.dashboard .btn-primary {
    font-size: 0.9em;
}

/*----dashboard scale css---*/

.dashboard .dashboard-list div#example_length {
    display: none !important;
}

.dashboard .recent-heading .btn-list .delete-record.show {
    margin-left: 12px;
}

.recent-heading .btn-list .btn-primary.delete-btn:hover,
.recent-heading .btn-list .btn-primary.delete-btn:focus {
    background: transparent !important;
    color: #a4a4a4 !important;
    border-color: #a4a4a4 !important;
}

.sidebar .custom-select-group .select-box:before {
    display: none;
}

.invoice-detail .logo-sec {
    text-align: center;
}

#dashboardTable1.dataTable tbody tr {
    background: transparent;
}

.dashboard .recent-heading .btn-list li.refresh-btn {
    margin-right: 0 !important;
}

.dashboard .recent-heading .btn-list li.refresh-btn span {
    margin-right: 5px;
}

.dashboard .recent-heading .btn-list li.refresh-btn.refresh-home {
    margin-right: 30px !important;
}

.dashboard .recent-heading .btn-list li .filter-slider span {
    margin-right: 0 !important;
}

.before-auth .navbar-nav .nav-item .dropdown {
    position: absolute;
    width: 180px;
    background: #ffffff;
    box-shadow: 0px 5px 20px #00000026;
    border-radius: 5px;
    left: 0px;
    text-align: left;
    z-index: 999;
    top: 70px;
    display: none;
    list-style-type: none;
    overflow: hidden;
}

.before-auth .navbar-nav .nav-item .dropdown a {
    padding: 12px 15px;
    color: #515151;
    display: block;
    /* border-bottom: 1px solid #DDDFE1; */
}

.before-auth .navbar-nav .nav-item .dropdown li:last-child a {
    border-bottom: none;
}

.before-auth .navbar-nav .nav-item .dropdown a:hover {
    background: #d00d0d;
    color: #fff;
}

.before-auth .navbar-nav .nav-item:hover .dropdown {
    display: block;
}

.select-plan-sec .pricing-sec .row {
    margin: 0 -5px;
    position: relative;
}

.select-plan-sec .pricing-sec [class*="col-"] {
    padding: 0 5px;
}

.select-plan-sec .plan-wrapper .error {
    left: 50%;
    transform: translateX(-50%);
}

.plan-name {
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 35px;
    font-size: 18px;
}

.popular .plan-name {
    margin-top: 42px;
}

.pricing-block.popular {
    margin-top: 0;
    padding-bottom: 10px;
    border-top: 4px solid #d00d0d;
}

.pack-badge {
    padding: 4px 0 8px;
    color: #d00d0d;
    border-bottom: 1px solid #ebebeb;
}

.pricing-block .price-money p {
    padding-bottom: 0;
    color: #515151;
}

.pricing-block .price-money p:before {
    display: none;
}

.pricing-content {
    text-align: left;
    border-top: 1px solid #ebebeb;
    padding-top: 16px;
}

.pricing-block:hover {
    box-shadow: 0px 30px 50px #0000001a;
}

.recent-heading .btn-list .btn-primary.delete-btn.active:hover {
    background: #d00d0d !important;
    color: #fff !important;
    border-color: #d00d0d !important;
}

.change-plan-block .pricing-sec .row {
    margin: 0 -5px;
}

.change-plan-block .pricing-sec [class*="col-"] {
    padding: 0 5px;
}

.plan-toggle .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    vertical-align: middle;
    margin: 0 10px;
}

.plan-toggle .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.plan-toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d00d0d;
    transition: 0.4s;
    border: 1px solid #d00d0d;
}

.plan-toggle .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 3px;
    background-color: #fff;
    transition: 0.4s;
}

.plan-toggle input:checked + .slider:before {
    transform: translateX(28px);
}

.plan-toggle .slider.round {
    border-radius: 34px;
}

.plan-toggle .slider.round:before {
    border-radius: 50%;
}

.plan-toggle {
    text-align: right;
    margin-bottom: 20px;
    margin-top: 33px;
    float: right;
}

.plan-toggle .text {
    display: inline-block;
    vertical-align: middle;
}

.dropdown-format {
    position: absolute;
    width: 140px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    right: -10px;
    text-align: left;
    display: none;
    z-index: 999;
}

.dropdown-format li {
    display: block !important;
}

.dropdown-format li a {
    display: block !important;
    font-size: 16px;
    padding: 12px 16px !important;
    border-bottom: 1px solid #dddfe1;
    margin: 0 !important;
}

.dropdown-format li a:hover {
    background: #fae6e6;
    color: #515151 !important;
}

.dashboard .logo-sec .night-theme,
.logo-sec .img-icon .night-theme {
    display: none;
}

.right-sec li a.theme-icon .night-theme {
    display: none;
}

/*--theme change--*/

.dark-theme header {
    background: #171717;
    color: #fff;
}

.dark-theme .searchbar .form-group {
    border: 1px solid #515151;
}

.dark-theme
.searchbar
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    background-color: #d0190c;
    color: #fff;
}

.dark-theme
.searchbar
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    border-color: #fff transparent transparent transparent;
}

.dark-theme
.searchbar
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent transparent #fff transparent;
}

.dark-theme .search-icon button img {
    filter: invert(100%) sepia(0%) saturate(7487%) hue-rotate(224deg) brightness(109%) contrast(103%);
}

.dark-theme .right-sec .searchbar .form-control {
    background: #171717;
    color: #fff;
}

.dark-theme .searchbar .form-group i {
    color: #b2b1b1;
}

.dark-theme .right-sec .searchbar .form-group i {
    color: #ffffff !important;
}

.dark-theme .right-sec .searchbar .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    font-weight: 300;
}

/* WebKit browsers */

.dark-theme .right-sec .searchbar .form-control:-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-weight: 300;
}

/* Mozilla Firefox 4 to 18 */

.dark-theme .right-sec .searchbar .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-weight: 300;
}

/* Mozilla Firefox 19+ */

.dark-theme .right-sec .searchbar .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    font-weight: 300;
}

.dark-theme .searchbar .btn-search {
    color: #fff;
}

.dark-theme .right-sec li a.icon > img {
    filter: invert(90%) sepia(98%) saturate(2%) hue-rotate(186deg) brightness(114%) contrast(100%);
}

.dark-theme .noti-icon .new {
    border-color: #171717;
}

.dark-theme .right-sec .user-name a {
    color: #fff;
}

.dark-theme .sidebar-icon span {
    background: #fff;
}

.dark-theme .sidebar {
    background: #171717;
}

.dark-theme .logo-sec {
    background: #d00d0d;
}

.dark-theme .sidebar-list .listing .menu-link:hover,
.dark-theme .sidebar-list .listing li.active .menu-link {
    background: rgba(255, 255, 255, 0.1);
}

.dark-theme .sidebar-list .listing .menu-link:hover p,
.dark-theme .sidebar-list .listing li.active a p {
    color: #fff;
}

.dark-theme .sidebar-list .listing .menu-link:hover .menu-icon img,
.dark-theme .sidebar-list .listing li.active .menu-link .menu-icon img {
    filter: invert(90%) sepia(98%) saturate(2%) hue-rotate(186deg) brightness(114%) contrast(100%);
}

.dark-theme .sidebar-list .listing .menu-link::before {
    background: #fff;
}

.dark-theme .dashboard .logo-sec .night-theme,
.dark-theme .logo-sec .img-icon .night-theme,
.dark-theme .right-sec li a.theme-icon .night-theme {
    display: block;
}

.dark-theme .dashboard .logo-sec .day-theme,
.dark-theme .logo-sec .img-icon .day-theme,
.dark-theme .right-sec li a.theme-icon .day-theme {
    display: none;
}

.dark-theme .right-sec li a.icon span.night-theme > img {
    filter: none;
    width: 26px;
}

/*--theme change--*/

.login-block .wid-50 > .forgot-pwd {
    margin-left: -4px;
}

.recent-heading .btn-list.no-refresh > ul > li::before {
    display: none;
}

.recent-heading .btn-list.no-refresh > ul > li:first-child {
    margin-right: 0 !important;
}

.logo-sec a {
    display: inline-block;
    max-width: 85%;
}

.before-auth .navbar-logo a {
    display: inline-block;
    max-width: 96%;
}

.dataTable .custom-checkbox label {
    padding-left: 0;
}

.dataTable .custom-checkbox .checkmark {
    border: 1px solid #a4a4a4;
    top: -10px;
    left: 5px;
}

.dataTable .selected td.custom-checkbox .checkmark {
    background-color: #d00d0d;
    border-color: #d00d0d;
}

.dataTable .selected td.custom-checkbox .checkmark:before {
    display: block;
}

.file-uploader {
    position: relative;
    font-style: normal;
}

.file-uploader .uploader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.file-uploader .content {
    font-style: normal;
}

.action-list li .remove-favourite {
    display: block;
}

.ajx-notif {
    width: 100%;
}

.tab-content .graph-sec div.float-btn {
    height: auto !important;
}

.right-sec ul li.notif-icon {
    margin-right: 0px !important;
}

.right-sec li a.icon span.day-theme > img {
    width: 24px;
}

.dash-data-outer {
    background: #fff;
    border-radius: 15px;
    overflow-y: auto;
}

.sidebar.collapsed-menu
.sidebar-list
.listing
.menu-link:hover
+ .collapsed_menu,
.sidebar.collapsed-menu .sidebar-list .listing .collapsed_menu:hover,
.sidebar.collapsed-menu .sidebar-list .listing .collapsed_menu:focus {
    display: block !important;
}

.collapsed_menu {
    position: fixed;
    margin-left: 70px;
    margin-top: -62px;
    background-color: #fff;
    list-style: none;
    display: none;
}

.dark-theme .collapsed_menu {
    background-color: #171717;
}

.search-result-area {
    padding: 0;
}

.section-row h4 {
    font-size: 18px;
    margin-bottom: 0;
    padding: 10px;
    border-bottom: 1px solid #a4a4a4;
    border-top: 1px solid #a4a4a4;
    text-transform: capitalize;
}

.section-row:first-child h4 {
    border-top: 0;
}

.data-rows {
    padding: 10px 15px;
}

.data-rows ul li p {
    font-size: 16px;
    margin: 0;
    line-height: 23px;
}

.data-rows ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.data-rows ul li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #515151;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.data-rows ul li {
    margin-bottom: 0;
}

.insights-wrapper {
    margin: 8px;
}

.close-dropdown {
    float: right;
    max-width: 15px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.darkmode {
    display: none;
}

.dark-theme .darkmode {
    display: block;
}

.dark-theme .normalmode {
    display: none;
}

.spinner-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-all;
}

/* .spinner-wrapper.active {
    visibility: visible!important;
    opacity: 1!important;
} */

.spinner-wrapper.active-loader {
    visibility: visible;
    opacity: 1;
}

.disable-click {
    pointer-events: none;
}

/* -------------------------Subscription flow html css  ---------------------- */

.login-block.big-page {
    max-width: 84%;
}

/* currency-dropdown */

.curruncy-dropdown {
    max-width: 283px;
    width: 100%;
    float: left;
}

/*.pricing-page-wrapper .curruncy-dropdown {*/

/*    */

/*}*/

.curruncy-dropdown .select2-container {
    width: 100% !important;
}

.curruncy-dropdown label {
    font-size: 14px;
    color: #515151;
}

.curruncy-dropdown .select2-selection {
    background-color: #fcfcfc;
    border: 1px solid #dddfe1;
    border-radius: 3px;
    color: #515151;
    font-size: 14px;
    height: 50px;
    padding: 10px;
}

.curruncy-dropdown
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 50px;
    width: 35px;
}

.curruncy-dropdown
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    border-color: #a4a4a4 transparent transparent transparent;
    border-width: 7px 6px 0 6px;
    border-radius: 5px;
}

.curruncy-dropdown
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent transparent #a4a4a4 transparent;
    border-width: 0 6px 7px 6px;
}

.select2-container--default
.select2-results__option--highlighted[aria-selected],
.select2-results__option[aria-selected="true"].select2-results__option--highlighted[aria-selected] {
    background-color: #d00d0d;
    color: #fff;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ffffff;
    color: #515151;
}

.select2-results__option {
    font-size: 14px;
    padding: 10px 20px;
}

.select2-dropdown {
    border: 1px solid #dddfe1;
}

/* password-requirement */

.password-requirement-block {
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    max-width: 280px;
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    z-index: 9;
    margin-left: 20px;
    display: none;
}

.password-requirement-block.active {
    display: block;
}

.password-requirement-block .password-requirement-block h5 {
    color: #515151;
    font-size: 16px;
    font-weight: 500;
}

.password-requirement-block ul li {
    list-style: none;
    font-size: 14px;
    color: #a4a4a4;
    margin-bottom: 10px;
    vertical-align: middle;
}

.password-requirement-block ul li.active {
    color: #515151;
}

.password-requirement-block ul li span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #dddfe1;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -1px;
}

.pwd-field .password-requirement-block ul li span {
    position: static;
}

.password-requirement-block ul li.active span {
    background-color: #d00d0d;
}

.password-requirement-block ul li:last-child {
    margin-bottom: 0;
}

.password-requirement-block ul li img {
    margin-right: 10px;
}

.password-requirement-block ul li img.tick {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 5px;
}

/* email-register-modal */

.emailRegisterWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subscription-modal img {
    max-width: 100%;
    margin-top: 30px;
}

.subscription-modal h2 {
    font-weight: 500;
    margin: 30px 0 25px;
}

.subscription-modal p {
    color: #a4a4a4;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
}

.subscription-modal p span {
    color: #515151;
}

.login-block .subscription-modal p {
    margin-top: 0;
}

.subscription-modal .modal-btn {
    margin-top: 32px;
}

.inactive-subscription img {
    margin-top: 0;
}

.modal-dialog.lg-modal {
    max-width: 720px;
}

.pricing-wrapper {
    max-width: 1064px;
}

.pricing-wrapper .login-block.big-page {
    position: relative;
}

.pricing-wrapper .pricing-sec {
    padding: 0px;
}

.dash-report-wrapper {
    max-width: 640px;
    margin: 0 auto;
    margin-top: 40px;
}

.select-wrapper {
    text-align: left;
}

.selection-wrapper {
    background-color: #fcfcfc;
    border: 1px solid #dddfe1;
    padding: 10px;
    border-radius: 3px;
}

.selection-wrapper .custom-checkbox label {
    font-size: 15px;
    color: #515151;
    padding-left: 10px;
    font-weight: 400;
}

.selection-wrapper .custom-control-label::before {
    top: 0;
    width: 1.4rem;
    height: 1.4rem;
}

.selection-wrapper .custom-control {
    margin-bottom: 18px;
}

.selection-wrapper .custom-control:last-child {
    margin-bottom: 0;
}

.selection-wrapper
.custom-control-input:focus:not(:checked)
~ .custom-control-label::before,
.selection-wrapper
.custom-control-input:not(:disabled):active
~ .custom-control-label::before {
    border-color: #d00d0d;
}

.selection-wrapper
.custom-control-input:not(:disabled):active
~ .custom-control-label::before {
    background-color: #d00d0d;
}

.selection-wrapper .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.selection-wrapper
.custom-control-input:checked
~ .custom-control-label::before {
    border-color: #d00d0d;
    background-color: #d00d0d;
}

.selection-wrapper
.custom-checkbox
.custom-control-input:checked
~ .custom-control-label::after {
    background: url("../img/tick_white.svg") no-repeat;
    left: -20px;
    background-size: 14px;
    top: 6px;
}

.selection-wrapper .scroller {
    height: 315px;
}

.delete-dashboard .subscription-modal h2 {
    margin: 20px 0 15px;
}

.delete-dashboard .dash-report-wrapper {
    margin-top: 20px;
}

.delete-dashboard .subscription-modal img {
    margin-top: 10px;
}

.selection-notes {
    margin-top: 20px;
    text-align: left;
}

.selection-notes p {
    font-size: 12px;
    color: #a4a4a4;
    line-height: 18px;
    padding-left: 15px;
    position: relative;
}

.selection-notes p::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #d00d0d;
}

.selection-wrapper li {
    list-style: none;
}

.delete-block {
    margin-bottom: 18px;
    font-size: 15px;
    color: #515151;
    font-weight: 400;
    padding-left: 5px;
}

.delete-block:last-child {
    margin-bottom: 0;
}

.delete-block button {
    border: 0;
    background: transparent;
    padding: 0;
    margin-right: 10px;
}

.delete-dashboard .subscription-modal .delete-block button img {
    margin-top: 0;
    max-width: 14px;
    filter: invert(28%) sepia(0%) saturate(1095%) hue-rotate(193deg) brightness(95%) contrast(78%);
}

.delete-datafiles .dash-report-wrapper {
    justify-content: center;
    margin-top: 15px;
}

.delete-datafiles .selection-wrapper .custom-checkbox label {
    display: inline-block;
    width: calc(100% - 70px);
}

.selection-wrapper .custom-checkbox span {
    font-size: 14px;
    color: #515151;
    margin-right: 15px;
    line-height: 23px;
    text-transform: uppercase;
}

.delete-datafiles
.selection-wrapper
.custom-control-input:checked
~ .custom-control-label {
    text-decoration: line-through;
}

.credit-card-sec {
    padding-top: 20px;
}

.account-form .row.expiry-sec {
    margin-bottom: 40px;
}

.summary-page {
    padding: 30px 0;
}

.subscription-successful .login-block {
    max-width: 100%;
}

.subscription-successful .login-form {
    max-width: 781px;
}

/* profile-pic-upload */

.profile-pic-upload {
    width: 97px;
    height: 97px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 5px;
    position: relative;
}

.profile-pic-upload img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-cam {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d00d0d;
    border-radius: 50%;
}

.profile-pic-upload .profile-cam img {
    width: 13px;
    max-width: 100%;
    border-radius: 0;
    object-fit: contain;
}

.account-detail .setting-form {
    margin-top: 40px;
}

.cvv {
    border-radius: 0;
    height: 35px;
}

.manage-downgrade-modal.modal-dialog.lg-modal {
    max-width: 818px;
}

.manage-downgrade-modal .subscription-modal {
    text-align: center;
}

.manage-downgrade-modal .subscription-modal img {
    max-width: 150px;
}

.manage-downgrade-modal .subscription-modal h2 {
    font-size: 20px;
    margin: 25px 0 15px;
}

.manage-downgrade-modal .subscription-modal h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.manage-downgrade-modal .dash-report-wrapper {
    margin-top: 20px;
}

.manage-downgrade-modal .subscription-modal .delete-block img {
    margin-top: 0;
}

.setting-form .modal-btn {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.change-plan-block .modal-btn {
    margin-top: 20px;
}

.downgrade-plan-wrapper .login-block h4 {
    font-size: 26px;
    margin-bottom: 0;
    line-height: normal;
}

.manage-downgrade-modal .subscription-modal .summary-sec h3 {
    font-size: 20px;
}

.manage-downgrade-modal .subscription-modal .summary-sec {
    max-width: 85%;
}

.manage-downgrade-modal .subscription-detail {
    margin-top: 20px;
}

.manage-downgrade-modal .subscription-modal .close-icon img {
    margin-top: 0;
}

.subscription-detail li:last-child {
    margin-bottom: 0;
}

.manage-downgrade-modal .register-successfully .img-block img,
.manage-downgrade-modal .subscription-modal .change-your-plan img {
    max-width: 100%;
}

.close-account .subscription-block p,
.cancel-subscription .subscription-block p {
    font-size: 16px;
    color: #a4a4a4;
}

.cancel-subscription .subscription-block {
    max-width: 715px;
    padding: 40px 25px;
}

/* search-dropdown */

.searchbar .select2-container {
    width: auto !important;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
}

.searchbar .select2-container--default .select2-selection--single {
    border: 0;
    border-left: 1px solid #515151;
    border-radius: 0 50px 50px 0;
    height: 100%;
    background-color: transparent;
}

.searchbar
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    line-height: 40px;
    color: #515151;
    font-size: 14px;
    background-color: #dddfe1;
    border-radius: 0 50px 50px 0;
    padding-right: 30px;
    text-align: center;
}

.searchbar
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 40px;
}

.searchbar
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    border-color: #515151 transparent transparent transparent;
    border-width: 7px 6px 0 6px;
    margin-top: -3px;
    left: 0;
    border-radius: 5px;
}

.searchbar
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent transparent #515151 transparent;
    border-width: 0 6px 7px 6px;
}

.search-dropdown-block .select2-dropdown {
    width: 150px !important;
    margin-top: 15px;
    border-radius: 15px;
    border: 1px solid #dddfe1;
    left: auto;
    right: -120px;
}

.search-dropdown-block .select2-results__option {
    color: #515151;
    text-transform: capitalize;
}

.search-dropdown-block.select2-container--default
.select2-results
> .select2-results__options {
    border-radius: 15px;
}

.search-dropdown-block.select2-container--default
.select2-results
> .select2-results__options {
    min-height: 234px;
}

.searchbar-dropdown-wrapper {
    position: absolute;
    width: 100%;
    background-color: #fff;
    margin-top: 18px;
    border-radius: 15px;
    padding: 10px;
    z-index: 999;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    display: none;
}

.searchbar-inner-wrapper {
    max-height: 403px;
    height: 100%;
    padding-right: 20px;
    padding-left: 10px;
}

.searchbar-inner-wrapper ul li {
    width: 100%;
    font-size: 16px;
    color: #515151;
    margin: 0;
    text-align: left;
    margin-bottom: 12px;
    cursor: pointer;
}

.searchbar-inner-wrapper ul li:last-child {
    margin-bottom: 0;
}

.searchbar-inner-wrapper ul li span {
    color: #a4a4a4;
}

.searchbar-inner-wrapper ul li img {
    max-width: 18px;
    width: 100%;
    margin-right: 12px;
}

.searchbar-inner-wrapper h4 {
    font-size: 16px;
    color: #515151;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 500;
}

.search-results {
    padding: 10px 0 15px;
    border-bottom: 2px solid #dddfe1;
}

.recent-searches {
    padding: 15px 0 10px;
}

.search-dropdown {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.remember-me.custom-checkbox label {
    padding-left: 30px;
}

.btn-back {
    width: 30px;
    float: left;
}

.btn-back img {
    width: 100%;
    filter: invert(74%) sepia(0%) saturate(0%) hue-rotate(199deg) brightness(89%) contrast(89%);
    margin-top: 0 !important;
}

.login-block .btn-back {
    margin-left: -60px;
}

.login-block .payment-info .btn-back,
.login-block .billing-detail .btn-back {
    margin-left: -90px;
    margin-top: -280px;
}

.login-block .summary-page .btn-back {
    margin-left: -75px;
    margin-top: -310px;
}

.credit-card-sec .mb-50 {
    margin-bottom: 40px;
}

::placeholder {
    font-size: 14px;
}

table tr:hover,
table.dataTable tbody tr:hover,
.dashboard-table.dataTable.order-column tbody tr:hover > .sorting_1 {
    background-color: #fae6e6;
}

.search-view-results .content-header {
    margin-bottom: 10px;
}

.search-view-results .dashboard .dashboard-gridList,
.search-view-results .recent-dashboard-sec .row {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
}

.setting-url-wrapper ul li {
    width: 100%;
    font-size: 16px;
    color: #515151;
    margin: 0;
    text-align: left;
    margin-bottom: 12px;
    cursor: pointer;
    list-style-type: none;
}

.setting-url-wrapper ul li a {
    color: #515151;
}

.setting-url-wrapper ul li a:hover {
    color: #d00d0d;
}

.setting-url-wrapper ul li img {
    max-width: 18px;
    width: 100%;
    margin-right: 12px;
    position: relative;
    top: -2px;
}

.dash-spreadsheet.dash-freeze-top,
.dash-spreadsheet.dash-virtualized {
    max-height: 100%;
}

.dashboard .searchbar.library-search .form-control {
    padding-right: 15px;
}

.plan-wrapper {
    width: 100%;
    display: inline-block;
}

.change-plan-block .pricing-sec .row {
    position: relative;
}

.change-plan-block .pricing-sec .error {
    left: 50%;
    transform: translateX(-50%);
}

.dash-data-iframe {
    height: 670px;
}

.pricing-page-wrapper .curruncy-dropdown {
    max-width: 200px;
}

.flix-folio .arrowDown {
    transform: none;
    top: 25px;
    right: 28px;
    z-index: 1;
    cursor: pointer;
}

.icon-dashfolio {
    filter: invert(67%) sepia(70%) saturate(0%) hue-rotate(130deg) brightness(91%) contrast(92%);
    max-width: 12px;
    width: 100%;
    margin-left: 15px;
    margin-top: -2px;
}

.recent-heading .icon-dashfolio {
    max-width: 12px;
    width: 100%;
    margin-left: 8px;
    filter: invert(33%) sepia(0%) saturate(1278%) hue-rotate(134deg) brightness(91%) contrast(90%);
}

.dashboard-dashfolio {
    padding: 0;
}

.dashboard-dashfolio .delete-modal p {
    line-height: 26px;
}

.dashboard .dashboard-dashfolio .fixed-content {
    padding-top: 0;
    height: calc(100vh - 130px);
}

.dashboard-dashfolio .modal-dialog {
    margin-top: 0;
}

.add-dashfolio {
    display: flex;
}

.add-dashfolio img {
    max-width: 80px;
    filter: invert(18%) sepia(62%) saturate(3150%) hue-rotate(345deg) brightness(107%) contrast(119%);
}

.grid-block .add-dashfolio {
    margin: 0;
}

.add-dashfolio-wrap {
    background-color: #f4f4f4;
    height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}

.dashboard-dashfolio .delete-modal .img-block img,
#changeDashfolioPlanModal .delete-modal .img-block img {
    max-width: 150px;
}

#changePassword {
    margin: 50px 0;
}

.sidebar.collapsed-menu .sidebar-list .submenu-list a.infoicon,
.sidebar-list .collapsed_menu a.infoicon {
    margin-right: 10px;
}

#changeDashfolioPlanModal .modal-body {
    padding: 0;
}

.invoice-pdf {
    padding-top: 25px !important;
    width: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.invoice-wrapper .dataTables_wrapper {
    overflow: hidden;
}

.dashflix-modal.subscription-modal img {
    margin-top: 0;
}

.duplicate-modal {
    position: relative;
}

.duplicate-modal .close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

.duplicate-modal .close-icon img {
    max-width: 14px;
}

.upload-wrap {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    position: relative;
    text-align: center;
    margin: 50px 0;
    border-right: 1px solid #ececec;
}

.upload-wrap .close-icon {
    position: absolute;
    top: 10px;
    right: 20px;
}

.file-upload {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.upload-wrap .filename {
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 25px;
    color: #b9b9b9;
    line-height: 20px;
}

#uploadModalClass .modal-header {
    background-color: #d00d0d;
}

#uploadModalClass .modal-header .modal-title {
    color: #fff;
}

.img-upgrade {
    margin-bottom: 30px;
    margin-top: 20px;
}

.upgrade-modal {
    position: relative;
}

.upgrade-modal p {
    line-height: 26px;
}

.modal-dialog.upgrade-modal {
    max-width: 700px;
}

.overlay .action-btn li a img.img-touchhide {
    width: 42px;
}

.standard {
    background-color: #ffc000;
}

.premium {
    background-color: #156d1f;
}

.basic {
    background-color: #d0190c;
}

.user-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    width: 80px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    text-transform: capitalize;
}

.img-support {
    max-width: 130px;
}

#toast-container > div {
    width: 320px !important;
}

.img-upload {
    max-width: 120px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    top: -20px;
}

.upload-wrapper {
    position: relative;
    margin-top: 0;
    width: 65%;
    display: flex;
    flex-direction: column;
}

.browse-wrapper {
    position: relative;
}

.browse-wrapper .uploader {
    width: 170px;
    height: 50px;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    opacity: 0.01;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    font-size: 0;
}


/* .btn-browse {
    width: 100px;
    height: 30px;
    background-color: #d0190c;
    border: 0;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
} */

.modal-btn .btn-primary.disabled,
.modal-btn .btn-primary:disabled,
.discount-wrapper button:disabled {
    color: #fff;
    background-color: #d0190c;
    border-color: #d0190c;
}

.upload-wrap .filename img {
    max-width: 12px;
    margin-left: 10px;
    margin-top: -2px;
}

.upload-wrap .filename img#right {
    max-width: 15px;
}

.dashboard-table .btn-list li a.icon img.table-eye {
    max-width: 24px;
}

.upgrade-modal .close-icon {
    position: absolute;
    top: 10px;
    right: 20px;
}

.overlay .action-btn li a img.img-hand {
    width: 22px;
    max-height: 100%;
}

.tab-pane .nav-list a span img {
    max-width: 16px;
}

#useTemplateModal .modal-body .form-control:focus {
    border-color: #ced4da;
}

.dark-theme .right-sec li a.noti-icon span > img {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(338deg) brightness(103%) contrast(101%);
}

.upgrade-modal p.error-msg {
    color: #d0190c;
    font-size: 14px;
}

.upload-wrapper .btn-primary {
    padding: 8px 30px;
}

.upload-form {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

#uploadModalClass .modal-btn {
    width: 35%;
}

#uploadModalClass .modal-btn ul {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
}

#uploadModalClass .modal-btn ul li {
    margin-bottom: 37px;
    margin-right: 0;
}

#uploadModalClass .modal-btn ul li:last-child {
    margin-bottom: 0;
}

.upload-wrap span.file-support {
    position: relative;
    font-size: 13px;
    color: #909090;
    padding-left: 12px;
}

.upload-wrap span.file-support::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #909090;
}

.upload-wrap h2 {
    margin-bottom: 15px;
    font-size: 22px;
    margin-top: -26px;
}

#uploadModalClass .modal-btn .btn-primary {
    width: 170px;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.5;
}

.upload-wrap .filename.dark-grey {
    color: #272727;
}

.dark-theme .right-sec li a.noti-icon span > img {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(338deg) brightness(103%) contrast(101%);
}

.data-connection-wrap {
    padding: 30px;
}

.connections-block {
    display: flex;
    justify-content: center;
}

.connections-block .img-block {
    display: flex;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #d3d3d3;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.connections-block .img-block img {
    max-width: 70px;
    width: 100%;
}

.content-block h5 {
    font-size: 18px;
    color: #515151;
}

.content-block {
    padding-top: 8px;
}

.data-connection-heading .heading-left {
    width: 25%;
}

.connection-drop {
    position: absolute;
    width: 180px;
    background: #fff;
    box-shadow: 0 5px 20px rgb(0, 0, 0, 0.15);
    border-radius: 10px;
    left: 0;
    text-align: left;
    z-index: 999;
    top: 0px;
    display: none;
}

.connection-drop.show {
    display: block;
}

.connection-drop ul li {
    list-style: none;
    margin: 0;
}

.connection-drop ul li a {
    padding: 14px 15px;
    color: #a4a4a4;
    display: block;
}

.connection-drop ul li a:hover {
    background: #fae6e6;
    color: #515151;
}

.connection-drop ul li a img {
    filter: invert(72%) sepia(0%) saturate(332%) hue-rotate(170deg) brightness(92%) contrast(84%);
    margin-right: 10px;
    max-width: 28px;
}

.connection-drop ul li a:hover img {
    filter: invert(32%) sepia(1%) saturate(0%) hue-rotate(316deg) brightness(97%) contrast(95%);
}

.mb {
    margin-bottom: 50px;
}

.mb:last-child,
.mb:nth-last-child(2),
.mb:nth-last-child(3),
.mb:nth-last-child(4) {
    margin-bottom: 0;
}

/* .data-connection-wrap .row {
  height: 100%;
} */

.dashboard-table .btn-list li a.icon img.table-img-touchhide {
    max-width: 26px;
}

.deleteDataConnection .img-block img {
    max-width: 100px;
}

.btn-delete-wrap .icon {
    max-width: 100% !important;
    margin: 0 !important;
}

.recent-sec .recent-heading.dash-heading.data-connection-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 30px;
}

.data-connection-heading .filter-dropdown {
    box-shadow: 0 5px 20px rgb(0, 0, 0, 0.15);
}

.connection-drop ul li a.icon-delete img {
    margin-left: 5px;
    margin-right: 14px;
}

.discount-wrapper {
    width: 100%;
    display: block;
    margin-top: 15px;
}

.discount-wrapper p {
    font-size: 16px;
    font-weight: 500;
    color: #d0190c;
    display: inline-block;
    margin: 0;
    margin-top: 10px;
}

.discount-wrapper .form-control {
    width: 100%;
    display: inline-block;
    margin: 0;
}

.dashboard .discount-wrapper button {
    padding: 6px 30px;
    font-size: 14px;
    margin-top: -6px;
}

.discount-wrapper .form-group {
    display: inline-block;
    margin: 0 15px;
    vertical-align: top;
    width: 50%;
}

.discount-wrapper p.success {
    display: block;
    font-size: 11px;
    color: #000;
    font-weight: normal;
    margin-top: 7px;
    display: block;
}

.discount-wrapper p.error {
    position: static;
    font-size: 11px;
    font-weight: normal;
    display: block;
    margin-top: 7px;
    display: block;
}

.dashboard .discount-wrapper button.btn-remove {
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 11px;
    color: #d0190c;
    display: block;
    margin-top: 4px;
}

.discount-wrapper p.success img {
    max-width: 12px;
    margin-left: 7px;
    margin-top: -2px;
}

@page {
    size: auto;
}

.invalid-data .login-form {
    margin: 0 auto;
    padding: 30px 15px;
    max-width: 100%;
    display: inline-block;
}
.invalid-data #invalid_file.login-form{padding: 50px 15px 50px;}
.invalid-data .delete-modal .img-block img {
    max-width: 100px;
}

.invalid-data .modal-body {
    padding: 0 15px 35px;
}

.invalid-data .login-block {
    max-width: 65%;
    margin: 0;
    padding: 0 25px 0 15px;
    border-right: 2px solid #ececec;
    float: left;
}

.invalid-data .delete-modal {
    padding: 0;
}

#uploadModalClass .login-form .modal-btn {
    width: 100%;
}

.invalid-data .delete-modal h5 {
    margin-bottom: 25px;
}

.invalid-data .delete-modal p {
    margin-top: 10px;
    text-align: left;
    margin-bottom: 25px;
}

.invalid-data .delete-modal .img-block {
    margin-bottom: 25px;
}

#uploadModalClass .login-form .modal-btn .btn-primary {
    width: 120px;
    padding: 5px 30px;
}

#uploadModalClass .login-form .modal-btn ul {
    padding: 0;
    display: block;
}

#uploadModalClass .login-form .modal-btn ul li {
    margin: 0;
    display: inline-block;
    margin-right: 15px;
    width: auto;
}

#uploadModalClass .login-form .modal-btn ul li:last-child {
    margin-right: 0;
}

#uploadModalClass #invalid_file.login-form .login-block .modal-btn ul {
    flex-direction: row;
    display: flex;
}


.modal-dialog.invalid-data {
    max-width: 850px !important;
    width: 100%;
}

.requirement-block {
    max-width: 35%;
    width: 100%;
    float: left;
    vertical-align: top;
    padding-top: 30px;
    padding-left: 25px;
}

.requirement-block h5 {
    font-size: 20px;
    color: #515151;
    margin-bottom: 30px;
    text-align: left;
    margin-left: 20px;
}

.requirement-block p {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
    color: #a4a4a4;
}

.requirement-block p img {
    max-width: 12px;
    margin-right: 10px;
    margin-top: -1px;
}

.upgrade-modal .login-form {
    display: none;
}

.right-sec li a.template_name {
    padding: 0;
    border-bottom: 1px solid;
}

#price_list .old-price {
    text-decoration: line-through;
}

.change-your-plan .discount-wrapper p {
    margin-top: 7px;
}

.change-your-plan .discount-wrapper p.error,
.change-your-plan .discount-wrapper p.success {
    line-height: 15px;
}

.dashboard .change-your-plan .discount-wrapper button.apply-btn {
    margin-top: -3px;
    font-size: 12px;
}

.btn-delete-wrap .icon {
    max-width: 100% !important;
    margin: 0 !important;
}

.form-control:focus {
    border: 1px solid #ced4da;
}

.day-night-theme-logo {
    width: 150px;
    height: 70px;
    margin: -14px 0 -14px 0px;
}

.about-logo {
    width: 133px;
    height: 70px;
    margin: -14px 0 -14px -14px;
}

.library-icon {
    height: 23px;
    width: 25px;
}

.profile-info .profile-icon {
    position: relative;
    z-index: 999;
}

/* API Error popup css start */
.getData-modal {
    max-width: 710px;
}

.getData-modal .modal-body {
    padding: 50px 20px 35px;
}

.dataModal-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 25px 30px;
}

.desc-area h5 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}

.desc-area p {
    font-size: 16px;
    line-height: 22px;
    max-width: 585px;
    width: 100%;
    margin: 0 auto 35px;
    color: #a4a4a4;
}

.desc-area p.desc-text {
    margin-bottom: 20px;
}

.desc-area p.sub-desc {
    font-size: 15px;
    margin-bottom: 0;
}

.getData-modal .img-block {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 205px;
    width: 100%;
    margin: 0 auto;
}

.getData-modal .desc-area {
    padding: 10px 25px;
}

.getData-modal .img-block span {
    display: inline-block;
}

#API_Error .virusDetect-modal.getData-modal .modal-body {
    padding: 35px 20px;
}

#API_Error .modal-btn .btn-primary.btn-border {
    padding: 8px 20px;
}

#API_Error .virusDetect-modal.getData-modal {
    max-width: 550px;
}

#API_Error .desc-area p {
    max-width: 440px;
}

.dataModal-wrapper .data-loader {
    margin-left: 20px;
}

.timeout-modal.getData-modal {
    max-width: 610px;
}

.comingSoon-page {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.comingSoon-page p {
    color: #d00d0d;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
}

.comingSoon-page i {
    display: block;
    max-width: 675px;
    width: 100%;
    margin: 0 auto;
}

.select-dashboard .custom-select-group .select-box:before {
    top: 7px;
}

.logo-upload-wrapper label {
    display: inline-block;
}

.custom-upload-file {
    color: #a4a4a4;
    position: relative;
}

.custom-upload-file .chosen-img {
    width: 80px;
    height: 80px;
    background-color: #dddfe1;
    border-radius: 0;
    border: 0;
    display: inline-block;
}

custom-file-input::before {
    content: "";
    color: #d00d0d;
    background-image: url(/static/img/upload_file.svg);
    width: 22px;
    height: 22px;
    position: absolute;
    left: 60px;
    bottom: -8px;
    border-radius: 6px;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
    width: 0;
}

.custom-upload-file .chosen-img {
    width: 80px;
    height: 80px;
    background-color: #dddfe1;
    border-radius: 0;
    display: inline-block;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    border: 5px Solid #fff;
    padding: 0;
    overflow: hidden;
}

.custom-upload-file .chosen-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-upload-file .upload-img-btn {
    color: #d00d0d;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 65px;
    bottom: -4px;
}

.custom-upload-file .upload-img-btn img {
    border-radius: 4px;
}

/* Payment css */
.credit-card-sec {
    padding-top: 15px;
}

.card-accept {
    margin-bottom: 20px;
}

.card-accept ul {
    list-style-type: none;
    display: inline-flex;
    align-items: center;
}

.card-accept ul li {
    width: 65px;
    margin-right: 8px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-accept ul li img {
    width: 100%;
    height: 100%;
}

/* Term Condition checkbox */
.term-checkbox {
    margin-top: 20px;
}

.term-checkbox label {
    font-size: 13px;
    line-height: 19px;
    padding-left: 24px;
}

.term-checkbox .custom-checkbox .checkmark {
    top: 2px;
    width: 15px;
    height: 15px;
}

.term-checkbox .custom-checkbox .checkmark:before {
    font-size: 11px;
}

/*Downgrade modal design*/
.downgradeConfiguration.manage-downgrade-modal.modal-dialog.lg-modal, .login-form.pricing-wrapper.downgradeConfiguration {
    max-width: 1005px;
}

.downgradeConfiguration .modal-body, .login-form.pricing-wrapper.downgradeConfiguration {
    padding: 20px 15px;
}

.downgradeConfiguration .subscription-modal img {
    max-width: 140px;
}

.downgradeConfiguration .subscription-modal.downgrade-plan-wrapper h2 {
    margin-bottom: 20px;
    font-size: 20px;
}

.downgradeConfiguration .subscription-modal.downgrade-plan-wrapper p {
    margin-bottom: 15px;
    max-width: 890px;
    width: 100%;
    margin: 0 auto 20px;
    text-align: justify;
}

.downgradeConfiguration .subscription-modal .modal-btn {
    margin-top: 30px;
}


/* Payment Process workflow Popup */
.popupDesign {
    background-image: url(../img/login-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    height: 100vh;
}

.popupDesign .popup-box {
    max-width: 620px;
    box-shadow: 0px 30px 50px #0000001a;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    padding: 60px 40px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popupDesign .close-icon {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}

.popupDesign .popup-block {
    max-width: 590px;
    margin: 0 auto;
}

.popupDesign .img-block {
    max-width: 250px;
    margin: 0 auto 40px;
}

.popupDesign .dataModal-wrapper {
    margin: 0 30px 25px;
}

.popupDesign .desc-area p {
    max-width: 490px;
}