:root{
    --flbx-main:#7F3DF3;
    --flbx-light:#B796F5;
    --flbx-dark:#582AAA;
}



.main {
    background-color: #F6F6F7;
}

.flowbox-logo {
    height: 37px;
    padding-left: 8px;
    padding-bottom: 7px;
    height: 26px;
}

.bg-primarycolor {
    background-color: var(--flbx-main) !important;
}

.btn-primary {
    background-color: var(--flbx-main);
    text-transform: uppercase;
    border-color: var(--flbx-main);
}

.btn-primary:focus, .btn-primary:active {
    background-color: var(--flbx-dark);
    border-color: var(--flbx-dark);
    box-shadow: 0 0 0 0.25rem rgba(176,146,213);
}

.btn-primary:hover {
    background-color: var(--flbx-dark);
    border-color: var(--flbx-dark);
}

.btn.btn-primary[disabled] {
    background-color: var(--flbx-light);
    border-color: var(--flbx-light);
}

.main-img {
    height: 30%;
    width: 30%;

}

.input-border {
    border: 2px solid var(--flbx-main) !important;

}

::placeholder {
    font-size: 14px;
}

z .heading {
    font-size: 18;
    letter-spacing: 0px;
    font-weight: 1000;
    font-family: "Roboto"
}

.closeicon {

    cursor: pointer;
    font-size: 33px;
    color: #A8A8A8;
}

.flow-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: left;
    align-items: center;
}

.flow-row .shortcode {
    text-align: center;
    background-color: #fff;
    border: none;
}

.flow-flowId {
    color: white;
    background-color: var(--flbx-main);
    width: 135px;
    text-transform: none;
    font-weight: normal;
}

.tag-options {
    display: flex;
}

.tag-options label {
    display: flex;
    flex-flow: row unwrap;
    align-items: center;
    margin-right: 20px;
    font-size: 16px;
}

.tag-options label input {
    margin: 0;
    line-height: initial;
    margin-left: 5px;
}

.tag-options label input:checked::before {
    margin: 0.1375rem;
}

.flow-row .copy i {
    font-family: "Font Awesome 5 Free" !important;
    font-style: initial;
}

.product-name,
.product-collection {
    width: 100%;
    margin-bottom: 20px;
}

.product-name label,
.product-collection label {
    width: 100px;
}

.cop-btnbtn {
    color: #fff !important;
    background: var(--flbx-main);
    border: none;
    border-color: var(--flbx-dark);
}

#toplevel_page_flowboxdetails img {
    width: 30px;
    height: 30px;
}

#wpwrap {
    height: auto !important;
    min-height: 100% !important;
    width: 100% !important;
    position: relative !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    background: #F8F9FB !important;
}

#wpfooter {
    position: relative;
}


.table {
    border-bottom-width: 0px !important;
}

.toast {
    z-index: 99999;
}

body.toplevel_page_flowboxdetails nav {
    height: 60px;
}

input[type=radio]{
    margin: 4px 15px 0px -15px;
}

input[type=radio]:checked::before{
    background-color: var(--flbx-main);
    margin: 2px !important;
}

.wp-core-ui select:hover {
    color: var(--flbx-main);
}

input:focus{
    box-shadow: 0 0 0 1px var(--flbx-light) !important;
    border-color: var(--flbx-main);
}

select:focus{
    box-shadow: 0 0 0 1px var(--flbx-light) !important;
    border-color: var(--flbx-main) !important;
}
