/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/**
* Theme Name:     FinFlow Child
* Author:         UiCore
* Template:       finflow
* Text Domain:	   finflow-child
* Description:    Banking, Finance
*/
/* Container styling */
/* The container must be positioned relative: */
/* Default buttons color*/
:root {
    --e-global-color-uicore_secondary: #546FFF;
}
.input, input:not([type=submit]), select, textarea {
    line-height: initial;
}
@media screen and (min-width: 992px) {
    #brxe-8b4682, body.logged-in #brxe-rxxqvv {
      width: calc(100% - 230px);
      transition: all .3s;
    }
    .content-width {
      width: calc(100% - 82px) !important;
    }
  }

.bankid-button:hover {
    background-color: #546FFF;
    transform: scale(1.1);
    transition: all 0.3s;
}

.bankid-button {
    transform: scale(1);
    transition: all 0.3s;
}


.cmp-broker {
    flex-wrap: wrap;
    display: flex;
    gap: 6px;
}

.cmp-broker-number {
    color: #101828;
    font-size: 12px;
    font-weight: 700;
}
.cmp-broker-number a{
    text-decoration: underline;
}

.cmp-broker-title {
    color: #70747E;
    font-size: 12px;
    font-weight: 500;
}

.broker-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.broker-number {
    gap: 80px;
    display: flex;
    padding: 12px 16px;
    background: white;
    border-radius: 12px;
    align-items: center;
}

.broker-number-icon {
    gap: 10px;
    display: flex;
    align-items: center;
}

.copy-number {
    display: flex;
}

.broker-title {
    color: white;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.tel-number {
    padding-right: 20px;
    color: #101828;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.copy-number {
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .cmp-broker {
        padding-top: 10px;
        flex-wrap: wrap;
        display: flex
    ;
        gap: 0px !important;
        flex-direction: column !important;
        align-content: center !important;
        align-items: center !important;
    }
    .broker-container {
        gap: 10px !important;
        align-items: center !important;
    }

    .broker-number {

        width: 100% !important;
        justify-content: space-between !important;
    }
}

.kyc-company:hover, .kyc-private:hover,
p#update-kyc-company:hover, p#update-kyc-private:hover, button#_send:hover , button#_next:hover , button._notification_centre:hover {
    background-color: var(--e-global-color-uicore_secondary);
}

input#friendEmail {
    border-color: #1018284D !important;
    border-radius: 12px !important;
}


button._notification_centre{
    gap: 5px;
    display: flex;
    width: 100%;
    border-radius: 8px;
    background: #1570EF;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-top: 12px;

    cursor: pointer;
}
._orderListing header a:hover {
    background-color: var(--e-global-color-uicore_secondary) !important;
}

div._col-md-12-UpdateOrder{
    text-align-last: center !important;
}

._choose_orderType{
    padding-bottom:10px;
}

.current-date:before {
    border-radius: 50px 0px 0px 50px;
    position: absolute;
    content: "";
    width: inherit;
    height: inherit;
    background: #1570ef14;
    z-index: -1;
}

.date-dropdown-heading{
    font-family: Manrope;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #101828;
}


#date-dropdown{
    border-radius: 12px;
    border: 1px solid #1018281A;
    font-family: Manrope;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color:#101828;
}

._date_valid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
._date_title{
    padding-top: 16px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 21.86px;
    text-align: left;
    color: #101828 !important;

}

._expiration_date{
    cursor: pointer !important;
    background: transparent !important;
    color: #1570EF !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 21.86px;
    text-align-last: right;
    border:0px !important;
}

.datepicker-container {
    position: relative;
    display: inline-block;
}
#header-cal {
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    padding-bottom: 10px;
}

#frame-calendar {
    display: none;
    position: absolute;
    bottom: 0%;
    left: 20%;
    width: 304px;
    float: right;
    z-index: 1000;
    height: fit-content;
    background-color: white !important;
    border-radius: 35px;
    padding: 12px;
    box-shadow: 0px 10px 30px -10px #0000001c;
}



.header-display {
    display: flex;
    align-items: center;
}

.header-display p {
    text-transform: capitalize !important;
    font-size: 16px !important;
    font-weight: 600;
    color: #101828 !important;
    line-height: 32px;
    text-align: center;
    margin: 5px;
}

.arrow-calendar {
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: var(--accent);
    cursor: pointer;
    transition: all 0.4s linear;
}

.arrow-calendar:hover {
    background: var(--accent-2);
    transition: all 0.4s linear;
}

#days,
.week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin: auto;
    padding: 0 0px;
    justify-content: space-between;
}

.week div,
#days div {
    color: #101828;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

#days div:hover {
    border-radius: 0px 40px 40px 0px;
    background-color: #1570EFCC;
    color: white;
}
#days div.inactive:hover {
    border-radius: 0px 40px 40px 0px;
    background-color: white;
    color: white;
}


.week div {
    font-size: 14px;
    opacity: 1;
    font-weight: 700;
    color: #101828;
}

.current-date {
    background-color: #1570EF;
    color: white !important;
}
.current-date:hover {
    background-color: #1570EF;
    color: white;
    border-radius:100% !important;
}

.inactive {
    opacity: 0.5;
}
.disabled {
    color: #9E9E9E !important;
    pointer-events: none;
    opacity: 1;
}
#selected-date::placeholder {
    color: #1570EF !important;
}
.selected-date {
    border-radius: 0px 40px 40px 0px !important;
    background-color: #1570EFCC;
    color: white !important;
}

.pink-background {
    font-weight: 400;
    font-size: 14px;
    color: black !important;
    border-radius:0px !important;
    background-color: #1570EF14;
}

.drop-down {
    position: relative;
    width: 49%;
    border-radius: 12px;
    border: 1px solid #737375;
    padding: 13px 13px;
    color: rgba(16, 24, 40, 0.50);
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: transparent;
    z-index: 2;
}

.drop-down .selected a {
    background: #fff no-repeat scroll right center;
    display: block;
    font-weight:500;
    padding-right: 20px;
    text-decoration: none;
    color: #101828;
    box-sizing: border-box;
}
.drop-down .selected a::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 55%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-top-color: #101828;
}

.drop-down .selected a span {
    cursor: pointer;
    display: block;
}

.drop-down .option {
    position: relative;
}

.drop-down .options ul {
    box-shadow: 0px 10px 30px -10px #0000001c;
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 8px 12px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border-radius:12px;
    border: 2px solid #d7d7d700;
    z-index: 1000;
}

.drop-down .selected span.value, .drop-down .options span.value {
    display: none;
}

.drop-down .options ul li a {
    padding: 10px;
    margin:2px;
    display: block;
    text-decoration: none;
    color: black;
    transition: background 0.2s ease, color 0.2s ease;
}

.drop-down .options ul li a:hover {
    background: #E8F1FE;
    color: black;
    border-radius: 12px;
}

.drop-down .options ul li a.option_active{
    background: #E8F1FE;
    color: #1570EF;
    border-radius: 12px;
}












/* select.ordertype{
width: 50%;
border-radius: 12px;
border: 1px solid rgba(16, 24, 40, 0.10);
padding: 16px 20px;
color: rgba(16, 24, 40, 0.50);
font-size: 16px;
font-weight: 500;
margin-top: 0px;
margin-bottom: 20px;
padding-top: 13px;
padding-bottom: 13px;
background-color: transparent;
z-index: 2;
} */

._row._companyInfo {
    padding-top: 10px;
}
._txt-green {
    color: #00CC45;
}

._txt-red {
    color: #EE1414;
}

._line-hight-1 {
    line-height: 1;
}

li.menu-item a {
    opacity: 1 !important;
}

._costmIconbx svg {
    height: 24px !important;
    width: 24px !important;
    margin-top: 6px !important;
}

._costmIconbx .bdt-ep-advanced-icon-box-description {
    margin-bottom: 0;
}

._otc_table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

table._otc_table th {
    border: none;
    text-align: left;
    padding: 20px 16px;
    font-size: 14px;
    font-weight: 500;
}

table._otc_table td {
    border-left: 0;
    border-bottom: 1px solid #10182814;
    padding: 24px 16px;
}

table._otc_table td:first-child {
    padding: 24px 10px;
}

._buyPopUp {
    font-size: 16px;
    margin-right: 16px;
    font-weight: 700;
}
._salePopup {
    font-size: 16px;
    font-weight: 700;
}



table._otc_table td {
    border-left: 0;
    border-bottom: 1px solid #10182814;
    padding: 20px 16px;

}


table._otc_table td {
    font-size: 14px;
    font-weight: 600;
    color: #101828;
    margin: 0;
}
table._otc_table td p{
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}



table._otc_table td p a {
    color: #101828;
}

._otc_table td p {
    display: flex;
    align-items: center;
}

._otc_table td p img {
    border-radius: 50%;
    margin-right: 10px;
    width: 22px;
}

span._price {
    font-size: 14px;
}

span._price sub {
    color: #10182899;
    bottom: 0;
}

._otc_listMob {
    display: none;
}

._row {
    display: flex;
    flex-wrap: wrap;
}

div[class^="_col-"] {
    padding: 0 10px;
}

._col-md-3 {
    flex: 1 1 25%;
    max-width: 25%;
}

._col-md-4 {
    flex: 1 1 33.333%;
    max-width: 33.3333%;
}

._col-md-5 {
    flex: 1 1 42%;
    max-width: 42%;
}

._col-md-6 {
    flex: 1 1 50%;
    max-width: 50%;
}

._col-md-7 {
    flex: 1 1 58%;
    max-width: 58%;
}

._col-md-8 {
    flex: 1 1 66.666%;
    max-width: 66.666%;
}

._col-md-9 {
    flex: 1 1 75%;
    max-width: 75%;
}

._col-md-12 {
    flex: 1 1 100%;
    max-width: 100%;
}

._cmpnyHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

._hdrNTgl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

._titleCompM {
    display: flex;
    align-items: center;
}

._titleCompM a {
    color: #101828;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
}

._otcHead p {
    color: #10182866;
    font-size: 14px;
    font-weight: 400;
}

._otcHead p {
    color: #10182866;
    font-size: 14px;
    font-weight: 500;
    margin: 14px 0;
}

._cmpnItmMob {
    border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

._compnyDetil p {
    margin: 0;
}

p._DataTitle {
    font-size: 16px;
    color: #10182866;
    font-weight: 500;
}

p._dataContent ._price {
    color: #101828;
    font-size: 14px;
    font-weight: 600;
}

._compnyDetil ._row {
    padding: 14px 0;
}

._compnyDetil ._buyPopUp,
._compnyDetil ._salePopup {
    border-radius: 12px;
    background: rgba(0, 204, 69, 0.12);
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

._compnyDetil ._salePopup {
    border-radius: 12px;
    background: rgba(238, 20, 20, 0.12);
}

._cmpnyHead._active ._cpmnyPrice {
    display: none;
}

._hdrNTgl ._cmnyTglIcn {
    margin-left: auto;
}

._cmpnyHead._active ._hdrNTgl ._cmnyTglIcn {
    transform: rotate(180deg);
}

span._cmnyTglIcn {
    background: rgba(16, 24, 40, 0.03);
    padding: 8px 12px 7px;
    border-radius: 7px;
    line-height: 1;
    display: flex;
    align-items: center;
}

span._cmnyTglIcn svg {
    width: 11px;
}


._row_pDtlPc {
    padding: 16px 24px 12px;
    background: #EE14140F;
    margin-bottom: -8px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #EE1414;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.86px;
    text-align: left;
}
._row_pDtl {
    display: flex;
    flex-wrap: wrap;

}
.bottom-div-box{
    padding: 10px 14px;
}
.mardnadsvarde {
    display: flex;
    font-size: 14px;
    width: 100%;
    color: #374151;
    border-radius: 8px;
    line-height: 100%;
    background-color: rgba(247, 248, 248, 1);
    padding: 10px 14px;
    justify-content: space-between;
}
.mardnadsvarde span ._price.login_menu_popop._mnuRegister span img {
    filter: blur(4px);
}
.mardnadsvarde ._price {
    font-weight: 800;
    color: #374151;
}
.mardnadsvarde span {
    font-weight: 500;
}
._colFlag {
    width: 32px;
    padding-right: 12px;
}

._comnyDetilp ._pricing {
    flex: 1 1;
    display: flex;
}

._priceItm {
    padding: 0 15px 0 15px;
    border-left: 1px solid #1018281A;
}

._priceItm p:first-child {
    color: #10182866;
    font-weight: 500;
    white-space: nowrap;
}

._priceItm p:last-child {
    margin-bottom: 0;
    line-height: 1;
}

._priceItm p:last-child span,
._priceItm p:last-child {
    color: #101828;
    font-weight: 800;
}

._cmpLgo img {
    object-position: left;
}

/*._otcStocBnr ._stckItm {*/
/*    display: flex;*/
/*    margin-right: 60px;*/
/*}*/

._stLgo {
    width: 40px;
    margin-right: 10px;
}

/*._stkTitle p {*/
/*    font-size: 14px;*/
/*    font-weight: 600;*/
/*    margin-bottom: 0;*/
/*    line-height: 19px;*/
/*    color: #101828;*/
/*}*/

._stckItm span._price {
    font-size: 14px;
    color: #101828;
    line-height: 100%;
    font-weight: 600;
}

._stckItm span._price sub {
    font-size: 14px;
    color: #101828;
    line-height: 19px;
    font-weight: 600;
}

._stckItm span._price sub {
    font-size: 10px;
    line-height: 100%;
    font-weight: 400;
}

.scroll {
    height: 60vh;
    font-size: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

span._indexIng {
    border-radius: 13px;
    background: #E1F2EC;
    display: inline-flex;
    padding: 4px 8px;
    justify-content: flex-end;
    align-items: center;
    color:  #E1F2EC;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    margin-left: 8px;
    line-height: 1;
}

span._indexIng._up {
    background: #E1F2EC;
    color: #25AE77;
}

span._indexIng._down {
    color: #F94E4E;
    background: #F9E9E9;
}

body._buyySallOpen {
    height: 100vh;
    overflow: hidden;
}

body._buyySallOpen {
    height: 100vh;
    overflow: hidden;
}

body._buyySallOpen::before {
    background: rgba(0, 0, 0, 0.06);
    opacity: 1;
}


div#buySaleDialog {
    position: fixed;
    top: 80px;
    left: 0;
    width: 920px;
    z-index: 99999999;
    /* height: 81vh; */
    max-width: 90%;
    margin: 0 auto;
    right: 0;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 28px 40px 10px rgba(0.1, 0.1, 0.1, 0.1);
    padding: 20px 40px;
    max-height: 84vh;
    overflow: auto;
}

div#buySaleDialog._show_pp {
    display: block !important;
}

._byhdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

._byhdr h2 {
    color: #101828;
    font-size: 24px;
    margin: 0;
    font-weight: 700;
}

span._clsBs,
._clssubs {
    cursor: pointer;
    height: 24px;
    width: 24px;
}

._compDtlLft {
    border-radius: 24px;
    border: 1px solid rgba(16, 24, 40, 0.10);
}

.LftNmFlg {
    display: flex;
    padding: 16px 20px;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #101828;
}

.LftNmFlg img {
    margin-right: 12px;
    width: 22px;
}

.LftPrRt {
    border-radius: 0px 0px 24px 24px;
    background: rgba(16, 24, 40, 0.03);
    padding: 11px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.LftPrRt ._price {
    font-size: 18px;
    font-weight: 600;
    color: #101828;
}

.LftPrRt span._indexIng {
    font-size: 14px;
    font-weight: 700;
    padding: 8px 14px;
}

._pPtble {
    border-radius: 24px;
    border: 1px solid rgba(16, 24, 40, 0.10);
    display: flex;
    flex-wrap: wrap;
}

._pPtble_itm {
    flex: 1 1 25%;
    max-width: 25%;
}

._pPtble_itm ._titl {
    padding: 16px 0 15px 26px;
    border-bottom: 1px solid rgba(16, 24, 40, 0.08);
    color: rgba(16, 24, 40, 0.40);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

._pPtble_itm ._pric {
    padding: 12px 0 12px 26px;
}

._pPtble_itm ._pric ._price {
    color: #101828;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

._cpmDtilPp {
    margin-bottom: 20px;
}

._ppDesc {
    border-radius: 20px;
    background: rgba(16, 24, 40, 0.03);
    display: flex;
    padding: 8px 20px;
    align-items: flex-start;
    gap: 18px;
}

._ppDesc svg {
    height: 22px;
}

._ppDesc p {
    margin: 0;
    color: rgba(16, 24, 40, 0.60);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
._ppDesc p strong {
    color: #1D1D21;
}

._BuySaleFms {
    margin: 14px 0 14px;
}

span._Frmstep {
    color: rgba(16, 24, 40, 0.30);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    border-radius: 33px;
    border: 1px solid rgba(16, 24, 40, 0.10);
    height: 22px;
    width: 22px;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

._frmTb {
    color: rgba(16, 24, 40, 0.30);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
}

._frmTb:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 21px;
    background: rgba(16, 24, 40, 0.10);
}

._frmTb._tb-active ._Frmstep {
    background: #1570EF;
    color: #fff;
}

._frmTb._tb-active {
    color: #101828;
}

._frmTb._tb-active:after {
    background: #1570EF;
}

._frmStep input {
    border-radius: 12px;
    border: 1px solid rgba(16, 24, 40, 0.10);
    padding: 16px 20px;
    color: #101828CC;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 10px;
}

._totalPrcWpr {
    border-radius: 12px;
    background: rgba(21, 112, 239, 0.10);
    display: flex;
    padding: 14px 20px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    color: rgba(16, 24, 40, 0.80);
    font-size: 16px;
    font-weight: 500;
    flex-wrap: wrap;
}

span._totlPricx {
    font-weight: 700;
    color: #101828;
}

span.ex_courtage {
    flex: 1 1 100%;
    font-size: 10px;
    margin-bottom: -9px;
    font-weight: 500;
}

._frmStep button,
._btnPrimary {
    border-radius: 8px;
    background: #1570EF;
    padding: 19px 36px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 12px;
    min-width: 160px;
    cursor: pointer;
}
._btnPrimary.BuySaleBtn{
    height: 40px;
    padding: 12px 0px;
    margin: 0;
}
._text-center {
    text-align: center !important;
}

#buySaleDialog div[class^="_col-"] {
    padding: 0 8px;
}

#buySaleDialog ._row {
    margin: 0 -8px;
}

button#_back,
._transparentBtn {
    border-radius: 8px;
    border: 1px solid #1570EF;
    background-color: #fff;
    color: #1570EF;
}

a.button._btnPrimary {
    width: 100% !important;
    display: inline-block;
}
._btnsBuySales{
  display: flex;
    gap: 12px;
    padding: 0px!important;
}
/*a.button._btnPrimary:hover {*/
/*    color: inherit;*/
/*}*/

span#letestPrice {
    margin-right: 5px;
}

._wpFormStock form#wpforms-form-572 {
    display: none;
}

#wpforms-confirmation-572 {
    display: block !important;
}

span._indexIng._noChange {
    background: #eef0f3;
    color: #000;
}

/*Job Listing */
._jobItm {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 20px 60px -10px rgba(0, 0, 0, 0.08);
    display: flex;
    padding: 40px 50px;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    margin-top: 24px;
}

._jobClmLft h3,
._jobClmRit h3 {
    color: #101828;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 12px;
}

._jobRow {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

._jobClmLft {
    flex: 1 1 80%;
    max-width: 80%;
}

._jobClmRit,
._jobClmLft {
    border-left: 1px solid rgba(16, 24, 40, 0.10);
    padding-left: 20px;
}

._jobRow p {
    margin: 0;
}

._jobRow2 a,
._arrowBtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--Main-Blue, #1570EF);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

._jobRow2 a:hover,
._arrowBtn a:hover {
    gap: 12px;
}

/*Job Detail*/

#buySaleDialog .field label, #buySaleDialog .field label+label {
    position: absolute;
    top: 20px;
    left: 20px;
    color: inherit;
    transition: font-size .5s, color .5s, left .5s, top .5s;
}
body div.wpforms-container-full .wpforms-field-label, body .wp-core-ui div.wpforms-container-full .wpforms-field-label, body .wpforms-container ::placeholder, body .wpforms-container ::-webkit-input-placeholder {
    color: #606060 !important;
    opacity: 1 !important;
}
div#wpforms-confirmation-2464{
    display:none;
}

#buySaleDialog .field input {
    color: #101828CC;
    position: relative;
    background-color: transparent;
    z-index: 2;
}

#buySaleDialog .field label {
    z-index: 1;
}

#buySaleDialog .field input:not(.placeholder-shown)+label, #buySaleDialog .field input:not(.placeholder-shown)+label+label,
#buySaleDialog .field input:not(:placeholder-shown)+label, #buySaleDialog .field input:not(:placeholder-shown)+label+label,
#buySaleDialog .field input:hover+label, #buySaleDialog .field input:hover+label+label,
#buySaleDialog .field label:hover, #buySaleDialog .field label+label:hover {
    /** input is not empty */
    top: 2px;
    left: 20px;
    font-size: .8em;
    color: inherit;
}

#buySaleDialog .field input:not(.placeholder-shown),
#buySaleDialog .field input:not(:placeholder-shown),
#buySaleDialog .field input:hover,
#buySaleDialog .field label:hover {
    /** input is not empty */
    padding-top: 16px;
    padding-bottom: 16px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-clip: text;
    -webkit-text-fill-color: #b7babf;
}
#buySaleDialog .field input:read-only {
    opacity: 0.5;
}
#buySaleDialog .field input:read-only+label,#buySaleDialog .field input:read-only+label+label {
    opacity: 0.5;
}
#buySaleDialog input:placeholder-shown+label {
    /** input is empty */
}

#buySaleDialog ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: transparent;
}

#buySaleDialog ::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
}

#buySaleDialog :-ms-input-placeholder {
    /* IE 10+ */
    color: transparent;
}

#buySaleDialog :-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
}

#buySaleDialog .field {
    position: relative;
}


.elementor-share-btn.elementor-share-btn_twitter svg,
.elementor-share-btn.elementor-share-btn_facebook svg,
.elementor-share-btn.elementor-share-btn_linkedin svg {
    visibility: hidden;
}

.elementor-share-btn.elementor-share-btn_twitter,
.elementor-share-btn.elementor-share-btn_facebook,
.elementor-share-btn.elementor-share-btn_linkedin {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><rect width="30" height="30" rx="8" fill="%23101828"></rect><path d="M21.2048 5.25H24.5128L17.2858 13.51L25.7878 24.75H19.1298L13.9158 17.933L7.94984 24.75H4.63984L12.3698 15.915L4.21484 5.25H11.0398L15.7528 11.481L21.2028 5.25H21.2048ZM20.0438 22.77H21.8768L10.0448 7.126H8.07784L20.0438 22.77Z" fill="white"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.elementor-share-btn.elementor-share-btn_facebook {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><rect width="30" height="30" rx="8" fill="%23101828"></rect><path d="M17 16.5H19.5L20.5 12.5H17V10.5C17 9.47 17 8.5 19 8.5H20.5V5.14C20.174 5.097 18.943 5 17.643 5C14.928 5 13 6.657 13 9.7V12.5H10V16.5H13V25H17V16.5Z" fill="white"></path></svg>');
}

.elementor-share-btn.elementor-share-btn_linkedin {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><rect width="30" height="30" rx="8" fill="%23101828"></rect><path d="M9.93945 8.00002C9.93919 8.53046 9.72822 9.03906 9.35296 9.41394C8.9777 9.78883 8.46889 9.99929 7.93845 9.99902C7.40802 9.99876 6.89942 9.78779 6.52453 9.41253C6.14965 9.03727 5.93919 8.52846 5.93945 7.99802C5.93972 7.46759 6.15069 6.95899 6.52595 6.5841C6.90121 6.20922 7.41002 5.99876 7.94045 5.99902C8.47089 5.99929 8.97949 6.21026 9.35437 6.58552C9.72926 6.96078 9.93972 7.46959 9.93945 8.00002ZM9.99945 11.48H5.99945V24H9.99945V11.48ZM16.3195 11.48H12.3395V24H16.2795V17.43C16.2795 13.77 21.0495 13.43 21.0495 17.43V24H24.9995V16.07C24.9995 9.90002 17.9395 10.13 16.2795 13.16L16.3195 11.48Z" fill="white"></path></svg>');
}

span._compay_tg, ._compay_tg > div {
    font-size: 8px;
    margin-left: 10px;
    background-color: rgba(21, 112, 239, 0.10);
    color: var(--uicore-typography--h2-c, "#070707");
    display: inline-block;
    padding: 4px 10px;
    border-radius: 22px;
    white-space: nowrap;
}

._otc_listMob ._compay_tg {
    margin-bottom: -19px !important;
    padding: 3px 10px;
    margin-top: 8px;
    margin-left: 0;
    font-size: 7px;
}

@media (max-width: 768px) {
    .sub-arrow svg{
        filter:invert(100%);
    }
    div[class^="_col-"] {
        padding: 0px;
    }

    .week div {
        font-size: 14px !important;
        opacity: 1 !important;
        font-weight: 700 !important;
        color: #101828 !important;
    }


    #days div {
        color: #101828;
        font-weight: 400;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px !important;
        width: 40px !important;
        border-radius: 100%;
    }



    #days,
    .week {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        margin: auto;
        padding: 0 0px !important;
        justify-content: space-between;
    }

    #frame-calendar {
        width: 304px;
        display: none;
        position: absolute !important;
        top:unset !important;
        bottom: 0 !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        background-color: white !important;
        box-shadow: 0px 20px 60px -10px #00000014 !important;
    }


    ._date_title{
        position:absolute !important;
    }

    .drop-down{
        width: 100% !important;
    }

    ._choose_orderType {
        margin-top: 16px;
    }
    /*.single-company .orders_book_comp table {*/
    /*margin-bottom: -20px !important;*/
    /*}*/
    .single-company .orders_book_comp table {
        margin-bottom: 0px !important;
    }
    div.elementor-element.elementor-element-d93ad8a.e-flex.e-con-boxed.e-con.e-parent div.e-con-inner{
        padding-top:20px !important;
    }

    div#wpforms-2508-field_54 svg{
        width:18px !important;
    }

    button#wpforms-submit-2508 {
        margin-top: 40px;
    }
    .wpforms-field-layout-columns.wpforms-field-layout-preset-50-50 {
        margin: 0 !important;
    }
    div#wpforms-2508-field_23-container {
        overflow: visible;
    }
    form#wpforms-form-2508 div:has(input){
        padding: 0px 0px !important;
    }
    form#wpforms-form-2508 input{
        margin: 4px 0px !important;
    }

    div._frmStep._step1 div._row:has(input#qty){
        gap:2px !important;
    }
    div._frmStep._step2 div._row:has(input#first-name){
        gap:2px !important;
    }

    #wpforms-2508-field_54 {
        display: flex;
        gap: 2px !important;
        background: #10182808;
        padding: 15px !important;
        border-radius: 16px;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    ul.other-ul {
        gap: 0px !important;
        padding: 10px 0px !important;
    }

    .flag-head span {
        font-size: 18px !important;
    }
    .flag-head img {
        width: 30px !important;
    }


    #buySaleDialog .field input {
        margin: 3px 0px !important;

    }
    ._buyPopUp {

        margin-right: 0px !important;

    }

    ._ppDesc {
        padding:15px !important;
        gap: 0px;
        flex-direction: column;
        margin:0px !important;
    }

    .other-ul{
        flex-direction: column;
        display: flex;
        align-items: flex-start !important;
    }

    ._mb-styling{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    ._otc_listMob {
        display: block;
    }

    ._otc_listDesktop {
        display: none;
    }

    ._otc_listMob ._row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -6px;
    }
    ._row:has(.BuySaleBtn) {
        flex-wrap: nowrap !important;
    }
    div._row._frmTbs{
        flex-wrap: nowrap !important;
        gap:0px !important;
    }


    ._otc_listMob div[class^="_col-"] {
        padding: 0 6px;
    }

    ._otc_listMob ._col-md-5 {
        flex: 1 1 42%;
        max-width: 42%;
    }

    ._otc_listMob ._col-md-6 {
        flex: 1 1 50%;
        max-width: 50%;
    }

    ._otc_listMob ._col-md-7 {
        flex: 1 1 58%;
        max-width: 58%;
    }

    div[class^="_col-"] {
        flex: 1 1 100%;
        max-width: 100%;
    }

    div#buySaleDialog {
        top: 0;
        z-index: 99999999;
        max-width: 100%;
        right: 0;
        border-radius: 0;
        padding: 70px 22px;
        /*max-height: 100vh;*/
        min-height: 100vh;
        padding-bottom: 70px;
    }

    ._compDtlLft {
        margin-bottom: 24px;
    }

    ._pPtble_itm ._titl,
    ._pPtble_itm ._pric {
        border-bottom: none;
        padding: 0;
    }

    ._pPtble_itm {
        flex: 1 1 50%;
        max-width: 50%;
        border-left: 1px solid rgba(16, 24, 40, 0.10);
        padding-left: 14px;
        margin-bottom: 12px;
    }

    ._pPtble {
        padding: 20px 20px 0;
    }

    ._pPtble_itm ._pric {
        padding-bottom: 0 !important;
    }

    ._pPtble_itm ._titl {
        font-size: 14px;
    }

    ._pPtble_itm ._pric ._price {
        font-size: 14px;
    }

    ._ppDesc p {
        font-size: 12px;
        line-height: 16px;
    }

    ._frmStep button {
        padding: 12px 36px;
    }

    ._frmTbs ._col-md-6 {
        max-width: 50%;
        flex: 1 1 50%;
    }

    ._frmTb {
        font-size: 12px;
    }

    span._Frmstep {
        font-size: 10px;
        height: 20px;
        width: 20px;
    }

    ._frmStep button {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    ._ppDesc svg {
        flex: 1 1 18px;
        margin-left: -5px;
        margin-top: -5px;
    }

    ._jobItm {
        padding: 20px;
    }

    ._jobClmLft {
        flex: 1 1 100%;
        max-width: 100%;
    }

    ._frmStep ._col-md-6 {
        max-width: 50%;
        flex: 1 1 50% !important;
    }
#update-private ._frmStep ._row ._col-md-6 {
    flex: 1 1 100% !important;
}
    ._frmStep button {
        width: 100%;
        height: 54px;
    }

    ._totalPrcWpr {
        font-size: 13px;
    }

    ._frmStep button,
    ._btnPrimary {
        min-width: 120px;
    }

    ._btnsBuySales a {
        flex: 1 1 50%;
        max-width: 50%;
        margin: 0 !important;
    }

    ._btnsBuySales {
        background:transparent;
        gap: 13px;
        display: flex;
    }

    ._titleCompM img {
        width: 22px;
    }
}

@media (max-width: 500px) {
    ._comnyDetilp ._pricing {
        flex-wrap: wrap;
        justify-content: space-around;
    }

}

._ls_popup {
    display: none;
    position: fixed;
    top: 20%;
    left: 0;
    width: 800px;
    z-index: 99999999;
    max-width: 90%;
    margin: 0 auto;
    right: 0;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 20px 60px -10px #00000014;
    padding: 40px;
    max-height: 84vh;
    overflow: auto;
}

#password_error,
#req_error {
    color: red;
    position: absolute;
    font-size: 12px;
    bottom: -25px;
    left: 12px;
    font-weight: 600;
}

body._loginpopuup::before {
    background: rgba(0, 0, 0, 0.06) !important;
    opacity: 0 !important;
}

/* body._loginpopuup {
height: 100vh;
overflow: hidden;
} */

._loginpopuup .field label {
    font-size: 16px;
}

#lg_togglePassword,
#sg_toggleConfirmPassword {
    z-index: 9999;
    cursor: pointer;
}

#sg_togglePassword {
    z-index: 9999;
    cursor: pointer;
}
._signUpStep ._row ._col-md-6 .with-icon svg{
    top: 40%;
}
.with-icon svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

._ls_popup label {
    display: none;
}

#_newacc a {
    text-decoration: underline;
}

._ls_popup a {
    font-size: 16px;
    color: #1570EF;
    font-weight: 600;
}

._loginhdr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px;
}

._loginstep .field {
    position: relative;
}

._loginstep input {
    border-radius: 12px;
    /*border: 1px solid rgba(16, 24, 40, 0.10);*/
    padding: 16px 20px 16px 20px;
    color: black;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 16px;
}

._frmStep input, ._loginstep input, body .wpforms-field-container input, ._edit_popup input{
    /*background-color: transparent !important;*/
    border: 1px solid #1d1d219e !important;
}
input#selected-date {
    border: none !important;
}
#_newacc {
    margin-bottom: 24px;
}

._loginhdr h2 {
    font-weight: 700;
    font-size: 28px;
    margin: 0;
}

#btn_login {

    margin-top: 64px;
    margin-left: 0;

}

#_sgn_btn_login {
    margin-left: 0;
    margin-top: 18px;
}

p#_field_title {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 700;
    line-height: 21.86px;
    padding: 8px 0px 16px 0px;
}

.zoom-in {
    animation-name: zoomIn;
}

.zoom-out {
    animation-name: zoomOut;
}

._ls_popup input:focus {
    outline: none !important;
    /*border: 1px solid #10182899 !important;*/
    border: 1px solid #0000008f !important;
}

._ls_popup input::placeholder,
._UpdateProfileTabsCntent input::placeholder {
    /*color: #0000008f;*/
    color: #1d1d219e;
}
._UpdateProfileTabsCntent input:disabled, ._UpdateProfileTabsCntent input:not(._switch):read-only {
    opacity: 0.5;
}
.verify_btn {
    margin-left: 0;
    margin-top: 28px;
    min-width: auto;
}

._verifybtn_main {
    padding-top: 16px;
}

._verify_contnt {
    margin-bottom: 15px;
}

input.error {
    border: 1px solid red !important;
    margin-bottom: 30px !important;
}

.error-msg {
    color: red;
    font-size: 14px;
    padding-left: 19px;
    margin-top: -26px;
    position: absolute;
}

._verify_phne {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 40px;
    border-radius: 24px;
}

.otp-field {
    width: 60px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    appearance: none;
}

#_opt_btn {
    margin-left: 0;
    margin-top: 64px;
}

.otp-container {
    display: flex;
    width: 40%;
    gap: 20px;
}

.otp-container input {
    border-radius: 12px;
    padding: 30px 10px;
}

._ls_popup input[type=number]::-webkit-outer-spin-button,
._ls_popup input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

._UpdateProfileTabsCntent input[type=number]::-webkit-outer-spin-button,
._UpdateProfileTabsCntent input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

._ls_popup input[type=number],
._UpdateProfileTabsCntent input[type=number] {
    -moz-appearance: textfield;
}

a#_newacc {
    text-decoration: underline;
}

.bdt-sticky-below.bdt-sticky-fixed {
    box-shadow: -2px 3px 90px -20px rgb(0 0 0 / 25%);
}

._UpdateProfileTabsCntent ._loginhdr {
    margin-bottom: 26px !important;
}

.nonlog_users,
#_user_loginbtn {
    display: block;
}

.nonlog_users .sub-menu {
    padding: 22px 0px !important;
    min-width: 280px !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .02), 0 2px 35px 0 rgba(0, 0, 0, .04);
}

.logged-in .sub-menu {
    padding: 22px 0px !important;
    min-width: 280px !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .02), 0 2px 35px 0 rgba(0, 0, 0, .04);
}

.logged-in .nonlog_users,
.logged-in #_user_loginbtn {
    display: none !important;
}

.logged-in .login_users,
.logged-in .contact_btn {
    display: block !important;
}

.login_users,
.contact_btn {
    display: none;
}

._edit_popup {
    display: none;
    position: fixed;
    top: 18%;
    bottom: auto;
    left: 0;
    width: 800px;
    z-index: 99999999;
    max-width: 90%;
    margin: 0 auto;
    right: 0;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 20px 60px -10px #0000003d;
    padding: 40px;
    max-height: 84vh;
    overflow: auto;
}

._UpdateProfileTabsCntent label {
    display: none;
}

#_uupdateButton {
    margin-left: 0;
}

._UpdateProfileTabsCntent input {
    border-radius: 12px;
    border: 1px solid #10182833!important;
    padding: 12px 16px;
    color: black;
    background: #FFFFFF;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    margin: 16px 0px;
}

._clsup {
    cursor: pointer;
}

._view_orders,
._view_order {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
._view_order p{
    color:#10182899 ;
}

._view_orders p {
    font-weight: 400 !important;
}

._orderbk_ul,
._subschdr {
    display: flex;
    justify-content: space-between;
    margin: 0 0 8px;
    align-items: center;
}

._orderbk_row {
    width: 100%;
    display: flex;
    gap: 40px;
}

._orderbk_main {
    padding-left: 130px;
}

._orderbk_col {
    width: 50%;
}

._orderbk_hding {
    margin-bottom: 18px;
    font-weight: 700;
    color: #101828;
}

.orderbk_li {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #101828CC;
}

.active_orders td {
    border-bottom: none !important;
}

.orderbk_li strong {
    font-weight: 900 !important;
}

._orderbk_dtaline {
    position: relative;
}

._sale_orders ._orderbk_dtaline ._fill_line {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 16px;
    border-radius: 20px;
    background: #EE1414;
}

.sgl_compy_btns ._txt-green {

    /*background: rgba(0, 204, 69, 0.12) !important;*/
    background: #06C163 !important;
    border-radius: 8px;
}

.sgl_compy_btns ._txt-red {
    color: white !important;
    border-radius: 12px;
    background: #EE1414 !important;
    border: none !important;
}

._buy_orders ._orderbk_dtaline ._fill_line {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 16px;
    border-radius: 20px;
    background: #00CC45;
}

._orderbk_dtaline::after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 16px;
    border-radius: 20px;
    background: #10182808;
}


._orderbk_dtaline {
    padding-bottom: 16px;
}

._orderbk_main {
    display: none;
    padding-top: 10px;
    padding-bottom: 14px;
}

/* ._ordertogle_info {
border-bottom: 1px solid #10182814 !important;
} */

._otc_table td {
    border: none !important;
}

._ordertogle_info td {
    padding: 0 !important;
}

td._view_orders {
    padding-right: 0 !important;
}

._buy_orders ._orderbk_ul .orderbk_li:nth-child(2) {
    font-weight: 700 !important;
    color: #101828 !important;
}

._ordertogle_info td:first-child {
    border-bottom: none;
}

._sale_orders ._orderbk_ul .orderbk_li:first-child {
    font-weight: 900 !important;
    color: #101828 !important;
}

#_subscribePopup ._compnayListSubsciption {
    padding: 22px 22px;
    background: #fff;
}

#_subscribePopup {
    padding: 0 !important;
}

#_subscribePopup input#SearchInputCompany {
    background: #10182808;
}

._popupCompanyRslt ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 40px;
}

#_subscribePopup ._filterCompanyRslt {
    height: 280px !important;
    width: 102% !important;
}

._popupCompanyRslt li {
    flex: 0 0 47%;
    justify-content: space-between !important;
    padding: 10px 0 !important;
}

._subs_imgbox {
    display: flex;
    align-items: center;
    gap: 12px;
}

._subs_imgbox img {
    width: 34px;
}

._subs_imgbox span {
    font-size: 16px;
    color: #101828;
}

._popupCompanyRslt input {
    margin: 0 !important;
    padding: 14px 28px 14px 28px !important;
    border-radius: 100px !important;
}

._popupCompanyRslt ._switch:after {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 4px;
}

._popupCompanyRslt ._switch:checked:after {
    left: 30px;
    top: 4px !important;
}

._popupCompanyRslt ul {
    flex-direction: row !important;
}

#_subscribePopup h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0 !important;
}

#_subscribePopup svg {
    top: 13px !important;
}

#_subscribePopup input {
    font-size: 16px !important;
    border: none !important;
}

#_subscribePopup ._switch:before {
    width: 100%;
    height: 100%;
}

._subcbtn {
    margin-left: 0;
    min-width: 113px !important;
}

.with-icon input:-webkit-autofill,
.with-icon input:-webkit-autofill:hover,
.with-icon input:-webkit-autofill:focus {
    -webkit-text-fill-color: black;
}

.orders_book_comp ._orderbk_main {
    display: block !important;
    padding: 0;
}

._subscribe_noti_h {
    text-align: center;
}

._subscribe_noti_h h2 {
    font-size: 28px !important;
}

._compnayListSubsciption p {
    color: #101828;
    margin-bottom: 12px;
    font-size: 12px;
    margin-top: 0;
}

.logged-in ._user_loginbtn {
    display: none !important;
}

.logged-in ._my_profilebtn {
    display: block !important;
}

li._my_profilebtn {
    display: none !important;
}

._personalInfo {
    display: flex;
    flex-direction: column;
}

._personalInfo h2:first-child {
    order: 1;
}

._personalInfo ._compnayListSubsciption {
    order: 2;
}

._personalInfo h2 {
    order: 3;
}

._personalInfo ul {
    order: 4;
}

._personalInfo a {
    order: 5;
}

._filterCompanyRslt li {
    order: 10;
}

._filterCompanyRslt li._subscribed {
    order: 1;
}

._filterCompanyRslt ul {
    display: flex;
    flex-direction: column;
}

#wpforms-2508-field_54 {
    display: flex;
    gap: 14px;
    background: #10182808;
    padding: 22px;
    border-radius: 16px;
}

.dz-complete .dz-progress {
    display: block !important;
}

div.wpforms-container div.wpforms-uploader .dz-preview .dz-progress .dz-upload {
    background-color: #1570EF !important;
    border-radius: 17px !important;
}

/* form input:focus,
form select:focus,
form textarea:focus {
border: 1px solid #10182899 !important;
} */

div.wpforms-container-full input[type=text]:focus {
    border: 1px solid #10182899 !important;
    box-shadow: none !important;

}

._companysb_btn {
    height: 100% !important;
    padding-right: 0 !important;
}

._companysb_btn li {
    padding: 0 !important;
}

._companysb_btn ._switch::before {
    width: 100%;
    height: 100%;
}

.elementor-shortcode ._companysb_btn ._switch:checked:after {
    left: 34px !important;
}

.elementor-shortcode ._companysb_btn input {
    padding: 13px 28px 13px 28px !important;
}

.elementor-shortcode ._companysb_btn ._switch:after {
    width: 18px !important;
    height: 18px !important;
}

div.wpforms-container-full input {
    box-shadow: none !important;
}

@media (max-width: 1500px){
    .elementor-2149 .elementor-element.elementor-element-96aaece .elementor-nav-menu .elementor-item {
        font-size: 14px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .elementor-2149 .elementor-element.elementor-element-96aaece .elementor-nav-menu .elementor-item .sub-arrow {
        padding: 10px 2px;
    }
    .elementor-2149 .elementor-element.elementor-element-96aaece .elementor-nav-menu {
        justify-content: space-between;
        width: 100%;
    }
    .elementor-2149 .elementor-element.elementor-element-96aaece.elementor-element {
        width: 100%;
    }
}
@media (max-width: 1199px){
    .elementor-2149 .elementor-element.elementor-element-96aaece .elementor-nav-menu .elementor-item {
        font-size: 13px;
        margin-right: 4px;
        margin-left: 4px;
    }
}
@media (max-width: 1100px){
    .elementor-2149 .elementor-element.elementor-element-96aaece .elementor-nav-menu .elementor-item {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {

    #_newacc {
        margin-bottom: 14px;
    }

    ._loginstep input {
        padding: 18px 18px 14px 18px;
        font-size: 14px;
        margin: 0 0 14px;
        line-height: initial;
    }

    ._ls_popup {
        padding: 30px 40px;
        top: 12%;
    }

    ._loginhdr h2 {
        font-size: 24px;
    }



}

@media screen and (max-width: 767px) {
    #loginPopup .field label{
        display:none !important;
    }
    #loginPopup .field:has(input:not(:placeholder-shown)) label {
        display: block !important;
    }
    #_sgnup_from .field:has(input:not(:placeholder-shown)) label {
        display: block !important;
    }
    #_sgnup_from .field label{
        display:none !important;
    }
    #loginPopup .field input::placeholder{
        opacity:1 !important;
    }
    #_sgnup_from .field input::placeholder{
        opacity:1 !important;
    }

    ._row {
        gap: 20px;
    }

    .login_users.elementor-hidden-mobile {
        padding: 0 !important;
    }
    ._orderbk_main {
        display: block !important;
        padding: 0 6px !important;
        width: 100%;
    }

    #_sgn_btn_login {
        min-width: 100%;
    }

    #stockform ._frmStep ._col-md-6 {
        max-width: 100%;
        flex: 1 1 100% !important;
    }

    /* ._compnyDetil{
    display: flex !important;
    flex-direction: column;
} */
    .elementor-shortcode ._companysb_btn {
        height: 100% !important;
    }

    .elementor-shortcode ._companysb_btn li {
        padding: 0 !important;
    }

    ._compnyDetil ._buyPopUp,
    ._compnyDetil ._salePopup {
        padding: 14px 10px;
    }

    ._orderbk_hding {
        font-size: 16px;
    }

    ._orderbk_contnt .orderbk_li {
        font-size: 12px;
    }

    ._filterCompanyRslt {
        height: 200px !important;
    }

    ._popupCompanyRslt ._switch:checked:after {
        top: 4px !important;
        left: 30px !important;
    }

    ._compnayListSubsciption {
        height: 100% !important;
    }

    #_subscribePopup ._filterCompanyRslt {
        /*height: 50% !important;*/
        height: calc(100vh - 200px) !important;
    }

    ._popupCompanyRslt ._switch:before {
        width: 57px !important;
        height: 31px !important;
    }

    ._popupCompanyRslt input {
        padding: 15px 28px 15px 28px !important;
    }

    ._popupCompanyRslt ._switch:after {
        width: 22px !important;
        height: 22px !important;
    }

    #unbuySalepp {
        padding: 20px !important;
        top: 0;
        z-index: 99999999;
        max-width: 100%;
        right: 0;
        border-radius: 0;
        /* max-height: 100vh; */
        min-height: 100vh;
        padding-bottom: 70px;
    }

    ._subscribe_noti_h {
        display: none;
    }

    .mob_menu ul {
        height: 92vh;
    }

    ._user_loginbtn,
    ._my_profilebtn {
        position: absolute !important;
        width: 100%;
        bottom: 30px;
    }

    ._user_loginbtn a,
    ._my_profilebtn a {
        width: calc(90% - 20px);
        text-align: center;
        margin: 20px auto 0;
        background: #1570ef;
        border-radius: 10px !important;
        color: #fff !important;
        font-size: 16px !important;
        justify-content: center !important;
    }

    ._ls_popup {
        top: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 0px;
        padding: 28px 22px;
        max-height: 100vh!important;
        overflow: auto;
    }

    ._subscribe_noti_h {
        margin-top: 40px;
    }

    ._UpdateProfileTabsCntent {
        top: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        overflow: auto !important;
        height: 100% !important;
    }
    ._brayBxup ._row_c{
        padding: 12px;
        max-width: 100% !important;
    }
    ._row_c {
        display: grid!important;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        column-gap: 1rem;
        row-gap: 0.5rem;
        align-items: start;
    }

    /* Bank field: first column, first row */
    ._row_c > ._col-md-6 {
        grid-column: 1;
        grid-row: 1;
    }

    /* Org. nummer field: first column, second row */
    ._row_c > ._col-md-5 {
        grid-column: 1;
        grid-row: 2;
    }

    ._row_c > ._col-md-1 {
        grid-column: 2;
        grid-row: 1 / span 2;
        justify-self: end;
        align-self: center;
    }

    ._brayBxup ._row_c div[class^="_col-"] {
        padding: 0!important;
    }
    . _updateUrsPPBtns {
        position: fixed;
        bottom: 20px;
    }
    ._ls_popup a {
        line-height: 24px;
        margin-top: 8px;
    }

    #_newacc a {
        text-decoration: underline;
        display: block;
    }

    #btn_login {
        margin-top: 28px;
        min-width: 100%;
    }

    .otp-container {
        width: 99%;
    }

    ._popupCompanyRslt li {
        flex: 0 0 100%;
    }

    ._subcbtn {
        margin: 0;
        min-width: 100% !important;
        margin-top: 25px;
    }

    ._filterCompanyRslt li {
        padding: 12px 0 !important;
    }

    ._switch:after {
        width: 15px !important;
        height: 15px !important;
    }

    ._switch:checked:after {
        left: 23px !important;
    }

    ._switch:before {
        width: 40px !important;
        height: 26px !important;
    }

    body ._switch {
        width: 40px !important;
        height: 20px !important;
    }
    ._frmStep ._beloppDtil {
        justify-content: flex-start;
    }
    ._frmStep strong._beloppPric {
        display: none;
    }
    ._loginftr_mb {
        display: flex !important;
        justify-content: flex-end;
        padding-right: 20px;
    }

    .profile-notification span.close-notification {
        top: -4px
    }
    .profile-notification span.close-notification > svg {
        height: 18px;
        width: 18px;
    }
    body .elementor-button,
    ._btnPrimary {
        transform: scale(1);
        transition: all 0.3s;
    }
    body .elementor-button:hover,
    ._btnPrimary:hover {
        transform: scale(1.1);
        transition: all 0.3s;
    }
    ._box ._orderListing {
        overflow: visible;
    }
    .table-type-buy .tack-table-main .table-inner:first-child::before,
    .table-type-sale .tack-table-main .table-inner:first-child::before{
        top: 44% !important;
    }

}

@keyframes zoomIn {
    from {
        transform: translate(-50%, -50%) scale(0);
    }

    to {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes zoomOut {
    from {
        transform: translate(-50%, -50%) scale(1);
    }

    to {
        transform: translate(-50%, -50%) scale(0);
    }
}



div.label-transitions label{
    position: absolute;
    top: 34px;
    font-weight: 500 !important;
    left: 20px;
    color: rgba(16, 24, 40, 0.5) !important;
    transition: font-size .5s, color .5s, left .5s, top .5s;
}

div.label-transitions:hover > label{
    top: 18px;
    font-weight: 500 !important;
    left: 15px;
    font-size: .8em;
    color: inherit !important;
}

div.label-transitions:has(input:not(:placeholder-shown)) > label {
    position: absolute !important;
    font-size: .8rem !important;
    top: 18px !important;
    font-weight: 500 !important;
    left: 15px !important;
    transition: all 0.3s ease;
    color: inherit !important;

}

div.label-transitions input::placeholder{
    opacity:0 !important;
}

#loginPopup .field label{
    display:block;
}

#loginPopup .field label{
    position: absolute;
    top: 14px;
    font-weight: 500 !important;
    left: 20px;
    color: gainsboro !important;
    transition: font-size .5s, color .5s, left .5s, top .5s;
}
#loginPopup .field:hover > label{
    top: 0px;
    left: 18px;
    font-weight: 500 !important;
    font-size: .8em;
    color: inherit !important;
}

#loginPopup .field:has(input:not(:placeholder-shown)) > label {
    position: absolute !important;
    font-size: .8rem !important;
    top: 0px !important;
    left: 18px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease;
    color: inherit !important;

}

#loginPopup .field input::placeholder{
    opacity:0 ;
}


#_sgnup_from .field label{
    display:block;
}


#_sgnup_from .field label{
    position: absolute;
    top: 14px;
    left: 20px;
    font-weight: 500 !important;
    /*color: gainsboro !important;*/
    color: inherit;
    /*transition: font-size .5s, color .5s, left .5s, top .5s;*/
    transition: all 5s;
    /*-webkit-transition: font-size .5s, color .5s, transform .5s;*/
    -webkit-transition: all .5s;
}


#other-source-container {
    margin-top: 35px;
}

#_sgnup_from .field:hover > label{
    top: 0px;
    left: 18px;
    font-weight: 500 !important;
    color: inherit !important;
}


#_sgnup_from .field:has(input:not(:placeholder-shown)) > label {
    position: absolute !important;
    font-size: 1.2rem!important;
    top: 0px !important;
    left: 18px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease;
    color: inherit !important;

}


#_sgnup_from .field input::placeholder{
    opacity:0 ;
}



/*bevaka-tooltip*/

@media screen and (max-width: 478px) {
    button#bevakaBtn svg {
        width: 22px;
        height: 22px;
    }
}

button#bevakaBtn {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    padding: 13px 16px;
    background: #E5F0FF;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 3px;
}
.bevaka-button-wrapper {
    position: relative;
    display: inline-block;
}

.bevaka-tooltip:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 14px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}
.bevaka-tooltip {
    display: none;
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    background: white;
    border-radius: 10px;
    padding: 12px;
    width: 340px;
    z-index: 10;
    transform: translateX(-50%);
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-align: left;
    max-width: 100vw;
    box-shadow: 0px 3px 30px 0px #00000026;
    color: #70747E;
}
/* default: show normal, hide active */
.bevaka-button-wrapper svg._active {
    display: none;
}

/* when subscribed: hide normal, show active */
.bevaka-button-wrapper._active svg._normal {
    display: none;
}
.bevaka-button-wrapper._active svg._active {
    display: inline-block; /* or block if you prefer */
}
.bevaka-button-wrapper._active button{
    color: #1570EF;
}

@media (max-width: 768px) {
    .bevaka-tooltip {
        right: 0;
        left: unset;
        width: 320px;
        transform: translateX(0);
    }
    .bevaka-tooltip:after {
        right: 50px;
        left: unset;
        transform: translateX(0);
    }
}


/*Company author box*/
._comnyAuthrBx {
    display: flex;
    /* flex-wrap: wrap; */
    margin-bottom: 80px;
}
._cpmyAutherDtls {
    flex: 1;
    background: #F7F8F8;
    padding: 40px;
    border-radius: 24px;
    position: relative;
}
._cpmyAutherDtls h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    margin: 0;
    margin-bottom: 12px;
}
._cpmyAutherDtls p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #70747E;
    margin-bottom: 34px;
}
._authrImgCntnr {
    width: 212px;
    /*width: 17%;*/
    padding: 16px;
    border-radius: 24px;
    margin-right: 32px;
    background: #F7F8F8;
}
._cpmyAutherDtls:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    border-right: 22px solid #F7F8F8;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    transform: translate(0, -50%);
}
._cpmyAutherDtls ._btn {
    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 28px;
}
._cpmyAutherDtls ._btn {
    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 28px;
}
a._authrLinkedInBtn {
    background: #0A66C214 !important;
    border-radius: 8px;
    padding: 10px 25px;
    width: 100%;
    text-align: center;
    display: block;
}
a._authrLinkedInBtn img {
    width: 63px;
    display: block;
    margin: 0 auto;
}
._comnyAuthrBx ._btn._btnPrimary:hover {
    color: #fff;
    background-color: var(--e-global-color-uicore_secondary);
}
@media (max-width: 768px) {
    ._comnyAuthrBx {
        flex-direction: column;
        align-items: center;
        gap: 34px;
        margin-bottom: 40px;
    }
    ._authrImgCntnr {
        width: 212px;
        margin-right: 0;
    }
    ._cpmyAutherDtls:before {
        left: 50%;
        top: -22px;
        transform: rotate(90deg) translate(-50%, 0);
    }
}

/*Pricing table companies list page*/
._otc_listDesktop._homePage._elementorWidget tr th, ._otc_listDesktop._homePage._elementorWidget tr td {
    flex: 1 1 12.25%;
    max-width: 12.25%;
}
._otc_listDesktop._homePage._elementorWidget tr th:nth-child(1), ._otc_listDesktop._homePage._elementorWidget tr td:nth-child(1) {
    flex: 1 1 22%;
    max-width: 22%;
}
._otc_listDesktop._homePage._elementorWidget tr th:nth-child(2), ._otc_listDesktop._homePage._elementorWidget tr td:nth-child(2) {
    flex: 1 1 28%;
    max-width: 28%;
}
._otc_listDesktop._homePage._elementorWidget tr th, ._otc_listDesktop._homePage._elementorWidget tr td{
    font-size: 16px;
}
._listHdrOtc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
._listHdrOtc ._inputBxSrch {
    border: 1px solid #1018281A;
    height: 44px;
}
._otc_listDesktop._homePage._elementorWidget tbody{
    max-height: unset;
}
span._prict2 {
    color: #1570EF;
    font-size: 14px;
    font-weight: 500;
}
span._prict2 sub{
    color: #70747E;
    bottom: 0;
    font-size: 14px;
}
ul._cpmnyTgsList {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
    gap: 6px;
}
ul._cpmnyTgsList li {
    display: inline-block;
    /*font-family: Archivo;*/
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    padding: 8px 10px;
    background: #F7F8F8;
    border-radius: 12px;
    color: #101828;
}
._elementorWidget table._otc_table td p a {
    font-size: 14px;
}
._otc_listDesktop._homePage._elementorWidget td span._price * {
    font-size: 14px;
    font-weight: 500;
}
._elementorWidget ._colFlag {
    width: 16px;
    margin-right: 8px;
    padding: 0;
}
._otc_listMob ._colFlag {
    width: 14px;
    margin-right: 8px;
    padding: 0;
}
._otc_listMob .popup-post-title h2 {
    font-size: 12px;
}
._elementorWidget .popup-post-title {
    min-width: 92px;
    height: 32px;
}
p._countBarCmpnis {
    margin-top: 40px;
    font-weight: 400;
    font-size: 13.6px;
    line-height: 24.48px;
    text-transform: uppercase;
    color: #666666;
}
._otc_listDesktop._homePage._elementorWidget tbody tr td {
    padding: 6px 16px;
    align-self: stretch;
    align-items: center;
    display: flex;
}
._otc_listDesktop._homePage._elementorWidget tbody tr td:not(:last-child):after {
    height: calc(100% - 12px);
}
._otc_listDesktop._homePage._elementorWidget tbody tr {
    margin: 3px 0 !important;
    padding:0;
}
._otc_listDesktop._homePage._elementorWidget thead tr{
    padding: 9px 0;
}
._otc_listDesktop._homePage._elementorWidget tr th:nth-child(5), ._otc_listDesktop._homePage._elementorWidget tr td:nth-child(5) {
    flex: 1 1 16%;
    max-width: 16%;
}
@media (max-width: 768px) {
    ._listHdrOtc {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 32px;
    }
}

/*Otc list logedin users*/

._otc_listDesktop._OtcLogedin .sectors-wrapper span {
    font-size: 12px;
    line-height: 15px;
    padding: 6px;
    margin: 4px 4px 4px 0px;
    border-radius: 6px;
}
._OtcLogedin ._otc_table td p img {
    width: 20px;
}
._otc_listDesktop table._otc_table td p a, ._otc_listDesktop ._buyPopUp , ._otc_listDesktop ._salePopup, ._otc_listDesktop table._otc_table td ._price *, ._otc_listDesktop table._otc_table td ._price, ._otc_listDesktop  ._prict2 {
    font-size: 12px;
}
._otc_listDesktop._OtcLogedin table._otc_table td {
    padding: 8px 10px;
    font-size: 12px;
}
._otc_listDesktop._OtcLogedin tr:not(:nth-last-child(2)) {
    border-bottom: 1px solid #10182814;
}
._OtcLogedin span._price sub {
    margin-left: 3px;
}
._OtcLogedin span._prict2 {
    color: #101828;
    font-weight: 600;
}
._OtcLogedin span._prict2 sub, ._OtcLogedin span._price sub {
    font-size: 12px;
    font-weight: 400;
}
._OtcLogedin table._otc_table th {
    padding: 12px;
    font-weight: 600;
    color: #101828;
}
._OtcLogedin ._buyPopUp {
    margin-right: 12px;
}
.page-id-15123 #brxe-8b4682, .page-id-15121 #brxe-8b4682, .page-id-2628 #brxe-8b4682, .page-id-2107 #brxe-8b4682, .page-id-2604 #brxe-8b4682 {
    max-width: 100%;
  }
@media (min-width: 769px) {
    ._otcSectorsTags:has(.sectors-wrapper span:nth-of-type(-n+2)):not(:has(.sectors-wrapper span:nth-of-type(3))) .toggle-label {
        display: none;
    }
    ._OtcLogedin .sectors-wrapper {
        max-width: 400px;
    }
    ._otcSectorsTags {
        display: flex;
        align-items: center;
        gap: 6px;
        flex-direction: row-reverse;
        justify-content: flex-end;
        position: relative;
    }
    ._otcSectorsTags:not(:has(.toggle-sectors:checked)) .sectors-wrapper span:nth-of-type(n+3) {
        display: none;
    }
    ._otcSectorsTags:has(.toggle-sectors:checked) .toggle-label {
        display: none;
    }
    ._OtcLogedin .toggle-label {
        cursor: pointer;
        color: #000;
        font-weight: bold;
        padding: 5px 10px;
        border-radius: 5px;
        background-color: #f1f1f1;
        display: inline-block;
    }
    ._OtcLogedin .toggle-sectors {
        display: none;
    }

}

@media (max-width: 768px) {
    ._otc_listMob .sectors-wrapper span {
        padding: 6px 6px;
        border-radius: 6px;
        margin: 2px 5px 2px 0px;
    }
    ._otc_listMob p._DataTitle {
        font-size: 14px;
        color: #101828;
        font-weight: 600;
    }
    ._otc_listMob ._compnyDetil ._row {
        padding: 8px 0;
    }
    ._otc_listMob ._compnyDetil ._buyPopUp, ._otc_listMob ._compnyDetil ._salePopup {
        padding: 14px 10px;
        margin: 10px 0;
    }
}

.fadeIn, #brxe-12c3da {
    animation: fadeInText 1400ms 0ms forwards;
}
@keyframes fadeInText {
    from {
        transform: translateY(50px);
        opacity: 0;
    } to {
          transform: translateY(0);
          opacity: 1;
      }
}