@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --Light-States-Outlined-Resting-Border: rgba(145, 85, 253, 0.50);
    --Light-Primary-Dark: #6E41C0;
    --message-btn: #fff;
    --ibc-main-Green: #57B18A;
    --ibc-main-Green-Dark: #468F6F;
    --ibc-main-Purple: #6F6FC4;
    --ibc-main-Purple-hover: #5151A8;
    --ibc-main-Yellow: #FFF2CB;

    --ibc-color-font: #3F3E42;
    --ibc-color-font-error: #FF6B5E;
    --ibc-color-font-light: #7F7E83;
    --ibc-color-border-bottom: #E5E5F4;
    --ibc-color-bg: #F9F8FE;
    --ibc-bg-orange: #FFA27D;


    --ibc-main-box-shadow: 0px 0px 2px 0px #A6A6DA;
    --ibc-main-box-shadow-error: 0px 0px 2px 0px #FF6B5E;
    --ibc-main-Font-Family: IBM Plex Sans;

    --ibc-fontsize-h1-mob: 36px;
    --ibc-fontsize-h2-mob: 32px;
    --ibc-fontsize-h3-mob: 28px;
    --ibc-fontsize-h4-mob: 24px;
    --ibc-fontsize-h5-mob: 22px;
}
.ibc-border-bottom-nav-row{
    border-bottom: 1px solid var(--ibc-color-border-bottom);
}
.ibc-row{
    display: flex;
}
.jc-sb{
    justify-content: space-between;
}
.jc-c{
    justify-content: center;
}
.ibc-dnone {
    display: none;
}
/*Ширина*/

.ibc-w15{
    width: 15%;
}
.ibc-w25{
    width: 25%;
}
.ibc-w30{
    width: 30%;
}
.ibc-w40{
    width: 40%;
}
.ibc-w45{
    width: 45%;
}
.ibc-w48{
    width: 48%;
}
.ibc-w50{
    width: 50%;
}
.ibc-w60{
    width: 60%;
}

.ibc-w70{
    width: 70%;
}
.ibc-w75{
    width: 75%;
}
.ibc-w85{
    width: 85%;
}
.ibc-w95{
    width: 95%;
}
.ibc-w100{
    width: 100%;
}
/*Паддинг*/
.ibc-pt12px{
    padding-top: 12px;
}
.ibc-pt24px{
    padding-top: 24px;
}
.ibc-pt124px{
    padding-top: 124px;
}
.ibc-pt100px{
    padding-top: 100px;
}
.ibc-pt200px{
    padding-top: 200px;
}
.ibc-pt300px{
    padding-top: 300px;
}
.ibc-pb24px{
    padding-bottom: 24px;
}
/*Марджин*/
.ibc-m24px{
    margin: 24px;
}
.ibc-mt24px{
    margin-top: 24px;
}
.ibc-mt300px{
    margin-top: 300px;
}
.ibc-mt12px{
    margin-top: 12px;
}
.ibc-ml12px{
    margin-left: 12px;
}
.ibc-ml24px{
    margin-left: 24px;
}
.ibc-mr12px{
    margin-right: 12px;
}
.ibc-mr24px{
    margin-right: 24px;
}
.ibc-mb24px{
    margin-bottom: 24px;
}
.ibc-mb48px{
    margin-bottom: 48px;
}
.ibc-mt32px{
    margin-top: 32px;
}
.ibc-mt48px{
    margin-top: 48px;
}
.ibc-mt200px{
    margin-top: 200px;
}
.ibc-ml24px{
    margin-left: 24px;
}
/*Бордер радиусы*/
.ibc-btrr16px{
    border-top-right-radius: 16px;
}
.ibc-btlr16px{
    border-top-left-radius: 16px;
}
/*Бакграунд */
.ibc-color-orange{
    color: var(--ibc-bg-orange);
}
.ibc-bg-orange{
    background: var(--ibc-bg-orange);
}
.ibc-bg-yellow{
    background: var(--ibc-main-Yellow);
}
.ibc-color-green{
    color: var(--ibc-main-Green);
}
.ibc-bg-green{
    background: var(--ibc-main-Green);
}
.ibc-color-purple{
    color: var(--ibc-main-Purple);
}
.ibc-bg-gray{
    color: var(--ibc-color-bg);
}
/**/

.ibc-form-btn{
    height: 50px;
    padding: 14px 28px 18px 28px;
    gap: 0px;
    border-radius: 8px;
    background: var(--ibc-main-Green);
    box-shadow: 0px 4px 0px 0px var(--ibc-main-Green-Dark);
    text-align: center;
}
/*ibcsidepanel Сайд панель начало*/

.sidepanel {
    height: 100vh;
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 7; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #FFFFFF; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}
.substrate-login{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    background-color: #03032B;
    opacity: 0.6;
}
/* The sidepanel links */
.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.ibc-sidepanel-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ibc-sidepanel-item{
    width: 60%;
    margin: 30px;
}

.ibc-tabs-nav{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.ibc-tabs-nav-item{
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    border-radius: 20px;
    flex-shrink: 0;
    padding: 6px 16px;
    font-weight: 700;
    color: #ff942e;
}
.ibc-tabs-tab[ibc-data-active="N"] {
    display: none;
}

/*ibcsidepanel Сайд панель конец*/



/*ibcsidepanel Статусы конец*/
.ibc-status-done {
    color: var(--ibc-main-Green);
    border: 1px solid var(--ibc-main-Green);
    padding: 6px;
    border-radius: 32px;
}
.ibc-status-wait {
    color: #F6C326;
    border: 1px solid #F6C326;
    padding: 6px;
    border-radius: 32px;
}
.ibc-status-abort {
    color: #FF6B5E;
    border: 1px solid #FF6B5E;
    padding: 6px;
    border-radius: 32px;
}
/*ibcsidepanel Статусы конец*/


/*ibcinput Инпуты начало*/

.ibc-fw-datepicker{

}
.ibc-fw-datepicker-dropdown{
    width: 100%;
    position: absolute;
    z-index: 7;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: var(--ibc-main-box-shadow);
}
.ibc-fw-datepicker-dropdown-month-year{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 80px;
    background: #FFFFFF;
    box-shadow: var(--ibc-main-box-shadow);
    border-radius: 8px 8px 0 0;
    border-left: none;
    border-right: none;
}
.ibc-fw-datepicker-dropdown-days{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding: 12px;
}
.ibc-fw-dropdown-select {
    background: #FFFFFF;
    box-shadow: var(--ibc-main-box-shadow);
    width: 40%;
    padding: 6px;
}
.ibc-fw-datepicker-dropdown-days-day{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    box-shadow: var(--ibc-main-box-shadow);
}

.ibc-fw-datepicker-dropdown-days-day:hover {
    background: var(--ibc-main-Green);
    color: white;
}
.ibc-content-main-page-form-label-add-card{
    position: absolute;
    left: 5%;
    top: 15%;
    -webkit-transition: .2s;
    transition: .2s;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    text-align: left;
    color: var(--ibc-color-font);
}
.ibc-content-main-page-form-input-add-card{
    width: 100%;
    height: 64px;
    border-radius: 8px ;
    padding-left: 5%;
    padding-top: 24px;
    border: none;
    box-shadow: var(--ibc-main-box-shadow);
}
.ibc-fw-dropdown-select-text{
    width: 100%;
    height: 64px;
    border-radius: 8px;
    padding-left: 5%;
    padding-top: 24px;
    border: none;
    box-shadow: var(--ibc-main-box-shadow);
}
.ibc-to-1item-to-left{
    justify-content: left !important;
    padding-left: 2%;
}
/*ibcinput Инпуты конец*/


/*ibcbtns Кнопки начало*/

.ibcAddCerd-container {
    width: 336px;
    height: 60px;
    padding: 14px 28px 18px 28px;
    gap: 0px;
    border-radius: 8px;
    background: var(--ibc-main-Green);
    box-shadow: 0px 4px 0px 0px var(--ibc-main-Green-Dark);
    /* position: absolute; */
    bottom: 28px;
    text-align: center;
    /* margin-left: 2.5vw; */
}

/*ibcbtns Кнопки конец*/



@media screen and (max-width: 600px) {

    .ibc-dnone {
        display: block !important;
    }

    .ibc-dnone-mob {
        display: none !important;
    }
}
