.money-green {
    color: #0EA203 !important;
}

.unsetposition {
    left: 0 !important;
    right: 0 !important;
    position: unset !important;
}

select {
    appearance: auto !important;
}

/*.overlay-bcolor{
    background-color: #7b6ab4cc !important;
}
.adread-bcolor{
    background-color: #609fe7ed !important;
}
.shortform-bcolor{
    background-color: #82b661e0 !important;
}*/
/*.overlay-color{
    background-color: #7b6ab4cc !important;
}
.adread-color{
    background-color: #609fe7ed !important;
}
.shortform-color{
    background-color: #82b661e0 !important;
}
*/
.overlay-color {
    background-color: #7b6ab4cc !important;
}

.adread-color {
    background-color: #609fe7ed !important;
}

.shortform-color {
    background-color: #82b661e0 !important;
}

.audiopromo-color {
    background-color: #e8bf3b !important;
}

.creatorcont-color {
    background-color: #2d871f !important;
}

.ugc-color {
    background-color: #6ab4b0cc !important;
}

.btn-figma-primary {
    color: #fff;
    background-color: #002E70;
    border-color: #002E70;
}

.btn-figma-light {
    color: #fff;
    background-color: #AEAEAE;
    border-color: #AEAEAE;
}

/* CSS */
.button-3 {
    appearance: none;
    background-color: #2ea44f;
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.button-3:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
}

.button-3:hover {
    background-color: #2c974b;
}

.button-3:focus {
    box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
    outline: none;
}

.button-3:disabled {
    background-color: #94d3a2;
    border-color: rgba(27, 31, 35, .1);
    color: rgba(255, 255, 255, .8);
    cursor: default;
}

.button-3:active {
    background-color: #298e46;
    box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}

/* CSS */
.button-2 {
    background-color: rgba(51, 51, 51, 0.05);
    border-radius: 8px;
    border-width: 0;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 8px 8px;
    text-align: center;
    transition: all 200ms;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.gap-2 {
    gap: 8px;
}

/* CSS */
.button-4 {
    appearance: none;
    background-color: #FAFBFC;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #24292E;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    padding: 4px 12px;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
}

.button-4:hover {
    background-color: #F3F4F6;
    text-decoration: none;
    transition-duration: 0.1s;
}

.button-4:disabled {
    background-color: #FAFBFC;
    border-color: rgba(27, 31, 35, 0.15);
    color: #959DA5;
    cursor: default;
}

.button-4:active {
    background-color: #EDEFF2;
    box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
    transition: none 0s;
}

.button-4:focus {
    outline: 1px transparent;
}

.button-4:before {
    display: none;
}

.button-4:-webkit-details-marker {
    display: none;
}

.modal-bigboy {
    max-width: none !important;
    margin: 1rem;
}

.pencil-before:before {
    content: "\F4CB";
    font-family: 'bootstrap-icons';
}

.clock-before:before {
    font-family: 'bootstrap-icons';
    content: "\F293";
}

/*  Tab styles  */
.c-navtabs {
    display: flex;
    margin-top: 24px;
    width: 100%;
    margin-bottom: 32px;
    gap: 16px;
    border-bottom: solid 2px lightgray;
    padding-left: 20px;
    margin-left: -20px;
}

.c-navtabs h1.active {
    background-color: white;
    border-bottom: solid 3px white;
}

.c-navtabs h1 {
    border: solid 3px lightgray;
    border-radius: 6px 6px 0 0;
    font-size: 16pt;
    padding: 4px 8px;
    margin-bottom: -2px !important;
    border-bottom: solid 3px white;
    background-color: #f1f1f1;
    border-bottom-color: #f1f1f1;
    color: black;
}


.submit-button {
    height: 50px;
    min-width: 170px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 40px 12px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 2px solid transparent;
    border-radius: 30px;
    background-color: #fe3f40;
    -webkit-transition: border-color 200ms ease, background-color 200ms ease;
    transition: border-color 200ms ease, background-color 200ms ease;
    font-family: 'Red Hat Text', sans-serif;
    color: #fff;
    font-weight: 500;
}

.submit-button:hover {
    border: solid #fe3f40;
    background-color: #fff;
    color: #fe3f40;
}

.submit-button.margin {
    margin-top: 50px;
    background-color: #fe3f40;
    color: #fff;
}

.submit-button.margin:hover {
    background-color: #fff;
    color: #fe3f40;
}

button.btn.btn-wotb-blue {
    color: #419CDC;
    border-color: #419CDC;
}

.buttons input.submit-button.skip-button:hover, button.submit-button.skip-button:hover {
    background-color: white;
}

.buttons input.submit-button.skip-button, button.submit-button.skip-button {
    background-color: transparent;
    border-color: #3898EC;
    color: #3898EC;
    margin-right: 1rem;
}

.platbox img {
    width: 20px;
}

.platbox {
    margin-right: 2px;
}

.fl-r {
    float: right;
}

.invite-modal-content {
    padding: 22px;
}

.invite-modal-content input[type='text'] {
    width: 100%;
    margin-top: 8px;
    border: solid 1px;
    padding: 4px 8px;
    border-radius: 4px;
}

.invites {
    color: green;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 16px;
}

.wotb-blue {
    color: #03a4ed;
}

.content-holder {
    position: relative;
    background-color: #fff;
    padding: 32px !important;
    border-radius: 20px;
}


.row-gap {
    row-gap: 4px;
}
