/* greensheet style */

/* html,body{
    min-height: 100%;
    height: 100%;
} */

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    overflow-x: hidden;
}

p {
    margin-bottom: 0;
    line-height: 2;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav.gs-navbar {
    margin-top: 1.5rem;
}
section.gs-wrap {
    padding: 100px 0 0;
}

.p-relative {
    position: relative;
}

/* background style */

.main-wrap {
    position: relative;
    /* min-height: 100%;
    height: 100%; */
}
.home-bgs {
    position: absolute;
    width: 50%;
    height: auto;
    z-index: -1;
}

.home-bgs-rhs {
    right: 0;
    top: 0;
}
.home-bgs-lhs {
    left: 0;
    top: 20%;
}

/* button */

.btn {
    line-height: normal;
    font-weight: 600;
    font-size: 14px;
    border-radius: 30px;
}

.gs-btn.btn {
    background: #8bd8bd;
    padding: 7px 16px;
    min-width: 100px;
}
.gs-btn.btn:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.gs-btn.active {
    background: #020f87;
    color: #fff;
}

/* navbar */

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
}

.gs-logo img {
    max-width: 180px;
}

.gs-log-btns a.gs-btn:last-child {
    margin-left: calc(15px + 0.5rem);
}

button.gs-hamb-btn {
    border: 0;
    box-shadow: none !important;
    background: #eaeaea;
}

.navbar-toggler:focus {
    background: #8bd8bd;
}

/* heading */

.gs-h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 22px;
}

.gs-col-w {
    text-align: center;
}
.gs-col-w h1,
.gs-col-w p {
    text-align: left;
}

.btn.big-btn {
    font-size: 18px;
    padding: 10px 20px;
}
.gs-col-w .big-btn {
    margin-top: 20px;
}

.gs-e-steps .gs-h2 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 32px;
}

.gs-e-s-content {
    text-align: center;
    padding-top: 30px;
}
.gs-e-s-content img.es-img {
    width: auto;
    height: 200px;
}
.gs-e-s-content .es-heading {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
}

.gs-e-s-content .es-text {
    margin: 0;
}

.gs-ready-wrap .gs-h1 {
    margin-bottom: 50px;
}

/* grid */

.gs-ready-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 45px;
    grid-gap: 3px;
}
.gs-ready-grid > div {
    border-radius: 1px;
    background-color: #8bd8bd;
    padding: 10px;
    color: #fff;
}

.gs-ready-grid div:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    background: #d8f4ea;
}
.gs-ready-grid div:nth-child(12) {
    grid-column: 3 / 5;
    grid-row: 5 / 3;
    background: #d8f4ea;
}
.gs-ready-grid div:nth-child(14) {
    grid-column: 6;
    grid-row: 5 / 3;
    background: #d8f4ea;
}
.gs-ready-grid div:nth-child(22) {
    grid-column: 5 / 7;
    grid-row: 7 / 5;
    background: #d2d5eb;
}

.gs-ready-grid div:nth-child(3),
.gs-ready-grid div:nth-child(4),
.gs-ready-grid div:nth-child(18),
.gs-ready-grid div:nth-child(19) {
    background: #d2d5eb;
}

.gs-rg-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gs-rg-text > span {
    display: inline-block;
    width: 70%;
    line-height: 1.3;
    color: #020f87;
    font-weight: 600;
    font-size: 15px;
}
.gs-rg-text i.fa {
    font-size: 24px;
    color: #020f87;
}

.gs-price-dtl {
    position: absolute;
    background: #fff;
    padding: 20px;
    bottom: -128px;
    left: -10px;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.2);
    min-width: 350px;
}

.p-amt-txt {
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    color: #000;
}
.p-amt-txt > span {
    font-size: 40px;
    color: #666;
}
.p-u-m {
    display: inline-flex;
    width: auto;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
    position: relative;
    top: -12px;
    left: 8px;
}
.p-u-m span {
    font-size: 14px;
    color: #666666;
}

.p-btn-list {
    display: flex;
    flex-direction: column;
    width: 150px;
    margin: 0 auto;
}
.gs-btn.outline {
    background: #fff;
    color: #020f87;
    border: 1px solid #020f87;
}
.p-btn-list .btn.gs-btn {
    font-size: 14px;
    font-weight: 700;
}
.p-btn-list .btn.gs-btn:last-child {
    margin-top: 10px;
}

/* footer */

footer.footer-wrap {
    padding: 230px 0 40px;
}
.inner-footer {
    border-top: 1px solid #000;
    padding-top: 20px;
}
.gs-f-cont {
    padding-top: 30px;
}
.gs-f-cont img {
    height: 45px;
    width: auto;
}
.gs-f-cont h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
ul.gs-fo-nav {
    padding: 0;
    margin: 0;
}
.gs-fo-nav li {
    list-style-type: none;
    padding: 12px 0 0px;
    margin: 0;
}
.gs-fo-nav li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    transition: 0.5s all;
}
.gs-fo-nav li a:hover {
    color: #020f87;
}

/* Login form */

.gs-login-form {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}
.gs-login-form .gs-form {
    max-width: 400px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    margin: 0 auto;
}

/* form */

.sign-content .gs-wrap {
    padding: 50px 0;
}

.gs-signup-form {
    text-align: center;
}
.gs-signup-form .gs-form {
    max-width: 400px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    margin: 0 auto;
}
.sign-content .gs-wrap .gs-h1 {
    margin: 30px 0;
    font-weight: 700;
    font-size: 31px;
}
.gs-form .gs-input {
    text-align: left;
}
.form-head {
    margin-bottom: 30px;
}
.form-head h2 {
    font-size: 22px;
    font-weight: 600;
}
.form-head p {
    font-size: 14px;
}
.form-head p a {
    color: #020f87;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.gs-input {
    margin-bottom: 30px;
}
.gs-input .form-label {
    font-size: 14px;
    font-weight: 600;
}
.gs-input input {
    background: #d5d5d5;
}
.t-p-policy {
    font-size: 14px;
    margin-top: 20px;
}
.t-p-policy a {
    color: #020f87;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.btn.gs-from-btn {
    padding: 7px 40px;
    font-size: 16px;
}

.signup-bgs {
    position: fixed;
    width: 50%;
    height: auto;
    z-index: -1;
}

.signup-bgs-rhs {
    right: 0;
    bottom: -45%;
}
.signup-bgs-lhs {
    left: 0;
    top: -30%;
}

/* ERIC Changes Start */
.forgot-pwd {
    font-size: 12px;
    color: #000;
}

.sign-up {
    color: #020f87;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.gs-back {
    background-color: #d2d5eb;
    /* padding-top: 10px; */
    max-width: 100%;
}

.gs-back-link {
    font-size: 14px;
    color: #020f87;
    font-weight: 700;
    text-decoration: none;
}

.gs-back-arrow {
    font-size: 17px;
    color: #020f87;
    font-weight: 700;
    /* border-radius: 10px;
    padding: 8px 20px;
    font-size: 15px; */
}

/* ERIC Changes End */

/* file uploads */
.gs-f-upload .gs-h2 {
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.gs-f-upload .account-status-notification-container {
    position: relative;
}

.gs-f-upload .account-status-notification {
    position: absolute;
    width: 215px;
    margin-top: -20px;
    text-align: right;
    right: calc(var(--bs-gutter-x) / 2);
}

.gs-f-upload .account-status-notification a {
    color: #8bd8bd;
    font-weight: bold;
}

.processing-col .account-inactive {
    text-align: center;
}

.processing-col .account-inactive .processing-wrap {
    display: grid;
    align-content: center;
}

.processing-col .account-inactive h3 {
    color: #515151;
    font-weight: bold;
}

.processing-col .account-inactive .ready-to-activate {
    font-size: 20px;
}

.processing-col .account-inactive .ready-to-activate a {
    text-decoration: none;
    font-weight: bold;
    color: #020f87;
}

.processing-col .account-inactive p {
    line-height: 1.5;
    padding: 0 10% 30px 10%;
}

.file-upload-d {
    background: #f1f1f1;
    border-radius: 10px;
    border: 2px dashed #ddd;
    text-align: center;
    padding: 20px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    /* margin-bottom: 40px; */
}
.file-upload-d img {
    max-width: 250px;
}
.file-upload-d > strong {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    margin-bottom: 0px;
    color: #666666;
}
.file-upload-d > p {
    font-size: 13px;
    color: #666;
}
.gs-file-view .gs-h3 {
    font-size: 24px;
    font-weight: 600;
    color: #515151;
}
ul.upload-list {
    padding: 20px 0;
}
li.upload-items {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #666666;
}
li.upload-items:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.upload-items > img {
    max-width: 30px;
    height: auto;
}
/* .file-status {
    padding-left: 30px;
    max-width: 91px;
    max-height: 74px;
    border:1.5px solid #BCBEC0;
    height: auto;
} */
.file-status {
    padding-left: 25px;
    width: 100%;
}
label.f-title {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
}
.f-title > strong > span.gs-file-name {
    color: #515151;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
}
.f-title > strong > span {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding-left: 15%;
}
.f-title > button {
    border: 0;
    background: 0;
    padding: 0;
    margin: 0;
    color: #666;
    font-size: 18px;
}
.progress {
    height: 6px;
}
.progress-bar {
    background: #8bd8bd;
}
.f-title > strong {
    display: inline-block;
    width: 100%;
}
span.pro-status {
    font-size: 14px;
    padding-top: 10px;
    display: inline-block;
}
.gs-file-view .btn.gs-btn {
    border-radius: 10px;
    padding: 8px 20px;
    font-size: 26px;
}

.upload-items .fa-circle-o-notch {
    font-size: 1.3rem;
    animation: fa-spin 1s infinite linear;
    color: var(--bs-green);
}

.dz-preview {
    display: none;
}

.file-upload-d {
    transition: all 0.3s;
}

.file-upload-dragged {
    background-color: rgba(139, 216, 189, 0.43);
    border: 2px dashed #1ddd29;
}

.processing-col .gs-file-view {
    height: 100%;
}

.processing-wrap {
    display: flex;
    flex-direction: column;
    min-height: 90%;
}

#process-list {
    flex-grow: 2;
    /* height: 90%; */
    height: 400px;
    overflow-y: auto;
}

#process-list .upload-items > img {
    border: 0px;
}

#process-list .fa-flag {
    color: #bcbec0;
    display: none;
    cursor: pointer;
}

#process-list .completed .fa-flag {
    display: inline-block;
}

#process-list .flagged {
    color: rgb(224, 19, 19);
}

#process-list .completed span.pro-status {
    color: #0ca972;
}

#process-list .processingfailed span.pro-status,
#process-list .failed span.pro-status {
    color: #f96464;
}

#process-list .failed span.pro-status {
    color: #f96464;
}

#process-list .processingfailed .progress {
    background-color: #ff0000;
}

#process-list .failed .progress {
    background-color: #ff0000;
}

.processing-col .gs-btn {
    width: 244px;
    height: 89.91px;
    left: 766px;
    top: 724px;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    background: #020f87;
    border-radius: 15px;
}

.processing-col .gs-btn[disabled] {
    width: 244px;
    height: 89.91px;
    left: 766px;
    top: 724px;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    background: #d4d4d4;
    border-radius: 15px;
}

.process-btn-wrap {
    display: flex;
    justify-content: space-evenly;
}

.gs-h3 .upload-help-icon {
    float: right;
    font-size: 36px;
    color: #d2d5eb;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-help-icon:hover {
    color: #949ee6;
}

.upload-file-column {
    position: relative;
}

.upload-file-column .upload-help-popup {
    position: absolute;
    top: 60px;
    right: 2%;
    width: 334px;
    /* height: 233px; */
    background: #ffffff;
    border: 2px solid #d2d5eb;
    box-sizing: border-box;
    box-shadow: 4px 4px 4px rgba(2, 15, 135, 0.25);
    border-radius: 9px;
    padding: 15px;
    box-sizing: border-box;
    display: none;
    transition: all 0.3s ease;
}

.upload-help-popup .title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #020f87;
}

.upload-help-popup .content {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    white-space: pre-line;
    color: #020f87;
}

.upload-file-column .upload-help-popup.show {
    opacity: 1;
    display: block;
}

.upload-listed .gs-file-view .upload-list {
    height: 308px;
    overflow-y: scroll;
    margin-bottom: 10px;
}

.upload-listed .gs-file-upload .file-upload-d {
    min-height: 91px;
    height: 91px;
    flex-direction: row;
}

.upload-listed .gs-file-upload .file-upload-d .tips {
    display: none;
}

.upload-listed .file-upload-d img {
    position: absolute;
    left: 5%;
    max-width: 130px;
}

.upload-listed .file-upload-d strong {
    font-size: 30px;
}

.notif-message {
    position: absolute;
    top: 5px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

#account-industry,
#account-title {
    color: #000;
    padding: 0 20px;
    flex: 0 0 50%;
}

/*------------------------------------
   Update styles 23 Nov 2020 by Rama 
--------------------------------------*/

.gs-profile .gs-h2 {
    border: 0;
    margin: 0;
    padding: 0;
}
.gs-pro-head {
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.gs-back-link.pro-back {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
}
.gs-back-link.pro-back i.fa.fa-angle-left {
    font-size: 22px;
    padding-right: 6px;
}
.has-star-ic .gs-hd-star {
    position: absolute;
    left: 55%;
    width: auto;
    height: 55px;
}
.gs-pro-tabs {
    display: flex;
    flex-wrap: wrap;
}

/* profile tabs */
.nav.gs-nav-tabs {
    display: flex;
    flex-direction: column;
    border: 0;
    flex: 0 0 150px;
    max-width: 150px;
}
.nav.gs-nav-tabs .nav-link {
    margin-bottom: 20px;
    font-weight: 600;
    border-radius: 10px;
    color: #000000;
    background: #fff;
    border: 0;
}
.nav.gs-nav-tabs .nav-item:last-child .nav-link {
    margin-bottom: 0;
}
.nav.gs-nav-tabs .nav-item.show .nav-link,
.nav.gs-nav-tabs .nav-link.active,
.nav.gs-nav-tabs .nav-link:hover {
    background: #d2d5eb;
}

.gs-tab-content {
    width: calc(100% - 190px);
    padding-left: 40px;
    border-left: 1px solid #d2d5eb;
    margin-left: 40px;
}

.gs-tab-content-payment {
    width: calc(100% - 190px);
    padding-left: 40px;
    /* border-left: 1px solid #D2D5EB; */
    margin-left: 40px;
}

.prof-tb-wrap {
    background: #fff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 20px 30px;
}
.prof-tb-body {
    margin-bottom: 40px;
}
.prof-tb-head {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d2d5eb;
    font-size: 25px;
    font-weight: 600;
}
.update-acc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #d2d5eb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.update-acc span,
.update-acc strong {
    font-size: 14px;
    font-weight: 600;
    color: #9e9e9e;
}
.update-acc span {
    flex: 0 0 20%;
    max-width: 20%;
}
.update-acc strong {
    color: #000;
    padding: 0 20px;
    flex: 0 0 50%;
    max-width: 50%;
}
.p-edit-btn {
    padding: 0;
    width: 25px;
    height: 25px;
}
.p-edit-btn img {
    width: auto;
    height: 100%;
}
.forgot-my-pass {
    margin-left: auto;
    font-size: 12px;
    font-weight: 700;
    color: #020f87;
    text-decoration: none;
    float: right;
    margin: 10px 0 5px;
}
.prof-tb-body form.gs-form {
    padding: 0 50px;
}
p.plan-txt a {
    font-weight: 700;
    font-size: 16px;
    color: #020f87;
    text-decoration: none;
}
.plan-invoice h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
}

.pln-inv-table .table th,
.pln-inv-table .table td {
    border-color: #d9d9d9;
    padding: 6px 0;
    font-size: 13px;
}
.pln-inv-table .table th {
    font-weight: normal;
    border-color: #9e9e9e;
}
.pln-inv-table .table th:last-child,
.pln-inv-table .table td:last-child {
    text-align: right;
}
.full-pln-txt {
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #d2d5eb;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.px-5 {
    padding-left: 50px;
    padding-right: 50px;
}

/* plans table design */
.gs-pl-info {
    padding-top: 206px;
}

.pl-title {
    text-align: center;
    height: 200px;
    padding: 10px 5px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.gs-pl-col .pld-txt {
    border-top: 1px solid #000;
    height: 60px;
    font-size: 15px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gs-pl-info .pld-txt {
    justify-content: flex-start;
    text-align: left;
}
.gs-plan-item {
    border: 6px solid #b2ead6;
    text-align: center;
    padding: 0 2px;
}
.pld-txt strong {
    color: #020f87;
    font-size: 18px;
    padding: 0 10px;
}
.pl-title strong {
    font-size: 25px;
    font-weight: 600;
}
.pl-title .pl-value-txt {
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
.pl-value-txt .dlr-sign {
    color: #999999;
    font-size: 35px;
    position: relative;
    width: 8px;
    display: inline-block;
}
.per-month-txt {
    font-size: 12px;
    color: #666;
    width: 64px;
    text-align: left;
    display: inline-block;
    position: absolute;
    bottom: -35px;
    left: 0;
}
.pro-work-flow-txt {
    padding: 0 10px;
    line-height: normal;
    font-size: 13px;
    margin-top: 38px;
    height: 36px;
}
.contact-txt {
    font-size: 26px;
    margin: 0;
    padding: 0;
    font-weight: 700;
}
.prof-privacy p {
    line-height: 1.8;
}
.privacy-check .form-check {
    margin-bottom: 10px;
}
.gs-rdo-btn.form-check-input {
    border-color: #d2d5eb;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: none;
}
.gs-rdo-btn.form-check-input:checked {
    border-color: #d2d5eb;
    background: #fff;
    transition: none;
}
.gs-rdo-btn.form-check-input:checked[type="radio"] {
    background-image: url(../images/radio-btn-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
}

.pvc-s-btn {
    padding-left: 15%;
    padding-top: 15px;
}
.pvc-s-btn .btn.gs-btn {
    width: 130px;
}

.gs-plan-main .container {
    position: relative;
}
.gs-plan-main .gs-hd-star {
    position: absolute;
    left: 0;
    top: -30px;
    width: 70px;
    height: auto;
}
.privacy-sec img.priv-icon {
    max-width: 100%;
    height: auto;
}

/* show class in small device */
.pld-txt-mv {
    display: none;
}

/* -----------------------------------
    new home page design 04 Jan 2021 
------------------------------------- */

.convert-sec .txt-info {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #d2d5eb;
    border-radius: 30px;
    font-weight: 900;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 35px;
    margin-right: 10px;
}
.convert-sec .gs-h2 {
    font-weight: 700;
    color: #020f87;
    font-size: 30px;
}
.conv-sec img.es-img {
    height: 140px;
}
.conv-sec .es-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    color: #020f87;
    font-weight: 600;
    line-height: 1.2;
    min-height: 45px;
}
.gs-e-s-content.conv-sec {
    border: 1px solid #d2d5eb;
    border-radius: 6px;
    padding: 30px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.lg-lock .gs-col-w img {
    width: 50%;
}
.gs-error .gs-h1 {
    font-size: 35px;
    margin: 60px 0 60px;
    font-weight: 500;
}
.gs-error p {
    font-size: 20px;
}

.gs-signup-form {
    text-align: center;
    /*max-width: 60%;*/
    margin: 0 auto;
}
.gs-error .gs-logo img {
    max-width: 200px;
}
.sm-screen-show {
    display: none;
}

#account-industry .invalid-feedback {
    display: inline !important;
}

@media (max-width: 992px) {
    .gs-log-btns a.gs-btn:last-child {
        margin-left: 0;
        display: block;
        width: max-content;
        margin-top: 8px;
    }

    .gs-f-upload .account-status-notification {
        margin-top: -85px;
    }

    .conv-sec img.es-img {
        width: 100%;
        height: auto;
    }

    .gs-e-s-content.conv-sec {
        min-height: 247px;
    }

    .processing-col .gs-btn,
    .processing-col .gs-btn[disabled] {
        font-size: 16px !important;
        line-height: 1.5;
    }

    .process-btn-wrap {
        gap: 10px;
    }

    .pro-work-flow-txt {
        height: 50px;
    }
}

@media (max-width: 1200px) {
    .processing-col .gs-btn,
    .processing-col .gs-btn[disabled] {
        font-size: 16px !important;
        line-height: 1.5;
    }

    .process-btn-wrap {
        gap: 10px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .upload-listed .file-upload-d img {
        max-width: 90px;
    }

    .upload-listed .file-upload-d strong {
        font-size: 20px;
    }

    .upload-listed .gs-file-upload .file-upload-d div {
        margin-right: -60px;
    }
}
