@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 37.4161px;
    line-height: 56px;
}

h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
}

.blue-btm-img img {
    display: grid;
    margin-left: auto;
    margin-right: auto;
}


h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}

h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 35px;
}

h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 54px;
}

h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
}

.hideScrollber::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.hideScrollber {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.buttonbackground {
    background: transparent;
    color: white;
}

.buttonbackground:hover {
    background-color: #fff;
    color: #7288FA;
    border: none;
}


.businessAnalytic .buttonbackground {
    background: white;
    border-color: #7288FA;
    color: rgb(112, 109, 109);
}

.setmaterialbg {
    background-color: #D9DEFB;
    border-radius: 10px;
    padding: 8px;
    /* height: 80px; */
}
.setmaterialbg h6{
    font-size: 0.9rem !important;
}

.setSideImage {
    float: right;
    position: absolute;
    right: 0;
    top: -10px;
    width: 45px;
}

.businessAnalytic .buttonbackground:hover {
    background-color: #7288FA;
    color: white !important;
}

.businessAnalytic .active {
    background-color: #7288FA;
    color: white !important;
}

.setbuttonbackground {
    background: white;
    border-color: #7288FA;
    color: rgb(112, 109, 109);
    border-radius: 30px;
}

.setbuttonbackground:hover {
    background-color: #7288FA;
    color: white !important;
}

.dataChart {
    font-size: 25px;
    color: rgb(114, 136, 250);
    display: grid;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.setbackgroung {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.mainbackground {
    background-color: #7288fa;
    border-radius: 15px;
    padding: 12px;
}

Button {
    background: transparent;
    color: #fff;
}

.sideIcon {
    position: relative;
    left: 15px;
    cursor: pointer;
}

.monthSelectBox {
    border-radius: 12px;
    border: none;
    padding: 0px 5px 0px 0px;
    width: 100%;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #A3B2C7;
}

/* heading media querry */

@media screen and (max-width: 991px) {
    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 24px;
    }

}

@media screen and (max-width: 575px) {

    h4 {
        font-size: 18px;
    }

    h3 {
        font-size: 22px;
    }

    a.blue-thin {
        padding: 8px 15px !important;
    }

    input.fill-btn {
        padding: 15px 40px !important;
    }

    a.blank-btn {
        padding: 15px 25px !important;
    }

    .setWidth {
        width: 100px !important;
    }

    .setWidth1 {
        width: 200px !important;
    }

    .setWidth2 {
        width: 50px !important;
    }
}

/* login page styling start */

.main-bg .container {
    max-width: 1440px;
}

.blue-side {
    background: #7288FA;
    /* padding: 100px 75px 50px 75px; */
    /* padding: 20px 10px 0px 60px; */
    padding: 0px;
    height: 100vh;
    /* padding: 33px 40px 10px 75px; */
    /* border-top-left-radius: 34px;
    border-bottom-left-radius: 34px; */
}

.logo-sec {
    display: flex;
    align-items: center;
    padding: 0 60px;
}

.logo-sec h1 {
    color: #ffffff;
    margin-left: 18px;
}

.logo-text {
    padding-top: 60px;
}

.logo-text h2 {
    color: #ffffff;
    margin-bottom: 18px;
    padding: 0 60px;
}

.logo-text p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 0 60px;
}

.form-bg {
    background: #ffffff;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
    padding: 0px 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.form-bg h2 {
    color: #333F4E;
    margin-bottom: 5px;
    margin-top: 10px;
}

.login-f .form-group {
    position: relative;
    margin-bottom: 0px;
}

input.custom-input-field {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(66, 71, 97, 0.1);
    border-radius: 12px;
    /* height: 38px; */
    width: 100%;
    max-width: 580px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #A3B2C7;
    opacity: 0.5;
    padding: 42px 0px 16px 16px;
    border: none;
    position: relative;
}

.login-f label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 40px;
    left: 16px;
    z-index: 99;
    margin: 0;
    color: #333F4E;
}

.forgot-pass {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.check-box {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.check-box input[type="checkbox"] {
    margin-right: 12px;
}

.forgot-link a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #7288FA;
}

input.login {
    background: #7288FA;
    box-shadow: 0px 8px 30px rgba(65, 89, 214, 0.3);
    border-radius: 41px;
    width: 100%;
    color: #ffffff;
    padding: 10px 0;
    margin: 25px 0px 5px 0px;
    border: none;
    display: inline-block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

p.btm-form-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24.1434px;
    line-height: 36px;
    color: #7B809A;
    text-align: center;
}

p.btm-form-text a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24.1434px;
    line-height: 36px;
    color: #7288FA;
}

/* login page media querry start */

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1030px) {
    h2 {
        font-size: 34px;
        line-height: 46px;
    }

    .blue-btm-img img {
        width: 100%;
        display: grid;
        margin-left: auto;
        margin-right: auto;
    }

    .form-bg {
        padding: 0px 90px;
    }
}

@media screen and (max-width: 991px) {
    .blue-side {
        padding: 80px 45px 20px 45px;
    }

    .logo-text {
        padding-top: 60px;
    }

    .blue-btm-img img {
        max-width: 360px;
        width: 100%;
        display: grid;
        margin-left: auto;
        margin-right: auto;
    }

    .form-bg h2 {
        margin-bottom: 29px;
    }

    .form-bg {
        padding: 20px 90px;
    }
}

.main-bg {
    overflow-y: hidden;
    overflow-x: hidden;
}

@media screen and (max-width: 767px) {}


@media screen and (max-width: 575px) {
    .blue-side {
        padding: 40px 15px 0px 15px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .logo-text {
        padding-top: 30px;
    }

    h2 {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }

    .logo-text p {
        text-align: center;
    }

    .form-bg {
        padding: 10px 10px;
    }

    p.btm-form-text {
        font-size: 18px;
    }

    p.btm-form-text a {
        font-size: 20px;
    }

    input.login {
        margin: 30px 0px 10px 0px;
        padding: 18px 0;
    }
}

/* dashboard screens start */

/* new user about me dashboard design start */

.rov {
    display: flex;
}

.row--align-v-center {
    align-items: center;
}

.row--align-h-center {
    justify-content: center;
}

.grid {
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50px 1fr 50px;
    grid-template-areas: "header" "main" "footer";
    height: 100vh;
    overflow-x: hidden;
}

.grid--noscroll {
    overflow-y: hidden;
}

/* generated font styling */

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?hlggzb');
    src: url('../fonts/icomoon.eot?hlggzb#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?hlggzb') format('truetype'),
        url('../fonts/icomoon.woff?hlggzb') format('woff'),
        url('../fonts/icomoon.svg?hlggzb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-dash-icon:before {
    content: "\e900";
    /* color: #c2c5ca; */
}

.icon-Vector-3:before {
    content: "\e901";
    /* color: #c2c5ca; */
}

.icon-Vector-2:before {
    content: "\e902";
    /* color: #c2c5ca; */
}

.icon-Component-42:before {
    content: "\e903";
    /* color: #c2c5ca; */
}

.icon-Product:before {
    content: "\e904";
    /* color: #c2c5ca; */
}

.icon-file-text-fill:before {
    content: "\e905";
    /* color: #c2c5ca; */
}

.icon-store:before {
    content: "\e906";
    /* color: #c2c5ca; */
}

.icon-chart-column-grow:before {
    content: "\e907";
    /* color: #c2c5ca; */
}

.icon-Vector-1:before {
    content: "\e908";
    /* color: #c2c5ca; */
}

.icon-Vector-11:before {
    content: "\e909";
    /* color: #c2c5ca; */
}

/* font generating end */


.header {
    grid-area: header;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    padding: 40px 0;
}

.header-name {
    margin-left: 40px;
}

.header__menu {
    position: fixed;
    padding: 13px;
    left: 12px;
    background-color: #7288FA;
    border-radius: 50%;
    z-index: 1;
    color: #fff;
}

.header__avatar:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: none;
    border-left: 2px solid #777;
    border-bottom: 2px solid #777;
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
    right: -18px;
}

.header__avatar {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1609106/headshot.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    margin: 0 26px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.sidenav {
    position: fixed;
    grid-area: sidenav;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    color: #FFF;
    width: 240px;
    transform: translateX(-245px);
    transition: all 0.6s ease-in-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    z-index: 999;
}

.sidenav__brand {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 116px;
    background-color: #ffffff;
}

.sidenav__brand-icon {
    margin-top: 2px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.sidenav__brand-close {
    position: absolute;
    right: 20px;
    top: 8px;
    visibility: visible;
    color: #7288FA;
    cursor: pointer;
    font-size: 34px;
}

.sidenav__sublist {
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0;
}

.sidenav--active {
    transform: translateX(0);
}

a.sidenav__brand-link {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin-left: 18px;
    margin-right: 18px;
}


.inputgroupset {
    display: flex;
    align-items: center;
    padding: 0.7rem 0.75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: 1px solid gray !important;
    border-radius: 2px 12px 12px 0px !important;
}


@media only screen and (min-width: 46.875em) {
    .grid {
        display: grid;
        grid-template-columns: 240px calc(100% - 240px);
        grid-template-rows: 50px 1fr 50px;
        grid-template-areas: "sidenav header" "sidenav main" "sidenav footer";
        /* height: 100vh; */
        height: 100%;
    }

    .sidenav {
        position: relative;
        transform: translateX(0);
    }

    .sidenav__brand-close {
        visibility: hidden;
    }

}


ul.side-menu {
    padding: 0;
}

ul.side-menu li {
    padding: 19px 30px;
    transition: .5s;
    border-radius: 60px;
}

ul.side-menu li:hover {
    background: #7288FA;
    border-radius: 60px;
    color: #ffffff;
}

ul.side-menu a li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    color: #333F4E;
}

ul.side-menu li.active {
    background: #7288FA;
    border-radius: 60px;
    color: #ffffff;
}

ul.side-menu li:hover ul.side-menu li a i {
    color: #ffffff;
}

ul.side-menu a li i {
    margin-right: 17px;
}

.side-nav-bottom-image {
    text-align: center;
}

.side-nav-bottom-image img {
    width: 100%;
    max-width: 170px;
}


main.main {
    padding: 40px;
}

.common-bg {
    background: #F2F4F8;
    border-radius: 30px;
    padding: 15px 25px 0px 0px;
}


.top-bar {
    background: linear-gradient(89.23deg, #7288FA 5.26%, #7288FA 97.75%);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14), 0px 7px 10px -5px rgba(0, 187, 212, 0.4);
    border-radius: 8px;
    /* height: 80px; */
    padding: 40px 40px 20px 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    position: relative;
}

.top-bar p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    position: relative;
}

.top-bar p::after {
    position: absolute;
    top: -20px;
    left: 30px;
    background: #ffffff;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 20px;
}

.top-bar::before {
    position: absolute;
    width: 87%;
    height: 1px;
    background: #9FC9FF;
    content: "";
    top: 31%;
    right: 70px;
}

p.light {
    color: #9FC9FF;
}

.common-bg h3 {
    color: #344767;
    padding-bottom: 18px;
    letter-spacing: 0.0799056px;
    text-transform: capitalize;
}

p.head-txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #7B809A;
    padding-bottom: 50px;
}

.form-group {
    position: relative;
    margin-bottom: 55px;
}

input.custom-input {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(66, 71, 97, 0.1);
    border-radius: 12px;
    border: none;
    padding: 38px 16px 16px 16px;
    width: 100%;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #A3B2C7;
}

/* .ant-input-wrapper .ant-input-group-addon {
    border: none;
}

.ant-input {
    border: none;
} */

select.custom-input {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(66, 71, 97, 0.1);
    border-radius: 12px;
    border: none;
    padding: 38px 16px 16px 16px;
    width: 100%;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #A3B2C7;
}

.ant-select-selector {
    margin-top: 7px !important;
}

:where(.css-dev-only-do-not-override-txh9fw).ant-select .ant-select-arrow {
    margin-top: 0px !important;
    height: 20px !important;
}

:where(.css-txh9fw).ant-select .ant-select-arrow {
    margin-top: 0px !important;
    height: 20px !important;
}

.select-custom-input {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(66, 71, 97, 0.1);
    border-radius: 12px;
    border: none;
    padding: 25px 6px 10px 8px;
    width: 100%;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #A3B2C7;
}

.select-custom-input2 {
    /* background: #FFFFFF; */
    /* box-shadow: 0px 10px 30px rgba(66, 71, 97, 0.1); */
    border-radius: 12px;
    border: none;
    padding: 22px 5px 10px 0px;
    width: 220px;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #A3B2C7;
}

.select-custom-input3 {
    border-radius: 12px;
    border: none;
    padding: 22px 5px 10px 0px;
    width: 220px;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #A3B2C7;
}

.select-custom-input4 {
    border-radius: 12px;
    border: none;
    padding: 10px 5px 5px 0px;
    width: 140px;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #A3B2C7;
}

element {}

a:hover {

    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);

}

a.blue-thin2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
    background: #7288FA;
    border-radius: 41px;
    padding: 2px 13px;
    color: #ffffff;
    display: inline-block;

}

.select-custom-input2:where(.css-dev-only-do-not-override-txh9fw).ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    border: 1px solid black !important;
    height: 45px !important;
    border-radius: 10px !important;
    padding: 5px 12px !important;
}

.select-custom-input2:where(.css-txh9fw).ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    border: 1px solid black !important;
    height: 45px !important;
    border-radius: 10px !important;
    padding: 5px 12px !important;
}

label.custom-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333F4E;
    position: absolute;
    top: 35px;
    z-index: 22;
    left: 15px;
}

a.blue-btn-lg {
    background: #7288FA;
    box-shadow: 0px 8px 30px rgba(65, 89, 214, 0.3);
    border-radius: 41px;
    padding: 23px;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    max-width: 218px;
    width: 100%;
    display: inline-block;
}

.for-mr {
    margin-right: 45px;
}

@media screen and (max-width: 1199px) {
    .top-bar::before {
        width: 82%;
    }
}

@media screen and (max-width: 991px) {
    .top-bar::before {
        width: 78%;
    }

    a.sidenav__brand-link {
        font-size: 22px;
    }

    main.main {
        padding: 30px;
    }

    .common-bg {
        padding: 20px 20px 50px 20px;
    }

    .top-bar {
        margin-bottom: 50px;
    }

    p.head-txt {
        padding-bottom: 20px;
    }

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

@media screen and (max-width: 767px) {
    main.main {
        padding: 20px;
    }

    .top-bar {
        margin-bottom: 20px;
    }

    .common-bg h3 {
        padding-bottom: 10px;
    }

    .top-bar::before {
        width: 68%;
    }

    p.head-txt {
        padding-bottom: 10px;
        font-size: 14px;
    }

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

    .common-bg {
        padding: 20px 20px 30px 20px;
    }

    a.blue-btn-lg {
        margin-top: 20px;
        padding: 18px;
    }

    .for-mr {
        margin-right: 0;
    }


}


@media screen and (max-width: 575px) {
    .header-name {
        margin-left: 60px;
    }

    .top-bar {
        padding: 40px 20px 20px 20px;
    }

    .top-bar::before {
        right: 45px;
    }
}

/* dashboard screen start */

.main-card {
    background: linear-gradient(196.71deg, #76C6FF 2.51%, #8F4DFD 97.33%);
    border-radius: 25px;
    padding: 22px;
}

.card-head h4 {
    padding-bottom: 35px;
    color: #ffffff;
}

.card-middle {
    padding-bottom: 85px;
}

.card-middle p {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    padding-bottom: 5px;
}

ul.card-list li {
    font-weight: 500;
    font-size: 14.9863px;
    padding-bottom: 15px;
    color: #E7F5FF;
    letter-spacing: 0.05em;
}

ul.card-list li i {
    color: #FFF;
}

.buy-btn a {
    background: rgba(182, 210, 255, 0.3);
    border-radius: 10.4904px;
    color: #FFF;
    font-weight: 700;
    font-size: 19.4822px;
    width: 100%;
    padding: 6px;
    display: inline-block;
    text-align: center;
}

.free-btn a {
    background: linear-gradient(91.61deg, #FF8B38 0%, #EB6BFA 99.69%);
    border-radius: 25px;
    font-weight: 700;
    font-size: 32px;
    line-height: 54px;
    padding: 10px 20px;
    display: inline-block;
    color: #FFFFFF;
    margin-top: 50px;
    text-transform: capitalize;
}

.free-btn {
    text-align: center;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .common-bg h3 br {
        display: none;
    }

    .card-head h4 {
        padding-bottom: 25px;
    }

    .main-card {
        margin-bottom: 40px;
    }

    .card-middle p {
        font-size: 22px;
    }

    .card-middle {
        padding-bottom: 50px;
    }

    .free-btn a {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .main-card {
        margin-bottom: 20px;
    }

    .card-head h4 {
        padding-bottom: 15px;
    }

    .card-middle p {
        font-size: 18px;
    }

    .card-middle {
        padding-bottom: 20px;
    }

    .buy-btn a {
        font-size: 16.4822px;
    }

    .free-btn a {
        margin-top: 10px;
    }

    .free-btn a {
        font-size: 26px;
    }
}

@media screen and (max-width: 575px) {
    .card-head h4 {
        padding-bottom: 10px;
    }

    .card-middle p {
        font-size: 16px;
    }

    .buy-btn a {
        font-size: 14.4822px;
    }

    .free-btn a {
        font-size: 18px;
        padding: 7px 16px;
        width: 100%;
    }
}


/* profile section start */

.profile-img {
    position: relative;
}

.profile-img img {
    position: relative;
}

.d-fl-ex {
    display: flex;
    justify-content: space-between;
}

.for-w {
    max-width: 300px;
}

.upload-icon {
    background: #7288FA;
    box-shadow: 0px 4px 18px rgba(65, 89, 214, 0.25);
    border-radius: 30px;
    padding: 10px 14px;
    position: absolute;
    bottom: 1%;
    left: 52%;
    color: #ffffff;
}

p.name {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    padding-bottom: 16px;
}

p.detail {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    padding-bottom: 16px;
}

p.detail a {
    color: #000000;
    ;
}

p.extra-deatil {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}

p.extra-small-deatil {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
}

.br-right {
    border-right: 0.3px solid #000000;
    height: 140px;
    /* margin: 0px 20px; */

}

.custom-column-1 {
    max-width: 200px !important;
    width: 100%;
    /* margin: 0px 20px; */
    margin: 0px;
    position: relative;
}

.custom-column-2 {
    max-width: 300px !important;
    width: 100%;
    /* margin: 0px 20px 0px 0px; */
    margin: 0px;

}

.custom-column-3 {
    max-width: 250px !important;
    width: 100%;
    margin: 0px;
}

.custom-column-4 {
    max-width: 250px !important;
    width: 100%;
    /* margin: 0px 20px 0px 0px; */
}


.table-side {
    padding-top: 60px;
    overflow-x: scroll;
}

.table-add-btn a {
    background: #7288FA;
    box-shadow: 0px 8px 30px rgba(65, 89, 214, 0.3);
    border-radius: 41px;
    padding: 16px 40px;
    color: #ffffff;
    display: inline-block;
}

.btn-heading {
    display: flex;
    justify-content: space-between;
}

p.table-head {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #5A5A5A;
}

p.small-table-txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #7B7575;
}

.main-table-colored {
    margin-top: 45px;
}

.main-table-colored table {
    width: 100%;
}

tr.color-table-head {
    background: #7288FA;
    border-radius: 8px;
    height: 60px;
    color: #ffffff;
    text-align: center;
}

tr.color-table-head th {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 13px;
}
:where(.css-dev-only-do-not-override-txh9fw).ant-modal .ant-modal-content {
    background-color: #F2F4F8 !important;
}

:where(.css-txh9fw).ant-modal .ant-modal-content {
    /* padding: 0px !important; */
    background-color: #F2F4F8 !important;
}
/* 
td {
    height: 56px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 13px;
    text-align: center;
} */

/* profile page media querry start */

@media screen and (max-width: 1199px) {
    .custom-column-1 {
        max-width: 150px;
    }

    .custom-column-2 {
        max-width: 280px;
    }

    .custom-column-3 {
        max-width: 150px;
    }

    .custom-column-4 {
        max-width: 150px;
    }

    .upload-icon {
        left: 70%;
    }

}

@media screen and (max-width: 991px) {
    .custom-column-1 {
        max-width: 200px;
        margin-bottom: 50px;
    }

    .custom-column-2 {
        max-width: 300px;
        margin-bottom: 50px;
    }

    .custom-column-3 {
        max-width: 200px;
    }

    .custom-column-4 {
        max-width: 200px;
    }

    .row.for-flex {
        justify-content: center;
    }

    .profile-detail.for-w.br-right {
        border-right: none;
    }

    .upload-icon {
        left: 50%;
    }
}

@media screen and (max-width: 767px) {
    .custom-column-1 {
        max-width: 400px;
        margin-bottom: 50px;
    }

    .custom-column-2 {
        max-width: 400px;
        margin-bottom: 20px;
    }

    .custom-column-3 {
        max-width: 400px;
        margin-bottom: 20px;
    }

    .custom-column-4 {
        max-width: 400px;
    }

    .br-right {
        border-right: none;
        height: 170px;
    }

    .upload-icon {
        left: 27%;
    }

    .table-side {
        padding-top: 30px;
    }

    p.table-head {
        font-size: 18px;
    }

    .table-add-btn a {
        padding: 14px 32px;
    }
}

@media screen and (max-width: 575px) {
    .upload-icon {
        left: 27%;
    }

    .btn-heading {
        flex-direction: column;
    }

    p.table-head {
        font-size: 16px;
    }

    p.small-table-txt {
        margin-bottom: 10px;
    }

    .table-add-btn a {
        padding: 12px 22px;
        font-size: 14px;
    }

    p.name {
        font-size: 22px;
        padding-bottom: 10px;
    }

    p.detail {
        padding-bottom: 10px;
    }

    .custom-column-2 {
        margin-bottom: 0;
    }

    .custom-column-3 {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 380px) {
    .upload-icon {
        left: 35%;
    }
}

/* setting page start */

input.rounded-placeholder {
    background: #FFFFFF;
    box-shadow: 0px 30px 40px rgba(89, 104, 179, 0.06), 0px 0px 30px rgba(89, 104, 178, 0.06);
    border-radius: 30px;
    border: none;
    padding: 16px 0px 16px 43px;
    width: 100%;
    position: relative;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A3B2C7;
    /* opacity: 0.5; */
}

.search-placeholder {
    position: absolute;
    top: 26%;
    left: 2%;
}

.search-placeholder i {
    color: #333F4E;
}

.search-holder {
    position: relative;
}

.create-user a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    background: #7288FA;
    box-shadow: 0px 8px 30px rgba(65, 89, 214, 0.3);
    border-radius: 41px;
    padding: 16px;
    color: #ffffff;
    display: inline-block;
}

.create-user {
    text-align: end;
}

/* setting page media query */

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .search-placeholder {
        left: 10%;
    }
}

@media screen and (max-width: 767px) {
    .search-placeholder {
        left: 7%;
    }

    .create-user {
        text-align: start;
        margin-top: 20px;
    }

    .create-user a {
        font-size: 13px;
        padding: 14px;
    }
}

@media screen and (max-width: 575px) {}

/* party master section start */


.tabbed_area {

    /* background: #F2F4F8; */
    border-radius: 30px;
    padding: 20px 35px;
    border: none;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 6px;
}

ul.tabs li {
    list-style: none;
    display: inline;
}

ul.tabs li a {
    background-color: transparent;
    color: #C6C4C4;
    padding: 20px 50px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 20px 20px 0px 0px;
}

/* ul.tabs li a:hover {
    background-color: #666;
    border-color: #2f343a;
} */

ul.tabs li a.active {
    background: #FFFFFF;
    border-radius: 20px 20px 0px 0px;
    border: none;
    padding: 20px 40px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #344767;
}

.content {
    background-color: #ffffff;
    padding: 23px 35px;
    border: none;
    border-radius: 0px 20px 20px 20px;

}

#archives,
#pages {
    display: none;
}

.content ul {
    margin: 0px;
    padding: 0px 20px 0px 20px;
}

.content ul li {
    list-style: none;
    border-bottom: 1px solid #d6dde0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
}

.content ul li:last-child {
    border-bottom: none;
}

.content ul li a {
    text-decoration: none;
    color: #3e4346;
}

.tab-top-btn input.rounded-placeholder {
    border: 1px solid #C6C4C4;
    box-shadow: none;
}

a.blue-tab-btn {
    background: #7288FA;
    border-radius: 30px;
    color: #ffffff;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    margin-left: 1rem;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
}

.tab-btn {
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    width: 100%;
}




.table-data {
    margin-top: 50px;
}

table {
    width: 100%;
}

.table-data td {
    text-align: left;
    margin: 0px 5px;
}

.icn-action i {
    margin-right: 5px;
}

.table-data td {
    border-bottom: 1px solid #AFB0B4;
}

.table-btn-pagination {
    margin-top: 30px;
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-around;
    align-items: center;
}

ul.paginantions {
    display: inline-flex;
    padding: 0;
}

ul.paginantions li {
    border: none;
}

ul.paginantions li a {
    padding: 10px 15px;
    margin-right: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7B809A;
    background: #ffffff;
    box-shadow: 0px 3px 3px rgba(26, 115, 232, 0.15), 0px 3px 1px -2px rgba(26, 115, 232, 0.2), 0px 1px 5px rgba(26, 115, 232, 0.15);
    border-radius: 160px;
    transition: .3s all;
}

ul.paginantions li a:hover {
    background: #7288FA;
    color: #ffffff;
}

.counting p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #7B809A;
}

/* party master media querry start */

@media screen and (max-width: 1198px) {
    a.blue-tab-btn {
        padding: 15px;
    }

    table {
        width: 100%;
        /* max-width: 800px; */
        overflow-x: auto;
    }
}

@media screen and (max-width: 991px) {
    .table-btn-pagination {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {}

/* add-buyer popup start */

.popup-head h4 {
    padding-bottom: 30px;
    color: #344767;
}

p.popup-sub-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    color: #333F4E;
}

.b-border {
    border-bottom: 1px solid #344767;
    margin: 20px 0;
}

.pop-up-head-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.blue-thin {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    background: #7288FA;
    border-radius: 41px;
    padding: 9px 35px;
    color: #ffffff;
    display: inline-block;
}


.pop-up-group {
    margin-bottom: 30px;
}

a.fill-btn {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 16px 55px;
    background: #7288FA;
    box-shadow: 0px 8px 30px rgba(65, 89, 214, 0.3);
    border-radius: 41px;
    color: #ffffff;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid transparent;
}

input.fill-btn {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 16px 55px;
    background: #7288FA;
    box-shadow: 0px 8px 30px rgba(65, 89, 214, 0.3);
    border-radius: 41px;
    color: #ffffff;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid transparent;
}

a.blank-btn {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #333F4E;
    border: 1px solid #333F4E;
    display: inline-block;
    background: transparent;
    padding: 15px 42px;
    border-radius: 41px;
}

.pop-up-bottom-btns {
    text-align: end;
}

/* popup media querry start */

@media screen and (max-width: 575px) {
    .pop-up-bottom-btns {
        text-align: center;
    }

    .pop-up-group {
        margin-bottom: 10px;
    }

    main.main {
        padding: 5px;
    }


    .blue-side {
        background: #7288FA;
        /* padding: 100px 75px 50px 75px; */
        padding: 10px 10px 0px 0px;
        height: 100%;
    }

}

/* date picker page css */

.main-bg-sales {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 75px 25px 20px 25px;
    position: relative;
    margin-bottom: 10px;
}

.sales-box-head {
    position: absolute;
    top: 0;
    left: 0;
    background: #7288FA;
    color: #ffffff;
    padding: 15px 25px;
    width: 100%;
    border-radius: 15px 15px 0px 0px;
}

.sales-box-head p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

input.sales-custom {
    padding: 13px 10px;
    border: 1px solid #344767;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 20px;
}


/* Dropdown menu css*/

.dropdown {
    display: inline-block;
    position: relative;
    width: 100%;
}

.dd-button {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 12px;
    padding: 10px 30px 10px 20px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    /* width: 100%; */
    width: 220px;
}


.setInputGroup .dd-button {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 12px;
    padding: 10px 30px 10px 20px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    width: 160px;
}


.dd-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}

/* .dd-button:hover {
    background-color: #eeeeee;
} */


.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    list-style-type: none;
}

.dd-input+.dd-menu {
    display: none;
}

.dd-input:checked+.dd-menu {
    display: block;
    width: 100%;
    z-index: 99;
}

.dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
}

.dd-menu li:hover {
    background-color: #f6f6f6;
}

.dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}

.dd-menu li.divider {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}

.sales-table {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 20px 10px;
    margin-top: 15px;
}

.sales-table th {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.sales-table td {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
}

.close-action i {
    background: #E5343D;
    padding: 10px 13px;
    font-size: 16px;
    color: #ffffff;
}

.table-add-more a {
    background: #7288FA;
    border-radius: 30px;
    padding: 5px 20px;
    color: #ffffff;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
}

.table-add-more {
    text-align: end;
    margin-top: 10px;
}

.amount {
    text-align: end;
    margin-top: 30px;
}

.amount label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
}

/* storage page styling start */




.card {
    position: relative !important;
    width: 300px !important;
    height: 280px !important;
    background: #F2F4F8;
    border-radius: 20px !important;
    border-top-left-radius: 70px !important;
    /* overflow: hidden; */
    border: none !important;
    margin-bottom: 80px;
    background-color: #F2F4F8 !important;
}

.card .box {
    position: absolute;
    inset: 10px;
    background: #ffffff;
    border-radius: 30px;
}

.card .box .icon {
    position: absolute;
    width: 110px;
    height: 110px;
    background: #F2F4F8;
    border-bottom-right-radius: 50%;
    transition: 0.5s;
}

.card .box .icon::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 30px;
    height: 30px;
    background: transparent;
    border-top-left-radius: 30px;
    box-shadow: -5px -5px 0 5px #F2F4F8;
}

.card .box .icon::after {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 30px;
    background: transparent;
    border-top-left-radius: 30px;
    box-shadow: -5px -5px 0 5px #F2F4F8;
}

.card .box .icon .iconbox {
    position: absolute;
    inset: 14px;
    background: #7288FA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #ffffff;
}

.card .box .icon .iconbox .inner-icon {
    font-size: 36px;
    --ionicon-stroke-width: 20px;
}

.card .box .content {
    position: absolute;
    top: 10%;
    padding: 20px;
    text-align: center;
}

.content-bottom {
    position: absolute;
    bottom: 5%;
    left: 15%;
}

.content-top p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #333F4E;
}

.content-top {
    position: absolute;
    top: 5%;
    left: 50%;
}

.purchase-head h6 {
    color: #344767;
}

.storage-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.purchase-btn a.for-mr {
    margin-right: 10px;
}

/* storage page media querry start */

@media screen and (max-width: 1198px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    .storage-head {
        flex-direction: column;
    }

    .purchase-btn {
        margin-top: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {}


input.input-data {
    width: 10rem;
    outline: none;
}

.pop-up-bottom-btns input.fill-btn {
    padding: 16px 35px;
}

.pop-up-bottom-btns a.blank-btn {
    padding: 15px 30px;
}

.side-icon {
    margin-right: 18px;
}



.dropdownMenu .dropbtn {
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdownMenu .dropdown {
    position: absolute;
    display: inline-block;
    right: 0.4em;
}

.dropdownMenu .dropdown-content {
    display: none;
    position: absolute;
    left: 10px;
    background-color: #f9f9f9;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdownMenu .dropdown-content a:hover {
    background-color: #8080802e;
}

.dropdownMenu .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdownMenu .dropdown a:hover {
    background-color: #f1f1f1;
}

.dropdownMenu .show {
    display: block;
}

input.input-data1 {
    width: 80px;
}

.purchase-btn input.blue-tab-btn {
    background: #7288FA;
    border-radius: 30px;
    color: #ffffff;
    padding: 15px 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    margin-left: 1rem;
    border: none;
    width: 90px;
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .tabbed_area {
        padding: 10px 0px;
    }

    ul.tabs li a.active {
        padding: 15px 0px;
    }

    ul.tabs li a {
        padding: 20px 20px;
    }

    input.rounded-placeholder {
        padding: 15px 0px 10px 37px;
    }

    a.blue-tab-btn {
        margin-left: 0rem;
        padding: 12px 10px;
        font-size: 0.8rem;
    }

    .tab-btn {
        display: block ruby;
        margin-top: 10px;
    }

    .table-data {
        overflow: scroll;
        width: 280px;
    }

    .header {
        padding: 35px 0;
    }

}

.sidebarGap {
    margin-top: 5px;
}

.dashboardScroll::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.dashboardScroll {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

