/* ---------------------------------Home section black friday Style ------------------------------------*/
.black-bg-content {
    background-image: url("../img/bg/main-header-right.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    padding: 30px 24px;
    border-radius: 8px;
    border: 1px solid #DAD9DA;
    margin-bottom: 24px;
}

.black-bg-content .section-heading {
    font-size: 25px;
    margin-bottom: 10px;
}

.black-bg-content .button-of-after-login.link-white {
    background-color: #FA5186;
    margin-right: 5%;
}

.search-hostriver .search-icon svg {
    vertical-align: middle;
    fill: #727586;
    width: 18px;
    height: 18px;
}

.search-hostriver {
    min-width: 13rem;
    border-radius: 4px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 0;
    border: 1px solid #DAD9DA;
    align-self: center;
    height: 50px;

}

.trigger-of-collapse:hover {
    /*transition-duration: .6s;*/
    /*background-color: #F4F4F4;*/
}

.search-icon {
    color: rgba(114, 117, 134, .6);
    margin: auto 12px auto 16px;
}

.search-input {
    -webkit-box-flex: 1;
    border: none;
    outline: none;
    padding: .8rem .7rem .8rem 0;
    background: rgba(0, 0, 0, 0);
    width: 88%;
    font-weight: 400;
    font-size: 14px;
}




/*table invoices*/

.transparent-bg-content .section-heading {
    border-right: 1px solid #DAD9DA;
}

.transparent-bg-content .icon-svg-heading {
    fill: #727686;
    max-width: 24px;
    height: 20px;
}

.text-grey-icon {
    color: #727686;
    font-size: 12px;
}

/*table css start*/
.table thead th, .table thead th span {
    vertical-align: middle;
}

.table thead th {
    cursor: default;
    white-space: nowrap;
    color: #1D1E20;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    border: 0 !important;
    height: 4em;
    text-align: left;
}

.billing-head-row .cheveron-of.trigger {
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #673DE6;
}

.table-content tr {
    position: relative;
}

.payment-checked-icon {
    /*width: 18px;*/
    /*height: 18px;*/
    /*fill: #FFFFFF;*/
    /*background-color: #28B090;*/
    /*border-radius: 50%;*/
    display: flex;
    margin-right: 5px;
    /*justify-content: center;*/
    /*align-items: baseline;*/
    /*margin-right: 0px;*/
}
.invoice-printable h3 {
    font-size: 14px;
}
.invoice-printable p {
    font-size: 14px;
}
.payment-checked-icon svg {
    vertical-align: center;
    object-fit: fill;
    object-position: center;
    height: 18px;
    width: 20px;
}

.table.table-of-payment-methode {
    border-radius: 8px;
    border: 1px solid #DAD9DA;
    background-color: #FFFFFF;
    width: 100%;
}

table td {
    min-width: 70px;
    padding: 16px 24px;
    word-break: break-word;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table td, .table th {
    padding: 16px 24px;
}

.table-icons-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.table-icon {
    margin: 1px 0;
}

.table-icon.h-data-table-icon-up {
    transform: rotate(180deg);
}

/*-----colaspe row css-----*/
.title-collaspe-row td {
    color: #1D1E20;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.invoice-area .colapseable-content {
    margin-bottom: 0;
    border-radius: 8px;
    border: none;
    background-color: transparent;
    margin-left: auto;
}
.invoice-area.w-100.d-flex.flex-column {
   
    padding: 20px;
    justify-content: end;
    align-items: end;
    border-radius: 8px;
    
    border-top-width: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.printable-iv-wrapper {
    width: 100%;
    background-color: #F2F3F6;
    padding: 20px;
   
    border-radius: 6px;
}
.invoice-printable .w-40 .icon-static-view-box {
    max-width: 15px;
    fill: red;
    height: 24px;
    margin-left: 5px;
}

.invoice-printable .w-40 {
    display: flex;
}



/*account information*/


.transparent-bg-content .icon-svg-heading {
    fill: #727686;
    max-width: 24px;
    height: 20px;
}

.text-grey-icon {
    color: #727686;
    font-size: 12px;
}
.transparent-bg-content .section-heading {
    border-right: 1px solid #DAD9DA;
}
.trigger-of-collapse .heaing-of-trigger .body-iconsvg {
    max-width: 35px;
    fill: #673DE6;
    padding-right: 10px;
}
.trigger-of-collapse .heaing-of-trigger{
    width: 40%;
     display: flex;
}
.colapseable-content .cheveron-of.trigger {
    transform: rotate(90deg);
}
.colapseable-content .content-of-collape {
    padding: 16px 24px;
    border-bottom: 1px solid #DAD9DA;
    margin: 0;
}
.text-cont-wrapper .text-black {
    color: #111;
}
/*.payment-checked-icon {*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    fill: #FFFFFF;*/
/*    background-color: #28B090;*/
/*    border-radius: 50%;*/
/*    display: flex;SSS*/
/*    justify-content: center;*/
/*    align-items: baseline;*/
/*    margin-right: 0px;*/
/*}*/
.payment-checked-icon svg {
    vertical-align: center;
    object-fit: fill;
    object-position: center;
    height: 18px;
    width: 20px;
}


/*account information*/


