ul,
li,
p,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}

.leftformsectioninnerdata {
    padding: 30px;
}

.leftformsectionboxheading {
    margin-top: 30px;
    text-align: center;
}

.leftformsectionboxheading img {
    width: 300px;
    background: #0d0e12;
    border-radius: 34px;
    padding: 24px;
}

.lablesos {
    margin-bottom: 10px;
}

.leftformsectioninnerdata h1 {
    margin-top: 20px;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.leftformsectioninnerdata p {
    font-size: 14px;
    margin-bottom: 40px;
    color: #c1bebe;
}

.leftformsectionbox {
    padding: 8%;
    position: relative;
    height: 100vh;
}

.leftformsectionbox img {
    width: 100%;
    border-radius: 15px;
    height: 84vh;
}

.form-check-input:checked {
    background-color: #ac2b7b;
    border-color: #ac2b7b;
}

label.customchangesuser {
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 14px;
}

.customchangesemail {
    padding: 10px;
    font-weight: 400;
    margin-bottom: 24px;
    box-shadow: 0px 0px 19px 19px #00000005;
    border: 0px;
    min-height: 60px!important;
    padding-left: 37px;
    appearance: revert;
    border-radius: 10px;
}

.custombuttonchanges {
    width: 100%;
    display: block;
    padding: 15px;
    background-color: #D6AA69;
    border: none;
    font-size: 19px;
    font-weight: 500;
    margin-top: 45px;
    border-radius: 36px;
    border-bottom: 5px solid #99743f;
    color: #000;
    transition: all ease 1s;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ad9356;
    border-color: #e5c06c;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(187 155 93);
}

.leftformsectionbox:before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    width: 63%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6aa69+0,ad9356+100 */
    background: #d6aa69;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d6aa69 0%, #ad9356 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d6aa69 0%, #ad9356 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d6aa69 0%, #ad9356 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d6aa69', endColorstr='#ad9356', GradientType=0);
    /* IE6-9 */
    height: 100%;
    z-index: -1;
}

main.maintopcustomsection {
    margin-top: 60px;
}

.customrememberchanges {
    font-size: 14px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.leftloginformcontainer {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 483px;
    max-width: 100%;
}

.leftloginwrapper {
    position: relative;
    height: 100vh;
}

.forgotpassword {
    float: right;
}

.forgotpassword a {
    text-decoration: none;
    color: #602465;
    font-size: 14px;
}

.leftformsectioninnerdata span {
    color: #d6aa69;
}

.leftformsectioninnerdata h6 {
    text-align: center;
    margin-bottom: 20px;
    color: #6A6A6A;
    font-size: 13px;
}

.leftformsectioninnerdata h5 {
    font-size: 15px;
    text-align: center;
    padding-top: 40px;
    color: #6A6A6A;
}

.leftformsectioninnerdata h5 a {
    text-decoration: none;
    color: black;
    font-weight: 500;
}

.form-control:focus {
    box-shadow: 0px 0px 19px 19px #00000005;
}

.iconbox {
    position: absolute;
    margin-top: 21px;
    margin-left: 11px;
    color: #9b9b9b;
}

.iconbox2 {
    position: absolute;
    margin-top: -58px;
    margin-left: -7px;
    right: 44px;
    top: -x;
    color: #9b9b9b;
}

h6.forgottext {
    margin-bottom: 45px;
}

.nav-tabs .nav-link.custom-tab {
    background: none;
    color: #000000;
    position: relative;
    box-shadow: 0px 3px 10px -2px rgb(161 170 166 / 80%);
    min-width: 208px;
    font-size: 19px;
    text-align: center;
    margin-right: 3px;
    padding: 12px 20px 12px 20px;
    border-radius: 34px;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #fff!important;
    border-color: #dee2e6 #dee2e6 #fff;
    background-color: red;
    background-color: #a92979!important;
}

.leftformsectioninnerdata h3 {
    font-size: 14px;
    text-align: center;
}


/* log in page css */

.row.custom-row {
    border-bottom: 1px solid #f3f3f3;
}

.headertop {
    position: fixed;
    background: #ffffff;
    border-top-left-radius: 30px;
    z-index: 1;
    width: calc(100% - 0px - 309px);
    margin-left: 280px;
    transition: all ease 0.5s;
}

.sidemenubar {
    position: fixed;
    width: 280px;
    height: 100dvh;
    transition: all ease 0.5s;
    background: #0d0e12;
}

.mainlogoimage {
    text-align: center;
}

button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.profilebox img {
    width: 40px;
    border-radius: 12px;
    height: 40px;
}

.profilebox {
    margin-top: 8px;
    text-align: center;
    float: right;
    width: 85%;
}

.sidemenubar ul {
    padding: 17px;
    margin-top: 20px;
}

.sidemenubar ul li {
    list-style: none;
    margin-bottom: 10px;
}

span.icon {
    margin-right: 20px;
}

.sidemenubar ul li a {
    text-decoration: none;
    padding: 15px;
    display: block;
    color: #fff;
}

.headingbox h6 {
    margin-left: 19px;
    margin-top: 18px;
}

.mainsectionbox {
    width: 100%;
    padding: 30px;
}

.maintop {
    padding-left: 280px;
    padding-top: 39px;
    transition: all ease 0.5s;
}

.totolEarning {
    padding-top: 41px;
    padding-bottom: 40px;
}

.mainboxleft h2 {
    font-size: 25px;
    margin-top: 10px;
}

.totolcustmorebox h5 {
    box-shadow: 0px 4px 8px rgb(0 0 0 / 7%);
    padding: 20px;
    border-radius: 15px;
}

.ApprovedArtist {
    padding-top: 22px;
    padding-bottom: 20px;
    position: relative;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 8%);
}

.ApprovedArtist h4 {
    font-size: 18px;
}

.imgbox img {
    width: 50px;
    margin-right: 20px;
    border-radius: 8px;
}

.imgbox {
    display: flex;
    padding-left: 45px;
    padding-bottom: 20px;
}

.ApprovedArtist h4 {
    text-align: center;
    padding-bottom: 25px;
}

.buttonbox a {
    text-decoration: none;
    background-color: #AF2D7D;
    color: white;
    display: block;
    border-radius: 6px;
    margin-left: 46px;
    font-size: 13px;
    width: 100%;
    text-align: center;
    padding: 4px;
}

.buttonbox {
    padding-top: 12px;
    padding-left: 30px;
}

.viewbuttonbox {
    text-align: center;
}

.viewbuttonbox a {
    text-decoration: none;
    border: 2px solid #AF2D7D;
    border-radius: 16px;
    color: #AF2D7D;
    padding: 2px 25px 2px 25px;
}

.artistvendorbox {
    text-align: center;
    display: flex;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 7%);
    padding: 5px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.artistbutton {
    text-decoration: none;
    background-color: #AF2D7D;
    padding: 3px;
    color: white;
    width: 50%;
    display: block;
    border-radius: 6px;
}

a.vendor {
    text-decoration: none;
    color: black;
    padding-top: 4px;
    font-weight: 500;
    margin: auto;
}

a.vendor1 {
    text-decoration: none;
    color: black;
    padding-top: 4px;
    font-weight: 500;
    padding: auto;
    margin: auto;
}

.viewbuttonbox a:hover {
    color: white;
    background-color: #AF2D7D;
    border: transparent;
}

.headingbox {
    padding-bottom: 10px;
}

.Pendingbox {
    display: flex;
    background-color: #AF2D7D;
    padding: 15px;
    color: white;
    border-radius: 6px;
}

.textpending {
    display: flex;
    margin-left: auto;
    position: relative;
}

.Pendingbox h3 {
    padding-left: 30px;
    font-size: 30px;
}

.textpending p {
    padding-right: 14px;
    padding-top: 4px;
    font-size: 22px;
    font-weight: 300;
}

.pendingboxinner {
    padding-top: 20px;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 8%);
    padding-bottom: 30px;
}

.imgbox2 img {
    width: 50px;
    margin-right: 20px;
    border-radius: 8px;
}

.imgbox2 {
    display: flex;
    padding-left: 45px;
    padding-bottom: 36px;
    margin-top: 3px;
}

.buttonbox2 a {
    text-decoration: none;
    background-color: #AF2D7D;
    padding: 5px 12px 5px 12px;
    color: white;
    width: 100%;
    display: block;
    border-radius: 20px;
    font-size: 12px;
}

.buttonbox2 {
    padding-top: 12px;
    padding-left: 30px;
    margin-left: auto;
    padding-right: 48px;
}

.textbox2 p {
    font-size: 11px;
    color: #6A6A6A;
}

.mainboxleft span {
    color: #AF2D7D;
}

.textbox p {
    font-size: 11px;
    color: #6A6A6A;
}

.textbox h6 {
    margin-bottom: 5px;
}

.textbox2 h6 {
    margin-bottom: 5px;
}

span.ïcon {
    padding-right: 5px;
    padding-left: 5px;
}

span.app {
    color: #b69159;
}

.sidemenubar ul li a:hover,
.sidemenubar ul li a.active {
    color: black;
    background-color: #d5a969;
    border-radius: 6px;
}


/* sidebar menu dropdown css start */

li.sidebar-dropdown i.fa.fa-angle-right {
    float: right;
    font-size: 16px;
    transition: all ease 1s;
    transform: rotate(0deg);
    color: #fff;
    margin-right: 9px;
}

li.sidebar-dropdown.active i.fa.fa-angle-right {
    transform: rotate(90deg);
}

li.sidebar-dropdown span {
    padding-left: 27px;
}

ul.sidenavbarul li a.active,
ul.sidenavbarul li a:hover {
    border-left: 10px solid #fe8011;
    background: #fe801138;
}

ul.sidenavbarul li a {
    color: #0e1a35;
    font-size: 17px;
    font-weight: 600;
    border-top: 2px solid #cdcdce57;
    display: block;
    padding: 23px;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
}

.fa-angle-right:before {
    content: "\f105";
}

.totolEarning h1 {
    font-size: 32px;
    margin-top: 10px;
}

.mainlogoimage img {
    width: 194px;
    /* margin-top: 30px; */
    /* margin-left: 70px; */
    padding-top: 30px;
}

span.number-custom {
    background-color: white;
    color: black;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
    font-weight: 600;
}

.numberbox span {
    background: #0F972D;
    ;
    color: white;
    border-radius: 100%;
    padding: 10px;
}

.numberbox {
    position: absolute;
    top: -7px;
    right: -10px;
}

span.custom-color {
    background: #BC0303;
}

.flowchartnumber ul li {
    list-style: none;
    padding-bottom: 19px;
}

.flowchartnumber ul li a {
    text-decoration: none;
    color: #515050;
}

span.number-right {
    float: right;
    margin-right: 30px;
    font-weight: 600;
}

span.dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #CFAA49;
    ;
    margin-right: 8px;
}

span.dot.color-custom {
    background: #168960;
}

span.dot.color-custom2 {
    background: #9C1717;
}

.headingbox h6 a {
    text-decoration: none;
}

.sidemenubar:after {
    position: absolute;
    content: "";
    background-color: #d4a868;
    height: 1005;
    height: 100%;
    width: 15px;
    top: 47px;
    right: 0px;
    border-radius: 45px 6px;
}

.imgbox2 img:hover {
    transition: all ease 1s;
    transform: scale(1.1);
}

.imgbox img:hover {
    transition: all ease 1s;
    transform: scale(1.1);
}

.dropbtn {
    /* background-color: #902a8e; */
    color: white;
    /* padding: 5px 16px; */
    font-size: 27px;
    border: none;
    border-radius: 10px;
}

button.dropbtn i.fa.fa-angle-right {
    transform: rotate(90deg);
    position: relative;
    top: 0px;
    font-size: 20px;
    right: 16px;
}

.dropdown-contentcustom {
    display: block;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    right: 0px;
    transform: translateY(34px);
    transition: all ease 1s;
    opacity: 0;
}

.dropdown-contentcustom a {
    color: black;
    padding: 7px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

.dropdowncustom {
    position: relative;
    display: inline-block;
}

.dropdowncustom:hover .dropbtn {
    background-color: #4e4e4e;
}

.dropdowncustom:hover .dropdown-contentcustom {
    opacity: 1;
    transform: translateY(0px);
}

.sidemenubar:before {
    content: "";
    position: absolute;
    right: -24px;
    top: 0px;
    width: 27px;
    background: #000000;
    height: 42px;
    z-index: -1;
}

button.dropdown-toggle.dropdown-custom {
    background-color: white;
    border: none;
    border-radius: 8px;
}

.dropdown-custom2 {
    float: right;
}

.toggle {
    position: absolute;
    color: white;
    width: 71px;
    cursor: pointer;
    display: none;
    transition: all ease 0.5s;
    top: 0px;
    font-size: 38px;
    background: #ac2b7b;
    text-align: center;
    right: -71px;
    z-index: 99;
}

.maintop.active {
    padding-left: 100px;
    transition: all ease 0.5s;
}

.headertop.active {
    margin-left: 100px;
    width: calc(100% - 0px - 132px);
    transition: all ease 0.5s;
}

.sidemenubarbtnmobile {
    display: none;
}

.sidemenubar {
    transition: all ease 1s;
}

ul.dropdown-menu.dropdown-menu-custom {
    padding: 0px;
    border: 0px;
    background: #d5a969;
    text-align: center;
}


/* sidebar css */


/* staff css */

table.table.customtable {
    text-align: center;
    border: 1px solid #cdcdcd;
}

button.btn.btn-primary.custompopupbutton {
    width: 100%;
    padding: 12px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(214 170 105);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d6aa69;
    border-color: #d6aa69;
}

th.customborder {
    border-right: 2px solid black;
}

thead.tablehead {
    background-color: #d6aa69;
}

td.tdborder {
    border: 1px solid #ccc;
}

button.btn-close {
    cursor: pointer;
    background: #000;
    color: #fff;
}

button.btn.btn-primary.customaddpopup {
    background-color: #d4aa6f;
    border: none;
}

.customformchanges {
    font-weight: 400;
    box-shadow: 0px 0px 19px 19px #00000005;
    border: 0px;
    min-height: 50px!important;
    padding-left: 23px;
    border-radius: 10px;
}

.mobilemenuli {
    display: none;
}

.addbtnrow {
    background: #d4a868;
    border: 0px;
    font-size: 22px;
    border-radius: 9px;
    margin-top: 39px;
    cursor: pointer;
    display: block;
    width: 33px;
    text-align: center;
}

img.expimg {
    width: 65px;
    border-radius: 5px;
}

.btn-danger {
    color: #fff;
    background-color: #d4a868;
    border-color: #d4a868;
    font-weight: 600;
}

.datefromcont {
    width: 233px;
    float: right;
}

.col-date label.inputlabel {
    text-align: right;
    width: 100%;
    padding-right: 141px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #d6aa69;
}


/* staf css */

.formbottomspace {
    margin-bottom: 15px;
    font-size: 14px;
}

.custompopupbutton {
    background-color: #d4aa6f;
    border: none;
}

label.customlabelchanges {
    font-size: 14px;
    font-weight: 600;
}

button.btn.btn-primary.custombuttonchanges.savebtn {
    width: 220px;
    padding: 11px;
    margin-top: 16px;
    border-radius: 40px;
}

label.inputlabel.namelabel {
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: right;
    width: 100%;
}

.seprow {
    background: #f7f7f7;
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 18px;
    box-shadow: 0px 0px 15px 6px #00000014;
}

.seprow:nth-child(odd) {
    background: #fff;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.btn.btn-primary.btn-update {
    background-color: #D6AA69;
    border: none;
    font-size: 15px;
    font-weight: 500;
    margin-top: 45px;
    border-radius: 9px;
    border-bottom: 3px solid #99743f;
    color: #000;
    transition: all ease 1s;
    width: 73px;
    padding: 2px;
}

.boxtopm h4 {
    width: 30%;
    color: #d5a969;
    background-color: #000000;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 22px;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    margin-top: 20px;
}

h4.itmh {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

span.titlespan {
    width: 100%;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}

.boxtopm {
    display: flex;
    align-items: center;
    gap: 3%;
}

.wages_updated {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 13px;
    margin-top: 10px;
}

.revnue_updated {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 13px;
    margin-top: 10px;
}

a.download {
    height: 80px!important;
    width: 80px!important;
    display: inline-block;
}

div#ui-datepicker-div {
    display: none;
}

label.inputlabel {
    font-size: 14px;
}

h2.maintital {
    background: #d4a868 0% 0% no-repeat padding-box;
    border-radius: 11px;
    text-align: center;
    font-size: 18px;
    padding: 13px;
    margin-top: 50px;
    font-weight: 600;
    margin-bottom: 13px;
    text-transform: uppercase;
}

button.btn.btn-info.mtcustom-4 {
    width: 129px;
    border-radius: 40px;
    display: block;
    background-color: #D6AA69;
    border: none;
    font-size: 19px;
    border-radius: 36px;
    border-bottom: 5px solid #99743f;
    color: #000;
    transition: all ease 1s;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85); /* Darker semi-transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
    color: #fff;
    font-family: 'Arial', sans-serif;
    animation: fadeIn 0.5s ease-in-out;
}

#loading p {
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.9;
    animation: fadeText 2s infinite;
}

/* Custom Hourglass Loader */
.lds-hourglass {
    color: #ffffff; /* Change loader color here */
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid currentColor;
    border-color: currentColor transparent currentColor transparent;
    animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

/* Text fade-in and pulse effect */
@keyframes fadeText {
    0%, 100% { opacity: 0.9; }
    50% { opacity: 1; }
}

/* Fade in animation for loading div */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.storeNm {
    color: white;
    margin: 0px 32%;
    text-transform: capitalize;
    font-size: 15px;
}