.main-body {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.login-bg {
    height: 100%;
}

.left-side-login {
    width: 33%;
    background: #42A5F5;
    height: 100%;
    display: inline-block;
    box-shadow: 2px 0px 8px rgba(66, 165, 245, 0.5);
}

.right-side-login {
    float: right;
    display: inline-flex;
    width: calc(100% - 33%);
    height: 100%;
    background: #ffffff;
    justify-content: flex-end;
}

.login-box.row {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    margin: 0px;
}

.login {
    min-width: 320px;
    max-width: 320px;
    background: #ffffffe3;
    height: fit-content;
    position: absolute;
    border-radius: 8px;
    display: inline-block;
    padding: 30px;
    top: 50%;
    left: calc(33% - 160px);
    transform: translate(0px, -50%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.login-box label.form-label {
    font-size: 14px;
}

.login-box .form-control {
    padding: .25rem 0.5rem;
    font-size: 15px !important;
}

body {
    font-size: 14px;
    height: 100vh;
    /* overflow: hidden; */
}

.login-box label.login-text {
    display: block;
    margin-bottom: 20px;
}

.login-box button.btn.btn-primary {
    display: block;
    width: 100%;
    margin: 25px auto 15px;
    padding: 0.25rem 1.5rem;
    background: #ff2400;
    border-radius: 4px;
    border-color: transparent;
}

.login-box a.forgotPass {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 15px;
    color: #ff2400;
}

.login-box span.signup {
    text-align: center;
    display: block;
}

.login-box span.signup a {
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    margin-left: 5px;
    color: #ff2400;
}

img.bannerImg {
    width: 70%;
    height: auto;
    margin: auto;
    margin-right: 5%;
}

.layout {
    height: calc(100% - 60px);
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.left-menu {
    width: 280px;
    display: inline-block;
    height: 100%;
    background: #2196F30d;
    overflow-y: scroll;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(0deg, #2196F333 0%, #ffffff);
}

.right-content {
    display: inline-block;
    width: calc(100% - 280px);
    float: right;
    padding: 15px;
    overflow-y: scroll;
    height: 100%;
    overflow-x: hidden;
    background: rgb(33 150 243 / 2%);
    position: relative;
}

ol.breadcrumb {
    display: block;
    margin: 10px 0px 0px;
}

.header-right {
    display: inline-flex;
    height: 100%;
    float: right;
    width: 50%;
    justify-content: end;
    align-items: center;
}

.right-content .header-left {
    display: inline-block;
    width: 50%;
}

button.leftmenu-toggle {
    border: none;
    background: transparent;
    padding: 0px;
    display: inline-flex;
    margin-right: 8px;
    color: #2196F3;
}

li.breadcrumb-item {
    display: inline-block;
    color: #42a5f5;
}

.representation .card,
.box-main {
    background: #fff;
    transition: .5s;
    border: 0;
    /* margin-bottom: 30px; */
    /* border-radius: 0px 10px 10px 0px; */
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: inline-block;
}

.cards-main {
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

.representation h5.card-title {
    margin-bottom: 0px;
    font-size: 16px;
    /* color: #ff2400; */
    display: flex;
    align-items: center;
}

.representation h6.card-subtitle.mb-2.text-body-secondary {
    font-size: 18px;
    margin-bottom: 0px !important;
}

.representation p.card-text {
    font-size: 12px;
}

.box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ff2400;
    font-weight: 500;
}

.box-main {
    padding: 15px;
    overflow: auto;
    min-height: 360px;
    height: 400px;
    max-height: 400px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

button.btn.btn-secondary.dropdown-toggle {
    background: transparent;
    color: black;
    border: medium none;
    font-size: 18px;
    padding: 0px;
}

#myChart7 {
    width: calc(100% + 0px) !important;
    height: calc(100% - 0px) !important;
}

.box-body {
    height: calc(100% - 28px) !important;
    padding: 15px 0px;
}

.progress-bardiv {
    margin-bottom: 20px;
}

.progress-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

label.visitsCount {
    font-size: 18px;
    font-weight: 500;
}

.progress {
    height: 6px;
}

.GaugeMeter {
    Position: Relative;
    Text-Align: Center;
    Overflow: Hidden;
    Cursor: Default;
    margin: auto;
}

.GaugeMeter SPAN,
.GaugeMeter B {
    Margin: 0 23%;
    Width: 54%;
    Position: Absolute;
    Text-Align: Center;
    Display: Inline-Block;
    Color: RGBa(0, 0, 0, .8);
    Font-Weight: 500;
    /* Font-Family: "Open Sans", Arial; */
    Overflow: Hidden;
    White-Space: NoWrap;
    Text-Overflow: Ellipsis;
    color: #4caf50 !important;
}

.GaugeMeter[data-style="Semi"] B {
    Margin: 0 10%;
    Width: 80%;
}

.GaugeMeter S,
.GaugeMeter U {
    Text-Decoration: None;
    Font-Size: .60em;
    Font-Weight: 200;
    Opacity: .6;
}

.GaugeMeter B {
    Color: Black;
    Font-Weight: 200;
    Font-Size: 0.85em;
    Opacity: .8;
}

label.box-subtitle {
    display: block;
    font-size: 24px;
    text-align: center;
}

label.box-count {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

img.profile-image {
    border-radius: 50%;
    width: 56px;
    height: auto;
    border: 2px solid #2196F3;
    padding: 2px;
    background: white;
}

.profile-img {
    display: inline-flex;
    margin-right: 15px;
}

.profile-label {
/* display: inline-flex; */
}

.profile {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

label.welcome {
    width: 100%;
    font-size: 12px;
    /* color: #2196F3; */
}

button.btn.btn-secondary.dropdown-toggle.username {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #FF5722;
}

button.btn.btn-secondary.username::after {
    margin-left: 10px;
}

.sales-infomain {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 15px 15px;
}

span.sales-info {
/* display: flex; */
/* justify-content: space-between; */
}

label.sales-title {
    width: 100%;
    display: block;
    font-size: 12px;
}

label.sales-count {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #ff2400;
}

hr.profile-hr {
    margin: 0px auto 5px;
    width: calc(100% - 30px);
    border-color: #ffffff;
    opacity: 1;
    border-width: 2px;
}

.sidebar {
/* position: fixed; */
    top: 0;
    left: 0;
    height: 100%;
    /* width: 260px; */
    /* background: #2196F30d; */
    z-index: 100;
    transition: all 0.5s ease;
}

.sidebar.close {
    width: 78px;
}

.sidebar .logo-details {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}

.sidebar .logo-details i {
    font-size: 30px;
    color: #fff;
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
}

.sidebar .logo-details .logo_name {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;
    transition-delay: 0.1s;
}

.sidebar.close .logo-details .logo_name {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links {
    height: 100%;
    padding: 0px 0 0px 0;
    overflow: auto;
}

.sidebar.close .nav-links {
    overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar {
    display: none;
}

.sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
    /* padding: 8px 15px; */
    /* border: 0px solid #fff; */
    /* border-width: 0px 0px 1px 3px; */
    cursor: pointer;
}

.sidebar .nav-links li:hover .iocn-link {
    background: #ff240011;
    border-left-color: #ff2400;
}

.sidebar .nav-links li .iocn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 8px 15px; */
    /* border: 0px solid #fff; */
    /* border-width: 0px 0px 0px 3px; */
    width: 100%;
}

.sidebar.close .nav-links li .iocn-link {
    display: block
}

.sidebar .nav-links li i {
/* height: 44px; */
/* min-width: 78px; */
    text-align: center;
    line-height: inherit;
    color: #ff2400;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sidebar .nav-links li.showMenu i.arrow {
    transform: rotate(-180deg);
}

.sidebar.close .nav-links i.arrow {
    display: none;
}

.sidebar .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.sidebar .nav-links li a .link_name {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    transition: all 0.4s ease;
}

.sidebar.close .nav-links li a .link_name {
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li .sub-menu {
    padding: 0px;
    /* margin-top: -10px; */
    /* background: #1d1b31; */
    display: none;
}

.sidebar .nav-links li.showMenu .sub-menu {
    display: block;
    background: #ff240005;
}

.sidebar .nav-links li .sub-menu a {
    color: #000;
    font-size: 14px;
    padding: 8px 15px;
    /* padding: 5px 0; */
    white-space: nowrap;
    opacity: 0.8;
    transition: all 0.3s ease;
    border: 0px solid #fff;
    border-width: 0px 0px 1px 3px;
}

.sidebar .nav-links li .sub-menu a:hover {
    opacity: 1;
}

.sidebar.close .nav-links li .sub-menu {
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}

.sidebar.close .nav-links li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu .link_name {
    display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name {
    font-size: 18px;
    opacity: 1;
    display: block;
}

.sidebar .nav-links li .sub-menu.blank {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}

.sidebar .profile-details {
    position: fixed;
    bottom: 0;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1d1b31;
    padding: 12px 0;
    transition: all 0.5s ease;
}

.sidebar.close .profile-details {
    background: none;
}

.sidebar.close .profile-details {
    width: 78px;
}

.sidebar .profile-details .profile-content {
    display: flex;
    align-items: center;
}

.sidebar .profile-details img {
    height: 52px;
    width: 52px;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 14px 0 12px;
    background: #1d1b31;
    transition: all 0.5s ease;
}

.sidebar.close .profile-details img {
    padding: 10px;
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
    display: none;
}

.sidebar .profile-details .job {
    font-size: 12px;
}

.home-section {
    position: relative;
    background: #E4E9F7;
    height: 100vh;
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
}

.sidebar.close~.home-section {
    left: 78px;
    width: calc(100% - 78px);
}

.home-section .home-content {
    height: 60px;
    display: flex;
    align-items: center;
}

.home-section .home-content .bx-menu,
.home-section .home-content .text {
    color: #11101d;
    font-size: 35px;
}

.home-section .home-content .bx-menu {
    margin: 0 15px;
    cursor: pointer;
}

.home-section .home-content .text {
    font-size: 26px;
    font-weight: 600;
}

@media (max-width: 400px) {
    .sidebar.close .nav-links li .sub-menu {
        display: none;
    }

    .sidebar {
        width: 78px;
    }

    .sidebar.close {
        width: 0;
    }

    .home-section {
        left: 78px;
        width: calc(100% - 78px);
        z-index: 100;
    }

    .sidebar.close~.home-section {
        width: 100%;
        left: 0;
    }
}


.nav-tabs .nav-link.active {
    color: #ff2400;
}

.sidebar .nav-links li .iocn-link i {
    font-size: 14px;
    margin-right: 15px;
}

.sidebar .nav-links li .iocn-link i.fas.fa-chevron-left {
    margin-right: 0px;
    font-size: 12px;
    color: #42a5f5;
}

.nav-tabs .nav-link {
    color: #42A5F5;
}

.sidebar .nav-links li:hover i,
.sidebar .nav-links li:hover .link_name {
    color: #ff2400 !important;
}

li.breadcrumb-item.active {
    color: #42a5f5;
}

a.navbar-brand {
    width: calc(270px);
    margin: 0px;
}

ul.navbar-nav {
    margin-left: auto;
}

.input-group.flex-nowrap {
    width: 250px;
    border: 1px solid #ff240033;
    border-radius: 4px;
}

.input-group.flex-nowrap i.fas.fa-search {
    color: #ff2400;
}

span#addon-wrapping {
    background: white !important;
    border: medium;
}

.header input.form-control {
    border: medium;
    /* border-color: #ff2400 !important; */
}

label.pagelabel {
    font-size: 16px;
    font-weight: 500;
    color: #2196F3;
}

li.breadcrumb-item a {
    color: #42a5f5;
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0px 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 5px;
}

.progress-bardiv.one .progress {
    background: #4caf5055;
}

.progress-bardiv.one .progress .progress-bar {
    background: #4caf50;
}

.progress-bardiv.two .progress {
    background: #673ab755;
}

.progress-bardiv.two .progress .progress-bar {
    background: #673AB7;
}

.progress-bardiv.three .progress {
    background: #2196f355;
}

.progress-bardiv.three .progress .progress-bar {
    background: #2196f3;
}

.progress-bardiv.four .progress {
    background: #ff980055;
}

.progress-bardiv.four .progress .progress-bar {
    background: #ff9800;
}

.sidebar .nav-links li .sub-menu li:hover a {
    background: #ff240011;
    border-left-color: #ff2400;
}

canvas#myChart8,
canvas#myChart9 {
    height: 36px !important;
}

label.chart-statusLabel {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.right-contentHeader {
/* height: 65px; */
    background: rgb(255 255 255);
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    display: flex;
    /* border-bottom: 2px solid #FF5722; */
}

img.chat-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
}

span.chat.chat-left span.chat-textMain {
    display: inline-block;
    background: #80CBC4;
    width: calc(100% - 67px);
    margin-left: 15px;
    padding: 15px;
    position: relative;
    border-radius: 4px;
    z-index: 0;
    color: white;
}

span.chat.chat-left span.chat-textMain p {
    margin: 0px;
}

span.chat.chat-left,
span.chat.chat-right {
    display: flex;
    margin-bottom: 25px;
}

span.chat.chat-left span.chat-textMain:before {
    content: '';
    padding: 10px;
    position: absolute;
    left: -9px;
    background: #80CBC4;
    z-index: 0;
    transform: rotate(45deg);
    border-radius: 4px;
}

span.chat.chat-right span.chat-textMain {
    display: inline-block;
    background: #e0f2f1;
    width: calc(100% - 67px);
    margin-right: 15px;
    padding: 15px;
    position: relative;
    border-radius: 4px;
    z-index: 0;
    color: #000;
}

span.chat.chat-right span.chat-textMain p {
    margin: 0px;
}

span.chat.chat-right span.chat-textMain:before {
    content: '';
    padding: 10px;
    position: absolute;
    right: -9px;
    background: #e0f2f1;
    z-index: 0;
    transform: rotate(45deg);
    border-radius: 4px;
}

.chatbox {
    height: calc(100% - 53px);
    overflow: auto;
    margin-bottom: 15px;
}

canvas#myChart10 {
    width: 250px !important;
    height: 75px !important;
}

.datacountmain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

label.data-count {
    display: block;
    font-size: 24px;
    font-weight: 500;
}

label.data-text {
    font-size: 14px;
}

.chartdiv {
    margin-right: 10%;
}

table.data-Count {
    width: 100%;
    /* text-align: center; */
}

.data-Count label.circle {
    padding: 6px;
    border-radius: 50%;
    background: #4CAF50;
}

.data-Count tr {
/* padding: 15px; */
    border: 1px solid #ff240033;
    border-width: 1px 0px;
}

.data-Count td {
    padding: 10px;
}

.feedbox {
    border: 1px solid #BDBDBD;
    padding: 5px 10px;
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.feedbox i {
    font-size: 16px;
}

label.feedcount {
    font-weight: 500;
}

.feedtext {
    width: 100%;
    margin-left: 15px;
}

label.feedtime {
    margin-left: auto;
}

span.feedmessage {
    display: flex;
    justify-content: space-between;
}

p.feedmsg {
    margin: 0px;
    opacity: 0.8;
}

label.feedcount.warning {
    color: #FF9800;
}

label.feedcount.issue {
    color: #ff2400;
}

.feedbox:hover {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

textarea.tweet-area {
    width: 100%;
    margin-bottom: 15px;
}

span.tweet-count label {
    color: #42a5f5;
    font-weight: 500;
}

span.tweet-count {
    margin-bottom: 15px;
    display: block;
}

img.userimgtweet {
    width: 48px;
    border-radius: 50%;
}

label.activestatus {
    padding: 5px;
    background: green;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    border: 3px solid #fff;
    right: 0px;
}

span.user-image {
    position: relative;
}

.feedbox.tweet-live {
    border: medium;
    align-items: start;
}

.profile-account .box-header {
    justify-content: flex-start;
    padding: 15px;
    background: #4CAF50;
    color: white;
}

.profile-account .box-header img.profile-image {
    width: 48px;
    height: auto;
}

.box-main.profile-account {
    padding: 0px;
}

.box-main.profile-account .box-body {
    padding: 15px;
    height: calc(100% - 78px) !important;
}

.box-main.profile-account .box-body .feedbox {
    border-width: 0px 0px 1px;
    padding: 10px;
    margin: 0px;
}

.box-main.profile-account .box-body .feedbox i {
    font-size: 18px;
}

label.feedtime.msgcount {
    border: 1px solid #4caf50;
    padding: 1px 7px;
    border-radius: 4px;
    font-size: 12px;
}

label.feedtime.msgcount.green-text,
label.activity-color.green {
    border-color: #4caf50;
    color: #4caf50;
}

label.feedtime.msgcount.blue-text,
label.activity-color.blue {
    border-color: #2196f3;
    color: #2196f3;
}

label.feedtime.msgcount.orange-text,
label.activity-color.orange {
    border-color: #ff9800;
    color: #ff9800;
}

label.feedtime.msgcount.red-text,
label.activity-color.red {
    border-color: #ff2400;
    color: #ff2400;
}

.box-main.profile-account .box-body .feedbox label.feedcount {
    color: #42a5f5;
}

.box-body.activites {
    height: 100% !important;
}

.box-main.activites {
    max-height: 100%;
    height: 100%;
}

.activites-main {
    padding: 15px;
    border-left: 1px solid #eee;
}

.activity-panel {
    position: relative;
    margin-bottom: 30px;
}

label.activity-color {
    padding: 5px;
    border: 3px solid green;
    border-radius: 50%;
    position: absolute;
    left: -23px;
    background: white;
    top: 3px;
}

h3.activity-subtitle {
    font-size: 20px;
    margin: 0px;
}

label.activity-date {
    margin-bottom: 10px;
}

h6.activity-subtitletext {
    font-size: 14px;
    font-weight: 400;
}

button.btn.btn-activitybtn {
    padding: 0px;
    margin-right: 15px;
    color: #42a5f5;
}

p.activity-text {
    margin-bottom: 15px;
}

.activity-panel:last-child {
    margin-bottom: 0px;
}

button.btn.btn-activitybtn i {
    margin-right: 5px;
}

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

/* Track */
::-webkit-scrollbar-track {
/* box-shadow: inset 0 0 5px grey;
border-radius: 10px; */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ff240011;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ff240033;
}

a.nav-link i {
    font-size: 18px;
}

a.nav-link {
    margin: 0px 5px;
}

a.nav-link:hover i {
    color: #ff2400;
}

a.logout:hover i {
    color: #fff !important;
}

.weekly {
    margin-bottom: 15px;
}

.verify .card-title {
    background: #FF5722;
    margin: 0px;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    box-shadow: 0px -2px 10px #ff572233;
}

.verify .card-body {
    padding: 0px;
}

.verify .col.card {
    height: 120px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.row.cards-main.representation.verify {
    justify-content: flex-start;
}

nav.navbar {
    background-color: #ff2400;
    box-shadow: 0px 2px 10px rgba(255, 36, 0, 0.2);
    z-index: 10;
    background: #F1F2B5;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #135058, #F1F2B5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(0deg, #ff2400 70%, #FF7043);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.card.purple {
/* background-color: #ffffff33; */
    border-color: #7a82eb !important;
    color: #7a82eb !important;
    /* box-shadow: 0px 0px 5px #7a82eb !important; */
}

.representation .card {
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    width: 100%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: inline-block;
    border-width: 2px 5px;
    border-style: solid;
    background: #ffffff;
}

.representation .card.purple label {
    color: #7a82eb !important;
}

.representation .card.green {
/* background-color: #ffffff33; */
    border-color: #21c734 !important;
    color: #21c734 !important;
    /* box-shadow: 0px 0px 5px #21c734 !important; */
}

.representation .card.green label {
    color: #21c734 !important;
}

.representation .card-body {
    padding: 5px 20px;
}

.representation .card.red {
/* background-color: #ffffff33; */
    border-color: #F44336 !important;
    color: #F44336 !important;
}

.representation .card.red label {
    color: #F44336 !important;
}

.representation .card.orange {
/* background-color: #ffffff33; */
    border-color: #FF9800 !important;
    color: #FF9800 !important;
}

.representation .card.orange label {
    color: #FF9800 !important;
}

.lbl-cnt {
/* color:#fff !important; */
    font-size: 36px;
    /* padding-left: 20%; */
    text-align: right;
    margin: 0px !important;
}

.header .logout i {
    color: #fff;
}

.verify.cards-main {
    justify-content: normal;
    /* margin-bottom: 30px; */
}

div#response-div_filter {
/* margin-right: 95px; */
    margin-bottom: 10px;
}

button.btn.addnew {
/* position: absolute; */
/* z-index: 10; */
/* top: 10px; */
/* right: 10px; */
    border-radius: 4px;
    padding: 4.5px 16px;
    background: #2196F3;
    border: medium;
    float: right;
}

.container {
    position: relative;
}

button.btn.addnew:hover {
    transition: box-shadow 1s;
    background: #FF5722;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
    color: white;
}

thead td {
    color: #ffffff;
    font-weight: bold;
    border-bottom: 0px solid #FF5722 !important;
}

thead {
    background: #2196F3;
}

table#response-div {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #E3F2FD;
    /* box-shadow: 0px 2px 5px rgba(0,0,0,0.2); */
}

table.dataTable.display>tbody>tr>td {
/* border-top: 2px solid #FF572233; */
}

tr.odd td {
    background: #ffffff;
}

table.dataTable.display>tbody>tr>.sorting_1 {
    background: #ffffff00 !important;
    box-shadow: none !important;
}

table.dataTable.display>tbody>tr.odd>.sorting_1 {
    background: #ffffff !important;
    box-shadow: none !important;
}

table.dataTable tbody tr td {
    background: white;
    box-shadow: none !important;
    border-bottom: 0px solid #2196F3;
}

.dataTables_wrapper .dataTables_length select {
    padding: 0px !important;
    border: medium none !important;
    border-bottom: 2px solid #FF5722 !important;
    border-radius: 0px !important;
    color: #FF5722 !important;
}

.dataTables_wrapper .dataTables_length {
    font-size: 14px;
    margin-top: 8px;
}

#response-div_wrapper {
    background: white;
    /* padding: 10px; */
    border-radius: 4px;
    /* box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2); */
}

table.dataTable.display>tbody>tr.even>.sorting_1,
table.dataTable.display>tbody>tr.even>td {
    background: #fcfdfd !important;
}

div#response-div_paginate {
/* border: 1px solid #2196F3; */
    border-radius: 4px;
    padding: 0px;
    margin-top: 10px;
    background: #2196F311;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none !important;
    border-width: 0px 3px !important;
    border-radius: 0px !important;
    border-color: #ffffff !important;
    color: #2196F3 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 0px solid transparent;
    color: #90CAF9 !important;
}

.non-dt-addnew {
    border-radius: 4px;
    padding: 4.5px 16px;
    background: #FF5722;
    border: medium;
    /* float: right; */
    margin-bottom: 10px;
    margin-left: auto !important;
    display: block;
}

.non-dt-addnew:hover {
    background: #2196f3;
    transition: box-shadow 1s;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
}

th {
    padding: 10px;
    color: #000;
}

td {
    padding: 10px;
    border-bottom: 1px solid #E3F2FD;
}

.formDiv {
    background: white;
    padding: 15px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    width: 100%;
    margin: auto;
    /* min-height: 300px; */
}

.formDiv .form-control {
    margin-bottom: 15px;
    border: medium none;
    border-bottom: 2px solid;
    border-color: #2196F3;
    border-radius: 2px;
    padding-left: 5px;
}

.formDiv h4,
.formDiv h3 {
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 2px solid #E3F2FD;
    padding-bottom: 10px;
    color: #FF5722;
}

.form-addnew,
.btn-cancel {
    border-radius: 4px;
    padding: 4.5px 16px;
    border: medium none;
    margin-right: 10px;
}

.form-addnew {
    background: #FF5722;
}

.main-containerDiv {
    padding: 0px;
}

.btn-cancel {
    background: #607D8B;
    margin-left: auto;
    float: right;
    margin-right: 0px;
}

.formDiv .form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid;
    border-bottom: 2px solid;
    border-color: #2196F3;
}

.form-addnew:hover,
.btn-cancel:hover {
    background: #2196F3;
    transition: box-shadow 1s;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px 8px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    opacity: 0.5;
}

.dataTables_wrapper .dataTables_filter input {
    padding: 4px !important;
    border: medium none !important;
    border-bottom: 2px solid !important;
    border-color: #FF5722 !important;
    border-radius: 0px !important;
}

.toast button.close {
    margin-left: auto;
    background: none;
    border: medium none;
    padding: 0px;
    font-size: 14px;
    margin-bottom: 0px;
    color: #ffffff;
}

.toast.show {
    border: medium none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.toast.sucess {
    background: #2196F3;
}

.toast.orange {
    background: #ff2400;
}

.toast-header {
    background: transparent;
    color: white;
    padding: 5px 10px;
}

.toast-body {
    background: white;
    border-radius: 0px 0px 4px 4px;
}

.toastDiv {
    position: absolute;
    /* min-height: 200px; */
    width: 300px;
    word-wrap: normal;
    top: 15px;
    right: 15px;
}

div#captcha {
    border: #2196F3 1px solid;
    font-size: 25px;
    text-align: center;
    margin-left: 12px;
    border-radius: 4px;
    margin-bottom: 5px;
    letter-spacing: 5px;
    color: #FF5722;
}

.restart {
    text-align: left;
    font-size: 16px;
    padding-left: 10px;
}

.itr-div {
    border: 1px solid #000;
    text-align: center;
    padding: 80px 50px;
    font-size: 50px;
}

.right-contentContainer {
    background: white;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.btn {
    border-radius: 4px;
    padding: 4.5px 16px;
    border: medium;
    /* margin-left: 10px; */
    color: white;
}

.btn i {
    margin-right: 10px;
}

.btn-orange {
    background: #ff2400;
}

.btn-orange:hover {
    background: #2196F3;
    color: #fff;
}

.response-label {
    font-size: 24px;
    margin-right: auto;
    display: inline-block;
}

div#download-btn {
    margin-left: auto;
    display: inline-block;
    float: right;
}

div#download-btn i {
    margin-right: 0px;
}

label.details-labelsTitle {
    font-size: 14px;
    margin-bottom: 2px;
}

.inline-forminput {
    width: 75%;
    display: inline-block;
}

.inline-formandbtn button#verify {
    display: inline-block;
}

.container.right-contentContainer.Form-container {
    width: 60%;
}

.profileImg {
    display: block;
    justify-content: center;
    width: 100%;
}

img.profileImage {
    margin: auto;
    width: 50%;
    display: block;
    border-radius: 50%;
    margin-bottom: 15px;
}

.profileImg button.btn.addnew,
.profileImg button.btn.btn-orange {
    float: inherit;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}

.col-sm-9.formDiv {
    box-shadow: none;
}

button,
a,
.dropdown-item {
    cursor: pointer;
}

ul.dropdown-menu {
    border: medium;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 0px;
    width: auto;
    overflow: hidden;
}

.dropdown-item:hover {
    background: #FF5722;
    color: white;
}

.dropdown-item {
    color: #FF5722;
    font-size: 14px;
}

.sidebar .nav-links li .iocn-link div {
    padding: 8px 15px;
    border: 0px solid #fff;
    border-width: 0px 0px 0px 3px;
    width: 100%;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 7px solid #2196F3;
    border-right: 7px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    backdrop-filter: blur(5px);
}
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-bottom: 7px solid #FF3D00;
    border-left: 7px solid transparent;
    backdrop-filter: blur(5px);
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.parent {
    border: 1px solid black;
    margin: 1rem;
    padding: 2rem 2rem;
    text-align: center;
}
.child {
    display: inline-block;
    text-align: center;
    border: 1px solid red;
    padding: 1rem 1rem;
    vertical-align: middle;
}

#loader-main {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}

#loader-main.show {
    display: flex;
}

.loader-bg {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    opacity: 0.5;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -23px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
  }