#portal .main-header .header-upper .inner-container {
    justify-content: normal;
}

.portal-header {
    font-size: 25px;
    margin-left: 30px;
    font-weight: 500;
}

#portal section {
    background: #f4f4f4;
    box-sizing:border-box;
    padding: 15px;
    min-height:100%;
    min-height: calc(100% - 110px)
}

#portal .page-section {
    background-color: #fff;
    padding:30px 30px 50px 30px;
    position:relative
}

#portal .help-btn {
    font-size: 25px;
    color: #ccc;
    cursor:pointer;
    position:absolute;
    top: 27px;
    right: 20px;
}

#portal .help-btn:hover {
    color: #2b2c2e
}

#portal .print-avoid-break {
    page-break-inside: avoid;
}

#portal .page-section.without-back-btn {
    padding-top: 77px;
}

#portal .service-block-one .inner-box:hover {
    box-shadow:none
}

#portal .portal-block .inner-box {
    position: relative;
    background-color: #fff;
    border: 1px solid #f7f7f7;
    margin-bottom: 30px;
    border-radius: 20px;
    text-align: center;
    padding: 50px 30px;
}

#portal .white {
    color:#fff;
}

#portal .portal-block h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

#portal .portal-block .text {
    margin-bottom: 20px;
}

#portal .link-btn {
    display:inline-block
}

#portal .btn-style-one {
    box-shadow: none;
    border-radius:10px;
    padding:8px 0px;
    width:100px;
    font-size:15px;
}
#portal .btn-style-one::before {
    border-radius: 10px;
}

#portal .btn-style-one.icon-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 12px;
    display:inline-block;
}
#portal .btn-style-one.small-btn {
    width:100px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 12px;
    display: inline-block;
}
#portal .btn-style-one.icon-btn.danger {
    background-color:#E83935
}
#portal .bg-danger {
    background-color: #E83935
}

#portal .back-btn-container {
    margin-bottom:20px;
}
#portal .back-btn span {
    font-weight:600
}


.info-table {
    border-collapse: collapse;
    width:100%;
}

.info-table tr.header {
    font-weight:600;
    background-color: #e7f9f3;
}

.info-table td, .info-table th {
    box-sizing: border-box;
    padding: 10px;
    word-break: break-word;
}

.textLB {
    font-weight:bold;
    text-align:left
}
.textCB {
    font-weight: bold;
    text-align: center
}
.textRB {
    font-weight: bold;
    text-align: right
}
.textL {
    font-weight: normal;
    text-align: left
}

.textC {
    font-weight: normal;
    text-align: center
}

.textR {
    font-weight: normal;
    text-align: right
}

.mb20 {
    margin-bottom:20px
}

#portal input[type=text], #portal input[type=email], #portal input[type=password], #portal input[type=tel], #portal input[type=number], #portal textarea {
    margin: 0;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 50px;
    padding: 5px 12px;
    background: #ffffff;
    color: #181614;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow:auto;
}

.overflow-visible {
    overflow: visible !important
}

#portal .grecaptcha-badge {
    display: none
}

#portal .signature-container {
    position:relative;
    height:176px;
    width:285px;
}

#portal .signature {
    display:block;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color:#fdfdfd;
    position:absolute;
}

#portal .demo-btn {
    pointer-events: none !important;
}

#portal .signature-container button {
    position: absolute;
    top:8px; 
    right:6px;
    z-index: 10;
}

.button-count {
    position: absolute !important;
    top: -5px;
    right: -5px;
    background-color: #0c1529;
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 10px;
    border-radius: 100%;
    text-align: center;box-sizing: border-box;
    padding-left: 1px;
    padding-top: 1px;
    display:none;
}

/* #portal textarea {
    overflow:scroll !important;
} */

#portal .nopadding {
    padding-left:0 !important;
}

#portal i {
    margin:0;
    transform:none;
}

#portal .logo {
    width:50px
}

#portal .header-top {
    padding:15px 0px;
}

#portal .heading-text {
    margin:0;
    color:#fff;
    font-size:18px;
}

#portal .btn-style-one.icon-btn.client-cancel-btn {
    display:none
}

#portal td span.mobile, #portal td button.mobile {
    display:none !important
}

#portal .mw600 {
    max-width:600px;
    margin: 0 auto;
}

#notification {
    width: 100%;
    position: fixed;
    bottom: 40px;
    right: 0;
    left:0;
    box-sizing: border-box;
    padding: 0px 20px;
    text-align:center;
    z-index:1000;
    display:none
}

#notification-content {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px;
    width:100%;
    max-width:500px;
    color: #fff;
    border-radius: 5px;
    font-weight:bold;
}

#notification.error #notification-content {
    background-color: #E83935;
}

#notification.success #notification-content {
    background-color: var(--primary-color);
}

#portal p {
    margin: 0
}

#portal button .icon {
    margin-right:5px;
}

.cssloader {
    margin: 0 auto;
    position: absolute;
    right:0;
    left:0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 50px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side, var(--primary-color) 90%, #0000);
    background:
        var(--_g) 0% 50%,
        var(--_g) 50% 50%,
        var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: l3 1s infinite linear;
}

.cssloader.top-aligned {
    top: 10%
}
.cssloader.bottom-aligned {
    top: 90%
}

@keyframes l3 {
    20% {
        background-position: 0% 0%, 50% 50%, 100% 50%
    }

    40% {
        background-position: 0% 100%, 50% 0%, 100% 50%
    }

    60% {
        background-position: 0% 50%, 50% 100%, 100% 0%
    }

    80% {
        background-position: 0% 50%, 50% 50%, 100% 100%
    }
}

form {
    position:relative
}

#loader, .mini-loader {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: rgba(255,255,255,0.9);
    text-align:center;
    z-index: 1000;
    display:none;
}

#loader.start-visible {
    display:block
}

.relative {
    position:relative
}

.completed-section {
    display:none;
}

.invite-btn {
    background-color: #0c1529 !important
}

.cell-btn {
    margin: 0px 2px;
}

.invite-btn.disabled {
    background-color: #ccc !important;
    cursor: default;
    pointer-events: none;
}

.textarea {
    font-family: inherit;
    width: 100%;
    min-height: 250px;
    resize: vertical
}

select {
    margin: 0;
    display: block;
    height: 50px;
    padding: 5px 12px;
    background: #ffffff;
    color: #181614;
    border: 1px solid #eee;
    border-radius: 5px;
    width:100%;
}

.padding-top-0 {
    padding-top: 0 !important
}
.padding-bottom-0 {
    padding-bottom: 0 !important
}
.px0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.py0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.single-col-table th, .single-col-table td {
    width:100%
}

.sub-table td, .sub-table th {
    width: auto
}

.btn-style-one i {
    bottom: 0px
}
.icon-btn-cell {
    text-align: right
}
.m-top-5 {
    margin-top: 5px;
}
.m-top-10 {
    margin-top: 10px;
}

table .label {
    font-weight: 600;
    margin: 10px 3px;
    display:inline-block;
}

table.read-only .label {
    margin: 0 0;
}

.b600 {
    font-weight: 600 !important
}
.b500 {
    font-weight: 500 !important
}

.border-detail-left {
    border-left: 4px solid #21c58e;
}

table .value {
    margin-top: 5px;
}
.products-area {
    border: 1px solid #eee;
    background-color:#f4f4f4;
}

.image-section label {
    margin: 0;
    display:inline-block;
    vertical-align: top;
}

.image-item {
    box-sizing: border-box;
    border-radius: 5px;
    background: #eee;
    height: 150px;
    width: 150px;
    text-align: center;
    margin-right:10px;
    margin-bottom:10px;
    position: relative;
    display:inline-block;
    vertical-align: top;
    background-size: cover;
    background-position: center;
}

.image-item.standard-item {
    width: auto;
}

.image-item .cover {
    display: none;
}

.image-item:hover .cover {
    display:block;
    position: absolute;
    z-index: 5;
    background-color: rgba(0,0,0,0.7);
    top:0;
    right:0;
    left:0;
    bottom:0;
    height:100%;
    width:100%;
    cursor:pointer;
    text-align: center;
}

.image-item .expand-icon {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    line-height: 150px;
}

.image-item img {
    height:100%;
    position:relative;
    z-index: 1;
}

.image-item .remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height:35px;
    width: 35px;
    background-color:#999;
    line-height:35px;
    text-align:center;
    color:#fff;
    border-radius: 2px;
    z-index: 10;
    font-size:30px;
}

.tc-width {
    width: 140px;
}

input:disabled {
    cursor: default !important;
    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3)) !important;
    color: light-dark(rgb(84, 84, 84), rgb(170, 170, 170)) !important;
}

.image-item .remove-btn .remove-icon {
    margin-left: 0.5px;
    margin-top: 0.5px;
}

.image-item .remove-btn:hover {
    cursor:pointer;
    background-color:#E83935;
    color:#fff
}

.image-section {
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 5px;
    border: 2px solid #eee;
    clear: both;
    position: relative;
}

.image-display {
    display:inline-block;
    height: 150px;
    vertical-align: top;
    margin: 0 10px 10px 0;
}

.add-image {
    cursor: pointer;
}

.add-image span {
    display:inline-block;
    line-height:150px;
    font-size:40px;
    color:#999;
}

.modal-wrapper {
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:99999;
    height:100%;
    width:100%;
    background-color: rgba(0,0,0,0.5);
    display:none;
    overflow: hidden;
}

ul.list-style {
    padding-left: 20px;
}

ul.list-style, ul.list-style li {
    list-style:circle;
}

.custom-modal {
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 520px;
    width: 100%;
    margin:0 auto;
    display:block;
    left:0;
    right:0;
    z-index: 99999;
}

.close-modal-btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

#portal .btn-style-one.small-btn {
    height: 25px;
    width: 25px;
    line-height: 25px;
    padding: 0;
    display:inline-block;
    font-size: 14px;
    border-radius: 7px;
}

.product-row {
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #eee;
    clear:both;
}

.product-info {
    display: inline-block;
}

.product-actions {
    float: right
}

.product-row span.line {
    display: block;
}

#portal p.modal-heading {
    font-size:20px;
    line-height: 25px;
    margin-bottom: 25px;
}

#portal .pagination-label {
    display:inline-block;
    margin-right:10px;
    vertical-align: middle;
}

#portal i.adjust-left {
    margin-left:-2px;
}
#portal i.adjust-right {
    margin-right: -2px;
}

.bg-blue {
    background-color: #0c1529 !important;
    color: #fff !important;
}

#portal button:disabled {
    cursor: auto;
    background-color: #ccc;
    pointer-events: none;
}

#portal .pagination-bar td {
    padding-top:30px;
}

.bg-grey {
    background: #999 !important
}

.add-item {
    cursor: pointer;
}

.single-icon {
    font-size: 16px;
    color: #a3a3a3
}
#portal .row-link:hover .single-icon, .single-icon:hover {
    cursor:pointer;
    color: #444
}

.single-icon.large {
    font-size:20px
}



#portal .print-show {
    display:none
}

#portal .print-header .logo {
    width: 200px;
    margin-bottom:20px;
}

#portal .row-link:hover {
    cursor:pointer;
    background-color: #f7fcfa;
}


/* Print Styles */

@media print {
    #portal .print-hide {
        display:none
    }
    #portal .print-show {
        display:block
    }
    #portal .mobile-btns {
        display:none
    }
    body {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
    #portal .page-section {
        max-width:100%;
    }
    #portal section {
        background:#fff;
        padding:0;
    }
    #portal .main-header, #portal .footer-bottom, #portal .back-btn-container {
        display:none
    }
}

@media only screen and (max-width: 767px) {
    #portal .header-top .left-column {
        display: block;
    }
    #portal .header-top .right-column {
        width:auto;
        justify-content: normal
    }
    #portal td.mobile, #portal th.mobile {
        display:none
    }

    #portal .input-table td {
        display:block;
        width:100%;
    }
    #portal .mobile-padding-top-0 {
        padding-top: 0px !important;
    }
    #portal .input-table td.textC:last-child {
        text-align:left
    }
    #portal td span.mobile {
        display: block !important
    }
    #portal td button.mobile {
        display: inline-block !important
    }

    #portal td span:first-child {
        font-weight:600
    }

    .mobile-table .input-row tr {
        display: block;
    }
    .mobile-table .input-row td {
        display: block;
        width:100% !important;
    }
    .icon-btn-cell {
        text-align: left
    }
    .mpx0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .mobile-table.mb20 {
        margin-bottom: 0px
    }
    .input-row td:last-child{
        padding-bottom: 10px !important
    
    }

}

@media only screen and (max-width: 575px) {
    #portal .header-top ul.contact-info li:last-child {
        display: list-item;
    }
    #portal {
        font-size:12px
    }
    #portal .header-top .left-column {
        display: none;
    }

    #portal .header-top .right-column {
        width: 100%;
    }

    #portal .mobile-btns button {
        width: 100%;
        margin-bottom: 10px;
    }

    #portal td span.mobile {
        font-size:10px;
    }

    .tc-width {
        width: 115px;
    }

}
