* {
    margin: 0;
    padding: 0;
}

.text-logo {
    color: #fff;
    padding-top: 7px;
}

.form-content h1 {
    font-weight: 700 !important;
    color: #000;
    font-size: 1.5rem;
}

.form-form .form-form-wrap {
    max-width: 480px;
    min-width: 480px;
}
.form-div /*add for sign up*/
{
   background-color: #fff;
padding: 15px;
  padding-right: 15px;
  padding-left: 15px;
border-radius: 10px;
padding-left: 18px;
padding-right: 18px;
}
.form-form { /*cahnge for sign up*/
    background: #fff;
    width: 100%;
}

.logo {
    width: 11rem;
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-image .sing-up,
.form-image .product-image,
.form-image .otp-image,
.form-image .customer-image,
.form-image .plan-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-position-y: center;
}

.form-image .sing-up {
    background-image: url(../images/signup.jpg);
}

.form-image .sing-up::before {
    content: "";
    background: rgba(0, 255, 180, 0.75);
    background: -o-linear-gradient(top, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(16%, rgba(0, 255, 180, 0.75)), to(rgba(38, 112, 212, 0.75)));
    background: -o-linear-gradient( top, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    background: linear-gradient( 180deg, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.49;
}

.form-image .product-image {
    background-image: url(../images/bg-product.jpg);
}

.form-image .product-image::before {
    content: "";
    background: rgba(0, 255, 180, 0.75);
    background: -o-linear-gradient(top, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(16%, rgba(0, 255, 180, 0.75)), to(rgba(38, 112, 212, 0.75)));
    background: -o-linear-gradient( top, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    background: linear-gradient( 180deg, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.49;
}

.form-image .otp-image {
    background-image: url(../images/otp.jpg);
}

.form-image .otp-image::before {
    content: "";
    background: rgba(0, 255, 180, 0.75);
    background: -o-linear-gradient(top, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(16%, rgba(0, 255, 180, 0.75)), to(rgba(38, 112, 212, 0.75)));
    background: -o-linear-gradient( top, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    background: linear-gradient( 180deg, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.49;
}

.form-image .customer-image {
    background-image: url(../images/customer-data.jpg);
}

.form-image .plan-image {
    background-image: url(../images/plans.jpg);
}

.custom-border {
    border: 1px solid #4361ee;
    border-radius: 6px;
}

.form-button {
    height: 45px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(16%, rgba(0, 255, 180, 0.75)), to(rgba(38, 112, 212, 0.75)));
    background: -o-linear-gradient( top, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
    background: linear-gradient( 180deg, rgba(0, 255, 180, 0.75) 16%, rgba(38, 112, 212, 0.75) 100%);
}

.form-form .form-form-wrap-customer {
    /*max-width: 480px;*/
    margin: 0 auto;
    /*min-width: 311px;*/
    min-height: 100%;
    height: 100vh;
}


/* =============================================== */

.rad-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 16px;
    margin: 10px 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #4361ee;
    border-radius: 5px;
}

.rad-label span {
    font-size: .80rem;
}

.rad-label:hover,
.rad-label:focus-within {
    background: hsla(0, 0%, 80%, .14);
}

.rad-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.rad-design {
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right bottom, from(hsl(154, 97%, 62%)), to(hsl(225, 97%, 62%)));
    background: -o-linear-gradient(left top, hsl(154, 97%, 62%), hsl(225, 97%, 62%));
    background: linear-gradient(to right bottom, hsl(154, 97%, 62%), hsl(225, 97%, 62%));
    position: relative;
}

.rad-design::before {
    content: '';
    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: hsl(0, 0%, 90%);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.rad-input:checked+.rad-design::before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.rad-text {
    color: #000;
    margin-left: 14px;
    text-transform: capitalize;
    font-size: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.rad-input:checked~.rad-text {
    color: hsl(0, 0%, 40%);
}

.custom-select {
    border: 1px solid #4361ee;
}

.custom-border {
    border: 1px solid #4361ee;
    border-radius: 6px;
}


/*===========*/


/*check box*/

.check-design {
    /*width: 22px;*/
    height: 22px;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right bottom, from(hsl(154, 97%, 62%)), to(hsl(225, 97%, 62%)));
    background: -o-linear-gradient(left top, hsl(154, 97%, 62%), hsl(225, 97%, 62%));
    background: linear-gradient(to right bottom, hsl(154, 97%, 62%), hsl(225, 97%, 62%));
    position: relative;
}

.check-design::before {
    content: '';
    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.rad-input:checked+.check-design::before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.rad-text {
    color: #000;
    margin-left: 14px;
    text-transform: capitalize;
    font-size: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.rad-input:checked~.rad-text {
    color: hsl(0, 0%, 40%);
}

.custom-select.custom-select-sm {
    font-size: 13px;
    padding: 15px 16px;
}


/*============================*/

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
    background: #f8f9fa;
}

.form-content p span {
    /*font-size: 1.7rem;*/
    font-weight: 700;
    color: #4361ee !important;
}

.form-content h1::before {
    bottom-border: 2px solid;
}

.plan_info p span {
    font-size: .98rem;
    font-weight: 700;
    color: #4361ee !important;
}

.plan_info h4 {
    font-size: 1.68rem;
    font-weight: 800;
}

.plan_info_btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .56rem;
    width: 18%;
}

.plan_info_btn a {
    width: 101px;
    font-size: .68rem;
}

.features {}

.plan_price {
    width: 21%;
    border-radius: 0.5rem;
}

.plan_price p {
    color: #fff !important;
}

.plan_price p span {
    font-size: 1.98rem;
    font-weight: 700;
    color: #fff !important;
}

.plan {
    font-size: .79rem;
    padding-left: 10px;
    padding-right: 10px;
}

.plan_info {
    margin-left: 5px;
    width: 54%;
}

.plan-features {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.plan-features li {
    display: inline-block;
}

.timer {
    font-size: 1rem;
}

.plan-grid {
    border-radius: 6px;
}

.plan-grid:hover {
    background: hsla(0, 0%, 80%, .14);
    border-radius: 6px;
}

@media (max-width: 600px) {
    .plan_price {
        width: 100%;
    }
    .plan_price .rate {
        padding-top: 10px;
    }
    .plan_price .plan {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .plan_info {
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .plan_info_btn {
        width: 100%;
    }
    .plan-grid:hover {
        background: hsla(0, 0%, 80%, .14);
    }
    .plan_info_btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .plan-details {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .form-form .form-form-wrap {
        max-width: 480px;
        min-width: 100%;
    }
}

.form-form .form-container .form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.plan-details {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plan-details li {
    list-style: none;
    margin: 0 0.3rem;
    text-align: left;
}

.plan-details li .fa-check {
    color: #1abc9c;
    font-size: 1rem;
}

.logo {
    max-width: none;
    /*height: 45px;*/
    margin: 0.7rem 0 0.7rem 0rem;
    line-height: 3.6em;
    vertical-align: middle;
}

.header-nav {
    margin-left: 10rem;
    font-size: .95rem;
}

.m-icon {
    color: #f2f2f2;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .2);
    border-radius: 2px;
    background-color: #f8f9fa;
    line-height: 17px;
    margin-right: 13px;
}

.navbar-toggler-icon {
    color: #000;
}

.navigation__block {
    border: none;
    cursor: default;
    float: left;
    line-height: 4em;
    margin-right: 1.2rem;
    position: relative;
}

/*.form-content h1 span {
    position: relative;
    color: #0f2791;
}

.form-content h1 span::after {
    content: "";
    background: #eee;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    border-left: 2px solid #0f2791;
    -webkit-animation: typing 3.5s alternate steps(10) infinite;
    animation: typing 3.5s alternate steps(10) infinite;
}*/

@-webkit-keyframes typing {
    100% {
        left: 90%;
        margin: 0 -35px 0 30px;
    }
}

@keyframes typing {
    100% {
        left: 90%;
        margin: 0 -35px 0 30px;
    }
}

.multi-user {
    color: #fff;
    font-size: 21px;
    padding-top: 13px;
}

.form-form .terms-conditions {
    max-width: 480px;
    margin: 0;
    margin-top: 0px;
    color: #3b3f5c;
    font-weight: 600;
    margin-top: 30px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info h6 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    margin-right: 8px;
    color: #3b3f5c;
    padding-bottom: 8px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info p {
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: 600;
    color: #888ea8;
}


/*mycss*/

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
    padding-right: 33px;
    padding-left: 52px;
    margin-left: 0;
}

.alert-danger {
    color: #920b18;
    background-color: #fff;
    border-color: #fff;
    padding: 0px !important;
    margin: 0px;
}

.forget {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.from-eye {
    margin-top: 11px;
    margin-left: -28px;
    position: sticky;
    color: #007bff;
}


/*
TOOLTIP FOR PASSWORD STRENGTH
*/

.strength {
    list-style-type: none;
    padding: 0;
}

.bi-octagon-fill {
    color: #1abc9c;
}

.layout-spacing {
    padding-bottom: 25px;
}

.widget-table-two {
    position: relative;
}

.widget {
    position: relative;
    padding-top: 15px;
    padding: 10px;
    border-radius: 0px;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.uer-prpfile a span i {
    color: #000;
    font-size: 20px;
    padding-right: 5px;
    display: inline-flex;
}

.side-bar-menu-icon i {
    color: #506690;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    stroke-width: 1.6;
    font-size: 19px;
}

#content {
    margin-top: 70px;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .sidebar-wrapper {
        top: 60px;
        background: #fff;
        left: 0px;
        width: 238px;
        border-right: 1px solid #d7e0ea;
    }
    .main-container {
        background: #fff;
    }
    .header-container .navbar {
        padding: 5px 0;
        background: #254784;
    }
    /*#254784 && 1abc9c*/
    .navbar .theme-brand li.theme-text {
        margin-right: 23px;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown {
        margin: 0 53px 0 16px;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link svg {
        color: #fff;
        width: 22px;
        height: 22px;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown.nav-link svg {
        color: #fff;
        width: 22px;
        height: 22px;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link svg {
        color: #fff;
        width: 22px;
        height: 22px;
    }
    .navbar .theme-brand li.theme-logo {
        align-self: center;
        display: none;
    }
    .media-body {
        /* border-bottom: 3px solid #fff; */
        line-height: 7px;
        padding-top: 8px;
    }
    .user-balance {
        color: #defea5;
        font-weight: 800;
    }
    .vertical-line-pill .nav-pills .nav-link.active,
    .vertical-line-pill .nav-pills .show>.nav-link {
        position: relative;
        background-color: transparent;
        border-color: transparent;
        color: #805dca;
        font-weight: 600;
    }
    .vertical-line-pill .nav-pills .nav-link {
        padding: .5rem 0;
    }
    .vertical-line-pill .nav-pills .nav-link::before {
        content: "";
        height: 100%;
        position: absolute;
        width: 1px;
        right: -1px;
        background-color: #805dca;
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: all .3s;
    }
    .widget-four .widget-content .w-summary-info {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1px;
    }
}

@media (min-width: 300px) {
    #sidebar {
        height: 100vh !important;
        padding: 10px 0 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        background: #fff;
    }
    .user-balance {
        color: #defea5;
        font-weight: 800;
        font-size: 14px;
    }
    .msg-title {
        font-size: 12px;
    }
    .main-container {
        background: #fff;
    }
    .header-container .navbar {
        padding: 5px 0;
        background: #254784;
    }
    /*#254784 && 1abc9c*/
    .navbar .theme-brand li.theme-logo img {
        width: 34px;
        height: 34px;
        margin-left: 10px;
    }
    .navbar .theme-brand li.theme-text {
        margin-right: 23px;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link svg {
        color: #fff;
        width: 22px;
        height: 22px;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown.nav-link svg {
        color: #fff;
        width: 22px;
        height: 22px;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link svg {
        color: #fff;
        width: 22px;
        height: 22px;
    }
    .navbar-expand-sm .navbar-item {
        padding-left: 8px;
    }
}

.navbar {
    padding: 0;
    background: #fff;
}

.header-container {
    border-bottom: 1px solid #fff;
}

.m-logo {
    width: 168px;
}

.m-logo-lg {
    width: 190px;
    vertical-align: top;
}

.navbar .theme-brand {
    padding: .9px 0 .9px 0px !important;
    border-radius: 6px 6px 0 0;
    justify-content: space-between;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body h5.usr-name {
    font-size: 13px;
    margin-bottom: 6px;
    color: #3b3f5c;
    font-weight: 600;
}

.footer-wrapper .footer-section p {
    margin-bottom: 0;
    color: #515365;
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 20px;
}

.form-custom {
    height: 36px;
    border: 1px solid #4361ee;
    border-radius: 6px;
}

.add-btn {
    transform: none;
    background: rgb(111, 64, 211);
    border: none !important;
    padding: 7px 9px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff !important;
    width: 40px;
    margin-left: 15px;
    box-shadow: 0px 5px 10px 0px rgba(59, 63, 92, 0.38);
}

.feather-menu {
    color: #fff;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown {
    margin-left: 20px;
    border-right: 1px solid #fff;
    padding-right: 14px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown {
    margin-left: 20px;
    border-right: 1px solid #fff;
    padding-right: 14px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link span.badge {
    margin-right: 12px;
}

.card-header {
    background-color: transparent;
    color: #4361ee;
    border-color: transparent;
    border-radius: 4px;
    padding: 0;
    position: relative;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border-bottom: 0px solid rgba(0, 0, 0, .125);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: .25rem;
}

.card-header section>div.collapsed {
    color: #3b3f5c;
    font-size: 1.8rem;
}

.card-header section>div {
    color: #3b3f5c;
    font-size: 1.8rem;
    padding: 8px 14px;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    letter-spacing: 1px;
}

.accordion-icons .accordion-icon {
    display: inline-block;
    margin-right: 10px;
}

.card-header section>div .icons svg {
    width: 18px;
}

.card-header section>div .icons {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 9px;
}

#sidebar ul.menu-categories.ps {
    height: calc(100vh - 107px) !important;
    margin-right: 0;
    padding-right: 22px;
    border-right: 1px solid #fff;
}

.form-control {
    height: auto;
    color: #3b3f5c;
    padding: 8px 10px;
    letter-spacing: 1px;
    /* height: calc(1.4em + 1.4rem + 2px); */
    padding: .75rem 1.25rem;
}

.show {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.table-controls {
    list-style: none;
}

.table-controls li {
    display: inline-block;
}

.rwd-table thead {
    color: #000;
}

.rwd-table {
    margin: auto;
    width: 100%;
    border-collapse: collapse;
}

.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f9fc;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    margin-top: .5em;
}

.rwd-table td:last-child {
    margin-bottom: .5em;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 120px;
    display: inline-block;
    color: #000;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

.rwd-table tr {
    border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
    padding: .5em 1em;
}

@media screen and (max-width: 601px) {
    .rwd-table tr:nth-child(2) {
        border-top: none;
    }
}

@media screen and (min-width: 300px) {
    .rwd-table tr:hover:not(:first-child) {
        background-color: #d8e7f3;
    }
    .rwd-table td:before {
        display: none;
    }
    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }
    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

.table>thead>tr>th {
    color: #000;
}

.f-edit {
    font-size: 22px;
    color: #0f2791;
    padding: 0;
}

.f-trash {
    font-size: 22px;
    color: #af0000;
}

#sidebar ul.menu-categories li.menu>.active {
    background: #7b96c6;
}

.acc-details {
    padding-right: 64px;
}

.account-customer {
    border-right: 2px solid #1abc9c;
}

.form-select {
    border: 1px solid #4361ee;
    border-radius: 6px;
    height: 36px;
}

#sidebar ul.menu-categories li.menu>.active {
    background: #fe08;
    border-radius: 5px;
}


/* nodata css */

.no-data {
    background-image: url('../images/nodata.png');
    height: 310px;
    background-position-x: center;
    background-repeat: no-repeat;
}

.no-data p {
    padding-top: 253px;
    font-size: 16px;
}


/* 404 page */

.error-number {
    font-size: 170px;
    color: #343a40;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 91px;
    text-shadow: 0px 5px 4px rgba(31, 45, 61, 0.10196078431372549);
}

.mini-text {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 0;
    color: #4361ee;
}

.error-text {
    font-size: 18px;
    color: #3b3f5c;
    font-weight: 600;
}

.error500 {
    background-image: url("../images/back-error.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-color: #ffffff;
}


/* .menu a .active:hover {
    background-color: #0f2791;
} */


/* chart */

.deep-orange.darken-1 {
    color: #F4511E !important;
}

.grey.darken-1 {
    color: #757575 !important;
}
/*my cnew class*/
.m-h
{
    color: #3b3f5c;
margin: 4px 8px 40px 8px;
font-weight: 700;
font-size: 16px;
}
fieldset 
    {
        border: 1px solid #254784 !important;
        margin: 0;
        xmin-width: 0;
        padding: 10px;       
        position: relative;
        border-radius:4px;
        background-color:#fff;
        padding-left:10px!important;
    }   
    
        legend
        {
            font-size:14px;
            font-weight:bold;
            margin-bottom: 0px; 
            width: 35%; 
            border: 1px solid #ddd;
            border-radius: 4px; 
            padding: 5px 5px 5px 10px; 
            background-color: #254784;
            color: #fff;
            font-weight: 700;
        }

        /*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 10px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: block;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 10px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #f1f2f3;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #d3d3d3;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 4px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #d3d3d3;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 4px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #888ea8;
  height: 6px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #888ea8;
  width: 6px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

