@font-face {
    font-family: "Red Hat Text";
    src: url("../font/RedHatText-Regular.eot");
    src: url("../font/RedHatText-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../font/RedHatText-Regular.woff2") format("woff2"),
        url("../font/RedHatText-Regular.woff") format("woff"),
        url("../font/RedHatText-Regular.ttf") format("truetype"),
        url("../font/RedHatText-Regular.svg#RedHatText-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Red Hat Text";
    src: url("../font/RedHatText-Medium.eot");
    src: url("../font/RedHatText-Medium.eot?#iefix") format("embedded-opentype"),
        url("../font/RedHatText-Medium.woff2") format("woff2"),
        url("../font/RedHatText-Medium.woff") format("woff"),
        url("../font/RedHatText-Medium.ttf") format("truetype"),
        url("../font/RedHatText-Medium.svg#RedHatText-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Red Hat Text";
    src: url("../font/RedHatText-SemiBold.eot");
    src: url("../font/RedHatText-SemiBold.eot?#iefix")
            format("embedded-opentype"),
        url("../font/RedHatText-SemiBold.woff2") format("woff2"),
        url("../font/RedHatText-SemiBold.woff") format("woff"),
        url("../font/RedHatText-SemiBold.ttf") format("truetype"),
        url("../font/RedHatText-SemiBold.svg#RedHatText-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garamond Premiere Pro';
    src: url('../font/GaramondPremrPro.eot');
    src: url('../font/GaramondPremrPro.eot?#iefix') format('embedded-opentype'),
        url('../font/GaramondPremrPro.woff2') format('woff2'),
        url('../font/GaramondPremrPro.woff') format('woff'),
        url('../font/GaramondPremrPro.ttf') format('truetype'),
        url('../font/GaramondPremrPro.svg#GaramondPremrPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Red Hat Text" !important;
    color: #343a40;
    margin: 0;
}

.text-danger.phone {
    margin-top: 15px;
}

.register-page.registry .phone-column {
    position: relative;
}

.register-page.registry .phone-column .formError.inline {
    position: absolute !important;
    top: 55px !important;
}

.registry .formError .formErrorContent {
    font-weight: normal !important;
}

.registry .text-danger {
    color: #f15b5d !important;
    font-size: 16px !important;
}

.add-button {
    margin-left: 16px;
}

.add-button .btn-primary {
    background-color: #EE7274;
    border: solid 1px #EE7274;
    padding: 5px 30px;
    margin-right: 18px;
}

.add-button .btn-primary:hover {
    background-color: #EE7274;
    border: solid 1px #EE7274;
}

.add-button .btn-primary.margin-0 {
    margin-right: 0;
}

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

.header .dropdown button.btn:focus-visible {
    outline: 0;
}

.form-control:focus {
    border-color: #b5a78a !important;
    box-shadow: none !important;
    color:#fff!important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: transparent;;
    border: solid 1px #b5a78a;
}

.add-button .btn-primary img {
    width: 20px;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 5px;
}

.register-form {
    width: 560px;
}

.address-card {
    border: none !important;
    box-shadow: none !important;
}

.index-user-action {
    display: flex;
}

.index-user-action a .fas {
    color: #212529;
}

.register-page.subscriber-register {
    height: auto;
    margin-top: 10px;
}

.phone_selection {
    display: flex;
}

.textarea {
    width: 100%;
    height: 200px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #dddddd;
    padding: 10px;
}

.modal .modal-header {
    background: #e9f5fe;
    border-bottom: solid 2px #0095fa;
}

.modal .modal-header h5.modal-title {
    color: #0095fa;
    font-size: 18px;
}

.modal .modal-header h5.modal-title .fa {
    font-size: 14px;
    margin-right: 5px;
}

.modal button span {
    background: #f00;
    width: 25px;
    display: block;
    height: 25px;
    border-radius: 100%;
    line-height: 25px;
    color: #fff;
    text-shadow: none;
    font-weight: normal;
}

.modal button {
    opacity: 1;
}

.view-btn {
    color: white !important;
}

.index-user-action .toggle.btn {
    width: 85px !important;
}

.btn-success.toggle-on {
    font-size: 0.875rem;
    padding-top: 7px;
    font-weight: normal !important;
}

.btn-danger.active.toggle-off {
    font-size: 0.875rem;
    padding-top: 7px;
    font-weight: normal !important;
}

.required_field {
    color: #f15b5d;
}

.page-loader-material {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    margin-top: -22px;
}

.on-loader-outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.user_datatable {
    table-layout: fixed;
    width: 100%;
}

.manage_user_table table.table-bordered {
    border: none;
}

.manage_user_table table.table-bordered tr th {
    color: #00a48e;
    letter-spacing: 0.17px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.manage_user_table table.table-bordered tr th {
    color: #00a48e;
    letter-spacing: 0.17px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.manage_user_table table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
    color: #00a48e;
}

.manage_user_table table .edit.btn-success {
    width: 62px;
    height: 28px;
    border: 1px solid #343a40;
    border-radius: 35px;
    background: none;
    color: #343a40 !important;
    line-height: 11px;
    font-weight: 600;
}

.manage_user_table table .edit.btn-success:hover {
    background-color: #ff6d28;
    color: #fff;
    border: solid 1px #ff6d28;
}

.manage_user_table table .view-btn.btn-primary {
    width: 62px;
    height: 28px;
    border: 1px solid #343a40;
    border-radius: 35px;
    background: none;
    color: #343a40 !important;
    line-height: 10px;
    font-weight: 600;
}

.manage_user_table table .view-btn.btn-primary:hover {
    background-color: #ff6d28;
    color: #fff !important;
    border: solid 1px #ff6d28;
}

.manage_user_table table.table-bordered tr.even {
    background: #eefffd;
}

.manage_user_table table.table-bordered .toggle.btn {
    min-width: 100px;
    min-height: 28px;
    border-radius: 35px;
    width: 70px !important;
    height: 28px !important;
}

.custom_sidebar ul li a.active {
    background-color: #CA4949;
}

.custom_sidebar ul li a.active {
    background-color: #CA4949 !important;
}

.custom_sidebar ul li a {
    background-color: #422831 !important;
}

.sidebar-stitle {
    color: #fff;
    font-weight: bold !important;
    font-size: 25px;
    display: block;
}

.manage_user_table .btn-success.toggle-on {
    padding-top: 3px;
    padding-left: 15px;
}

.manage_user_table .toggle.btn-success .toggle-handle {
    position: absolute;
    border-radius: 100%;
    left: 73px;
    height: 26px;
    width: 24px;
}

.manage_user_table .toggle.btn-success .btn-success {
    background-color: #03cb17;
}

.manage_user_table .toggle.btn-danger.off .toggle-handle {
    position: absolute;
    border-radius: 100%;
    left: 98;
    height: 26px;
    width: 24px;
}

.manage_user_table .toggle.btn-danger.off .btn-danger.active.toggle-off {
    background-color: #ff5050;
}

.manage_user_table .btn-danger.off .btn-danger.active.toggle-off {
    padding-top: 3px;
    padding-left: 28px;
}

.manage_user_table table a.delete.btn.btn-danger.btn-sm.delete-confirm:hover {
    background-color: #dc3545;
    color: #fff !important;
    border: solid 1px #dc3545;
}

.manage_user_table table a.delete.btn.btn-danger.btn-sm.delete-confirm {
    width: 62px;
    height: 28px;
    border: 1px solid #343a40;
    border-radius: 35px;
    background: none;
    color: #343a40;
    line-height: 18px;
    font-weight: 600;
}

.datatable-edit-icon {
    line-height: 18px !important;
}

.manage_user_table table {
    width: 100% !important;
}

.highlight {
    background: #b5a78a !important;
}

.manage-user label {
    font-weight: normal !important;
    color: #343a40;
    font-size: 16px;
}

.manage-user input.form-control {
    border: solid 1px #b5a78a;
    background: transparent;
    color: #fff;
    border-radius: 0px;
}

.manage-user select.form-control {
    border: solid 1px #747474;
}

.manage-user select.select-type.form-control {
    background-color: #EE7274;
    color: #fff;
}

.manage-user select.form-control option {
    background-color: #fff;
    border: none;
    color: #343a40;
}

.manage-user input.form-control:focus {
    border: solid 1px #EE7274;
}

.manage-user-title {
    display: flex;
}

.manage-user-title .show-list {
    padding-top: 2px;
}

.manage-user-title .show-list img {
    margin-right: 10px;
}

.manage-user-header {
    padding-left: 0;
}

.manage-user select.form-control:focus {
    border: solid 1px #b5a78a;
}

form#edit_admin, form#add_plan_form, form#add_product_form, form#update_admin_password_form {
    max-width: 700px;
    width: 100%;
}

.manage-user .btn-primary {
    color: #fff;
    border-radius: 0px;
    border: solid 1px #b5a78a;
    background-color: #343a40;
    margin: auto;
    max-width: 250px;
}

.manage-user-header .left {
    padding-left: 0;
}

.sub-heading {
    font-size: 16px;
    color: #343a40;
    position: relative;
    padding-left: 10px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: solid 1px #343a40;
}

.sub-heading:before {
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 100%;
    content: "";
    background-color: #343a40;
    top: 10px;
    left: 0;
}

.sub-heading:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #343a40;
    left: -10px;
    bottom: 0;
}

.bottom-border {
    padding-right: 0;
}

.manage-user label.address-bar {
    font-size: 20px;
    font-weight: 600 !important;
    text-decoration: underline;
    color: #343a40;
    margin-top: 10px;
}

.icheck-primary
    > input:first-child:not(:checked):not(:disabled):hover
    + input[type="hidden"]
    + label::before,
.icheck-primary
    > input:first-child:not(:checked):not(:disabled):hover
    + label::before {
    border-color: #b5a78a ;
}

.icheck-primary
    > input:first-child:checked
    + input[type="hidden"]
    + label::before,
.icheck-primary > input:first-child:checked + label::before {
    background-color: #b5a78a ;
    border-color: #b5a78a;
}

.icheck-primary
    > input:first-child:not(:checked):not(:disabled):focus
    + input[type="hidden"]
    + label::before,
.icheck-primary
    > input:first-child:not(:checked):not(:disabled):focus
    + label::before {
    border-color: #b5a78a;
}

.manage-user-title h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.manage-user-title h1 span {
    color: #b5a78a;
}

.breadcrumb-item a {
    color: #b5a78a;
}

.manage-user-first-row {
    padding: 0 20px;
}

.manage-user-first-row select {
    background-color: #343a40;
    color: #fff;
}

.styled-select {
    width: 150px;
    height: 35px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: url(/assets/dist/img/arrow-down.svg) no-repeat #343a40;
    display: inline-block;
    position: relative;
    background-position: center right 10px;
    border-radius: 0.25rem;
    margin-top: 15px;
    border: solid 1px #343a40;
    color: #fff;
}

.styled-select select:hover {
    background-color: transparent;
    border: none;
}

.styled-select select:active {
    background-color: transparent;
    border: none;
}

.styled-select select:focus-visible {
    outline: 0;
}

.styled-select select:focus {
    background-color: transparent;
    border: none;
}

.styled-select select option {
    background: #1d212c;
    color: #fff !important; 
}

.styled-select select {
    background: transparent;
    -webkit-appearance: none;
    width: 150px;
    font-size: 15px;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    height: 35px;
    color: #fff;
}

.manage-user .card {
    min-height: 600px;
    background: transparent;
}
#edit_admin label, #update_admin_password_form label {
    color: #fff;
}

.welcome {
    font-size: 14px;
    background-color: #ffeded;
    text-align: center;
    width: 100%;
    padding: 5px;
    flex: 1;
    height: 35px;
}

.header {
    display: flex;
    width: 100%;
}

.header .main-part {
    display: flex;
    flex: 1;
}

.billing-checkbox label {
    font-size: 20px;
    font-weight: 600 !important;
    text-decoration: underline;
    color: #343a40;
}

.billing-checkbox {
    margin: 15px 0 5px 0 !important;
}

.header button.btn-secondary {
    background-color: transparent !important;
    border: none;
}

.header button.btn-secondary::after {
    background: url(/assets/dist/img/arrow-down-green.svg) no-repeat;
    width: 20px;
    height: 20px;
    border: none;
    top: 10px;
    position: relative;
}

.header button.btn-secondary:focus {
    background-color: transparent;
    box-shadow: none !important;
    border: none;
}

.header button.btn-secondary:active {
    background-color: transparent;
    border: none;
}

.header .btn-secondary:not(:disabled):not(.disabled).active,
.header .btn-secondary:not(:disabled):not(.disabled):active,
.show > .header .btn-secondary.dropdown-toggle {
    background-color: transparent !important;
    border: none;
}

.header .dropdown.show button::after {
    transform: rotate(180deg);
}

.header .dropdown.show .dropdown-menu {
    left: auto;
    right: 0;
}

.notification-bell {
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 5px;
}

.notification-bell img {
    width: 30px;
}

.header .dropdown button.btn {
    padding-top: 0;
}

.header .dropdown button.btn img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.header .dropdown.show .dropdown-menu a.dropdown-item:hover {
    background-color: #dedede;
}

.header .dropdown.show .dropdown-menu a.dropdown-item:focus {
    color: #343a40;
}

.project-material-center {
    display: flex;
    margin-top: 10px;
    justify-content: center;
}

.project-material-center-inline {
    display: flex;
    margin-top: 10px;
}

.museum-form-field {
    min-width: 300px;
}

.select2-container .select2-selection--single {
    height: 38px;
}

hr.artifacts-horizontal-line {
    width: 100%;
}

.artifact_public_yes, .currently_museum_yes{
    display:none;
}

.currently_museum_yes .form-check, .currently_museum_yes_always .form-check {
    display: inline;
    margin: 10px;
}

#add_artifact_form .form-label, #edit_artifact_form .form-label{
    font-weight: 500!important;
}

.currently_museum_yes label.form-check-label {
    font-weight: 700 !important;
}

.artifact_public_yes .radio-toggle {
    display: flex;
    flex-direction: row;
    margin: 20px 0px;
}

.artifact_public_yes .radio-toggle label.public-label {
    max-width: 320px;
}

.manage-user-first-row.add-object-type {
    padding: 0px 6px;
}

.manage-user-first-row.add-object-type .add-button {
    margin-left: -5px;
}

.password-form {
    position: relative;
}

.password-form .far {
    position: absolute;
    right: 7px;
    top: 48px;
    color: #747474;
}

.content .container-fluid.p-0, .container-fluid > .registry {
    margin-top: 50px;
}

main#add_artifact_wrapper, main#add_artifact_wrapper .container-fluid.p-0 {
    margin-top: 0px !important;
}

.artifact {
    background: rgb(36, 42, 56);
    background: linear-gradient(87deg, rgba(36, 42, 56, 1) 50%, rgba(44, 52, 67, 1) 70%);
    display: flex;
    color: #fff;
    border-radius: 5px;
}

.artifact .left {
    flex: 1;
}

.artifact .left h2 {
    font-size: 18px;
    margin-bottom: 0;
}

.artifact .left h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.artifact .left p {
    font-size: 16px;
    color: #747474;
}

.artifact .left p span {
    color: #ff5050;
}

.certificate {
    background-color: #dbf8ff;
    display: flex;
    color: #343a40;
    border-radius: 5px;
}

.certificate .left {
    flex: 1;
}

.certificate .left h2 {
    font-size: 18px;
    margin-bottom: 0;
}

.certificate .left h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.certificate .left p {
    font-size: 16px;
    color: #747474;
}

.form-group.price-validation.validation-style.price-validation-error {
    /* top: auto !important; */
    margin-bottom: 55px;
    /* bottom: -15px !important; */
    /* position: absolute !important; */
}

.certificate .left p span {
    color: #03cb17;
}

.registry .top table thead tr th {
    text-transform: uppercase;
    color: #EE7274;
}

.registry .top table tbody tr td p {
    margin-bottom: 0;
}

.registry .top table tbody tr:nth-of-type(even) {
    background-color: #fff5f5;
}

.registry p.success {
    color: #b5a78a;
    text-align: center;
    font-weight: 600;
    font-family: 'Garamond Premiere Pro';
    font-size: 18px;
    text-transform: uppercase;
}

.registry p.cancel {    
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: 'Garamond Premiere Pro';
    font-size: 18px;
}

.registry p.progress_status {   
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: 'Garamond Premiere Pro';
    font-size: 18px;
}

.registry p.private_status {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: 'Garamond Premiere Pro';
    font-size: 18px;
}

.registry p.public_status { 
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: 'Garamond Premiere Pro';
    font-size: 18px;
}

.registry-change-pwd label.form-label {
    color: #747474;
    font-size: 16px;
    font-weight: normal;
}

.registry-change-pwd input.form-control {
    border: solid 1px #b5a78a;
    font-weight: normal;
}

.registry-change-pwd input.form-control::placeholder {
    color: #bbbbbb;
}

button.red-bg {
    background-color: transparent;
    border: solid 1px #b5a78a;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
}



.artifact-data-table table tr th {
    color: #EE7274;
    letter-spacing: 0.17px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.artifact-data-table table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
    color: #EE7274;
}

.artifact-data-table .toggle.btn-danger.off .btn-danger.active.toggle-off {
    background-color: #ff5050;
    border-color: #ff5050;
}

.artifact-data-table .btn-danger.off .btn-danger.active.toggle-off {
    padding-top: 3px;
    padding-left: 28px;
}

.artifact-data-table .toggle.btn-danger.off .toggle-handle {
    position: absolute;
    border-radius: 100%;
    left: 98px;
    height: 26px;
    width: 24px;
}

.modal.registry .toggle .btn.btn-danger.active.toggle-off {
    padding-top: 3px;
}

.modal.registry .toggle.btn-danger.off .toggle-handle {
    position: absolute;
    border-radius: 100%;
    left: 64px;
    height: 26px;
    width: 24px;
}

.artifact-data-table .toggle.btn-success .toggle-handle {
    position: absolute;
    border-radius: 100%;
    left: 73px !important;
    height: 26px;
    width: 24px;
}

.artifact-data-table .toggle.btn-success .btn-success {
    background-color: #03cb17;
    border-color: #03cb17;
}

.artifact-data-table table.table-bordered .toggle.btn {
    min-width: 100px;
    min-height: 28px;
    border-radius: 35px;
    width: 70px !important;
    height: 28px !important;
}

.artifact-data-table .btn-success.toggle-on {
    padding-top: 2px;
}

.sidebar-mini section.content .card, section.content.order-history.payment-history, section.content.card.new-card.registry {
    background-color: #272f3c;
    color: #fff;
}

.artifact-data-table table tr.even {
    background-color: #383f4c;
}

.artifact-data-table table tr, .artifact-data-table table tr:hover {
    color: #fff;
}

/*milestone-3*/
.slider.round {
    border-radius: 34px;
}

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

input:checked + .slider {
    background-color: green;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch {
    position: relative;
    display: inline-block;
    width: 49px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.artifact .title {
    display: flex;
}

.artifact .title .left {
    display: flex;
    flex: 4;
}

.artifact .title .left h3 {
    font-weight: 600;
}

.artifact .title .right {
    display: flex;
    justify-content: flex-end;
    flex: 8;
}

.artifact h2.info {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    padding-left: 5px;
    margin: 20px 0;
}

.artifact .select2-container .select2-selection--single {
    height: 38px;
    border-radius: 8px;
    border: 1px solid #ced4da;
}

.artifact button.btn-primary {
    background-color: #00ae97;
    border: solid 1px #00ae97;
}

.artifact input.form-control.height {
    border: solid 1px #000;
    border-radius: 0;
}

.artifact .title .right label.public-label {
    margin-left: 5px;
    display: flex;
    order: 2;
}

.artifact .title .right .radio-toggle {
    display: flex;
    margin-left: 10px;
}

.artifact .title .right label.switch {
    display: flex;
    order: 1;
}

.artifact .buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.artifact button.btn-primary {
    background-color: #00ae97;
    border: solid 1px #00ae97;
    padding: 10px 20px;
    border-radius: 10px;
    width: auto;
    height: 40px;
}

.artifact button.btn-primary.add-artifact-button {
    margin-top: 0;
    margin-left: 20px;
}

.artifact input.form-control {
    border-radius: 8px;
}

.artifact
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 36px;
}

.artifact .note-editor.note-frame,
.artifact .note-editor.note-airframe {
    border: 1px solid #ced4da;
    box-shadow: none;
    border-radius: 8px;
}

.artifact h3.card-title {
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 500;
}

.artifact select.custom-select {
    border-radius: 8px !important;
    border: 1px solid #ced4da;
}

table.artifact_datatable {
    width: 100% !important;
}

table.artifact_datatable a.view {
    width: 100%;
}

.registry.artifact-data-table.view a.view {
    width: auto;
}

table.artifact_datatable button.edit {
    width: 100%;
    margin: 5px 0;
}

table.artifact_datatable a.edit {
    width: 100%;
    margin: 5px 0;
}

table.artifact_datatable
    div.dataTables_wrapper
    div.dataTables_paginate
    ul.pagination {
    margin-bottom: 10px;
}

.select-collection-error {
    position: relative;
}

.select-collection-error .collectionformError {
    width: 100%;
    position: absolute !important;
}

.select-collection-error .collectionformError .formErrorContent {
    top: 72px;
    left: 8px;
    position: absolute !important;
}

.dimension-error .formErrorContent {
    top: 8px !important;
}

.show-uploaded-images {
    display: flex;
}

.show-uploaded-images .uploaded-images {
    margin: 5px;
    position: relative;
}

.show-uploaded-images .uploaded-images img {
    border-radius: 0px;
}

.show-uploaded-images .uploaded-images button {
    position: absolute;
    top: -10px;
    right: -4px;
    background-color: #000;
    border: none;
    border-radius: 100%;
    color: #fff;
    padding: 1px 8px;
    display: block;
    font-weight: bold;
}

.card-right_side {
    border: 1px solid #a9a9a9;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-top: 32px;
    border-radius: 0.25rem;
}

.card-right_side .card-header {
    padding: 10px 1.25rem;
}

a.btn.abc.disabled {
    pointer-events: all;
}

/* a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .6;
}

a.disabled:hover::after {
    content: attr(title);
    padding-left: 10px;
    color: black;
   } */

/* 24-03-2023 start here*/

.registry .header {
    border-bottom: solid 1px #b5a78a;
    margin-bottom: 20px;
    margin-top: 10px;
}

.registry .header h1 {
    flex: 1;
    font-size: 48px;
    font-weight: 600;
    font-family: 'Garamond Premiere Pro';
    color: #ffffff;
    line-height: 28px;
    font-weight: 500;
}

section.content-header.registry .row.mb-2 {
    border-bottom: solid 1px #b5a78a;
    margin-bottom: 20px;
    margin-top: 10px;
}

section.content-header.registry .row.mb-2 h1 {
    flex: 1;
    font-size: 48px;
    font-weight: 600;
    font-family: 'Garamond Premiere Pro';
    color: #ffffff;
    line-height: 28px;
    font-weight: 500;
}

img.team-pic {
    width: 90px;
}

button.btn_small {
    font-size: 16px;
}

button.btn-primary:hover {
    background-color: #373f4da6;
    border-color: #b5a78a;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #373f4da6;
    border-color: #b5a78a;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle, .btn-primary.focus, .btn-primary:focus {
    background-color: transparent!important;
    border-color: #b5a78a!important;
}

.registry .top .search-panel {
    display: flex;
}

.registry .top .search-panel .title {
    flex: 1;
}

.title {
    font-size: 16px;
    position: relative;
    padding-left: 12px;
}

.title::after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #343a40;
    content: "";
    left: 0;
    top: 10px;
}

.registry .top .search-panel .right input {
    border: solid 1px #EE7274;
    border-radius: 5px;
    padding: 5px 10px 5px 35px;
    background-image: url("../img/search-registry-icon.svg");
    background-repeat: no-repeat;
    background-position: 7px 5px;
    background-size: 21px;
}

.registry .top .search-panel .right input:focus-visible {
    border: solid 1px #fff;
    outline: 0;
}

.new-card {
    border-radius: 5px;
    border: none;
    box-shadow: none;
}

.registry .top table tbody tr td {
    border-top: none;
}

.header .dropdown button.btn img {
    border-radius: 100%;
}

li.breadcrumb-item {
    font-family: sans-serif;
}

.heading-title-border {
    border-bottom: 1px solid #958d79;
}

select.custom-select.custom-select-sm {
    background: transparent;
    color: #fff;
}

select.custom-select.custom-select-sm option {
    color: #000;
}

#artifact_datatable_filter input.form-control::placeholder {
    color: #fff;
}
li.paginate_button.page-item:hover a {
    color: #fff !important;
}
#artifact_datatable_filter input.form-control {
    background: transparent url(../img/search-normal.svg) no-repeat;
    width: 100%;
    padding: 8px 5px 8px 38px;
    border: 1px solid #b5a78a;
    background-position: 7px center;
    color: #fff;
    min-width: 280px;
}

.artifacts-draft-btn {
    margin-left: 15px;
}

.registry h1 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.table-hover tbody tr.even:hover {
    background: #383f4c;
    color: #fff;
}

.registry hr.title-border {
    border-top: solid 1px #343a40;
    position: relative;
}

.registry hr.title-border::before {
    background-color: #343a40;
    width: 15px;
    height: 1px;
    content: "";
    position: absolute;
    top: -1px;
    left: -15px;
}

.registry hr.title-border::after {
    background-color: #343a40;
    width: 15px;
    height: 1px;
    content: "";
    position: absolute;
    top: -1px;
    right: -15px;
}

.artifact-data-table table tr td:nth-child(7) {
    display: flex;
}

.artifact-data-table table tr td:nth-child(7) button.edit {
    margin-top: 0;
}

.artifact-data-table table tr td:nth-child(7) button.btn {
    padding: 0;
    margin: 0 2px;
}

.registry.artifact-data-table table tr td:nth-child(7) a.btn {
    padding: 0;
    margin: 0 2px;
}

.registry.artifact-data-table table tr td:last-child button.btn {
    width: 35px;
    height: 35px;
    background-color: #9fd4fe;
    border-radius: 100%;
    border: none;
}

.registry .dataTables_wrapper .dataTables_info {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0 !important;
}

.registry .dataTables_wrapper .dataTables_paginate {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.registry .dataTables_paginate ul.pagination li a {
    border: none;
    color: #343a40;
}

.registry .dataTables_paginate ul.pagination li.disabled a {
    opacity: 0.5;
}

.registry .dataTables_paginate ul.pagination li a:hover {
    background: none;
}

.registry .dataTables_paginate ul.pagination li a:focus {
    box-shadow: none;
}

.registry .dataTables_paginate ul.pagination li.active a.page-link {
    border: none;
    background-color: transparent;
    color: #EE7274;
}

.registry .manage-profile .user-profile .image {
    position: relative;
    display: inline-block;
}

.registry .manage-profile .user-profile #imagePreview {
    border: solid 2px #EE7274;
    border-radius: 100%;
    background-size: cover;
}

.registry .manage-profile .user-profile .image .over-layer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.registry .manage-profile .user-profile .over-layer img {
    border: none;
}

.registry .manage-profile .user-profile p {
    font-size: 12px;
    border-bottom: solid 1px #898988;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.registry .manage-profile .user-login .form-group {
    display: flex;
    flex-direction: column;
}

.registry .manage-profile .user-login .form-group label {
    flex: 4;
    text-align: left;
    font-weight: normal;
    color: #898988;
    margin-top: 5px;
    margin-right: 5px;
}

.registry .manage-profile .user-login .form-group input {
    width: auto;
    flex: 8;
    margin-left: 3px;
    border: solid 1px #747474;
    height: 42px;
}

.registry .manage-profile .user-login .form-group input::placeholder {
    color: #343a40;
}

.registry .manage-profile .user-login .form-group input:focus {
    border: solid 1px #EE7274;
}

.registry .manage-profile .address-info h2 {
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 30px;
    position: relative;
    left: -10px;
    padding-top: 30px;
}

.registry .manage-profile .address-info label {
    font-weight: normal;
    color: #898988;
}

.registry .manage-profile .address-info input,
.registry .manage-profile .address-info select {
    flex: 8;
    margin-left: 3px;
    border: solid 1px #747474;
    height: 42px;
}

.registry .manage-profile .address-info input::placeholder {
    color: #343a40;
}

.registry .manage-profile .address-info input:focus {
    border: solid 1px #EE7274;
}

.registry .manage-profile .user-login .form-group input:focus {
    border: solid 1px #EE7274;
}

.registry .manage-profile .address-info input[type="file"] {
    border: none;
    width: 200px;
}

.registry
    .manage-profile
    .icheck-primary
    > input:first-child:checked
    + input[type="hidden"]
    + label::before,
.icheck-primary > input:first-child:checked + label::before {
    background-color: #b5a78a !important;
    border-color: #b5a78a !important;
}

.registry
    .manage-profile
    .icheck-primary
    > input:first-child:not(:checked):not(:disabled):hover
    + input[type="hidden"]
    + label::before,
.icheck-primary
    > input:first-child:not(:checked):not(:disabled):hover
    + label::before {
    border-color: #b5a78a !important;
}

.btn-primary.cancel {
    background-color: transparent;
    border-color: #343a40;
    color: #343a40;
    font-size: 18px;
    padding: 9px 80px;
    text-transform: uppercase;
}

.btn-primary.cancel:hover {
    color: #fff;
}

.btn-primary.save {
    background-color: transparent;
    border-color: #b5a78a;
    font-size: 18px;
    padding: 9px 80px;
    border-radius: 0px;
    text-transform: uppercase;
}

.btn-primary.save:hover {
    background-color: #b5a78a;
    border-color: #b5a78a;
    color: #fff;
}

.dropzone .dz-preview .dz-remove {
    color: #b5a78a!important;
}

.dropzone .dz-preview.dz-image-preview {
    background: transparent!important;
}
.dropzone .dz-preview .dz-image {
    border-radius: 0px!important;
}

.mr-15 {
    margin-right: 15px;
}

.registry .manage-profile .icheck-primary {
    margin-right: 30px;
}

.registry.artifact-data-table table tr td {
    border: none;
    word-break: break-word;
}

.registry.artifact-data-table table tr th {
    border-right: none;
    border-top: none;
}

.registry.artifact-data-table .table-bordered {
    border: none;
    width: 100% !important;
    background: transparent;
}

.registry .edit-first-row {
    display: flex;
    border-bottom: solid 1px #dedede;
    margin-bottom: 20px;
}

.registry-change-pwd .card {
    background: transparent;
    box-shadow: none;
    border: none;
}

.registry h1 span {
    color: #EE7274;
}

.registry .edit-first-row .left {
    display: flex;
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}

.registry .edit-first-row .left::after {
    position: absolute;
    content: "";
    background-color: #dedede;
    width: 1px;
    height: 25px;
    top: 0;
    right: 0;
}

.registry .edit-first-row .center {
    display: flex;
    flex: 1;
}

.registry .edit-first-row .center.no-flex {
    flex: none;
}

.registry .edit-first-row .quarter {
    flex: 1;
    display: flex;
    position: relative;
}

.registry.artifact-data-table table tr td:last-child button.btn.add {
    width: auto;
    height: auto;
    background-color: transparent;
    padding-left: 0;
}

.registry.artifact-data-table table tr td:last-child a.add {
    width: auto;
    height: auto;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.registry.artifact-data-table table tr td img.img-rounded {
    width: 100px;
}

.registry.artifact-data-table.view .dataTables_filter input {
    border: solid 1px #EE7274;
    border-radius: 5px;
    padding: 5px 10px 5px 35px;
    background-image: url(../img/search-registry-icon.svg);
    background-position: 7px 5px;
    background-size: 21px;
}

.registry .edit-first-row .center .radio-toggle {
    margin-right: 15px;
    margin-top: 10px;
}

.registry .edit-first-row .center.radio-alignment .radio-toggle {
    margin-top: 0px;
}

.registry .edit-first-row .center .radio-toggle .switch {
    height: 22px;
}

.registry .edit-first-row .center .radio-toggle input:checked + .slider {
    background-color: #45bf51;
}

.registry .edit-first-row .center .radio-toggle .slider::before {
    bottom: 5px;
}

.registry .edit-first-row .center .radio-toggle label {
    font-weight: normal;
    margin-right: 3px;
}

.registry h3.underline {
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
}

.registry .note-data-table .note_datatable {
    width: 100% !important;
    border-top: none;
}

.registry .note-data-table.new-note .note_datatable thead {
    display: none;
}

.registry .note-data-table .note_datatable tbody tr {
    color: #fff;
    background: transparent;;
}

.registry .note-data-table .note_datatable tbody tr td:last-child {
    width: 30%;
}

.registry .note-data-table .dataTables_paginate {
    margin-bottom: 0 !important;
}

.registry .note-data-table .dataTables_info {
    margin-bottom: 0;
}

.actn-btn {
    margin: 0px 5px;
}

.registry textarea {
    height: 200px;
}

.textareacss{
    height: 250px !important;
}

.textareacssforsmall{
    height: 80px !important; 
}

.registry label.no-bold {
    font-weight: normal;
}

.registry .carousel-item img {
    height: 200px;
    border-radius: 4px;
    width: 100%;
    object-fit: contain;
}

.registry .carousel-item {
    background-color: #787878;
}

.registry .form-control, .registry .form-control:focus {
    background: #272f3c;
    border: 1px solid #383f4c;
    border-radius: 0px;
    color: #fff;
}

.registry .toggle.btn {
    min-width: 75px;
    min-height: 28px;
    border-radius: 35px;
    width: 75px !important;
    height: 28px !important;
}

.registry .btn-success.toggle-on {
    padding-top: 3px;
    background-color: rgba(69, 191, 81, 0.2);
    border: solid 1px rgba(69, 191, 81, 0.2);
}

.registry .btn-danger.toggle-off {
    padding-top: 3px;
}

.registry .toggle.btn-danger .toggle-handle {
    position: absolute;
    border-radius: 100%;
    left: 73px;
    height: 26px;
    width: 13px;
}

.registry .toggle.btn-success .toggle-handle {
    position: absolute;
    border-radius: 100%;
    left: 47px;
    height: 26px;
    width: 13px;
}

.registry .dimension-error .form-group label {
    margin-right: 10px;
    margin-top: 10px;
}

.registry .dimension-error {
    margin-left: 30px;
}

/* .registry .dimension-error .width {
    margin-right: 10px;
    margin-left: 10px;
} */

.registry .dimension-error .form-group input {
    /* width: 130px; */
    width: 50px;
    margin-bottom: 0;
}

.registry label {
    font-weight: normal !important;
}

.registry .note-data-table .dataTables_wrapper {
    overflow-y: auto;
    max-height: 150px;
}

.registry .note-data-table .dataTables_wrapper::-webkit-scrollbar {
    width: 8px;
    /* width of the entire scrollbar */
}

.registry .note-data-table .dataTables_wrapper::-webkit-scrollbar-track {
    background: #ffeded;
    /* color of the tracking area */
}

.registry .note-data-table .dataTables_wrapper::-webkit-scrollbar-thumb {
    /* color of the scroll thumb */
    background-color: #EE7274;
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #ffeded;
    /* creates padding around scroll thumb */
}

.registry.modal .modal-header {
    background: none;
    border-bottom: none;
    padding: 10px 0;
    border-bottom: solid 1px #EE7274;
    margin: 0 15px;
}

.registry.modal .modal-header h5.modal-title {
    color: #343a40;
    font-weight: 600;
}

.registry.modal button span {
    color: #343a40;
    background: none;
}

.registry.modal .card-body.note-data-table {
    padding: 0;
}

.registry table.note_datatable {
    margin-top: 0 !important;
    background: transparent;
}
#note_datatable, #note_datatable td {
    border-color: #b5a78a;
    color: #fff;
}

#user_details tr, #user_details td {
    border-bottom: 1px solid #cecece;
}

.card.card-body.set-password-validiation-message p {
    font-size: 14px!important;
    margin: 0px;
}

button.black {
    background-color: #343a40;
    border: solid 1px #b5a78a;
    border-radius: 0px;
}

button.red {
    background-color: #373f4d;
    border: solid 1px #b5a78a;
    border-radius: 0px;
    max-width: 250px;
    margin: auto;
    text-transform: uppercase;
}

button:focus {
    outline: 0;
}

.edit-icon {
    padding: 0;
}

.delete.icon {
    padding-left: 5px;
}

.edit-first-row .first-div {
    display: flex;
}

.edit-first-row .first-div .radio-toggle {
    margin-right: 15px;
}

.edit-first-row .first-div .radio-toggle label {
    font-weight: normal;
}

.edit-first-row .first-div .radio-toggle label.switch {
    margin-top: 10px;
}

.registry
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #422831;
    border-color: #422831;
}

.text-danger.list_err {
    color: #ff0000 !important;
}

.registry.popup textarea {
    height: 100px;
}

.registry.popup .form-control {
    margin-bottom: 0;
}

.modal.registry.list-popup-error .select2-container {
    width: 100% !important;
}

.modal.registry.list-popup-error .listsformError {
    top: -4px !important;
}

.manage-admin-table .toggle {
    margin-top: 10px;
}

.main-sidebar nav ul li ul.nav.nav-treeview li a {
    padding-left: 30px;
}

.registry .dataTables_length select.form-control {
    margin-bottom: 0;
}

.btn-n-bg-border {
    background: none;
    border: none;
}

.sidebar nav ul li a img {
    margin-right: 5px;
}

.swal2-confirm.swal2-styled {
    background-color: #EE7274 !important;
    border: solid 1px #EE7274 !important;
}

.swal2-deny.swal2-styled {
    background-color: transparent !important;
    border: solid 1px #343a40 !important;
    color: #343a40 !important;
}

.swal2-cancel.swal2-styled {
    background-color: transparent !important;
    border: solid 1px #343a40 !important;
    color: #343a40 !important;
}

.swal2-deny.swal2-styled:hover {
    background: none !important;
}

.swal2-cancel.swal2-styled:hover {
    background: none !important;
}

h2.swal2-title {
    font-size: 25px;
}

.swal2-styled:focus {
    box-shadow: none !important;
}

.upload-file-input-registry {
    position: absolute;
    bottom: -7px;
    right: 0;
}

.upload-file-input-registry label.drop-container {
    margin-bottom: 0;
}

.upload-file-input-registry input[type="file"] {
    width: 35px;
    height: 35px;
    font-size: 0;
    border-radius: 80px;
    background: url("../img/camera-new.svg") no-repeat;
    background-position: cover;
    position: relative;
}

.upload-file-input-registry input[type="file"]::after {
    background: url("../img/camera-new.svg") no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    content: "";
    bottom: 9px;
    right: 9px;
}

.upload-file-input-registry input[type="file"]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #EE7274;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
    width: 100px;
    height: 100px;
}

.validation-date {
    position: relative;
}

.validation-date .startDateformError {
    position: absolute !important;
    top: auto !important;
    bottom: -15px !important;
}

.validation-date .endDateformError {
    position: absolute !important;
    top: auto !important;
    bottom: -15px !important;
}

.auto_h {
    height: auto !important;
}

.phone_selection {
    margin-left: 5px;
}

#imagePreview {
    width: 100px;
    height: 100px;
}

.registry-manage-row {
    padding: 0 10px;
}

.update-admin-btn {
    position: relative;
    right: 5px;
}

.registry .museum_details .btn-danger.toggle-off {
    padding-top: 3px;
}

.registry .museum_details .toggle.btn-danger .toggle-handle {
    position: absolute;
    border-radius: 100%;
    left: 63px;
    height: 26px;
    width: 13px;
}

.header .right-part {
    display: flex;
}

.admin-dropdown {
    margin-top: 10px;
}

.admin-dropdown .btn {
    padding: 0.375rem 30px;
}

/* .admin-dropdown button.btn:hover{
    background-color: #343a40 !important;
    border: solid 1px #343A40;
    
} */
.admin-dropdown .dropdown-toggle::after {
    position: relative;
    right: -15px;
}

.admin-dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.admin-dropdown.show .dropdown-menu.show {
    border: none;
    border-radius: 5px;
}

.admin-dropdown.show .dropdown-menu.show a:hover {
    background-color: #ffeded;
}

.artifact-list-registry {
    display: flex;
    justify-content: flex-end;
}

.artifact-list-registry .btn-primary {
    background-color: transparent;
    border: solid 1px #b5a78a;
    border-radius: 0px;
}

.artifact-list-registry .btn-primary:hover {
    background-color: #373f4da6;    
    border: solid 1px #b5a78a;
}

.header .toggler {
    display: none;
}

aside #close {
    display: none;
}

.dataTables_wrapper .row:nth-child(2) .col-sm-12::-webkit-scrollbar {
    height: 6px;
    width: 4px;
}

.dataTables_wrapper .row:nth-child(2) .col-sm-12::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
}

.registry small a {
    color: #b5a78a;
}

.registry p a.red {
    color: #b5a78a;
}

.add-note-btn {
    background-color: transparent;
    border: solid 1px #b5a78a;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
}

.add-note-btn .fa {
    margin-right: 5px;
    border: solid 2px #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
}

.add-note-btn:hover {
    background-color: #373f4da6;
}

.add-note-btn:focus {
    background-color: #373f4da6;
}

.add-note-btn:active {
    background-color: #373f4da6 !important;
}

.add-note-btn:focus-visible {
    background-color: #373f4da6;
}

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

.registry.artifact-data-table .dataTables_filter input {
    border: solid 1px #b5a78a;
    padding: 5px 10px 5px 35px;
    background-image: url(../img/search-normal.svg);
    background-repeat: no-repeat;
    background-position: 7px 5px;
    background-size: 19px;    
}

.change-history {
    padding: 20px 30px;
    border: 1px solid;
    border-radius: 20px;
}

#edit_free_credit_form .row.project-material-center {
    display: flex;
    gap: 20px;
}

.registry.artifact-data-table .dataTables_filter label {
    font-size: 0;
}

.add-note-btn .fa {
    margin-right: 5px;
    border: solid 2px #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
}

.add-note-btn:hover {
    background-color: #EE7274;
    border: solid 1px #EE7274;
    color: #fff;
}

.add-note-btn:focus {
    background-color: #EE7274;
    border: solid 1px #EE7274;
    color: #fff;
}

.add-note-btn:active {
    background-color: #EE7274 !important;
    border: solid 1px #EE7274 !important;
    color: #fff !important;
}

.add-note-btn:focus-visible {
    background-color: #EE7274;
    border: solid 1px #EE7274;
    color: #fff;
}

.profile_img_error {
    position: absolute;
    width: 100px;
    bottom: 10px;
    right: -100px;
}

.registry small.forgot {
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
}

.registry small.forgot.text_center {
    justify-content: center;
}

.registry small.forgot.text_center a {
    margin-left: 3px;
}

.register-page.registry {
    height: auto;
}

.register-page.registry .subscriber-phone {
    display: flex;
    flex-direction: column;
}

.register-page.registry .subscriber-phone .phone-column {
    display: flex;
}

.register-page.registry .subscriber-phone .phone-column select {
    margin-right: 10px;
    margin-bottom: 0;
}

.register-page.registry .subscriber-phone .phone-column input {
    margin-bottom: 0;
}

/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #d3cfc8;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #ca4949;
    border: 1px solid #ca4949;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox:hover input ~ .checkmark {
    border: solid 1px #ff5050;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mb_25 {
    margin-bottom: 25px;
}

span.text-danger.acc_type {
    display: flex;
    color: #f15b5d !important;
    margin-top: 10px;
}

.dataTables_wrapper .row:nth-child(2) .col-sm-12 {
    display: block;
    width: 100%;
    overflow-x: auto;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    text-align: center;
    padding-top: 20%;
    font-size: 45px;
}

.manage_product_admin_btn {
    display: flex;
    justify-content: flex-end;
}

.manage_product_admin_btn.add-button {
    margin-left: 0;
}

.content-wrapper {
    margin-left: 280px !important;
}

.main-sidebar {
    width: 280px;
}

button:focus {
    outline: 0 !important;
}

.registry .manage-profile-left-box {
    border-right: solid 1px #bbbbbb;
    padding-right: 20px;
    height: 100%;
}

.registry .address-info {
    margin-left: 20px;
}

.phone_selection input {
    width: 60% !important;
}

.modal-dialog.login-page.registry.verify-email .modal-content {
    border-radius: 0px;
    border: solid 1px #EE7274;
}

.modal-dialog.login-page.registry.verify-email {
    background: none;
    height: auto;
}

.modal-dialog.login-page.registry.verify-email .modal-header {
    background: none;
    border: none;
    padding: 0 15px;
}

.modal-dialog.login-page.registry.verify-email .modal-content .login-box {
    background-color: #fff;
    color: inherit !important;
    border-radius: 0;
    border: none;
}

.modal-dialog.login-page.registry.verify-email
    .modal-content
    .login-box
    .login-logo {
    color: inherit !important;
}

.modal-dialog.login-page.registry.verify-email .modal-content .login-box p {
    color: inherit !important;
    font-size: 15px;
}

.modal-dialog.login-page.registry.verify-email .modal-body {
    padding: 0;
}

.modal-dialog.verify-email .login-box .card {
    margin: 0px;
}

.modal-dialog.login-page.registry.verify-email .modal-header button {
    position: relative;
    z-index: 1;
    top: 10px;
}

button#save_draft {
    border: 1px solid #b5a78a;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
}

button#artifact_save:hover {
    color: #fff;
    border-color: #b5a78a;
}

#document-dropzone {
    background: transparent;
    border: solid 1px #b5a78a;
}

select.width.dimension {
    background: transparent;
}

.login-page.registry {
    background: #000000;
}

.login-page.registry .login-box {
    border: solid 1px #b5a78a;
    background: linear-gradient(87deg, rgba(36, 42, 56, 1) 50%, rgba(44, 52, 67, 1) 70%);
}

.subscribe-registration .card-body.registry {
    padding: 2em 2em;
}

.login-page.registry .login-box .card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.login-page.registry .login-box .card .login-logo {
    text-align: left;
    margin: 20px 0px;
    font-size: 30px;
    border-bottom: solid 1px #b5a78a;
    line-height: 17px;
    color: #fff;
    font-family: 'Garamond Premiere Pro';
    padding: 10px 20px 0px;
}

.login-page.registry .login-box .card .close {
    opacity: 1;
    text-align: right;
    padding: 15px 15px 0 0;
}

.login-page.registry .login-box .card .close img {
    cursor: pointer;
}

.login-page.registry .login-box .card .login-logo img {
    margin-right: 5px;
}

.login-page.registry .login-box .card .card-body {
    background-color: transparent;
    padding-top: 0;
    padding: 2em 2em;
}

.login-page.registry .login-box .card .card-body label {
    color: #fff;
}

.login-page.registry .login-box .card .card-body .formError .formErrorContent {
    color: #f15b5d !important;
}

.login-page.registry .login-box .card .card-body .btn-primary {
    width: 100%;
    background: #373f4d;
    border: 1px solid #b5a78a;
    color: #fff;
    text-transform: uppercase;
}

.login-page.registry .login-box .card .card-body .btn-primary:hover {
    background-color: #373f4da6;  
}

.login-page.registry .login-box {
    width: 476px;
    margin: auto;
}

.artifact-data-table.registry button {
    color: #fff; 
    border-color: #b5a78a;
    border-radius: 0px;
    font-size: medium;
    
}

.artifact-data-table.registry button.show_certificate {
    border: none;
}


.artifact-data-table.registry button#btn_cancel{
    background-color: #343a40;
}

.artifact-data-table.registry button:hover {
    background-color: #373f4da6;
}

#registry_user .icheck-primary {
    margin-right: 25px;
}

.login-page.registry .login-box p {
    color: #fff;
    font-size: 18px;
}

.login-page.registry .login-box p a {
    font-weight: 600;
}

.login-page.registry .login-box .forgot-row {
    display: flex;
}

.login-page.registry .login-box .forgot-row .icheck-primary {
    flex: 1;
}

.login-page.registry .login-box .forgot-row small {
    margin-top: 5px;
}

.login-page.registry .login-box .card .logo-bottom {
    display: flex;
    justify-content: flex-end;
}

.login-page.registry .login-card-body .verify {
    color: #fff;
}

.login-page.registry .login-card-body .verify-number {
    display: flex;
    margin: 0 30px;
}

.login-page.registry .login-card-body .verify-number input.form-control {
    background-color: #EE7274;
    height: 60px;
    color: #fff;
    border-radius: 10px;
    margin: 0 7px;
    border: solid 1px #EE7274;
    font-size: 34px;
    text-align: center;
}

.login-page.registry
    .login-card-body
    .verify-number
    input.form-control:disabled {
    background-color: #ffcdcd;
    border: solid 1px #ffcdcd;
}

.login-page.registry
    .login-card-body
    .verify-number
    input.form-control::placeholder {
    color: #fff;
}

.login-page.registry
    .login-card-body
    .verify-number
    input.form-control:disabled::placeholder {
    color: #a6a6a6;
}

.payment-history .fa {
    margin-left: 10px;
    color: #4fabf7;
    cursor: pointer;
}

#artifact_datatable_filter input.form-control::placeholder {
    color: #a6a6a6;
}

.login-page.registry .login-box .card .login-logo p.para-content {
    font-size: 14px;
    margin: 10px 0 5px 0;
}

.login-page.registry .login-box .card small.back_to_login a {
    color: #fff;
    font-size: 16px;
}

.login-page.registry input.form-control {
    height: 45px;
    background: transparent;
    border: 1px solid #b5a78a;
    border-radius: 0px;
    color: #fff;
}

.verify-footer {
    display: flex;
    position: relative;
}

.verify-email-button {
    flex: 1;
    display: flex;
    justify-content: center;
}

.verify-email-button .btn {
    padding: 5px 15px !important;
}

.verify-email-button .logo-bottom {
    position: absolute;
    right: 0;
}

.registry-register-loader {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    z-index: 999;
}

.register-page.registry {
    height: auto;
    position: relative;
}

.registry-register-loader .loader-img {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #EE7274;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

.modal-dialog.login-page.registry.verify-email .modal-content .login-box {
    width: auto;
}

.modal-dialog.login-page.registry.verify-email {
    width: 400px;
}

.set-password-validiation-message {
    border: 1px solid #ced4da;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
}

.set-password-login {
    color: #EE7274 !important;
    font-size: 18px;
}

.verify-modal {
    padding-right: 0px !important;
}

.faq-tabs {
    background-color: #fff5f5;
    border-top: solid 1px #dedede;
}

.faq-tabs .nav.nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: none;
}

.faq-tabs .nav.nav-tabs li a.nav-link {
    border: none;
    color: #343a40;
    font-weight: 600;
    font-size: 18px;
}

.faq-tabs .nav.nav-tabs li a.nav-link.active {
    color: #EE7274;
    border: none;
    background: none;
    border-bottom: solid 3px #EE7274;
}

.faq-tabs .nav.nav-tabs li a.nav-link:hover {
    border: none;
    border-bottom: solid 3px #EE7274;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.print-icon {
    margin-top: -4px;
}

.subscriber-radio-toggle {
    display: flex;
}
.subscriber-label-toggle {
    margin-top: 10px;
    margin-right: 7px;
}
.subscriber-edit-row .subscriber-radio-toggle span.label-info {
    margin-top: 6px;
    display: block;
    margin-right: 11px;
}

.faq-all-table table tr td:last-child a.add {
    width: auto;
    height: auto;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.faq-all-table .toggle.btn {
    margin-top: 7px;
    min-width: 100px;
    min-height: 28px;
    border-radius: 35px;
    width: 70px !important;
    height: 28px !important;
}

.faq-all-table .toggle.btn-danger.off .toggle-handle {
    position: absolute;
    border-radius: 100%;
    left: 98px;
    height: 26px;
    width: 24px;
}

.faq-all-table .toggle.btn-success .toggle-handle {
    position: absolute;
    border-radius: 100%;
    left: 73px;
    height: 26px;
    width: 13px;
}

.faq-all-table .toggle.btn-danger.off .btn-danger.active.toggle-off {
    background-color: #ff5050;
    border-color: #ff5050;
}

.faq-all-table .btn-danger.off .btn-danger.active.toggle-off {
    padding-top: 3px;
    padding-left: 28px;
}

.faq-all-table .toggle.btn-success .btn-success {
    background-color: #03cb17;
    border-color: #03cb17;
}

.faq-all-table table tr td:last-child a img {
    width: 30px;
}

.faq-all-table table tr th {
    color: #EE7274;
}

.faq-all-table table tr td {
    padding: 5px 0.75rem;
}

.faq-all-table table tr th {
    width: 168px !important;
    border-right: none;
    border-top: none;
}

.faq-all-table table.artifact_datatable {
    border: none;
    width: 100% !important;
}

.faq-all-table table tr td {
    border: none;
    word-break: break-word;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

#main #faq .card {
    border-radius: 0px;
    margin-bottom: 15px;
    background: linear-gradient(89deg, rgba(36, 42, 56, 1) 40%, rgba(44, 52, 67, 1) 60%);
}

#main #faq .card .card-header {
    border-bottom: none;
    border-radius: 0px;
    padding: 0;
    margin: 0 20px;
    position: relative;
}

#main #faq .card .card-header .btn-header-link {
    border-radius: 0px; 
    color: #fff;
    display: block;
    text-align: left;
    padding: 10px 0;
    white-space: normal;
    font-weight: bold;
    font-size: 18px;
}

#main #faq .card-body {
    max-width: 625px;
    font-size: 14px;
    line-height: 20px;
}

#main #faq .card .card-header .btn-header-link[aria-expanded="true"] {
    color: #fff;
    border-bottom: 1px solid #b5a78a;
}

#main #faq .card .card-header .btn-header-link:after {
    color: #fff;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    top: 34%;
    position: absolute;
    right: -10px;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    border-bottom: none;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    line-height: 30px;
    color: #fff;
}
.registry-payment-history .order-detail {
    display: none;
}

.registry-payment-history.add-detail .data-table {
    flex: 0 0 60%;
    max-width: 60%;
}

.registry-payment-history.add-detail .order-detail {
    max-width: 31%;
    display: block;
    padding: 0 0 0 20px;
    flex: 0 0 31%;
    position: fixed;
    right: 27px;
}

.registry-payment-history.add-detail {
    display: flex;
}

.registry-payment-history .right-column h2 {
    font-size: 20px;
    margin: 15px 0 5px 0;
}

.registry-payment-history.add-detail .data-table table tr th:first-child {
    max-width: 150px;
}

.select2-container .select2-selection--multiple, span.select2-selection.select2-selection--single {
    background: transparent;
    border-radius: 0px;
    border-color: #b5a78a;
}

.registry-payment-history.add-detail .data-table table tr th:nth-child(3) {
    max-width: 150px;
}

.registry-payment-history.add-detail .data-table table tr th:last-child {
    max-width: 150px;
}

.enable-auto-renew {
    display: flex;
    flex-direction: column;
}

.enable-auto-renew h2 {
    left: 0 !important;
    padding-top: 10px !important;
    margin-bottom: 10px !important;
}

.cancel-subscription-border {
    padding-bottom: 30px;
}

.enable-auto-renew-container {
    display: flex;
}

.enable-auto-renew-container .radio-toggle {
    margin-top: 10px;
    margin-left: 10px;
}

.enable-auto-renew-container .radio-toggle label.switch {
    height: 24px;
}

.enable-auto-renew-container
    .radio-toggle
    label.switch
    span.slider.round::before {
    width: 20px;
    height: 20px;
    left: 1px;
    bottom: 2px;
}

.enable-auto-renew-container .radio-toggle input:checked + .slider::before {
    left: 2px;
}

.subscription_green_card {
    background-color: #f4fff5 !important;
}

.subscription-border {
    border-left: solid 1px #ccc;
    padding-left: 30px;
}

.registry .edit-first-row .left.border-style-none::after {
    display: none;
}

/* slider images css */
.item-slick.slick-slide.slick-current.slick-active {
    outline: none !important;
}

.slider-for {
    margin-bottom: 15px;
}

.slider-for img {
    width: 100%;
    min-height: 100%;
}

.slider-nav {
    margin: auto;
}

.slider-nav .item-slick {
    max-width: 120px;
    margin-right: 15px;
    outline: none !important;
    cursor: pointer;
}

.slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}
/* end slider images css */

.lg-autoplay-button {
    display: none;
}

.lg-fullscreen {
    display: none;
}

#lg-zoom-in {
    display: none;
}

#lg-zoom-out {
    display: none;
}

#lg-actual-size {
    display: none;
}

#lg-download {
    display: none;
}

#lg-share {
    display: none;
}

#lg-counter {
    display: none;
}

button.slick-next.slick-arrow {
    border: none;
    font-size: 0;
    width: 34px;
    height: 34px;
    background-image: url("../img/arrow-slider-right.svg");
    background-color: transparent;
    right: -15px;
}

button.slick-prev.slick-arrow {
    border: none;
    font-size: 0;
    width: 34px;
    height: 34px;
    background-image: url("../img/arrow-slider-left.svg");
    background-color: transparent;
    left: -15px;
}

.product-detail-page .title {
    padding-bottom: 50px;
}
.product-detail-page .title h2 {
    font-size: 3rem;
}
.product-detail-page .content-part .heading h2 {
    font-size: 30px;
    flex: 1;
    font-weight: normal;
    font-family: 'Garamond Premiere Pro';
}
h6.artifact_item_id {
    font-family: Red Hat Text;
    font-size: 16px;
    position: absolute;
    bottom: 5px;
}
.product-detail-page .content-part .heading span {
    font-size: 16px;
    font-family: Red Hat Text;
}
.product-detail-page .content-part .heading span strong {
    font-weight: 500;
}
.product-detail-page .dimension-row {
    padding: 15px;
}
.dimension-row .label {
    font-family: Red Hat Text;
    margin-bottom: 7px;
}
.product-detail-page span.dimension-name {
    min-width: 110px;
    display: inline-block;
}

.dimention-map {
    background: url(/assets/dist/img/transparent-marble.png);
    padding: 20px 15px;
    min-height: 150px;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.product-detail-page .content-part .parameter {
    padding: 15px;
    background: #595e64;
}
.product-detail-page .content-part .description h4 {
    font-size: 16px;
}
.product-detail-page .content-part .description p {
    font-size: 16px;
    font-family: Red Hat Text;
}
.product-detail-page .content-part .parameter .text-row {
    margin-bottom: 15px;
    /* font-size: 18px; */
    display: flex;
    font-family: Red Hat Text;
}
.product-detail-page .content-part .parameter .text-row strong {
    font-weight: 500;
    font-family: "Red Hat Text";
    /* font-size: 1.2rem; */
    max-width: 150px;
    margin-right: 25px;  
}
.product-discriptions h4 {
    color: #b5a78a;
    font-family: Garamond Premiere Pro;
    font-size: 26px;
}
.product-detail-page #product-wrapper .product-discriptions {
    max-width: 800px;
    width: 100%;
    margin-top: 2em;
}
.product-discriptions .description {
    margin-bottom: 2em;
    font-family: 'Red Hat Text';
}
.dimension-row h3.mt-2 {
    color: #b5a78a;
    font-family: 'Garamond Premiere Pro';
}
#aniimated-thumbnials {
    background: url(/assets/dist/img/art-bg.png);
    background-size: cover;
}
.product-detail-page #aniimated-thumbnials .slick-list {
    position: relative;
    left: 25px;
    top: 25px;
    z-index: 99;
}
.product-detail-page .content-part .heading {
    background: #7a7d82;
    padding: 15px;
    min-height: 150px;
    position: relative;
}
.product-detail-page .content-part .heading, .product-detail-page #product-wrapper .parameter, #product-wrapper .product-discriptions {
    padding-left: 2em;
}
.product-detail-page .nopadding {
    padding: 0px;
}
.product-detail-page .hr-line {
    display: block;
    width: 100%;
    margin-top: 25px;
}
.product-detail-page .hr-line hr {
    color: #6c6860;
    border: 1px solid;
}
.product-detail-page .slider-nav.slick-initialized.slick-slider {
    margin-top: 3em;
}
.product-detail-page .content-part .parameter .text-row .dimension-row {
    display: flex;
    flex-wrap: wrap;
}
.product-detail-page .content-part .parameter .text-row .dimension-row .label {
    margin-right: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product-detail-page
    .content-part
    .parameter
    .text-row
    .dimension-row
    .label
    span {
    padding: 3px 8px;
    display: block;
    background-color: #f4f6f9;
    border-radius: 5px;
    text-align: center;
    line-height: 39px;
    color: #343a40;
    font-weight: 500;
    margin-left: 10px;
}

.product-detail-page .context h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.product-detail-page .context p {
    font-size: 16px;
    font-family: Red Hat Text;
}

.museum-information h2 {
    margin-top: 43px;
    margin-bottom: 25px;
    font-size: 24px;
    color: #b5a78a;
    font-family: Garamond Premiere Pro;
}

.museum-information .info {
    margin-bottom: 10px;
    display: flex;
}

.museum-information .info label {
    /* flex: 1; */
    font-weight: 500 !important;
    flex: 0 0 60%;
    font-weight: 500 !important;
    max-width: 60%;
}

.content-part h4.artifact_information {
    font-family: "Garamond Premiere Pro";
    text-decoration: underline;
    font-size: 24px;
}

.subscriber-label-toggle.stolen-position {
    margin-top: 5px;
}

.responsive-label.label-info-div.message-position span.label-info {
    margin-top: 2px;
}

.select-collection-error.collection-error-class{
    margin-bottom: 30px;
}

.select-object-error.object-error-class{
    margin-bottom: 30px;
}

.select-material-error.material-error-class{
    margin-bottom: 30px;
}

.select-object-error .object_typeformError .formErrorContent {
    top: 72px;
    left: 8px;
    position: absolute !important;
}

.select-material-error .materialformError .formErrorContent {
    top: 72px;
    left: 8px;
    position: absolute !important;
}

.artifact-collection .object_typeformError {
    position: absolute !important;
    left: -8px !important;
    margin-top: 15px !important;
    width: 100%;
}

.artifact-collection .materialformError {
    position: absolute !important;
    left: -8px !important;
    margin-top: 15px !important;
    width: 100%;
}

button.btn.print-artifact.print-multi-certificate {
    position: fixed;
    right: 45px;
    top: 25%;
    z-index: 999;
}

@media screen and (max-width: 1366px) {
    .enable-auto-renew-border .col-md-12 {
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .registry .manage-profile .user-login .form-group input {
        width: 100%;
    }

    .registry .manage-profile .user-login .form-group label {
        flex: 12;
    }

    .btn-primary.save {
        padding: 9px 65px;
    }

    .btn-primary.cancel {
        padding: 9px 65px;
    }
}

body.collection-select2 .select2-dropdown.select2-dropdown--below {
    top: 0 !important;
}

body.subscriber-list-select .select2-dropdown.select2-dropdown--below {
    top: 0 !important;
}

@media screen and (max-width: 1170px) {
    .col-md-12.enable-auto-renew-border {
        padding-right: 0;
    }

    .enable-auto-renew-text {
        flex: 2;
    }

    .cancel-subscription-border.col-md-12 {
        padding-right: 0;
    }

    .cancel-subscription-border .col-md-12 {
        padding: 0;
    }

    .cancel-subscription-border .col-md-12 button {
        font-size: 16px;
    }

    .registry .edit-first-row .left {
        flex-direction: column;
    }

    .registry-payment-history.add-detail .data-table {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .registry-payment-history.add-detail .order-detail {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 20px;
    }

    .registry-payment-history.add-detail {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 1100px) {
    .subscriber-edit-row .subscriber-radio-toggle .responsive-label {
        position: absolute;
        bottom: -19px;
        left: 0;
    }
    .mobile-label {
        margin-top: 40px;
    }
    .subscriber-label-toggle {
        margin-top: 13px;
    }
}

@media screen and (max-width: 1024px) {
    .registry .top .search-panel {
        flex-direction: column;
    }

    button.view-page-plus {
        margin-left: 6px;
    }

    .subscriber-radio-toggle {
        display: flex;
    }

    .subscriber-label-toggle {
        margin-top: 13px;
    }

    .subscriber-radio-toggle span.label-info {
        font-size: 12px !important;
        margin: 0 5px !important;
        display: block;
    }

    .registry .top .search-panel .right input {
        width: 100%;
        margin-top: 5px;
    }
}

@media screen and (max-width: 991px) {
    .header .toggler {
        display: block;
        position: absolute;
        cursor: pointer;
    }

    .header .main-part {
        flex-direction: column;
        align-items: flex-end;
        display: flex;
        width: 100%;
    }

    aside #close {
        display: block;
        text-align: right;
        position: relative;
        right: 5px;
        top: 10px;
    }

    .content-wrapper {
        margin-left: 0 !important;
    }

    .layout-fixed .main-sidebar {
        left: -285px;
        transition: all 0.5s ease 0s;
    }

    .layout-fixed .main-sidebar.mystyle {
        left: 0px;
    }

    .layout-fixed .main-sidebar.mystyle.mystyle2 {
        left: -285px;
    }

    .header {
        flex-direction: column;
    }

    .header .welcome {
        order: 2;
        width: 100%;
    }

    .header .right-part {
        justify-content: flex-end;
    }

    .btn-primary.cancel {
        width: 100%;
    }

    .btn-primary.save {
        width: 100%;
        margin-top: 10px;
    }
}

body.collection-select2
    .form-group.artifact-edit-collection.artifact-collection-error {
    margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
    .wrapper .main .welcome-content .right .list-item .artwork {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .product-detail-page .content-part .parameter .text-row {
        flex-direction: column;
    }

    .product-detail-page .content-part .parameter .text-row strong {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .view-artifact-responsive {
        flex-wrap: wrap;
        margin-right: 38px;
    }
    body.collection-select2 .select2-dropdown.select2-dropdown--below {
        top: -15px !important;
    }
    .subscriber-label-toggle {
        margin-top: 9px;
    }
    .mobile-note-btn {
        margin-top: 6px;
    }

    .mobile-label {
        margin-top: 40px;
    }

    body .artifact-upload-images {
        margin-bottom: 15px;
        margin-top: 25px;
    }

    .registry .dataTables_wrapper div.dataTables_paginate ul.pagination {
        flex-wrap: wrap;
        justify-content: center;
    }

    .registry .dataTables_wrapper .dataTables_paginate {
        margin: 0 !important;
    }

    .registry .dataTables_wrapper .dataTables_info {
        margin-bottom: 10px;
    }

    .registry.artifact-data-table .dataTables_filter input {
        margin-top: 10px;
    }

    .manage_product_admin_btn {
        justify-content: center;
    }

    .artifact-list-registry {
        justify-content: center;
    }

    .user-login .form-group {
        flex-direction: column;
    }

    .registry .manage-profile .user-login .form-group label {
        text-align: left;
    }

    .registry .manage-profile .user-login .form-group input {
        margin-bottom: 0;
        flex: auto;
    }

    .registry .manage-profile .address-info {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }

    .edit-first-row.responsive-row {
        flex-direction: column;
        position: relative;
    }

    .registry .edit-first-row {
        display: block;
    }

    .edit-first-row span.label-info {
        display: inline-block;
    }

    .registry .edit-first-row .left::after {
        display: none;
    }

    .registry .edit-first-row .right {
        position: relative;
        right: 0;
    }

    .registry .edit-first-row .center .radio-toggle {
        margin-bottom: 10px;
    }

    .museum-modal .modal-dialog {
        max-width: none;
    }

    .artifact-collection .select2-container--default {
        margin-bottom: 15px;
    }

    .artifact-collection .select2-selection--multiple {
        margin-bottom: 15px;
    }

    .layout-fixed .main-sidebar.mystyle {
        left: 250px;
    }

    .artifact-data-table table tr th {
        width: 200px !important;
    }

    .registry .manage-profile-left-box {
        border-right: none;
    }

    .registry .edit-first-row .right {
        right: 10px;
        margin-bottom: 10px;
        position: absolute;
        top: 0;
    }

    .project-material-center .form-control {
        margin-bottom: 0;
    }

    .subscription-border {
        border-top: solid 1px #ccc;
        border-left: none;
        padding-left: 0;
        padding-top: 30px;
        margin-top: 20px;
    }

    .select-collection-error.collection-error-class{
        margin-bottom: 10px;
    }

    .select-object-error.object-error-class{
        margin-bottom: 10px;
    }

    .select-material-error.material-error-class{
        margin-bottom: 10px;
    }
    .app-search-filter .form-group {
        width: 100%!important;
    }
    .app-search-filter {
        flex-direction: column;
    }
}

@media screen and (max-width: 576px) {
    .faq-tabs .nav.nav-tabs {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .faq-tabs .nav.nav-tabs li.nav-item {
        width: 100%;
    }

    .mobile-note-btn {
        margin-top: 6px;
    }

    .subscriber-label-toggle {
        margin-top: 9px;
    }

    .responsive-label {
        position: absolute;
        bottom: -19px;
        left: 0;
    }
    .mobile-label {
        margin-top: 20px;
    }
    .certificate {
        margin-top: 15px;
    }

    .registry .edit-first-row .center {
        flex-wrap: wrap;
    }

    .registry .dimension-error {
        margin-left: 0;
    }

    /* .registry .dimension-error .width {
        margin-left: 0;
        width: 100%;
    } */

    .registry .dimension-error .width input {
        width: 100%;
    }

    .modal-dialog.login-page.registry.verify-email {
        width: auto;
    }

    .mobile-column {
        flex-direction: column;
    }

    .mobile-column .styled-select {
        width: 100%;
    }

    .mobile-column .styled-select select {
        width: 100%;
    }

    .mobile-column .add-button {
        width: 100%;
    }

    .mobile-column .add-button .btn-primary {
        width: 100%;
    }

    .show-uploaded-images {
        flex-wrap: wrap;
    }

    .artifact-data-table table tr th {
        width: 200px !important;
        /* min-width: 150px; */
        /* for issue in mobile responsive calendar ui not proper set*/
    }

    .icheck-primary {
        margin: 0 10px 10px 0 !important;
        display: block !important;
    }

    .registry h1 {
        font-size: 22px;
    }

    .breadcrumb-item a {
        font-size: 14px;
    }

    .edit-first-row.artifact-status-toggle {
        height: auto;
    }

    .edit-first-row.artifact-status-toggle .first-div {
        flex-direction: column;
    }

    .mobile-pwd {
        margin-top: 15px;
    }

    .registry .top table thead tr th {
        /* min-width: 150px; //for issue in mobile responsive calendar ui not proper set */
    }
}

/*stripe payment css*/
.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/*end css*/

.header .main-part .dropdown-item {
    padding: 0.25rem 1rem !important;
}

.billing_address {
    font-size: 18px !important;
}



.breadcrumb-item a:hover {
    color: #EE7274;
}

a:focus-visible {
    outline: 0px !important;
    box-shadow: none !important;
}

.registry.artifact-data-table .card-header {
    background-color: transparent;
}

.registry a:focus {
    box-shadow: none;
}

.layout-fixed .brand-link {
    width: 280px !important;
}

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

/* 24-03-2023* end here*/

.registry-table {
    overflow-y: auto;
    height: 450px;
}

.registry .registry-table::-webkit-scrollbar {
    width: 8px;
    /* width of the entire scrollbar */
}

.registry .registry-table::-webkit-scrollbar-track {
    background: #ffeded;
    /* color of the tracking area */
}

.registry .registry-table::-webkit-scrollbar-thumb {
    /* color of the scroll thumb */

    background-color: #EE7274;

    border-radius: 20px;
    /* roundness of the scroll thumb */

    border: 3px solid #ffeded;
    /* creates padding around scroll thumb */
}

.registry .header h1 strong {
    font-weight: 600;
}

.order-history .column {
    border: solid 1px #b5a78a;
    margin-bottom: 15px;
}

.order-history .column .header {
    background: none;
    background-color: #272f3c;
    height: auto;
    margin: 0;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.order-detail .table .table {
    background: #272f3c;
}

.order-history .column .header .order-id {
    display: flex;
    flex: 1;
}

.order-history .column .header .order-id span {
    font-weight: 600;
    margin-left: 5px;
}

.order-history .column .body {
    display: flex;
    padding: 0 10px;
}

.order-history .column .body .content {
    display: flex;
    flex: 7;
}

.order-history .column .body .content table thead th {
    font-size: 14px;
    color: #747474;
    font-weight: normal;
    padding: 5px;
    border-top: none;
    vertical-align: middle;
}

.order-history .column .body .content table tbody td {
    font-size: 15px;
    font-weight: normal;
    padding: 5px;
}

.order-history .column .body .images {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    flex: 3;
}

.order-history .column .body .content table tr.coupon td {
    font-size: 14px;
}

.order-history .column .body .content table tr.coupon td.colum {
    text-align: right;
    padding-right: 15px;
}

.order-history .column .body .images p {
    font-size: 14px;
    color: #747474;
    margin-bottom: 5px;
    margin-top: 5px;
}

.order-history .column .footer {
    border-top: solid 1px #b5a78a;
    display: flex;
    padding: 10px 0 20px 40px;
    color: #b5a78a;
    font-size: 17px;
}

.order-history .column .footer .amount {
    flex: 5;
    display: flex;
}

.order-history .column .footer .total {
    flex: 5;
    margin-left: 50px;
    display: flex;
}

.order-history .card-header {
    background-color: transparent;
    position: relative;
    padding-left: 30px;
}

.order-history .card-header::after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #343a40;
    content: "";
    left: 18px;
    top: 23px;
}

.order-history .column .body .content table tfoot td {
    font-size: 15px;
    font-weight: normal;
    padding: 5px;
}

.plus-artifact-list {
    padding: 0 !important;
}

.artifact_status.cancel {
    font-size: 15px;
    padding: 2px !important;
}

.artifact_status.success {
    font-size: 15px;
    padding: 2px !important;
}

.artifact_display_type.progress_status {
    font-size: 15px;
    padding: 2px !important;
}

.artifact_display_type.success {
    font-size: 15px;
    padding: 2px !important;
}

.registry .dimension-error.dimension-view .form-group input {
    width: 116px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 15rem;
    white-space: nowrap;
}

.bootstrap-datetimepicker-widget.dropdown-menu table tr td:nth-child(7) {
    display: revert;
}

.modal-dialog.login-page.registry.verify-email {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #373f4da6 !important;
    border: solid 1px #b5a78a !important;
}

.museum-edit-form {
    padding: 0px 15px;
}

.verify-email-button a {
    background-color: #373f4da6 !important;
    border: solid 1px #b5a78a !important;
}

.modal.registry .museum-public-view .toggle.btn-danger.off .toggle-handle {
    left: 72px;
}

.subscriber_phone {
    display: flex;
    position: relative;
}

.subscriber_phone .phoneformError {
    position: absolute !important;
}

.subscriber_phone input {
    margin-left: 10px;
}

.upload-artifact-image .dropzone {
    padding: 0 !important;
}

.edit-subscriber-checkbox label {
    margin-top: 10px;
}

.country-extension-modal .form-control {
    margin-bottom: 15px !important;
}

.formError.inline {
    display: inline-block !important;
}

.artifact-collection {
    position: relative;
}

.artifact-collection .collectionformError {
    position: absolute !important;
    left: -8px !important;
    margin-top: 15px !important;
}

.artifact-edit-collection {
    position: relative;
}

.artifact-edit-collection .collectionformError {
    position: absolute !important;
    bottom: -33px !important;
    top: auto !important;
}

.museum-modal {
    padding-left: 0 !important;
}

.museum-modal .modal-dialog {
    max-width: 700px;
}

.artifact-data-table table tr td a img {
    width: 35px;
}

.artifact-data-table table tr td button img {
    width: 35px;
}

.artifact-upload-images {
    margin-bottom: 15px;
    margin-top: -84px;
}

.registry
    .museum_details
    .museum-public-view
    .toggle.btn-danger
    .toggle-handle {
    left: 73px;
}

.artifact-payment {
    padding: 1.25rem 0;
}

.edit-first-row span.label-info {
    margin-left: 10px;
    font-size: 14px;
    background-color: #fffdd3;
    padding: 5px 10px;
}

.subscriber_phone.admin-manage-user input {
    margin-left: 0px;
    width: 100%;
}

.subscriber_phone.admin-manage-user {
    flex-direction: column;
    display: flex;
}

.subscriber_phone.admin-manage-user .phoneformError {
    position: relative !important;
}

.registry input[type="file"]:focus-visible {
    outline: 0;
}

.registry .registry-file input[type="file"] {
    width: 300px;
}

.user-edit-phone {
    margin-left: 0px;
}

.registry .manage-profile .user-login .form-group input {
    margin-bottom: 0;
}

.registry .manage-profile .user-login .form-group select:focus {
    border: solid 1px #b5a78a;
}

.address_city_dropdown .select2-container .select2-selection--single {
    height: 38px;
    margin-bottom: 32px;
    background-color: transparent;
    border: 1px solid #b5a78a;
    border-radius: 0px;
}

.address_city_dropdown
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 37px;
}

.registry_city_dropdown .city-ddformError {
    position: absolute !important;
    margin-top: 76px !important;
    left: 15px !important;
}

.subscriber_city_dropdown .city-ddformError {
    position: absolute !important;
    margin-top: 82px !important;
}

.subscriber_city_dropdown {
    position: relative;
}

.billing_same_address_checkbox {
    display: flex;
}

.billing_same_address_checkbox .same_text {
    font-size: 15px;
    display: flex;
}

.registry .manage-profile .address-info label.font-red {
    color: #EE7274;
    text-transform: uppercase;
    font-weight: 600 !important;
    flex: 1;
}

.registry .manage-profile .address-info .font-group {
    display: flex;
}

.registry .manage-profile .address-info .font-group span {
    text-align: left;
    flex: 1;
    margin-left: 10px;
}

a.btn-primary {
    color: #fff;
    background-color: #EE7274;
    border-color: #EE7274;
}

a.btn-primary:hover {
    color: #fff;
    background-color: #EE7274;
    border-color: #EE7274;
}

.registry.popup.admin-coupon .form-control {
    margin-bottom: 15px;
}

/* .registry.popup.admin-coupon .form-group.validation-date .form-control {
     margin-bottom: 0px;
} */

.registry.popup.admin-coupon .form-group.admin-coupon-value .form-control {
    margin-bottom: 0px;
}

.registry.popup.admin-coupon
    .form-group.admin-coupon-value
    .coupon_valueformError {
    position: absolute !important;
    margin-top: 50px !important;
}

.registry .manage-profile .address-info select:focus {
    border: solid 1px #EE7274 !important;
}

.select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-container--default
    .select2-search--inline
    .select2-search__field:focus {
    border-color: #EE7274 !important;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #EE7274 !important;
}

.address_city_dropdown
    .select2-container
    .select2-selection--single:focus-visible {
    outline: 0 !important;
}

.form-group.address_city_dropdown
    ul.select2-results__options
    li.select2-results__option--highlighted {
    background-color: #EE7274;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected],
.select2-container--default
    .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #EE7274 !important;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #EE7274 !important;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple,
.select2-container--default.select2-container--focus
    .select2-selection--single {
    border-color: #EE7274 !important;
}

.admin-product-price {
    position: relative;
}

.admin-product-price .product_priceformError {
    position: absolute !important;
    top: auto !important;
    bottom: -30px !important;
}

.subscriber_city_dropdown .billing_city_ddformError {
    position: absolute !important;
    margin-top: 82px !important;
}

.address_city_dropdown .fas {
    color: #b5a78a;
    margin-left: 5px;
}

.nav-item a.nav-link.active p {
    color: #fff;
}

#city-text {
    color: #fff;
    margin-left: 5px;
    background-color: #000;
}

#billing-city-text {
    color: #fff;
    margin-left: 5px;
    background-color: #000;
}

#collection-text {
    color: #fff;
    margin-left: 5px;
    background-color: #000;
}

#donate-text {
    color: #fff;
    margin-left: 5px;
    background-color: #000;
}

#museum-text {
    color: #fff;
    margin-left: 5px;
    background-color: #000;
}

.transection_details {
    width: 50%;
    text-align: left;
}

.payment_transaction {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    justify-content: center;
}

.payment_transaction h2 {
    font-size: 22px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.payment_transaction .first-row {
    display: flex;
    margin: 5px 0;
    justify-content: center;
    font-size: 16px;
}

.payment_transaction .first-row .order_number {
    width: 50%;
    text-align: left;
}

.registry
    .manage-profile
    .manage-profile-left-box
    .user-login
    .form-group
    input {
    margin-bottom: 15px;
    background: transparent;
}

.phone_selection.user-edit-phone input {
    width: 100%;
}

.td-styling {
    min-width: auto;
}

.phone_selection.user-edit-phone {
    position: relative;
}

.phone_selection.user-edit-phone .phoneformError {
    position: absolute !important;
    top: auto !important;
    bottom: -15px !important;
}

.artifact-data-table table tr th.td-styling {
    min-width: auto;
}

.registry.artifact-data-table table tr td button.btn.col-padding {
    padding-right: 0px;
}

.brand-text img {
    height: 60px;
}

.brand-text.sidebar-stitle {
    text-align: center;
}

.layout-fixed .brand-link {
    border-bottom: none;
    margin-bottom: 15px;
    margin-top: 15px;
}

.text-white {
    color: #fff;
}

.subscriber-payment-subscription .login-logo {
    font-size: 25px;
}

.validation-date .input-group.date {
    position: relative;
}

.validation-date .input-group.date .input-group-append {
    position: absolute;
    right: 0;
    height: 38px;
}

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

.listsformError .formErrorContent {
    position: absolute !important;
    top: auto !important;
    bottom: -34px !important;
}

/* .artifact-images{
    height: 130px;
    object-fit: cover;
} */

.registry.list-popup-error .select2 {
    margin-bottom: 25px;
}
.subscriber-dimentions .dimention-map {
    display: block;
}

.dimention-actions {
    font-family: Red Hat Text;
    color: #b5a78a;
    font-weight: 500;
}

.subscriber-dimention {
    display: flex;
    margin: 15px 10px;
    align-items: center;
    column-gap: 10px;
}

/* TODO */
/* SUBSCRIPTION PLAN RESPONSIVE CSS */
/* .dollar-span
{
    height: fit-content;
}

.plan-price-text{
    width: 88% !important;
    margin-bottom: inherit !important;
} */
.margin-left-remove {
    margin-left: 0px !important;
}

.form-group.validation-style {
    position: relative;
}

.form-group.validation-style .plan_priceformError {
    top: auto !important;
    /* bottom: -35px !important; */
    bottom: -15px !important;
    position: absolute !important;
}

.form-group.price-validation.validation-style .plan_priceformError {
    top: auto !important;
    bottom: -35px !important;
    /* bottom: -15px !important; */
    position: absolute !important;
}

.registry
    .edit-first-row
    .center.radio-alignment.artifact-radio-toggle
    .slider::before {
    height: 20px;
    width: 20px;
    left: 1px;
    bottom: 1px;
}

.registry
    .edit-first-row
    .center.radio-alignment.artifact-radio-toggle
    input:checked
    + .slider::before {
    left: 2px;
}

.form-group.address_city_dropdown {
    position: relative;
}

.form-group.address_city_dropdown .city-ddformError {
    top: auto !important;
    bottom: 0 !important;
    position: absolute !important;
    left: 15px !important;
    margin-bottom: 2px;
}

.form-group.address_city_dropdown .billing_city_ddformError {
    top: auto !important;
    bottom: 0 !important;
    position: absolute !important;
}

.form-group.address_city_dropdown .city_ddformError {
    top: auto !important;
    bottom: 0 !important;
    position: absolute !important;
}

.registry_city_dropdown.address_city_dropdown .city-ddformError {
    left: 0 !important;
    bottom: 0 !important;
}

.subscriber_city_dropdown.address_city_dropdown .city-ddformError {
    left: 0 !important;
    bottom: 0 !important;
}

.form-group.address_city_dropdown.subscriber_edit_city_dropdown
    .city-ddformError {
    left: 0px !important;
    bottom: 0 !important;
}

.form-group.address_city_dropdown span.selection {
    margin-bottom: 0px;
    display: block;
}

.select2-dropdown.select2-dropdown--below {
    top: -32px !important;
}

.select2-dropdown.select2-dropdown--above {
    top: 0px !important;
}

.same_billing_address_text {
    font-size: 18px;
    text-decoration: underline;
    position: relative;
    left: -10px;
    top: -3px;
}

.form-group.admin-edit-subscriber-city {
    position: relative;
}

.form-group.admin-edit-subscriber-city .city-ddformError {
    top: auto !important;
    bottom: 0 !important;
    position: absolute !important;
}

.collection_name_err {
    display: block;
    position: relative;
}

.form-group.address_city_dropdown .billing-city-ddformError {
    top: auto !important;
    bottom: 0 !important;
    position: absolute !important;
}

.object_type_err {
    display: block;
    position: relative;
}

.form-group.admin-coupon-value {
    position: relative;
}

.form-group.admin-coupon-value .coupon_percentage_valueformError {
    position: absolute !important;
    top: auto !important;
    bottom: -28px !important;
}

.form-group.admin-coupon-value .coupon_percentage_err {
    position: absolute;
    bottom: -32px;
}

#errorpage {
    position: relative;
    height: 100vh;
}

/*TODO*/
/* #notfound .notfound-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
} */

#errorpage:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #EE7274;
    opacity: 0.85;
    -webkit-transition: all 0.5s ease 3s;
    transition: all 0.5s ease 3s;
}

#errorpage .error-containt {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.error-containt {
    max-width: 910px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.error-containt .error-code {
    position: relative;
    height: 200px;
}

.error-containt .error-code h1 {
    font-family: "Red Hat Text", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 220px;
    font-weight: 900;
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.error-containt h2 {
    font-family: "Red Hat Text";
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
}

.error-containt .home-btn,
.error-containt .contact-btn {
    font-family: "Red Hat Text";
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 13px 25px;
    font-size: 18px;
    border-radius: 5px;
    margin: 7px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    align-items: center;
    width: 200px;
}

.error-containt .home-btn:hover,
.error-containt .contact-btn:hover {
    opacity: 0.9;
}

.error-containt .home-btn {
    color: rgba(255, 0, 36, 0.7);
    background: #fff;
}

.error-containt .contact-btn {
    border: 2px solid rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9);
}

.error-containt button {
    cursor: pointer;
}

.error-containt-social {
    margin-top: 25px;
}

.error-containt-social > a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0px 6px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.error-containt-social > a:hover {
    color: rgba(255, 0, 36, 0.7);
    background-color: #fff;
    border-radius: 50%;
}

.plusbutton{
    background-color: #D9C0FF;
    padding-right: 10px !important;
}



@media only screen and (max-width: 767px) {
    .artifact-filter-sorting-row {
        flex-direction: column;
        align-items: center;
    }

    .artifact-filter-sorting-row span.filter-by {
        width: 100px;
    }

    .artifact-filter-sorting-row span.sort-by {
        width: 100px;
    }

    .artifact-filter-sorting-row .filter-column.mr-4 {
        margin-right: 0 !important;
    }

    .wrapper .main .welcome-content .right h1 {
        line-height: 80px;
        text-align: left;
        font-size: 80px;
    }

    .error-containt .error-code h1 {
        font-size: 182px;
    }

    .responsive-label {
        position: absolute;
        bottom: -19px;
        left: 0;
    }

    footer .footer-row .footer-col {       
        max-width: 50%!important;
        flex: 0 0 50%!important;        
    }
}

@media only screen and (max-width: 480px) {
    .error-containt .error-code {
        height: 146px;
    }
    .admin-view-artifact {
        margin-top: -2px !important;
    }
    .view-artifact-responsive .radio-toggle {
        margin-right: 5px !important;
    }

    .subscriber-label-toggle {
        margin-top: 3px;
    }

    button.view-page-plus {
        margin-top: -7px;
        margin-left: 6px;
    }

    .subscriber-edit-row .right {
        position: static !important;
    }

    .subscriber-edit-row .right .mobile-print-icon {
        padding-left: 0;
    }

    .error-containt .error-code h1 {
        font-size: 146px;
    }

    .error-containt h2 {
        font-size: 16px;
    }

    .error-containt .home-btn,
    .error-containt .contact-btn {
        font-size: 14px;
    }

    .responsive-label {
        bottom: -33px;
    }
    .mobile-label {
        margin-top: 40px;
    }
    .mobile-print-icon {
        margin-top: -4px;
    }

    .print-icon {
        margin-top: 0px;
    }

    .login-page.registry .login-box {
        width: 100%;
    }

    footer .footer-row .footer-col {   
        max-width: 100%!important;
        flex: 0 0 100%!important;   
    }
}

.card-stripe {
    color: #fff;
    font-size: 1rem;
}

button.artifact-list-btn {
    background: none;
    border: none;
}

button.artifact-list-btn {
    background: none;
    border: none;
}

button.resend-link {
    background: none;
    border: none;
    color: #EE7274;
}

button.payment-order-btn {
    background: none;
    border: none;
}

.login-logo span {
    position: relative;
    top: -2px;
}

.subscription-payment-plan {
    border: solid 1px #EE7274;
    margin-bottom: 20px;
}

.subscription-payment-plan select {
    background-color: #EE7274;
    border: none;
    border-radius: 0;
    color: #fff;
}

.subscription-payment-plan select:focus {
    background-color: #EE7274;
    border: none;
    color: #fff;
}

.subscription-payment-plan select option {
    background-color: #fff;
    color: #000;
}

.subscription-payment-plan .plan-amount {
    text-align: center;
    padding: 0px 20px;
}

.subscription-payment-plan .plan-amount .plan-price-label {
    font-size: 34px;
}

.subscription-payment-plan .plan-amount p {
    font-size: 12px !important;
}

.list-row-edit{
    display:none;
}

.required-white-field {
    color: #fff;
}
.note-editor.note-frame, .note-editor.note-airframe {
    border: 1px solid #a9a9a9;
}
.note-editor.note-frame .btn-codeview.active i {
    color: #000 !important;
}
.set-password-text {
    text-align: left !important;
    padding-left: 0;
    padding-top: 10px;
    font-size: 16px !important;
    padding-bottom: 0;
    font-family: 'Red Hat Text';
}

.password-icon {
    position: relative;
    top: -1;
}

.set-password-validiation-message ul li {
    color: #fff;
}

.set-password-validiation-message {
    border: solid 1px rgba(255, 255, 255, 0.6) !important;
    padding-top: 25px !important;
}

.enable-loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #EE7274;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin-left: 20px;
    margin-top: 5px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.order-history .column .body .content .table.table-responsive {
    position: relative;
    overflow-y: hidden;
}

.order-history
    .column
    .body
    .content
    .table.table-responsive
    tbody
    tr.coupon-detail {
    position: absolute;
    bottom: 0;
    right: 12px;
    width: 100%;
}

.order-history
    .column
    .body
    .content
    .table.table-responsive
    tr.coupon-detail
    td {
    display: inline-table;
    width: 100%;
    text-align: right;
}

.order-history
    .column
    .body
    .content
    .table.table-responsive
    tr.coupon-detail
    td
    span {
    margin-left: 30px;
}

.registry .new-password {
    color: #fff !important;
}

.login-page.registry .login-box p.forgot-text {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}

.faq-all-table table tr th.drag-icon {
    width: 80px !important;
}

.faq-all-table table tr th.question-column {
    width: 250px !important;
}

.banner-images-preview {
    background-color: #f4f6f9;
    border: dashed 2px #747474;
}

.card-header.no-bg {
    background-color: #fff;
}

.banner-images-preview img {
    width: 100%;
    height: 700px;
    object-fit: contain;
}

.banner-images-preview video {
    width: 100%;
    height: 700px;
}

.upload-banner-button {
    background-color: #f4f6f9;
    border: none;
    color: #343a40;
    position: relative;
    width: 40%;
    border-radius: 5px;
    height: 35px;
    margin-bottom: 10px;
}

.upload-banner-button::after {
    content: "";
    position: absolute;
    background-image: url("../img/attach.svg");
    width: 18px;
    height: 18px;
    left: 36%;
    top: 9px;
}

.upload-member-button {
    background-color: #f4f6f9;
    border: none;
    color: #343a40;
    position: relative;
    width: 100%;
    border-radius: 5px;
    height: 35px;
    margin-bottom: 10px;
}

.upload-member-button::after {
    content: "";
    position: absolute;
    background-image: url("../img/attach.svg");
    width: 18px;
    height: 18px;
    left: 36%;
    top: 9px;
}

.formError .formErrorContent {
    background: transparent !important;
    color: #f15b5d  !important;
    font-size: 1rem !important;
    padding: 0 !important;
}

.right-column button.close span {
    font-size: 30px;
}

.right-column button.close {
    opacity: 1;
}

.country-extension-modal .country-select {
    display: flex;
    width: 100%;
}

.country-extension-modal .country-select .country-img {
    width: 40px;
    border: solid 1px #ced4da;
    height: 38px;
    padding: 5px;
    text-align: center;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-right: none;
    background-color: #e9ecef;
    line-height: 24px;
}

.country-extension-modal .country-select .country-img img {
    width: 20px;
}

.country-extension-modal .custom-select.form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.stolen-seen-container {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.stolen-seen-container .seen-by-flag-image {
    margin: 10px 0;
}

.stolen-seen-container .seen-by-flag-image span img {
    height: 30px;
    object-fit: cover;
    margin-right: 5px;
}

.form-group.select-country {
    position: relative;
}

.form-group.select-country .countryformError {
    position: absolute !important;
    margin-top: 76px !important;
}

.artifact-filter-sorting-row {
    justify-content: right;
    padding-right: 35px;
}

.artifact-filter-sorting-row .filter-by {
    margin-top: 18px;
    margin-right: 5px;
}

.artifact-filter-sorting-row .sort-by {
    margin-top: 18px;
    margin-right: 5px;
}

.login-page.registry span a.expired-message {
    color: #fff;
    text-decoration: underline;
    margin-bottom: 15px;
    display: inline-block;
}

circle {
    fill: #3375fa;
    stroke: #272f3c;
    stroke-width: 50;

}
svg {
    background: #00a3ff;
    border-radius: 50%;
    transform: rotate(-92deg);
    border: 2px solid #00a3ff;
}

.country-flag-name-title{
    display: flex;
    flex-direction: column;
}

.list-row-edit .project-material-center {
    justify-content: normal;
    margin-left: 5px;
}

.select2-results, .select2-search--dropdown, input.select2-search__field, select option {
    background: #1d212c;
    color: #fff!important;
}

.country-flag-name-title span img{
    height: 30px;
    width: 36px !important;
    margin-top: 5px;
}

.flag-with-country-name{
    display: flex;
    flex-direction: column;
}

#featured_image_prev {
    max-height: 200px;
    width:auto;
}

.featured_image_wrapper {
    position: relative;
}

.remove_featured_image {
    position: absolute;
    top: -10px;
    left: 190px;
    background-color: #000;
    border: none;
    border-radius: 100%;
    color: #fff;
    padding: 1px 8px;
    font-weight: bold;
}

#imgfeaturedLabel {
    background: #efefef;
    padding: 5px 10px;
    border: 1px solid;
}

.flag-with-country-name span img{
    height: 30px;
    width: 36px !important;
    margin-top: 5px;
    margin-right: 9px;
}

#renew-cancel-subscription-note p{
    margin-left: 17px;
}

#renew-cancel-subscription-note a{
    margin-left: 5px;
    width: 95%;
    font-size: 16px;
}

.textheading {
	border-bottom: solid 1px #F4F6F9;
	display: flex;
	margin-bottom: 30px;
    padding-bottom: 20px;	
	justify-content: space-between;
}

.main-sidebar {
    background-color: transparent;
    box-shadow: none!important;
}

.content-wrapper {
    background: transparent;
}

.note-btn-group i {
    color: #fff;
}

input.select2-search__field {
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

i.btn-loader {
    display: none;
    font-size: 18px;
}

.sidebar-mini .wrapper {
    background: #1d212c;
}
section.content-header.registry {
    font-family: 'Garamond Premiere Pro';
}
#user_datatable_wrapper button.artifact-list-btn {
    color: #fff;
}

p.artifact-error {
    margin: 15px;
    color: #ca4949;
    border: 1px solid;
    width: 100%;
    padding: 5px 10px;
    display:none;
}

.registry .dimension-error .width {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
}
 
.registry .dimension-error {
    margin-left: -10px;
    margin-right: -10px;
}
 
.registry .dimension-error .width .row {
    margin: 0;
    gap: 10px;
}
 
.registry .dimension-error .width .row .width {
    width: 44%;
    font-size: 13px;
    padding: 0 8px;
    height: 34px;
    border: 1px solid #b5a78a;
    color: #fff;
}

.registry .dimension-error .width .row .width:focus-visible {
    border: 1px solid #b5a78a;
    border-radius: 0px;
}

.registry .dimension-error .width .row .width option {
    color: #000;
}

.content.registry .card.card-body.new-card {
    background-color: transparent;
    color: #fff;
}

.product-detail-page .content-part .parameter .text-row {
    margin-bottom: 15px;
    font-size: 16px;
    display: flex;
    font-family: Red Hat Text;
    flex-direction: column;
}

.product-detail-page .content-part .parameter .text-row strong {
    font-weight: 500;
    margin-right: 25px;
    font-family: Garamond Premiere Pro;
    font-size: 26px;
    color: #b5a78a;
}

.subscriber-wrapper .close {
    display: none;
}

section.subscriber-wrapper {
    padding: 4em 2em;
    margin: auto;
    min-height: calc(100vh - 420px);
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    background-color: #262427;
    padding: 60px 0 40px;
}
footer .footer-row {
    border-top: solid 1px #b5a78a;
    border-bottom: solid 1px #b5a78a;
    display: flex;
    font-family: 'Garamond Premiere Pro';
}
#footer-logo {
    background: url(../img/footer-logo-bg.png);
    background-size: cover;
}
footer .footer-row .footer-col {
    border-right: solid 1px #b5a78a;
    max-width: 25%;
    flex: 0 0 25%;
    padding: 20px;
}
#footer-logo img {
    max-width: 200px;
    width: 100%;
}
footer .footer-row .footer-col h2 {
    color: #fff;
    font-size: 24px;
}
footer .footer-row .footer-col ul.menu li a {
    color: #fff;
}
footer .footer-bottom-row {
    padding-top: 10px;
    font-family: "Red Hat Text";
}
footer .footer-bottom-row p {
    color: #888F91;
    font-size: 15px;
}
footer ul.privacy-links {
    display: flex;
    column-gap: 20px;
    justify-content: end;
}
footer ul.privacy-links a {
    color: #888F91;
    font-size: 16px;
}

li.breadcrumb-item.active {
    color: #888F91;
}

.artifact-tab-icon img {
    width: 70px;
    border-radius: 40px;
    padding: 15px;
    border: 1px solid;
}

.registry.artifact a {
    color: #fff;
}

.registry.artifact .right img {
    width: 70px;
    padding: 15px;
    border: 1px solid;
    border-radius: 40px;
}

.registry.artifact .right img {
    border: none;
}

.registry.artifact .left {
    margin-left: 15px;
}

.form-control:disabled, .form-control[readonly] {
    background: transparent!important;
}

.registry .card.card-primary {
    background-color: transparent;
    color: #fff;
}

.note-toolbar .note-btn {
    background: #1d212c;
}
.note-editor.note-frame {
    background-color: transparent;
}

#add_note_form .form-control, #add_note_form .form-control:focus {
    color: #fff !important;
    background-color: transparent;
    border: solid 1px #b5a78a;
}

.bootstrap-datetimepicker-widget table td.day {
    color: #000;
}
#change_password label {
    color: #fff;
}

.note-editor.note-frame .note-editing-area .note-editable, .note-editor.note-airframe .note-editing-area .note-editable {
    background-color: transparent;
    color: #fff;  
}
.note-editable .card, .note-editor.note-frame .note-statusbar, .note-editor.note-airframe .note-statusbar {
    background-color: transparent;
}

.card.card-default.manage-profile {
    background: transparent;
}

.viewmessage img {
    width: 25px;
    cursor: pointer;
}

.registry .card.card-default {
    background: transparent !important;
    box-shadow: none;
    border: none;
    color: #fff;
}

#user_datatable tr.active-row {
    background: #CA4949;
}

.app-search-filter label {
    display: none;
}

.app-search-filter  {
    column-gap: 20px;
    padding: 0px 20px;
}
.app-search-filter .form-group {
    width: 25%;
}
.app-search-filter .form-group.search input {
    background: transparent url(/assets/dist/img/search-normal.svg) no-repeat;
    width: 100%;
    padding: 8px 5px 8px 38px;
    border: 1px solid #b5a78a;
    background-position: 7px center;
    color: #fff;
}
.styled-search-select select, .styled-search-select select:hover, .styled-search-select select:focus {
    border: 1px solid #b5a78a;
    width: 100%;
    padding: 10px;
    background: transparent;
    color: #fff;
}
.styled-search-select select option {
    color: #000;
}
.app-search-filter button.search-btn {
    width: 100%;
    background: #373f4d;
    border: 1px solid #b5a78a;
    padding: 10px 20px;
}

#artwork-category-details .product-artifact {
    max-width: 75%; 
}

#artwork-category-details .card {
    border-radius: 5px 5px 0 0;  
    background: #555b66;
}

#artwork-category-details .artifact_seen_by {
    margin-bottom: 30px;
}

.artifact-timestamp-progress {
    position: absolute;
    right: 0px;
    z-index: 99;
    top: 40px;
}

.product-artifact figure {
    background: url(/assets/dist/img/art-bg.png);
    background-size: cover;
    position: relative;
}

#artwork-category-details .card:hover {
    box-shadow: 4px 4px 20px #000;
}

.product-artifact a:hover {
    text-decoration: none;
}

.product-artifact .card img {
    width: 100%;
    border-radius: 0px;
    object-fit: cover;
    object-position: top;
    position: relative;
    left: 20px;
    top: 20px;
    max-height: 331px;
}

#artwork-category-details .card .detail {
    display: flex;
    margin: 0 20px;
    background: #555b66;
    padding: 20px 20px 40px 0px;
    width: 100%;
}

.artifact-triger-icon {
    display: flex;
    flex-direction: column;
    width: 60px;
    position: absolute;
    right: -80px;
    top: 20px;
    align-items: center;
    background: #1d212c;
    padding: 15px 0px;
}

.artifact-triger-icon label.container-checkbox.artifact-option {
    margin-left: 17px;
    margin-bottom: 25px;
}

.artifact-triger-icon img.img-responsive {
    position: initial;
    width: 25px;
}

.artifact-triger-icon .artifact-option {
    margin: 5px auto;
    display: ruby;
}


#artwork-category-details .card .detail .title {
    flex: 1;
}

#artwork-category-details .card .detail .title h4, #artwork-category-details .card .detail .title h4 a {
    font-size: 20px;
    width: 100%;
    color: #fff;
    margin-top: 20px;
    font-family: 'Garamond Premiere Pro';
}
#artwork-category-details .card .detail .title::after {
    display: none;
}

#artwork-category-details .card .detail .title h5 {
    font-size: 16px;
    color: #fff;
    font-family: Red Hat Text;
    font-weight: normal;
    column-gap: 5px;
}

.artifact-triger-icon a:first-child {
    border-bottom: 1px solid #fff;
}

.artifact-mobile-pagination ul.artifact-pagination {
    padding: 0px;
    display: flex;
    column-gap: 5px;
    color: #fff;
    position: initial;
    margin: 20px auto;
    justify-content: center;
}
button.artifact-list-btn.total_artifact {
    border: 2px solid #fff;
    background: #343a40;
    border-radius: 5px;
    padding: 0px 15px;
}
button.artifact-list-item.total_artifact {
    border: 2px solid #fff;
    background: #343a40;
    border-radius: 5px;
    padding: 0px 15px;
}

.artifact-pagination li.active {
    color: #fff;
}
.artifact-pagination li.active {
    color: #fff;
}
ul.artifact-pagination li {
    list-style: none;
}
ul.artifact-pagination li.pages-title {
    color: #b5a78a;
}
.artifact-pagination li a, .artifact-paginatio li span {
    color: #b5a78a;
}

.dark-modal .modal-content {
    background: linear-gradient(87deg, rgba(36, 42, 56, 1) 50%, rgba(44, 52, 67, 1) 70%);
    border: solid 1px #b5a78a;
    border-radius: 0px;
    color: #fff;
}

.dark-modal .modal-content .modal-title {
    color: #fff !important;
}

.dark-modal .modal-header {
    border-bottom: solid 1px #b5a78a !important;
}

.dark-modal .modal-footer {
    border-top: solid 1px #b5a78a !important;
}

.dark-modal .modal-header button span {
    color: #fff;
}

.select2-results ul {
    background: #2c3443;
}

#billing_address_card {
    background-color: transparent;
}

.seenflag .artifact-flag {
    width: 30px;
    margin-right: 10px;
}
.artifact_seen_by {
    display: flex;
    column-gap: 10px;
}

.product-artifact span.artwork-culture:after {
    content: " .";
    vertical-align: text-top;
    line-height: 16px;
}
.product-artifact span.artwork-time_period:after {
    content: " .";
    vertical-align: text-top;
    line-height: 16px;
}
.product-artifact span.artwork-museum_name:after {
    content: "";
}

button#request-infomation {
    background: #373f4d;
    border: 1px solid #b5a78a;
    padding: 10px 20px;
    text-transform: uppercase;
}

@media(min-width: 1480px){
	.container{
		max-width: 1450px!important;
	}
}

