body {
    padding: 0px;
    margin: 0px;
    font-family: "Plus Jakarta Sans", sans-serif;
    background: #F2F5FF;
}


.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    max-width: 236px;
    margin-bottom: 34px;
}

.common-footer {
    min-height: calc(100vh - 426px);
    overflow: hidden;
}

/*============== Dashboard Css =============== */

.page-wrapper {
    display: flex;
    justify-content: space-between;
}

.page-wrapper .right-wrapper {
    width: calc(100% - 352px);
    padding: 20px;
    transition: ease-in-out .5s;
    position: relative;
}

.header .navbar-nav .nav-item button {
    /* background: rgba(160, 32, 240, 1) !important; */
    border-radius: 6px;
    padding: 10px 14px;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.page-wrapper.active .right-wrapper {
    width: 99%;
    transition: ease-in-out .5s;
}


.top-gpt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.walletbutton {
    background-color: rgba(160, 32, 240, 1);
    color: white;
}

.menu-icon {
    display: flex;
    align-items: center;
}

.offset-canva .offcanvas {
    z-index: 777;
}

.offset-canva-list {
    position: relative;
}

.offset-canva .offcanvas-end {
    width: 330px;
    background: #fff;
    border-radius: 10px;
    margin: 20px;
    border: 1px solid #D7E1FF;
}

.offcanvas {
    transition: transform .5s ease-in-out;
}

.d-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 27px 0px 15px;
}

.offset-canva .offset-canva-list .offcanvas-header {
    justify-content: center;
    padding: 0px;
}

.offset-canva .offset-canva-list .offcanvas-header .d-logo img {
    max-width: 230px;
}


.offset-canva .offset-canva-list .offcanvas-body .ne-chat {
    margin: 20px 0px;
}

.offset-canva .offset-canva-list .ne-chat a {
    background: #18274A;
    border-radius: 69px;
    padding: 10px 0px;
    max-width: 275px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto;
    display: flex;
    justify-content: c;
    justify-content: center;
    align-items: center;
}

.offset-canva .offset-canva-list .offcanvas-body {
    padding: 30px 20px;
    position: relative;
}

.offset-canva .offset-canva-list .ne-chat a i {
    padding: 0px 5px 0px 0px;
    font-size: 18px;
}

.offset-btn {
    position: absolute;
    top: 34px;
    right: -36px;
    z-index: 999;
    visibility: visible;
}

.setting-btn .dropdown,
.dropend,
.dropstart,
.dropup {
    position: inherit;
}

.conversation {
    border-top: solid 1px #EFEFEF;
    border-bottom: solid 1px #EFEFEF;
}


.conversation-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.conversation-list span {
    font-size: 14px;
    color: #595857;
    line-height: 20px;
}

.conversation-list a {
    font-size: 14px;
    color: #18274A;
    line-height: 20px;
    background: none;
    padding: 0px;
    font-weight: 600;
}

.conversation-list {
    padding: 14px 25px;
}

.close-btn {
    position: absolute;
    right: 19px;
    top: 10px;
}

.close-btn button:focus {
    outline: none;
}

.side-menulist ul {
    margin: 0px 0px 27px;
    padding: 0px;
}

.side-menulist ul li {
    list-style: none;
    padding: 12px 20px;
    display: flex;
    align-items: center;
}

.side-menulist ul li a img {
    width: 16px;
    height: 16px;
    margin: 0px 3px 0px 0px;
}

.side-menulist ul li a {
    font-size: 14px;
    color: #595857;
    line-height: 20px;
    text-decoration: none;
}

.last-search {
    border-top: solid 1px #EFEFEF;
    border-bottom: solid 1px #EFEFEF;
    margin-bottom: 12px;
}

.last-search p {
    padding: 14px 25px;
    color: #595857;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

/*.side-menulist-btm {
    height: 221px;
    min-height: 150px;
    overflow-y: auto;
}*/
.side-menulist-btm ul {
    margin: 0px 0px 15px;
    padding: 0px;
}

.side-menulist-btm ul li {
    list-style: none;
    padding: 12px 20px;
    display: flex;
    align-items: center;
}

.side-menulist-btm ul li a img {
    width: 16px;
    height: 16px;
    margin: 0px 3px 0px 0px;
}

.side-menulist-btm ul li a {
    font-size: 14px;
    color: #595857;
    line-height: 20px;
    text-decoration: none;
}

.setting-btn .user-img {
    padding: 12px 20px;
}

.setting-btn .user-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.setting-btn .user-img a {
    border: solid 1px #18274A;
    border-radius: 69px;
    padding: 7px 10px;
    /* display: block; */
    width: 100%;
    margin-bottom: 10px;
    text-decoration: none;
    color: #18274A;
    font-size: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 0px;
    max-width: 90%;
}


.setting-btn .dropdown button.btn.btn-secondary.dropdown-toggle {
    border: solid 1px #18274A;
    border-radius: 69px;
    padding: 7px 10px;
    /* display: block; */
    width: 100%;
    margin-bottom: 10px;
    text-decoration: none;
    color: #18274A;
    font-size: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 0px;
    max-width: 90%;
    background: none;
    display: flex;
    justify-content: space-between;
}

.setting-btn .dropdown button.btn.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.setting-btn .dropdown-menu {
    min-width: 90%;
    box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    border: solid 1px #E4E4E4;
    transform: translate(15px, -94px) !important;

}

.setting-btn .dropdown .dropdown-item {
    text-align: start;
    border-bottom: solid 1px #E4E4E4;
    padding: 6px 15px;
    color: #595857;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.setting-btn .dropdown .dropdown-item img {
    border-radius: 0px;
    max-width: 20px;
    margin-right: 7px;
}

.setting-btn .dropdown-toggle::after {
    font-size: 34px;
    color: #000000;
    border-radius: 10px;
}

.setting-btn .dropdown-menu:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 34px;
    font-size: 21px;
    background: transparent;
    width: 17px;
    height: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.setting-btn .dropdown .dropdown-item:focus {
    background: none;
}

/*.setting-btn .dropdown .dropdown-item:last-child{
    border-bottom: none;
}*/

.setting-btn a i {
    background: #18274A;
    border-radius: 100%;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0px 5px;
}

.setting-btn a span {
    margin-left: 10px;
}

.setting-btn img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.left-part {
    margin: 25px 0px;
    min-height: calc(100vh - 165px);
}

.drop-gpt .form-select {
    background: #fff;
    box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
    width: 135px;
    padding: 5px 10px;
    border-radius: 8px;
    color: #18274A;
}

.drop-gpt .form-select select {
    color: #18274A;
    font-weight: 600;
}

.drop-gpt .rgtyer {
    position: relative;
}

.drop-gpt .rgtyer:after {
    position: absolute;
    content: "";
    top: 14px;
    background: url(../img/gpt-down.svg) no-repeat;
    background-size: cover;
    width: 17px;
    height: 10px;
    right: 13px;
    transform: rotate(0);
    transition: 0.2s all ease-in;
}

/*.drop-gpt .rgtyer [aria-expanded="true"]::after {
    transform: rotate(180deg);
    transition: 0.2s all ease-in;
}*/

.drop-gpt .form-select option {
    background: #fff;
    box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
    border: none !important;
    color: #18274A;
    font-weight: 600;
    padding: 10px 10px;
}

.drop-gpt .form-select option:focus {
    outline: none;
}

.offset-btn button {
    background: #305CDE;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    border: none;
}

.offset-btn button:focus {
    box-shadow: 1px 4px 5px 0px rgba(29, 39, 74, 0.15);
    ;
}

.offset-btn button i {
    color: #fff;
    font-size: 17px;
    transition: 0.5s all ease-in;
    transform: rotate(180deg);
}

.page-wrapper.active .offset-btn {
    right: -38px;
}

.page-wrapper.active .offset-btn button i {
    transform: rotate(180deg);
    transition: 0.5s all ease-in;
}

.getgpt-searchbar {
    width: 100%;
    padding: 0 10%;
}

.getgpt-searchbar .custom-file {
    position: relative;
}

.getgpt-searchbar .custom-file input {
    width: 100%;
    background: #fff;
    box-shadow: 0px 13px 17px -11px rgba(0, 0, 0, 0.18);
    border-radius: 100px;
    padding: 18px 20px 18px 60px;
    border: none;
    font-size: 14px;
}

.getgpt-searchbar .custom-file input:focus {
    outline: none;
}

.getgpt-searchbar .custom-file .search-gpt-logo img {
    position: absolute;
    top: 14px;
    left: 17px;
    max-width: 30px;
}

.getgpt-searchbar .custom-file .send-btn img {
    background: #18274A;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border: solid 1px #000;
    box-shadow: 0px 8px 4px 0px rgb(86 97 246 / 10%);
}

.getgpt-searchbar .custom-file .send-btn {
    position: absolute;
    top: 8px;
    right: 17px;
}

.getgpt-searchbar p {
    text-align: center;
    color: #595857;
    font-size: 14px;
    padding: 20px 0px 0px;
}

.language-change {
    background: #18274A;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.language-title {
    display: flex;
    align-items: center;
    justify-content: end;
}

.language-title a {
    text-decoration: none;
    color: #18274A;
    font-size: 17px;
    padding: 0px 10px;
    font-weight: 600;
}

.search-title {
    width: 100%;
    padding: 11px 50px 27px;
    max-width: 1130px;
    margin: 0 auto;
    border-bottom: solid 1px #a9aaaa;
    height: 640px;
    overflow-y: auto;
}

.search-title-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-title-language {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-title-language img {
    border-radius: 100%;
    height: 28px;
    width: 28px;
}

.search-title-language h6 {
    color: #000000;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 10px;
    font-weight: 500;
}

.search-title-heading .edit-icon {
    background: #fff;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(0, 0, 0, 54%);
    font-size: 18px;
}

.crating-chatbot {
    margin: 20px 0px 20px;
    padding: 0px 40px 0px 0px;
    display: flex;
}

.crating-chatbot img {
    width: 28px;
    height: 28px;
}

.crating-chatbot span {
    color: #18274A;
    font-size: 15px;
    line-height: 26px;
    padding: 0px 0px 0px 10px;
    font-weight: 500;
}

.subchat-title {
    padding: 0px 38px 15px;
}

.subchat-title h6 {
    color: #262626;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0px;
}

.subchat-title p {
    padding: 2px 94px 0px 15px;
    margin-bottom: 0px;
    color: #595857;
    text-align: start;
}

.instruction-detailed {
    padding: 0px 0px 0px 36px;
}

.instruction-detailed p {
    font-size: 14px;
    color: #595857;
    text-align: start;
}

.instruction-detailed p a {
    text-decoration: none;
    color: #18274A;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

.learn-detail {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0px 133px 0px 37px;
    margin-top: 20px;
}

.learn-detail .learn-detail-simple p {
    font-size: 14px;
    color: #595857;
    margin-bottom: 0px;
    white-space: nowrap;
    padding: 0px 10px 0px 0px;
}

.learn-detail .learn-detail-box a {
    border-radius: 68px;
    padding: 7px 12px;
    background: #fff;
    border: solid 1px #18274A;
    font-size: 12px;
    color: #18274A;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    transition: 0.3s ease all;
    margin: 0px 10px 0px 0px;
}

.learn-detail .learn-detail-box a:hover {
    background: #18274A;
    color: #fff;
}

.like-message-icon {
    display: flex;
    background: #fff;
    border-radius: 60px;
    box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 234px;
    padding: 8px 10px;
    margin: 0px 0px;
    margin-top: 32px;
    justify-content: center;
    align-items: center;
    /* margin: 0px; */
}

.like-icon:after {
    position: absolute;
    content: "";
    top: 5px;
    right: 0px;
    height: 50%;
    width: 1px;
    background: #8f8f8f;
}

.like-icon:last-child:after {
    display: none;
}


.like-icon.active a i {
    color: #18274A;
}

.like-icon {
    padding: 0px 13px;
    position: relative;
}

.like-icon a i {
    color: #8f8f8f;
    font-size: 16px;
}

.simple-product {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    padding: 0px 280px 0px 1px;
}

.simple-product .protect-data a {
    border-radius: 68px;
    padding: 8px 12px;
    background: #fff;
    border: solid 1px #18274A;
    font-size: 12px;
    color: #18274A;
    text-decoration: none;
    font-weight: 600;
    margin: 0px 8px;
    white-space: nowrap;
    transition: 0.3s ease all;
}

.simple-product .protect-data a:hover {
    background: #18274A;
    color: #fff;
    transition: 0.3s ease all;
}

.simple-product .protect-data:hover img {
    filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
    transition: 0.3s ease all;
}

.protect-data img {
    max-width: 14px;
    margin: 0px 4px 0px 0px;
}

.personal-prtect {
    padding: 18px 20px 0px;
    display: flex;
    justify-content: start;
}

.personal-prtect img {
    margin: 0px 5px;
}

.personal-prtect p {
    margin-bottom: 0px;
    color: #00A542;
    font-size: 14px;
}

.search-title::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.search-title::-webkit-scrollbar-track {
    background-clip: content-box;
    border: 2px solid transparent;

}

.search-title::-webkit-scrollbar-thumb {
    background-color: #18274A;
    border-radius: 5px;
}

.setting-popup .modal-header .user-profile-use {
    display: flex;
    justify-content: start;
    align-items: center;
}

.setting-popup .modal-header .user-profile-use i {
    color: #18274A;
    font-size: 21px;
}

.setting-popup .modal-header .user-profile-use h6 {
    font-size: 16px;
    font-weight: 600;
    color: #18274A;
    margin-bottom: 0px;
    padding-left: 10px;
}

.setting-popup .modal-content {
    border-radius: 15px;
    border: none;
}

.setting-popup .modal-header {
    border-bottom: none;
}

.setting-popup .modal-header-profile {
    border-bottom: solid 1px rgba(24, 39, 74, 30%);
    width: 100%;
    padding: 0px 0px 7px;
}

.setting-popup .modal-header .btn-close {
    position: absolute;
    right: -22px;
    top: -7px;
    background: #D9D9D9;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.setting-popup .modal-header .btn-close i {
    font-size: 19px;
    color: #000000;
}

.setting-popup .modal-header .btn-close button:focus {
    outline: none;
    box-shadow: none;
}

.update-profile {
    background: #F1F1F1;
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
}

.update-profile .user-update-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.update-profile .user-update-profile .cont-upd h6 {
    color: #18274A;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

.setting-popup .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0px 15px 0px;
}

.update-profile .modal-body {
    padding: 0px 15px;
}

.cont-upd {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.fgtyu {
    display: flex;
    align-items: center;
}

.update-profile .user-update-profile .cont-upd p {
    color: #818181;
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
    margin-bottom: 0px;
}

.update-profile .user-update-profile .gtyu img {
    width: 66px;
    height: 66px;
    border-radius: 100%;
    margin-right: 10px;
}

.setting-popup .modal-dialog {
    max-width: 640px;
}

.update-profile-btn a {
    background: #18274A;
    border-radius: 5px;
    padding: 6px 38px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
}

.user-details-form .user-detail-name input {
    border: solid 1px #D9D9D9;
    border-radius: 5px;
    padding: 6px 15px;
    background: #fff;
    transition: 0.3s ease in all;
}

.user-details-form .user-detail-name select {
    border: solid 1px #D9D9D9;
    border-radius: 5px;
    padding: 6px 15px;
    background: #fff;
    transition: 0.3s ease in all;
    font-size: 13px;
    height: 38px;
    color: #595857;
}

.user-details-form .fgtd {
    position: relative;
}

.user-details-form .fgtd:after {
    position: absolute;
    content: "";
    top: 42px;
    background: url(../img/sel-vector.svg) no-repeat;
    background-size: cover;
    width: 11px;
    height: 8px;
    right: 15px;
}

.user-details-form .user-detail-name select:focus {
    box-shadow: none;
    outline: none;
    border: solid 1px #18274A;
}

.user-details-form .user-detail-name input:focus {
    box-shadow: none;
    outline: none;
    border: solid 1px #18274A;
}

.user-details-form .user-detail-name label {
    color: #595857;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 3px;
}

.save-cancel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px 0px;
}

.save-cancel .reset a {
    background: #595857;
    border-radius: 5px;
    padding: 8px 24px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    margin: 0px 10px 0px 0px;
}

.save-cancel .resetnew-update a {
    background: #18274A;
    border-radius: 5px;
    padding: 8px 24px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
}

.user-profile-use-setting-new {
    display: flex;
    justify-content: start;
    align-items: center;
}


.user-profile-use-setting-new img {
    max-width: 20px;
}

.user-profile-use-setting-new h6 {
    font-size: 16px;
    font-weight: 600;
    color: #595857;
    margin-bottom: 0px;
    padding-left: 10px;
}

.add-professional .add-user-professional {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px 0px 20px;
}

.add-professional .add-user-professional a {
    border: solid 1px #18274A;
    border-radius: 10px;
    padding: 7px 12px;
    color: #18274A;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 8px 10px 0px;
    white-space: nowrap;
    text-decoration: none;
}

.add-professional .add-user-professional a:hover {
    background: #18274A;
    color: #fff;
    transition: 0.3s ease all;
}

.add-professional .add-user-professional a i {
    color: #18274A;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-professional .add-user-professional:hover a i {
    background: #18274A;
    color: #fff;
    transition: 0.3s ease all;
}

.add-professional-social .add-user-professional-scl {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0px 20px;
}

.add-professional-social .add-user-professional-scl a {
    background: #E0E0E0;
    border-radius: 5px;
    padding: 6px 14px;
    /* display: block; */
    text-align: center;
    color: #595857;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    margin: 0px 8px 10px 0px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-user-professional-scl a img {
    margin-right: 4px;
}

.length a {
    margin: 20px 10px 0px 0px !important;
}

/*================  new css dashboard  ======================*/

.menu-list ul {
    margin: 0px;
    padding: 0px;
}

.menu-list ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin: 20px 0px;
}

.menu-list ul li a {
    text-decoration: none;
    color: #000000;
    display: flex;
    padding: 12px 15px;
    width: 100%;

}

.menu-list ul li img {
    max-width: 18px;
    margin-right: 15px;
    filter: brightness(0) invert(0);
}

.menu-list ul li.active {
    background-color: #305CDE;
    /* Active background color */
    color: #fff;
}

.menu-list ul li.active a {
    color: #fff;
}

.menu-list ul li.active img {
    filter: brightness(0) invert(1);
}

.dash-heading h1 {
    color: #000000;
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0px;
}

.user-walletaddress button {
    border-radius: 100px;
    padding: 7px 18px 7px 9px;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    border: none;
    display: flex;
    align-items: center;
}

.user-walletaddress button img {
    margin-right: 8px;
    /* max-width: 15px; */
    filter: invert(36%) sepia(57%) saturate(2224%) hue-rotate(186deg) brightness(94%) contrast(101%);
}

.main-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 36px;
}

.user-activity {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #D7E1FF;
    margin-bottom: 23px;
}

.date-time-picker-container {
    display: inline-block;
    width: 100%;
}

.react-datepicker-wrapper {
    width: 100%;
}

.account-nft {
    background: #FFF8E5;
    padding: 22px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.nft-icon {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: linear-gradient(180deg, #FFBF08 -50%, #FFEA5F 182.35%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}

.nft-icon img {
    max-width: 20px;
    filter: brightness(0) invert(0);
}

.nft-content h6 {
    color: #000000;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 7px;
}

.nft-content h2 {
    color: #F2BD00;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
}

.activity-data {
    background: #DDF4EF;
}

.activity-data .nft-icon {
    background: #00674F;
}

.activity-data .nft-icon img {
    max-width: 20px;
    filter: brightness(0) invert(1);
}

.activity-data .nft-content h2 {
    color: #00674F;
}

.profit .nft-icon {
    background: #A020F0;
}

.profit {
    background: #F3DFFF;
}

.profit .nft-icon img {
    max-width: 20px;
    filter: brightness(0) invert(1);
}

.profit .nft-content h2 {
    color: #A020F0;
}

.wall {
    background: #305CDE;
}

.wall .nft-icon {
    background: #fff;
}

.wall .nft-content h2 {
    color: #D7E1FF;
}

.wall .nft-icon img {
    max-width: 20px;
    filter: invert(36%) sepia(57%) saturate(2224%) hue-rotate(186deg) brightness(94%) contrast(101%);
}

.user-seller h6 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 23px;
}

.user-seller {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #D7E1FF;
    margin-bottom: 23px;
    position: relative;
}

.user-seller .owl-carousel .owl-nav button.owl-next:before,
.user-seller .owl-carousel .owl-nav button.owl-next:before {
    background: url(../img/chevron_down.svg) no-repeat;
    background-size: 8px auto;
    background-position: center;
    content: "";
    position: absolute;
    width: 8px;
    height: 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 100%;
    right: auto;
    left: 3px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    /* Chain transformations here */
}

.user-seller .owl-carousel .owl-nav button.owl-next:after,
.user-seller .owl-carousel .owl-nav button.owl-next:after {
    background: url(../img/chevron_down.svg) no-repeat;
    background-size: 8px auto;
    background-position: center;
    content: "";
    position: absolute;
    width: 8px;
    height: 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    right: -3px;
    left: auto;
    top: 50%;
    transform: translate(-50%, -50%);
}

.logut-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.logut ul {
    margin: 0px;
    padding: 0px;
}

.logut ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin: 0px 0px;
}

.logut ul li img {
    max-width: 18px;
    margin-right: 15px;
    filter: brightness(0) invert(0);
}

.logut ul li a {
    text-decoration: none;
    color: #000000;
    display: flex;
    padding: 12px 0px 0px;
}

.user-seller .owl-dots {
    display: none;
}

.user-seller .owl-theme .owl-nav {
    margin-top: 0px;
    height: 0;
}

.user-seller .owl-theme .owl-nav span {
    display: none;
}

.user-seller .owl-dots {
    display: none;
}

.nftseller-price {
    display: flex;
    align-items: center;
}

.nftseller-price img {
    width: 60px !important;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}

.dicar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nftseller-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 10px;
}

.dicar h2 {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}

.nftseller-content-pric h2 {
    color: #305CDE;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0px;
    width: 43px;
    white-space: nowrap;
    /* Prevents text from wrapping */
    overflow: hidden;
    /* Hides the overflowing text */
    text-overflow: ellipsis;
    /* Shows ... at the end */
}

.dicar img {
    max-width: 16px;
    margin-left: 16px;
    max-height: 16px;
}

.nftseller-content-pric {
    text-align: start;
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
    padding-top: 5px;
}

.user-seller .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.seller-car {
    padding: 0px 20px;
}

.collections {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}

.collections h6 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0px;
}

.collections p {
    color: #535353;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px;
}

.collections p i {
    padding-left: 5px;
}

.collections-list {
    /* max-width: 100%; */
    background-color: #e5dfdf;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
}

.collections-list img {
    /* border-radius: 18px; */
    max-width: 100%;
    /* object-fit: contain; */
    height: 200px;
    /* width: 300px; */
    resize: vertical;
}

.History {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #D7E1FF;
    margin-bottom: 23px;
}

.last-month {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}

.last-month h6 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0px;
}

.last-month .form-select {
    width: 100%;
    max-width: 100px;
    padding: 5px 10px;
    font-size: 12px;
    color: #4F4F4F;
    border: solid 1px #535353;
    border-radius: 4px;
    background-position: right .29rem center;
    font-weight: 500;
}

.user-id {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.cast-crek {
    display: flex;
    align-items: center;
}

.cast-crek-content {
    margin-left: 10px;
}

.cast-crek-img img {
    border-radius: 100%;
    height: 55px;
    width: 55px;
    object-fit: cover;
}

.cast-crek-content h2 {
    color: #474749;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 3px;
}

.cast-crek-content h6 {
    color: #474749;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px;
}

.joined-image {
    position: relative;
}

.joined-image span i {
    position: absolute;
    color: #fff;
    background: #305cde;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    bottom: 27px;
    right: -10px;
    border: solid 2px #fff;
}


.trade-volue {
    display: flex;
    align-items: center;

}

.trade-volue img {
    /* max-width: 17px; */
    margin-right: 5px;
    /* max-width: 17px; */
    margin-right: 5px;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    object-fit: cover;
}

.trade-volue p {
    font-size: 14px;
    font-weight: 600;
    color: #474749;
    margin-bottom: 0px;
}

.show-list {
    width: 100%;
    margin-top: 37px;
}

.show-list button {
    background: #A020F0;
    border-radius: 8px;
    border: none;
    padding: 12px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
}

.manage-nft {
    background: #305CDE;
    border-radius: 8px;
    padding: 30px;
    position: relative;
}

.manage-nft:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -4px;
    width: 293px;
    height: 260px;
    background: url(../img/mange-nftshape.svg) no-repeat;
    background-size: 290px;
    pointer-events: none;
    opacity: 0.3;
}

.manage-nft h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0px 152px 0px 0px;
}

.manage-nft p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
    padding: 0px 109px 0px 0px;
}

.click-here {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    position: relative;
    z-index: 9;
}

.click-here button {
    background: #fff;
    border-radius: 8px;
    padding: 10px 25px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #305CDE;
}

.user-walletaddress {
    display: flex;
    align-items: center;
}

.user-dropdown .dropdown button:focus {
    box-shadow: none;
}

.user-dropdown .dropdown button {
    background: none;
}

.menu-list ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.user-dropdown {
    margin: 0px 0px 0px 20px;
    /* width: 200px; */
}

.user-dropdown .dropdown button img {
    filter: inherit;
    width: 34px;
    border-radius: 100%;
    border: solid 2px #000;
    /* height: 100%; */
    /* max-height: 34px; */
    height: 34px;
}

.user-dropdown .dropdown .dropdown-menu {
    background: #fff;
    border: 1px solid #D7E1FF;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.user-dropdown .dropdown .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 16px;
    background: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #D7E1FF;
    border-bottom: none;
}

.user-dropdown .dropdown a.dropdown-item {
    font-size: 13px;
    font-weight: 500;
    color: #305cde;
    line-height: 22px;
    text-align: start;
    padding: 5px 12px;
}

.user-dropdown .dropdown-item:focus,
.dropdown-item:hover {
    background: #305CDE;
    color: #fff;
}

.user-dropdown .dropdown a.dropdown-item:hover {
    color: #fff;
}


/*============== Profile css Start =============== */

.profile-bg {
    background: url(../img/profile-bg.jpg) no-repeat;
    background-size: cover;
    height: 230px;
    border-radius: 10px;
    object-fit: cover;
}

.joined-image img {
    border-radius: 100%;
    height: 150px;
    width: 150px;
    border: solid 2px #d7e1ff;
}

.user-profile-details {
    margin-top: -76px;
    margin: -73px 20px 20px 20px;
}

.user-img-content {
    display: flex;
    align-items: center;
}

.user-profile-details {
    margin-top: -76px;
    margin: -81px 20px 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-name h2 {
    margin-bottom: 0px;
}

.user-name {
    margin-left: 15px;
}

.user-name h2 {
    color: #000000;
    font-size: 27px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 5px;
    padding-top: 5px;
    white-space: nowrap;
  overflow: hidden;
  /* text-overflow: ellipsis;
  width: 120px; */
  position: relative;
}

.user-name p {
    color: #305CDE;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0px;
}

.user-name {
    margin-left: 15px;
    margin-top: 79px;
}

.user-name span {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0px;
}

.upload-certi {
    display: flex;
    flex-direction: column;
    justify-items: end;
    align-items: end;
}

.upload-certi span {
    display: block;
}

.upload-certi span i {
    background: #305cde;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #fff;
    width: 45px;
    height: 45px;
}

.upload-certi span {
    display: block;
    margin-bottom: 8px;
}

.upload-certi h6 {
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 20px;
    color: #5d5d5d;
}

.user-descrption p {
    color: #5d5d5d;
    font-size: 14px;
    margin-bottom: 0px;
}

.user-social {
    display: flex;
    align-items: center;
    justify-content: end;
}

.user-social a {
    text-decoration: none;
}

.user-social a i {
    height: 35px;
    width: 35px;
    border: solid 1px #305cde;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: 0px 10px;
    color: #305cde;
    font-size: 15px;
    transition: 0.3s ease-in all;
}

.user-social a i:hover {
    background: #305cde;
    color: #fff;
    transition: 0.3s ease-in all;
}

.user-alldata {
    background: #fff;
    border-radius: 10px;
    margin: 0px;
    border: 1px solid #D7E1FF;
    padding: 20px 10px;
}

.nfts-tabing .nav-tabs {
    margin: 0px;
    padding: 0px;
    border-bottom: none;
}

.nfts-tabing .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #305cde;
    border-color: #305cde #dee2e6 #fff;
}

.nfts-tabing .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #305cde #305cde #305cde;
    isolation: isolate;
    background: #305cde;
    color: #fff;
    border-bottom: none !important;
}

.nfts-tabing .nav-tabs .nav-link {
    border: solid 1px #D7E1FF !important;
}

.nfts-tabing .nav-tabs .nav-link {
    border-radius: 5px;
    padding: 8px 25px;
    font-size: 14px;
    margin: 0px 15px 0px 0px;
    font-weight: 500;

}

.nfts-tabing {
    background: #fff;
    border-radius: 10px;
    margin: 0px;
    border: 1px solid #D7E1FF;
    padding: 20px 10px;
    margin-top: 23px;
}

.sales-activ {
    margin-top: 25px;
}

.sales-activ table {
    width: 100%;
    border: solid 1px #D7E1FF;
}

.sales-activ table thead tr th {
    text-align: center;
    font-size: 15px;
    border: solid 1px #D7E1FF;
    padding: 7px;
}

.sales-activ table tr td {
    text-align: center;
    font-size: 15px;
    border: solid 1px #D7E1FF;
    padding: 7px;
    color: #5d5d5d;
    font-weight: 500;
}

.sales-activ table tr td h6 {
    margin-bottom: 3px;
    font-size: 15px;
}

.sales-activ table tr td i {
    font-size: 17px;
    padding-right: 5px;
    color: #305CDE;
}

.sales-activ table tr td span {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #305CDE;
}

.sales-activ table tr img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.public-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nft-ownerdetails {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #D7E1FF;
    margin-top: 23px;
}

.nft-demo {
    margin: 20px;
}

.nft-ownerdetails-image {
    overflow: hidden;
    height: 230px;
    border-bottom: solid 1px #ddd;
}

.nft-ownerdetails-image img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    object-fit: cover;
    transition: 0.2s ease-in all;
}

.nft-ownerdetails-image img:hover {
    transform: scale(1.1);
}

.nft-ownerdetails-content {
    padding: 10px 15px;
}

.nft-ownerdetails-content ul {
    padding: 0px;
    margin: 0px;
}

.nft-ownerdetails-content ul li {
    list-style: none;
}

.nft-ownerdetails-content ul li {
    list-style: none;
    color: #474749;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 5px 0px;
}

.nft-ownerdetails-content ul li span {
    display: block;
}

.unit-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid #ddd 1px;
    padding: 10px;
}

.unit-price-loud h6 {
    font-size: 14px;
    margin-bottom: 0px;
    color: #000;
}

.unit-price-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.unit-price-icon-heart span {
    font-size: 15px;
    color: #000;
}

.unit-price-icon-heart i {
    color: #A020F0;
    font-size: 15px;
    padding-right: 8px;
}

.unit-price-icon-heart {
    padding: 0px 0px 0px 15px;
}

.filters-nft {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filters-nft button span {
    color: #fff;
}

.filters-nft button {
    background: #A020F0;
    border-radius: 8px;
    font-size: 15px;
    padding: 8px 25px;
    border: none;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.filters-nft button i {
    font-size: 17px;
    color: #fff;
    padding-left: 10px;
}

.sell-nftdetails {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #D7E1FF;
    padding: 20px 20px 30px;
}

.sell-nftdetails .nft-ownerdetails {
    margin-top: 0px;
}

.sell-nftdetails h2 {
    color: #000000;
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 15px 0px;
}

.dfgty {
    margin-bottom: 15px;
}

.bid-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    height: 400px;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
}

.bid-content h2 {
    color: #000000;
    font-size: 27px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 0px 0px 20px;
}

.biding-price {
    display: flex;
    align-items: center;
    padding: 10px 0px 20px;
}

.biding-price button {
    background: rgba(160, 32, 240, 1);
    border-radius: 6px;
    padding: 8px 23px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    border: none;
    /* margin-left: 10px; */
    margin: 0px 15px 0px 0px;
}

.bid-content p {
    font-size: 14px;
    color: #474749;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: 500;
}

.biding-price button.dollar {
    background: none;
    border: solid 1px rgba(160, 32, 240, 1);
    color: #a020f0;
    transition: 0.3s ease-in all;
    padding: 7px 23px;
}

.biding-price button.dollar:hover {
    background: rgba(160, 32, 240, 1);
    color: #fff;
}

.nft-ownername {
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.adney {
    padding-left: 10px;
}

.adney h6 {
    margin-bottom: 0px;
    font-size: 17px;
    color: #305CDE;
    font-weight: 600;
}

.adney span {
    margin-bottom: 0px;
    font-size: 14px;
    color: #5C606B;
}

.creator-contract {
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.owner-contractaddress h6 {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;
}

.owner-contractaddress p {
    font-size: 14px;
    color: #5C606B;
    margin-bottom: 0px;
}

.owner-contractaddress:last-child {
    margin-left: 30px;
}

.owner-contractaddress-img img {
    border-radius: 100%;
    height: 50px;
    width: 50px;
    margin-right: 10px;
    object-fit: cover;
}

.owner-contractaddress {
    display: flex;
    align-items: center;
}

.placebid-button {
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.placebid-button button {
    background: rgb(48 92 222);
    border-radius: 6px;
    padding: 10px 32px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    border: none;
    /* margin-left: 10px; */
    margin: 0px 15px 0px 0px;
}


.biding-history {
    padding: 0px 0px;
}

.biding-history .nav-tabs {
    padding: 0px;
    margin: 0px 0px 10px !important;
}

.biding-history .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    background: none;
    border: none;
       border-bottom: solid 3px #305CDE !important; 
}

.biding-history .nav-tabs .nav-link {
    border: none;
    font-size: 14px;
    font-weight: 600;
}

.biding-history .nav-tabs .nav-link:focus,
.biding-history .nav-tabs .nav-link:hover {
    background: none;
    border: none;
    color: #305cde;
}

.biding-history .nav-tabs .nav-link {
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 8px 20px;
}

.anthomy-token {
    display: flex;
    /* background: rgb(67 108 231 / 55%); */
    border-radius: 8px;
    padding: 10px 10px;
    border: solid 1px #d7e1ff;
    background: #fff;
    justify-content: space-between;
    margin: 10px 0px;
}

.auction-date {
    padding: 0px 10px;
}

.latest-biding {
    display: flex;
    align-items: center;
}

.token-mine-img img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.token-mine {
    padding: 0px 0px;
}

.token-mine h6 {
    color: #305cde;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    font-weight: 600;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;

}

.token-mine-content {
    padding: 5px 15px;
}

.auction-date p {
    font-size: 14px;
    color: #5C606B;
    margin-bottom: 0px;
    font-weight: 600;
}

.messagecomment-box button {
    background: rgb(48 92 222);
    border-radius: 6px;
    padding: 10px 23px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border: none;
}

.messagecomment-box {
    margin: 5px 0px;
}


.messagecomment-box label {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
}

.messagecomment-box textarea {
    resize: inherit;
    min-height: 125px;
    font-size: 14px;
}

.messagecomment-box textarea:focus {
    border: 1px solid #305CDE;

}

.pricehistory-image {
    border-radius: 8px;
    padding: 10px 10px;
    border: solid 1px #d7e1ff;
    background: #fff;
    margin: 15px 0px;
}

.bid-img {
    margin-bottom: 10px;
    background: #fff;
    padding: 10px 10px 10px;
    border-radius: 10px;
    border: solid 1px #d7e1ff;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.create-3dnft {
    background: #fff;
    border-radius: 10px;
    margin: 0px;
    border: 1px solid #D7E1FF;
    padding: 15px 10px;
    margin-bottom: 15px;
}

.dmakeartis-image {
    display: flex;
    align-items: center;
    margin: 0px 0px 10px;
}

.dmakeartis-img {
    display: flex;
    align-items: center;
    position: relative;
}

.dmakeartis-img span {
    position: absolute;
    background: #305CDE;
    border-radius: 100%;
    height: 28px;
    width: 28px;
    color: #fff;
    bottom: -4px;
    right: -3px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dmakeartis-img img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    object-fit: cover;
}


.dmakeartis-img h6 {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;
    font-weight: 600;
    padding-left: 10px;
}

.create-3dnft p {
    color: #5d5d5d;
    font-size: 14px;
    margin-bottom: 0px;
}

.document-upload {
    background: #fff;
    padding: 10px 10px 10px;
    border-radius: 10px;
    border: solid 1px #d7e1ff;
    margin-bottom: 10px;
    height: 500px;
}

.collection-form {
    background: #fff;
    padding: 10px 10px 20px;
    border-radius: 10px;
    border: solid 1px #d7e1ff;
    height: 500px;
}

.dropzone {
    position: relative;
    display: flex;
    flex-direction: column;
}

.dz-message {
    padding: 40px 20px 105px;
    background-color: #fff;
    border: 1px dashed #D7E1FF;
    border-radius: 0.375rem;
    text-align: center;
    color: #8898aa;
    transition: all 0.15sease;
    order: -1;
    cursor: pointer;
    z-index: 99;
    position: relative;
    height: 478px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.upload-doc {
    margin-bottom: 25px;
}

.dz-default h6 {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
}

.dz-default span {
    font-size: 14px;
    color: #595857;
}

.dropzone input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}

.upload-doc img {
    width: 70px;
    height: 70px;
}

.collection-form .form-group h6 {
    color: #305cde;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 10px 0px;
}

.collection-form .form-group label {
    font-size: 13px;
    padding: 10px 0px 5px;
    font-weight: 600;
}

.collection-form .form-group input {
    border-radius: 5px;
    font-size: 14px;
    padding: 8px 10px;
}

.collection-form .form-group input:focus {
    box-shadow: none;
    border-color: #305CDE;
}

.collection-form .form-group textarea {
    resize: inherit;
}

.collection-form .form-group textarea:focus {
    box-shadow: none;
    border-color: #305CDE;
}

.create-newcollection {
    display: flex;
    align-items: center;
    border: solid 1px #d7e1ff;
    border-radius: 5px;
    padding: 4px 10px;
}

.create-newcollection-icon i {
    background: #305CDE;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 17px;
}

.create-newcollection-icon a {
    text-decoration: none;
}

.create-newcollection .create-newcollection-content h6 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0px;
    padding-left: 10px;
}


.bid-img-rd img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 5px;
    border-radius: 5px;
}

/*.bid-img-rd{
    display: flex;
    align-items: center;
}
*/
.bid-img-rd span {
    padding-left: 10px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.new-nft-btn button {
    background: rgb(48 92 222);
    border-radius: 6px;
    padding: 8px 24px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    border: none;
    /* margin-left: 10px; */
    /* margin: 0px 15px 0px 0px; */
}

.new-nft-btn {
    display: flex;
    justify-content: end;
    padding: 10px 0px;
}

.top-collection table {
    width: 100%;
}

.top-collection thead {
    border-bottom: solid 1px #ddd;
}

.top-collection thead tr th {
    padding: 10px 0px;
    font-size: 14px;
    color: #474749;
    font-weight: 500;
}

/*==============  top collection page css start here ==================*/

.top-collection {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #D7E1FF;
    margin-bottom: 23px;
}

.hhytyth {
    white-space: nowrap;
    margin: 0px 26px 0px 0px;
    display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
}

.nft-nameuser {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.nft-nameuser img {
    border-radius: 100%;
    height: 40px;
    width: 40px;
    object-fit: cover;
}

.nft-nameuser h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0px;
    color: #305CDE;
    margin-left: 12px;
}

.top-collection td {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 10px 0px 0px;
    text-align: center;
}

.top-collection tbody tr {
    border-bottom: solid 1px #ddd;
}

.top-collection tbody tr:last-child {
    border-bottom: none;
}

.top-collection tbody tr:nth-child(even) {
    background-color: rgb(242 245 255);
    border-bottom: none !important;
}

.top-collection thead tr th {
    padding: 10px 0px;
    font-size: 15px;
    color: #305CDE;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}

.top-collection tr td i {
    color: #305CDE;
    padding: 0px 10px;
}

.hhytyth span {
    padding-left: 13px;
    color: #757575;
    font-size: 12px;
}

.dollar-save h6 {
    margin-bottom: 0px;
    font-size: 14px;
}

.dollar-save span {
    font-size: 12px;
    color: #757575;

}

.sell-nftdetails h4 {
    color: #305cde;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 0px 0px 10px;
    white-space: nowrap;
}

.covert-imagerd {
    background: #fff;
    padding: 10px 10px 10px;
    border-radius: 10px;
    border: solid 1px #d7e1ff;
    margin-bottom: 10px;
    height: 416px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.covert-imagerd img {
    object-fit: cover;
    margin-bottom: 5px;
    border-radius: 8px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    height: 480px;
    width: 100%;
}

.covert-imagerd h4 {
    color: #305cde;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 0px 0px 10px;
}

.upload-nftbtn {
    display: flex;
    justify-content: start;
    align-items: start;
}

.upload-nftbtn button {
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin: 12px 0px;
    background: #305CDE;
    color: #fff;
    border: none;
    padding: 8px 30px;
    white-space: nowrap;
}

.supplier .form-switch .form-check-input {
    float: none;
    margin-left: 10px;
    margin-right: 10px;
}

.nftbatchs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.auction-toggle {
    width: 100%;
    display: flex;
    align-items: center;
}

.nftbatchs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 15px 0px;
}

.auction-toggle .nav-tabs {
    border-bottom: none;
}

.nftbatchs .auction-toggle .nav-tabs .nav-item.show .nav-link,
.nftbatchs .auction-toggle .nav-tabs .nav-link.active {
    border-bottom: none !important;
    background: #305cde;
    border-radius: 6px;
    color: #fff;
}

.nftbatchs .auction-toggle .nav-tabs .nav-link:focus,
.nftbatchs .auction-toggle .nav-tabs .nav-link:hover {
    border-radius: 5px;
}

.nftbatchs .auction-toggle .nav-tabs .nav-link {
    border: none;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 7px;
}

.auction-input input {
    height: 38px;
    line-height: 0px;
    border-color: #D7E1FF;
    font-size: 13px;
}

.auction-input input:focus {
    box-shadow: none;
    border-color: #2B53C8;
}

.auction-input {
    width: 100%;
}

.auction-toggle.single {
    display: flex;
    justify-content: end;
    align-items: center;
}

.dollar-save {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.per-sec {
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
}

.convertimage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.following-user {
    background: #fff;
    border-radius: 10px;
    margin: 0px;
    border: 1px solid #D7E1FF;
    padding: 15px 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    column-gap: 0px;
}

.foll-img {
    width: 20%;
}

.foll-img img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
}

.userfollwers-details {
    width: 80%;
}

.userfollwers-details h6 {
    color: #305CDE;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0px;
}

.userfollwers-details p {
    color: #5d5d5d;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    /* width: 150px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.userfollwers-details span {
    display: flex;
    align-items: center;
}

.userfollwers-details span i {
    font-size: 15px;
    color: #305CDE;
}

.create-auction {
    display: flex;
    justify-content: end;
    align-items: end;
}

.create-auction {
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 0px 0px;
}

.create-auction button {
    background: rgba(160, 32, 240, 1);
    border-radius: 6px;
    padding: 10px 23px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    border: none;
    transition: 0.3s ease-in all;
}

.create-auction button:hover {
    background: rgb(117 17 179);
}

.auction-pupop .modal-content {
    background: #fff;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.auction-pupop .modal-dialog {
    max-width: 55q`0px;
}

.auction-pupop .modal-content {
    background: #fff;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.auction-pupop .modal-header {
    padding: 18px 20px;
    border-bottom: solid 1px rgba(237, 242, 246, 1);
}

.auction-pupop .modal-header h1 {
    color: rgba(30, 30, 30, 1);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 16px;
}

.auction-pupop .modal-header {
    padding: 18px 20px;
    border-bottom: solid 1px rgba(237, 242, 246, 1);
}

.auction-from input {
    height: 38px;
    line-height: 0px;
    border-color: #D7E1FF;
    font-size: 13px;
}

.auction-from textarea {
    height: 73px;
    line-height: 1;
    border-color: #D7E1FF;
    font-size: 13px;
    resize: none;
    padding: 15px 10px;
    appearance: auto;
}


.auction-from label {
    font-size: 14px;
    color: #8D8D8D;
    font-weight: 500;
}

.auction-from input:focus {
    box-shadow: none;
    border-color: #2B53C8;
}

.auction-from textarea:focus {
    box-shadow: none;
    border-color: #2B53C8;
}

.auction-pupop .btn-close {
    position: absolute;
    right: 19px;
    top: 19px;
}

.auction-pupop .btn-close:focus {
    box-shadow: none;
}

.auction-pupop .modal-footer {
    border-top: solid 1px rgba(237, 242, 246, 1);
}

.auction-pupop .modal-footer button {
    background: rgba(160, 32, 240, 1);
    border-radius: 6px;
    padding: 10px 23px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    border: none;
    transition: 0.3sease-in all;
}

.submit button {
    border-radius: 5px;
    padding: 8px 25px;
    font-size: 14px;
    margin: 0px 15px 0px 0px;
    font-weight: 500;
    border: solid 1px #D7E1FF;
    background: none;
    transition: 0.3s ease-in all;
    color: #0d6efd;
}

.submit button:hover {
    background: #305cde;
    color: #fff;
}


.follow-user.submit {
    display: flex;
    justify-content: end;
    align-items: center;
}

.upload2dImage img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    height: 478px;
    width: 100%;
    border-radius: 5px;
}

.convert-css {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.upload2dImage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 478px;
}

.edit-cover-image .dz-message {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 40px;
}

.edit-cover-image .upload-doc img {
    width: 50px;
    height: 50px;
}

.edit-cover-image {
    margin-bottom: 10px;
}

.edit-cover-image .dz-default h6 {
    color: #8D8D8D;
    font-size: 14px;
    font-weight: 600;
}

/* .edit-cover-image .dropzone img{
     width: 100%;
     height: 200px;
} */
.found-nfts {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 514px);
    color: #446de2d4;
    font-size: 25px;
}

.follow-user button {
    border-radius: 5px;
    padding: 8px 25px;
    font-size: 14px;
    margin: 0px 15px 0px 0px;
    font-weight: 500;
    border: solid 1px #D7E1FF !important;
    background: none;
    color: #0d6efd;
    transition: 0.3s ease-in all;
}

.follow-user button:hover {
    border-color: #305cde #305cde #305cde;
    isolation: isolate;
    background: #305cde;
    color: #fff;
}

.auction-input {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.auction-input .search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 18px;
    cursor: pointer;
}

.auction-input .form-control {
    width: 100%;
    padding: 10px 45px 10px 15px;
    border: 1px solid #ccc;
    border-radius: 25px;
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
}

.auction-input .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.Privacy-content {
    min-height: calc(100vh - 560px);
}

.commonheight {
    min-height: calc(100vh);

}

.nftroyaltyowner {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.menu-order {
    display: flex;
    align-items: center;
    column-gap: 0px;
    justify-content: end;
    margin-left: 5px;
}

.auction-timing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.auction-timing h1 {
    font-size: 21px;
    margin-bottom: 0px;
    color: #007bff;
}

.desktop-view {
    display: flex;
}

.mobile-view {
    display: none;
}

/*============== Responsive Start =============== */


@media(max-width:1550px) {
    .nft-ownerdetails-content ul li {
        font-size: 13px;
    }

    .unit-price-loud h6 {
        font-size: 13px;
    }

    .unit-price-icon-heart span {
        font-size: 13px;
    }

    .unit-price-icon-heart i {
        font-size: 13px;
    }

    .unit-price-icon-heart {
        padding: 0px 0px 0px 10px;
    }
}


@media(max-width:1440px) {
    .main-heading {
        margin-bottom: 15px;
    }

    .logo img {
        max-width: 210px;
        margin-bottom: 27px;
    }

    .menu-list ul li img {
        max-width: 16px;
    }

    .menu-list ul li {
        margin: 15px 0px;
    }

    .menu-list ul li {
        font-size: 15px;
    }

    .dash-heading h1 {
        font-size: 21px;
    }

    .nft-icon {
        width: 45px;
        height: 45px;
    }

    .activity-data .nft-icon img {
        max-width: 18px;
    }

    .wall .nft-icon img {
        max-width: 18px;
    }

    .profit .nft-icon img {
        max-width: 18px;
    }

    .nft-icon img {
        max-width: 18px;
    }

    .account-nft {
        padding: 15px;
    }

    .nft-content h2 {
        font-size: 16px;
    }

    .nft-content h6 {
        margin-bottom: 5px;
    }

    .dicar h2 {
        font-size: 14px;
    }

    .nftseller-content-pric h2 {
        font-size: 12px;
    }

    .cast-crek-img img {
        width: 50px;
        height: 50px;
    }

    .show-list button {
        font-size: 14px;
        padding: 10px 10px;
    }

    .manage-nft h2 {
        padding: 0px 62px 0px 0px;
        font-size: 19px;
    }

    .manage-nft p {
        padding: 0px 37px 0px 0px;
        margin-bottom: 18px;
        line-height: 24px;
    }

    .manage-nft {
        padding: 25px;
    }

    .user-walletaddress button {
        font-size: 14px;
    }

    .user-activity {
        padding: 17px;
    }

    .bid-content h2 {
        font-size: 25px;
    }

    .bid-content h2 {
        font-size: 25px;
    }

    .biding-price {
        padding: 10px 0px 15px;
    }

    .adney h6 {
        font-size: 15px;
    }

    .owner-contractaddress h6 {
        font-size: 15px;
    }

    .owner-contractaddress p {
        font-size: 13px;
    }

    .owner-contractaddress-img img {
        height: 45px;
        width: 45px;
    }

    .token-mine-img img {
        width: 50px;
        height: 50px;
    }

    .token-mine h6 {
        font-size: 15px;
    }

    .sales-activ table tr td {
        font-size: 14px;
    }

    .placebid-button button {
        font-size: 13px;
    }

    .biding-history .nav-tabs .nav-link {
        font-size: 13px;
    }

    .auction-date p {
        font-size: 13px;
    }

    .joined-image img {
        width: 100px;
        height: 100px;
    }

    .user-name h2 {
        font-size: 25px;
    }

    .user-name p {
        font-size: 14px;
    }

    .upload-certi span i {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .upload-certi h6 {
        font-size: 15px;
        padding-top: 47px;
    }

    .user-alldata {
        padding: 15px 10px;
    }

    .user-social a i {
        font-size: 14px;
    }

    .filters-nft button {
        font-size: 14px;
    }

    .user-descrption p {
        font-size: 13px;
    }

    .nfts-tabing .nav-tabs .nav-link {
        font-size: 13px;
    }

    .filters-nft button i {
        font-size: 15px;
    }

    .dmakeartis-img img {
        height: 55px;
        width: 55px;
    }

    .dmakeartis-img h6 {
        font-size: 15px;
    }

    .dmakeartis-img span {
        font-size: 11px;
    }

    .create-3dnft p {
        font-size: 13px;
    }

    .create-3dnft {
        padding: 10px 10px;
    }

    .dmakeartis-img img {
        height: 50px;
        width: 50px;
    }

    .sell-nftdetails h2 {
        font-size: 21px;
    }

    .dz-default span {
        font-size: 12px;
    }

    .dz-default h6 {
        font-size: 15px;
    }

    .sell-nftdetails h4 {
        font-size: 19px;
    }

    .collection-form .form-group input {
        font-size: 13px;
    }

    .foll-img img {
        width: 50px;
        height: 50px;
    }

    .userfollwers-details h6 {
        font-size: 14px;
    }

    .userfollwers-details p {
        font-size: 13px;
    }

    .following-user {
        column-gap: 7px;
    }

    .following-user {
        padding: 10px 10px;
    }
}


/*@media(max-width:1368px) and (min-width:912px) {
    .video-login .log-sso {
    padding: 24px 25px !important;
   }
}*/

@media(max-width:1366px) {
    .dash-heading h1 {
        font-size: 19px;
    }

    .History {
        padding: 15px;
    }

    .menu-list-home ul li a:after {
        right: -9px;
    }

    .cast-crek-content h2 {
        font-size: 13px;
    }

    .cast-crek-img img {
        width: 40px;
        height: 40px;
    }

    .nft-icon {
        width: 40px;
        height: 40px;
    }

    .show-list button {
        font-size: 13px;
        padding: 8px 10px;
    }

    .user-seller {
        padding: 15px;
    }

    .manage-nft h2 {
        padding: 0px 27px 0px 0px;
        font-size: 17px;
        line-height: 25px;
    }

    .manage-nft {
        padding: 20px;
    }

    .click-here button {
        padding: 8px 20px;
        font-size: 13px;
    }

    .user-activity {
        margin-bottom: 15px;
    }

    .user-seller {
        margin-bottom: 15px;
    }

    .offset-canva .offcanvas-end {
        width: 300px;
    }

    .page-wrapper .right-wrapper {
        width: calc(100% - 320px);
    }

    .offset-canva .offset-canva-list .offcanvas-body {
        padding: 25px 16px;
        position: relative;
    }

    .unit-price {
        padding: 8px;
    }

    .user-walletaddress button {
        font-size: 13px;
    }

    .logo img {
        max-width: 190px;
        margin-bottom: 22px;
    }

    .menu-list ul li img {
        margin-right: 12px;
    }

    .bid-content h2 {
        font-size: 23px;
        padding: 0px 0px 7px;
    }

    .creator-contract {
        padding: 15px 0px;
    }

    .placebid-button button {
        padding: 8px 26px;
    }

    .creator-contract {
        padding: 10px 0px;
    }

    .joined-image img {
        width: 110px;
        height: 110px;
    }

    .user-name h2 {
        font-size: 23px;
    }

    .user-name p {
        font-size: 13px;
    }

    .user-social a i {
        height: 30px;
        width: 30px;
        font-size: 13px;
    }

    .nfts-tabing .nav-tabs .nav-link {
        padding: 8px 17px;
    }

    .profile-bg {
        height: 170px;
    }

    .sell-nftdetails {
        padding: 5px 15px 15px;
    }

    .dz-message {
        padding: 33px 10px 48px;
    }

    .upload-doc {
        margin-bottom: 16px;
    }

    .sell-nftdetails h4 {
        font-size: 17px;
    }

    .create-newcollection .create-newcollection-content h6 {
        font-size: 14px;
    }

    .upload-doc img {
        width: 60px;
        height: 60px;
    }

    .collection-form .form-group textarea {
        font-size: 13px;
    }

    .foll-img img {
        height: 40px;
        width: 40px;
    }

    .userfollwers-details p {
        font-size: 12px;
    }

    .following-user {
        column-gap: 6px;
        padding: 10px 6px;
    }

    .menu-list-home ul li {
        font-size: 12px;
        padding: 0px 7px 0px 7px;
    }

    .common-footer {
        min-height: calc(100vh - 331px);
    }
}

@media(max-width:1280px) {
    .video-login {
        min-height: calc(100vh - 264px);
    }

    .sell-nftdetails h2 {
        padding: 10px 0px;
        font-size: 18px;
    }

    .sell-nftdetails {
        padding: 10px 15px 30px;
    }

    .nft-ownerdetails-image img {
        height: 230px;
    }

    .biding-price button {
        font-size: 13px;
    }

    .bid-content p {
        font-size: 13px;
    }

    .adney span {
        font-size: 13px;
    }

    .sales-activ table thead tr th {
        font-size: 13px;
    }

    .sales-activ table tr td {
        font-size: 13px;
    }

    .token-mine h6 {
        font-size: 14px;
    }

    .biding-price button {
        padding: 7px 23px;
    }

    .biding-price button.dollar {
        padding: 6.4px 23px;
    }

    .user-name p {
        line-height: 16px;
    }

    .filters-nft button {
        padding: 7px 20px;
    }

    .upload-certi h6 {
        font-size: 14px;
    }

    .dz-default span {
        font-size: 10px;
    }

    .create-newcollection-icon i {
        width: 35px;
        height: 35px;
    }

    .sell-nftdetails h4 {
        font-size: 15px;
    }
}


@media(max-width:1200px) {
    .art-img img {
        max-width: 65%;
    }


}


@media(max-width: 1166px) {
    .art-img img {
        max-width: 58%;
    }

    /* .document-upload{
        height: 250px;
    }

    .dz-message{
        height: 225px;
    } */

    .log-sso-content img {
        max-width: 13%;
        bottom: 102px;
    }

    .nft-ownerdetails-content {
        padding: 10px 10px;
    }

    .unit-price-loud h6 {
        font-size: 12px;
    }

    .unit-price-icon-heart {
        padding: 0px 0px 0px 8px;
    }

    .unit-price {
        padding: 6px;
    }

    .unit-price-icon-heart i {
        font-size: 12px;
    }

    .offset-canva .offcanvas-end {
        width: 270px;
    }

    .page-wrapper .right-wrapper {
        width: calc(100% - 292px);
    }

    .menu-list ul li a {
        padding: 10px 10px;
    }

    .menu-list ul li img {
        max-width: 14px;
    }

    .menu-list ul li {
        margin: 10px 0px;
    }

    .user-walletaddress button img {
        max-width: 14px;
    }

    .menu-list ul li {
        font-size: 14px;
    }

    .offset-btn button {
        width: 35px;
        height: 35px;
    }

    .user-dropdown .dropdown button img {
        max-width: 31px;
    }

    .nft-ownerdetails-content ul li {
        font-size: 12px;
    }

    .unit-price {
        padding: 5px;
    }

    .unit-price-icon-heart {
        padding: 0px 0px 0px 6px;
    }

    .bid-img {
        margin-bottom: 10px;
    }

    .placebid-button button {
        font-size: 12px;
        padding: 7px 22px;
    }

    .anthomy-token {
        margin: 8px 0px;
    }

    .bid-content p {
        font-size: 12px;
    }

    .owner-contractaddress-img img {
        height: 40px;
        width: 40px;
    }

    .token-mine-img img {
        width: 45px;
        height: 45px;
    }

    .anthomy-token {
        padding: 7px 7px;
    }

    .token-mine-content {
        padding: 5px 10px;
    }

    .user-name h2 {
        font-size: 20px;
    }

    .user-name p {
        font-size: 12px;
    }

    .user-name span {
        font-size: 13px;
    }

    .nft-demo {
        margin: 8px;
    }

    .joined-image img {
        width: 90px;
        height: 90px;
    }

    .profile-bg {
        height: 150px;
    }

    .user-alldata {
        padding: 10px 10px;
    }

    .sales-activ table tr img {
        width: 40px;
        height: 40px;
    }

    .sales-activ table tr td h6 {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .sales-activ table tr td span {
        font-size: 12px;
    }

    .sales-activ table tr td i {
        font-size: 14px;
    }

    .nfts-tabing .nav-tabs .nav-link {
        padding: 7px 14px;
    }

    .nft-ownerdetails {
        margin-top: 15px;
    }

    .sales-activ table tr td {
        padding: 5px;
    }

    .logut ul li {
        font-size: 14px;
    }

    .sales-activ table tr td {
        font-size: 12px;
    }

    .create-3dnft {
        padding: 8px 8px;
    }

    .create-3dnft p {
        font-size: 12px;
    }

    .dmakeartis-img span {
        width: 25px;
        height: 25px;
    }

    .menu-list-home ul li {
        font-size: 12px;
        padding: 0px 7px 0px 7px;
    }
}

@media(max-width:1024px) {
    .video-login .log-sso {
        padding: 48px 25px;
    }

    .page-wrapper .right-wrapper {
        width: 100%;
    }

    .page-wrapper.active .right-wrapper {
        width: 100%;
    }
}




@media(max-width:991px) {
    .logo img {
        max-width: 150px;
        margin-bottom: 8px;
    }

    .menu-list-home ul li {
        font-size: 12px;
        font-weight: 500;
        line-height: 23px;
        padding: 0px 6px 0px 6px;
        list-style: none;
    }

    .menu-list-home ul li a:after {
        right: -7px;
    }

    .sell-nftdetails h2 {
        padding: 6px 0px;
        font-size: 17px;
    }

    .biding-price {
        padding: 10px 0px 10px;
    }

    .owner-contractaddress h6 {
        font-size: 14px;
    }

    .token-mine h6 {
        font-size: 13px;
    }

    .joined-image img {
        width: 70px;
        height: 70px;
    }

    .collections {
        margin-bottom: 10px;
    }

    .user-seller h6 {
        margin-bottom: 10px;
    }

    .cast-crek-content {
        margin-left: 6px;
    }

    .manage-nft h2 {
        padding: 0px 27px 0px 0px;
        font-size: 15px;
        line-height: 18px;
    }

    .manage-nft p {
        padding: 0px 0px 0px 0px;
        margin-bottom: 18px;
        line-height: 19px;
        font-size: 13px;
    }

    .collections h6 {
        font-size: 14px;
    }

    .last-month {
        margin-bottom: 10px;
    }

    .cast-crek-content h2 {
        line-height: 12px;
    }

    .trade-volue p {
        font-size: 12px;
    }

    .cast-crek-img img {
        width: 23px;
        height: 23px;
    }

    .manage-nft {
        padding: 15px;
    }

    .nftbatchs .auction-toggle .nav-tabs .nav-link {
        border: none;
        font-size: 14px;
        padding: 7px 8px;
        margin: 0px 6px;
    }
    .nft-ownerdetails-content ul li {
        font-size: 11px;
        white-space: nowrap;
    }
    .user-id {
        display: flex
    ;
        justify-content: start;
        align-items: center;
        margin-bottom: 15px;
        column-gap: 5px;
    }
}

.error {
    font-size: 12px;
    color: red;
}



@media(max-width:767px) {

    /*   .logo img {
    max-width: 45%;
    margin: 48px 30px 50px 0px;
   }*/

    .menu-list ul li {
        font-size: 13px;
    }

    .creator-contract {
        display: flex;
        align-items: self-start;
        padding: 20px 0px;
        flex-direction: column;
    }

    .owner-contractaddress:last-child {
        margin-left: 0px;
        margin-top: 16px;
    }

    .page-wrapper.active .offset-btn {
        right: -42px;
    }

    .auction-input input {
        height: 34px;
    }

    .menu-list ul li {
        margin: 7px 0px;
    }

    .placebid-button button {
        font-size: 12px;
        padding: 7px 18px;
    }

    .owner-contractaddress-img img {
        height: 35px;
        width: 35px;
    }

    .placebid-button {
        padding: 10px 0px;
    }

    .messagecomment-box label {
        margin-bottom: 0px;
        font-size: 13px;
    }

    .adney span {
        font-size: 12px;
    }

    .token-mine-img img {
        width: 40px;
        height: 40px;
    }

    .nft-ownername {
        padding: 10px 0px;
    }

    .biding-history .nav-tabs .nav-link {
        font-size: 12px;
    }

    .nft-ownername {
        padding: 15px 0px;
    }

    .dash-heading h1 {
        font-size: 15px;
    }

    .user-descrption p {
        font-size: 12px;
        padding-bottom: 15px;
    }

    .user-social a i {
        height: 25px;
        width: 25px;
        font-size: 12px;
    }

    .profile-bg {
        height: 100px;
    }

    .user-name h2 {
        font-size: 19px;
    }

    .user-profile-details {
        margin: -81px 20px 11px 20px;
    }

    .user-alldata {
        padding: 7px 7px;
    }

    .nfts-tabing {
        padding: 10px 10px;
    }

    .dmakeartis-img img {
        height: 45px;
        width: 45px;
    }

    .collections-list {
        margin-bottom: 10px;
    }

    .account-nft {
        padding: 15px;
        margin-bottom: 10px;
    }

    .manage-nft h2 {
        padding: 0px 20px 0px 0px;
        font-size: 15px;
        line-height: 10px;
    }

    .nft-content h2 {
        font-size: 14px;
    }

    .collections-list img {
        border-radius: 18px;
        max-width: 100%;
        height: 170px;
        width: 100%;
        object-fit: cover;
        object-position: center;
        margin-bottom: 10px;
    }

    .bid-img-rd {
        flex-direction: column;
    }

    .top-collection thead tr th {
        padding: 10px 25px;
        font-size: 12px;
    }

    .auction-toggle .nav-tabs {
        flex-wrap: nowrap;
    }

    .top-collection td {
        font-size: 12px;
    }

    .top-collection th {
        font-size: 12px;
    }

    .nft-nameuser img {
        border-radius: 100%;
        height: 25px;
        width: 25px;
        object-fit: cover;
    }

    .nft-nameuser h6 {
        font-size: 12px;
    }

    .get-touch label {
        font-size: 12px;
    }

    .get-touch input {
        height: 38px;
    }
    .user-id {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        column-gap: 5px;
    }



}


@media(max-width:568px) {

    .dfgty {
        flex-basis: 100%;
    }

    .menu-list-home ul li a:after {
        display: none;
    }

    .offset-canva .offcanvas-end {
        margin: 20px 11px;
    }

    .userfollwers-details h6 {
        font-size: 13px;
    }

    .user-name {
        margin-left: 7px;
    }

    .userfollwers-details span i {
        font-size: 12px;
    }

    .foll-img {
        width: 10%;
    }

    .nfts-tabing .nav-tabs {
        margin: 0px;
        padding: 0px;
        border-bottom: none;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scroll-snap-type: x mandatory;
        flex-wrap: nowrap;
        padding-bottom: 0px;
    }

    .user-dropdown {
        margin: 0px 0px 0px 0px;
        /* width: 200px; */
    }

    .sell-nftdetails {
        padding: 4px 8px 8px;
    }

    .user-dropdown .dropdown button img {
        max-width: 26px;
        margin-left: 10px;
    }

    .user-dropdown .dropdown button span {
        width: 50px;
        /* 👈 Yahan apni custom width set karo */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .user-walletaddress button {
        font-size: 11px;
        padding: 7px 8px 7px 8px !important;
    }

    .user-dropdown .dropdown button {
        background: none;
        padding: 0px;
        margin-left: 5px;
    }

    .page-wrapper .right-wrapper {
        padding: 15px;
    }

    .placebid-button button {
        font-size: 11px;
        padding: 5px 18px;
    }

    .menu-list ul li a {
        padding: 7px 10px;
    }

    .token-mine-content {
        padding: 5px 5px;
    }

    .auction-date {
        padding: 0px 0px;
    }

    .bid-content p {
        font-size: 10px;
        line-height: 16px;
    }

    .biding-price button {
        font-size: 12px;
    }

    .biding-price button.dollar {
        padding: 5.4px 18px;
    }

    .biding-price button {
        padding: 6px 18px;
    }

    .sales-activ table tr img {
        width: 30px;
        height: 30px;
    }

    .sales-activ table thead tr th {
        font-size: 12px;
    }

    .nfts-tabing .nav-tabs .nav-link {
        margin: 0px 8px 0px 0px;
    }

    .nfts-tabing .nav-tabs .nav-link {
        font-size: 12px;
    }

    .filters-nft button i {
        font-size: 14px;
    }

    .filters-nft button {
        font-size: 12px;
    }

    .joined-image img {
        width: 60px;
        height: 60px;
        object-fit: cover;
    }

    .user-name h2 {
        font-size: 15px;
    }

    .user-social a i {
        margin: 0px 5px;
    }

    .user-profile-details {
        margin: -81px 10px 11px 10px;
    }

    .joined-image img {
        width: 40px;
        height: 40px;
        object-fit: cover;
    }

    .upload-certi h6 {
        font-size: 12px;
    }

    .account-nft {
        padding: 10px;
        margin-bottom: 10px;
    }

    .nft-content h6 {
        margin-bottom: 0px;
    }

    .user-seller h6 {
        font-size: 14px;
    }

    .nft-icon {
        width: 35px;
        height: 35px;
    }

    .nftbatchs {
        flex-direction: column;
    }

    .auction-toggle {
        padding: 10px 0px;
    }

    .nftbatchs {
        margin: 0px 0px;
    }

    .user-name p {
        font-size: 12px;
        width: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .auction-timing {
        flex-direction: column;
        margin-bottom: 13px;
        justify-content: start;
        align-items: start;
    }

    .create-auction {
        padding: 0px 8px/;
    }

    .desktop-view {
        display: none;
    }

    .user-walletaddress {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .main-heading {
        flex-direction: column;
    }

    .menu-order {
        display: flex;
        align-items: center;
        column-gap: 0px;
        justify-content: end;
        margin-left: 5px;
        width: 100%;
    }

    .mobile-view {
        display: flex;
    }
}

@media(max-width:350px) {
    .user-dropdown .dropdown button span {
        width: 32px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}