/*--------------------------------------------*/
/*btn property*/

.btn-success {
    background-color: #0DD17F !important;
    border-color: #0DD17F !important;
}


.btn-bordered {
    font-weight: 600;
    background-color: #dfdfdf;
    border: 1px solid #dfdfdf;
    color: #212529;
    transition: all 0.3s;
}
    .btn-bordered:hover {
        background-color: transparent;
        border: 1px solid #212529;
        color: #212529;
    }
    /* -----------------------------------------------------------------------------------------*/
    /* Header Dropdown */
    .head-profile {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: end;
        /* margin-top: 20px; */
    }

.head-profile-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background-color: rgb(188, 187, 200);
    border-radius: 50%;
    font-weight: bold;
    cursor: pointer;
}

/*.head-profile-btn span:hover {
    background: var(--blue);
    transition: .2s ease;
    color: var(--white);
}
*/
.head-profile-dropdown-menu {
    background-color: var(--white);
    border: 1px solid rgba(25, 24, 35, 0.15) !important;
    border-radius: 2px;
    box-shadow: rgb(25 24 35 / 15%) 0px 8px 16px 0px;
    transform-origin: right top;
    padding: 0px;
}

.head-btn-dropdown {
    position: relative;
    display: flex;
    order: 3;
    align-items: center;
    gap: 10px;
}

.dropbtn {
    background-color: transparent;
    color: white;
    border: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    background-color: #fff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 10%);
    z-index: 1111;
    border: 1px solid #19182326;
}

.dropbtn span:hover {
    background-color: #32b9eb;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.head-drop-show {
    display: block;
}

.head-main-dropdown {
    list-style: none;
    padding: 0px;
    margin: 0;
}

    .head-main-dropdown li hr {
        padding: 0;
        margin: 0;
    }

    .head-main-dropdown h1 {
        font-size: 18px;
        font-weight: bold;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }

    .head-main-dropdown p {
        font-size: 12px;
        margin-bottom: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 400;
    }

.dropdown-menu {
    min-width: auto;
    border: none;
}



.hmd-text {
    padding: 20px;
    padding-bottom: 10px;
}

.hmd-btn {
    width: 100%;
    position: relative;
}

.hmdInner-btn {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    color: var(--black);
    border: 0;
    background: none;
    text-align: left;
}


.dropdown-menu.head-profile-dropdown-menu.show {
    display: block;
    transform-origin: left top;
}

.hmd-btn:hover {
    background-color: #E9E9E9;
}
/* -----------------------------------------------------------------------------------------*/

/* all Buttons */
.filedrop-btn {
    -webkit-box-align: center;
    align-items: center;
    border-radius: 2px;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    letter-spacing: 0.66px;
    text-transform: uppercase;
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    vertical-align: middle;
    background-color: var(--green);
    color: var(--white);
    font-size: 13px;
    font-weight: bold;
    padding: 5px 15px;
}

.cancel-btn {
    background-color: var(--red);
}

.sf-next-btn {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}

.headerButtons {
    height: 100%;
}

.finish-btn {
    background-color: var(--blue);
}

.sf-next-btn button {
    padding: 10px 40px;
}
/* -----------------------------------------------------------------------------------------*/


/* Doc -details btn */

.dbt-button {
    display: flex;
    justify-content: start;
    margin-top: 10px;
}

    .dbt-button button {
        margin-right: 10px;
        border-radius: 2px;
        letter-spacing: 0.66px;
        background-color: rgb(249, 249, 249);
        border: 1px solid rgb(204, 204, 204);
        color: var(--black);
        font-size: 12px;
        min-height: 28px;
        min-width: 28px;
        padding: 4px 14px;
        font-weight: 600;
    }

.dbt-button-dropdown {
    display: flex;
}

    .dbt-button-dropdown span svg {
        height: 14px;
    }

.dropdown-menu.dbt-dropdown-menu {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 2px;
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 4px 0px;
    margin-top: 5px;
    margin-left: -14px;
}

    .dropdown-menu.dbt-dropdown-menu a {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        align-items: center;
        background: transparent;
        border: 0px;
        border-radius: 0px;
        color: var(--black);
        display: flex;
        min-height: 30px;
        padding: 4px 16px;
        position: relative;
        text-align: left;
        text-decoration: none;
        transition-property: background-color;
        transition-duration: 0.1s;
        transition-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
        width: 100%;
    }

.dbt-right-button {
    justify-content: end;
}

    .dbt-right-button button {
        font-weight: 600;
        line-height: 18px;
        border-radius: 2px;
        justify-content: center;
        background-color: rgb(249, 249, 249);
        border-color: rgb(204, 204, 204);
        color: var(--black);
        font-size: 12px;
        min-height: 30px;
        min-width: 30px;
        height: 0px;
        padding: 0px;
    }

        .dbt-right-button button svg {
            height: 14px;
            fill: rgb(102, 102, 102)
        }
/* -----------------------------------------------------------------------------------------*/

/* popup btn */
.popup-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0 30px 0;
}

    .popup-btn a {
        font-size: 16px;
        text-transform: capitalize;
        font-weight: bold;
        text-align: center;
        padding: 8px 25px;
        background-color: var(--blue);
        color: var(--white);
    }
/* -----------------------------------------------------------------------------------------*/

/* -----------------------------------------------------------------------------------------*/
.doc-replace-btn {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 2px 20px;
    position: relative;
    background-color: var(--blue);
    color: var(--white);
    border: none;
}
/* -----------------------------------------------------------------------------------------*/

/* -----------------------------------------------------------------------------------------*/
.sf-delet-btn {
    /*background-color: #EF4C4C;*/
    background-color: var(--red);
    border-radius: 50px;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    right: -10px;
}

    .sf-delet-btn svg {
        height: 18px;
        fill: #fff;
    }
/* -----------------------------------------------------------------------------------------*/

/* -----------------------------------------------------------------------------------------*/
.dbf-btn {
    display: flex;
    justify-content: flex-end;
    margin-right: 15%;
}

    .dbf-btn button {
        background-color: var(--red);
        border: none;
        color: var(--white);
        border-radius: 3px;
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 2px;
    }

.workspace-icons-main {
    display: flex;
    gap: 5px;
}

.btn-gridTeam {
    background-color: #0dd17f;
    border: none;
    color: var(--white);
    border-radius: 20px;
    height: 30px;
    width: 30px;
    margin: 0 2px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.btn-gridEdit {
    background-color: #32b9eb;
    border: none;
    color: var(--white);
    border-radius: 20px;
    height: 30px;
    width: 30px;
    margin: 0 2px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.btn-gridDelete {
    background-color: #e83232;
    border: none;
    color: var(--white);
    border-radius: 20px;
    height: 30px;
    width: 30px;
    margin: 0 2px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    /*.workspace-icons-main button {
        background-color: var(--red);
        border: none;
        color: var(--white);
        border-radius: 20px;
        height: 30px;
        width: 30px;*/
        /* display: flex;
            justify-content: center;
            align-items: center; */
        /*margin: 0 2px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }*/
/* -----------------------------------------------------------------------------------------*/

/* welcome mail btn */
.welcome-btn {
    background-color: var(--blue);
    text-decoration: none;
    font-weight: 600;
    margin-top: 35px;
    color: #fff;
    font-size: 14px;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 50px;
}

    .welcome-btn:hover {
        opacity: .8;
        color: var(--white);
        transition: .5s ease;
    }
/* -----------------------------------------------------------------------------------------*/


/* -----------------------------------------------------------------------------------------*/
table.blueTable tfoot .links a {
    display: inline-block;
    background: var(--red);
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}
/* -----------------------------------------------------------------------------------------*/


/* login buttons*/

.form-group input {
    width: 100%;
    border-radius: 8px;
    padding: 10px 20px;
    border: 1px solid #c1c1c1;
}

.form-group select {
    width: 100%;
    border-radius: 8px;
    padding: 10px 20px;
    border: 1px solid #c1c1c1;
    -webkit-appearance: none;
    background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
    background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
}

.form-group h6 {
    font-size: 16px;
    color: #444;
    padding: 14px 10px;
    background-color: #f2f2f2;
    border-radius: 8px;
}

  /*  .form-group select::after {
        content: "?";
        transform: scale(1.1, 0.8);
        font-size: 15px;
        top: 12px;
        right: 15px;
        position: absolute;
        color: #999999;
    }*/

    input.input-submit {
        width: 100%;
        background-color: var(--blue);
        border: 1px solid var(--blue) !important;
        color: #fff;
        font-weight: 500;
        border: none;
        padding: 10px 30px;
        border-radius: 8px;
    }
/* -----------------------------------------------------------------------------------------*/


/* Show Password */
.show-pass {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 14px;
    transform: translate(-70%, -50%);
}

.login-show-pass {
    top: 50%;
    transform: translate(-90%, 30%);
}
/* -----------------------------------------------------------------------------------------*/


/* wiz1 chechbox and toggle btn */

.signer-btns {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 30px 0 50px 0;
    justify-content: space-between;
}

.new-signer-btns {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 4px 0;
    justify-content: space-between;
}

.signer-toggle-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}


    .signer-toggle-btn input {
        display: none;
        opacity: 0;
    }

    /*=====New Switch======*/
    .signer-toggle-btn .toggleSwitchMain {
        position: relative;
        width: 35px;
        height: 19px;
        display: inline-block;
        background: #666666;
        border-radius: 30px;
        cursor: pointer;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        margin: 0;
    }

        .signer-toggle-btn .toggleSwitchMain:after {
            content: "";
            position: absolute;
            left: 2px;
            top: 2px;   
            width: 15PX;
            height: 15PX;
            background: #FFF;
            border-radius: 50%;
            /* box-shadow: 1px 3px 6px #666666; */
        }

    .signer-toggle-btn input:checked + .toggleSwitchMain {
        background: var(--blue);
    }

        .signer-toggle-btn input:checked + .toggleSwitchMain:after {
            left: auto;
            right: 2px;
        }

    .signer-toggle-btn .toggleSwitchText {
        margin: 0;
        font-size: 14px;
        cursor: pointer;
        height: auto;
        width: auto;
    }


.signer-options-link {
    display: flex;
    align-items: center;
    gap: 30px;
}

.signer-checkbox-main {
    display: flex;
    align-items: center;
    gap: 40px;
}

.signer-checkbox {
    display: flex !important;
    align-items: center;
    gap: 5px;
    position: relative;
}

    .signer-checkbox:after {
        content: "";
        position: absolute;
        top: 0;
        right: -18px;
        background-color: #d7d7d7;
        height: 100%;
        width: 1px;
    }

    .signer-checkbox:last-child:after {
        display: none;
    }

    .signer-checkbox p {
        margin: 0;
    }

    .signer-checkbox label {
        margin: 0;
    }

/* -----------------------------------------------------------------------------------------*/

/* wiz-2 text box */

.textbox-div {
    width: 100%;
    position: relative;
}

    .textbox-div input {
        border: 1px solid var(--black);
        padding: 10px;
        border-radius: 5px;
        transition: .2s ease;
    }


.textbox-div-left {
    position: absolute;
    left: -15px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 16px;
    opacity: 0;
    /* visibility: hidden; */
    background-color: var(--blue);
    border-radius: 5px 0 0 5px;
}

/* .textbox-div input:hover {
    border: 1px double inherit;
    outline: 2px solid inherit;
    outline-offset: 9px;
    border-radius: 0px 5px 5px 0px;
    transition: .2s ease;
} */

.textbox-div:hover .textbox-div-left {
    transition: .2s ease;
    opacity: 1;
}


/* -----------------------------------------------------------------------------------------*/

/* inputs */

.details-form {
    position: relative;
    margin: auto;
    width: 100%;
    margin: 20px 0;
}

    .details-form input,
    .details-form textarea {
        -webkit-appearance: none;
        width: 100%;
        height: auto;
        font-size: 12px;
        font-weight: 500;
        background: none;
        transition: all 0.15s ease;
        padding: 15px 10px;
        border-radius: 5px;
        border: none;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        background-color: var(--white);
    }

.set-password-inner input {
    background-color: #e7e7e7;
    box-shadow: none;
}

span.label {
    font-size: 12px;
    z-index: 1;
    position: absolute;
    top: -9px;
    left: 15px;
    /* transform: translate(-715px, -17px); */
    /* background-color: white; */
    padding: 0 10px;
    width: auto;
    text-align: center;
    font-weight: 600;
}

span.label:after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 10px;
    background: #efefef;
    height: 14%;
    width: 80%;
    z-index: -1;
}

.input-group {
    position: relative;
    width: 100%;
}

.toggle {
    background: none;
    border: none;
    color: #337ab7;
    /*display: none;*/
    /*font-size: .9em;*/
    font-weight: 600;
    /*padding: .5em;*/
    position: absolute;
    right: .75em;
    top: 2.25em;
    z-index: 9;
}

.mbp-details-form input {
    -webkit-appearance: none;
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 500;
    background: none;
    transition: all 0.15s ease;
    padding: 15px 10px;
    border-radius: 5px;
    border: none;
    box-shadow: rgb(149 157 165 / 10%) 0px 8px 24px;
    background-color: #efefef;
    border: 1px solid #cccccc;
}

.mbp-details-form select {
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 500;
    background: none;
    transition: all 0.15s ease;
    padding: 15px 10px;
    border-radius: 5px;
    border: none;
    box-shadow: rgb(149 157 165 / 10%) 0px 8px 24px;
    background-color: #efefef;
    border: 1px solid #cccccc;
}

.set-password-inner .input-submit {
    background-color: var(--blue);
    /* margin-top: 10px; */
}

/* -----------------------------------------------------------------------------------------*/

/* upgradeplan-btn */
.upgradeplan-btn {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: end;
    flex-shrink: 1;
}

    .upgradeplan-btn a {
        text-align: right;
    }

.upgrade-btn {
    font-size: 14px;
    font-family: "Poppins-SemiBold";
    color: var(--blue);
}

.purchased-btn {
    color: var(--red);
    pointer-events: none;
    font-weight: bold;
}

.downgradeApplicable {
    font-size: 13px;
    color: #af3641;
}
/* -----------------------------------------------------------------------------------------*/
/* login inputs */
.form-group {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
}


    .form-group label {
        font-size: 14px;
    }

.region-form {
    text-align: center;
}

.region-label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .region-label svg {
        display: block;
        vertical-align: middle;
    }

    .region-label select {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0;
        width: 100%;
    }


.email-confirm {
    width: 100%;
}

.remember-me input {
    width: auto !important;
}
/* -----------------------------------------------------------------------------------------*/


/* Signature Place Field */

.sign-drop-btn {
    position: relative;
    height: 35px;
    padding: 0px;
    /*width: 70%;*/
    width: 180px;
    margin: auto;
    font-size: 12px;
    text-transform: none;
    font-weight: 600;
    line-height: 1.2;
    transition: all 0.1s ease 0s;
    user-select: none;
    color: var(--black);
    background: rgba(118, 118, 118, 0.08);
    /* border: 1px solid rgba(228, 228, 228, 0.5); */
    border-radius: 2px;
    margin-top: 20px;
}

.sign-drop-left {
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 16px;
    transition: opacity 0.25s ease 0s, visibility 0.15s ease 0s;
    /* opacity: 0; */
    visibility: hidden;
    background-color: var(--blue);
}

    .sign-drop-left svg {
        fill: var(--white);
        height: 20px;
    }

.sign-drop-right {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    /* padding: 9px 10px; */
    transition: padding 0.15s ease 0s;
}

.sign-drop-btn:hover .sign-drop-left {
    visibility: visible;
    opacity: 1;
}

.sign-drop-right-text {
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    transition: padding 0.25s ease .0s;
}

.sign-drop-right-icon {
    /* transform: translate(2px, -3px) */
}

    .sign-drop-right-icon span {
        margin-right: 0 !important;
        height: 35px;
        width: 35px;
    }

    .sign-drop-right-icon svg {
        height: 16px;
        fill: var(--white);
    }

.sign-drop-btn:hover .sign-drop-right-text {
    padding-left: 24px;
    padding-right: 6px;
}


.psl-body-btn {
    position: relative;
}

    .psl-body-btn.placefield-section {
        height: 100%;
        width: 100%;
    }

.mp-body-btn {
    width: auto;
    padding: 10px 50px;
    /* margin: 5px 0; */
}


.psl-body-btn1 {
    padding: 0 !important;
}

.psl-body-btn.active {
    background-color: #f3f3f3;
}

/*.psl-body-btn:hover {
    background-color: #f3f3f3;
}*/
.psl-body-btn .placefieldInnerBtn {
    justify-content: flex-start !important;
    gap: 10% !important;
    padding-right: 10px !important;
}

.psl-body-btn button {
    border: none;
    background: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 100%;
    gap: 5%;
    width: 100%;
}

.psl-body-btn .placefieldInnerBtn svg {
    height: 75%;
    width: 75%;
    overflow: visible;
}

.placefieldBadge {
    background: #32b9eb;
    display: block;
    width: 8px;
    height: 100%;
    border-radius: 0 0 150px 0;
}

.mp-body-btn button {
    justify-content: start;
}

/* -----------------------------------------------------------------------------------------*/
/* after drag place field */
.dropped-image {
    position: absolute;
}

.signature-drop-btn {
    width: 16%;
    height: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    background: #f3f3f3;
    z-index: 1;
}

.fields-btn-svg {
    border-radius: 3px;
    width: 16%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--blue);
}

.drag-fields-btn-svg svg {
    height: 55%;
}

.fields-btn-text {
    /*font-size: 1vw;*/
    font-family: "Poppins-Medium";
    color: #333;
    text-align: left;
}

.mp-body-btn .fields-menu-text {
    /*font-size: 1vw;*/
    font-family: "Poppins-Medium";
    color: #333;
    text-align: left;
}

.fields-btn-textPreview {
    font-family: "Poppins-Medium";
    color: #333;
    text-align: left;
    font-size: small;
    margin-left: 5px;
}

.fields-radio-btn-label {
    color: #000 !important;
    /*font-size: small;*/
}

.fields-checkBox-label {
    color: #000 !important;
    /*font-size: small;*/
}
/* -----------------------------------------------------------------------------------------*/

.actions-square-btn {
    display: flex;
    justify-content: center;
}
.actions-square-btn button {
    background-color: var(--red);
    border: none;
    color: var(--white);
    border-radius: 3px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
}


/* ------------------- Disable Fields ---- */
.disableSection {
    pointer-events: none;
    filter: grayscale(1);
    opacity: 0.8;
}

.disableElement {
    pointer-events: none;
    filter: grayscale(1);
    opacity: 0.8;
}

.disableDiv {
    opacity: 0.5;
    cursor: not-allowed;
    user-select: none;
    pointer-events: none;
}

.grid-round-btn {
    border: none;
    color: var(--white);
    border-radius: 20px;
    height: 30px;
    width: 30px;
    margin: 0 2px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.delete-btn {
    background-color: #e83232;
}

.requiredfield span {
    color: red !important;
}

/*================checkbox======================*/
input[type="checkbox"] {
    accent-color: #319fc8;
}

/*===========select==========*/
select option {
    background-color: #fff;
    color: #333;
    /*font-size: 16px;*/
}
    select option:hover {
        background-color: #f2f2f2;
    }

/*=====datepicker*/

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 4px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 15px;
}

/*.ui-datepicker-header .ui-corner-all {
    background-color: #ffffff;
}*/
.ui-datepicker .ui-datepicker-header .ui-corner-all:hover {
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all .ui-icon {
    font-size: 13px;
    width: unset;
    height: unset;
    text-indent: unset;
    cursor: pointer;
}

/*===========================================*/

.modal-scrollable .modal-body {
    overflow-y: auto;
    max-height: calc(75vh - 3.5rem);
}