/* all */
.shareModal ::-webkit-scrollbar,
.contactModal ::-webkit-scrollbar,
#shareFileModal ::-webkit-scrollbar {
    background-color: #fff;
}



.PaleYellow {
    color: #fff9c4;
}
.LightGreen {
    color:#b4e0c8;
}
.LightOrangeColor {
    color:#f5cdb3;
}
.LightBlue {
    color:#b2ebf2;
}
.LightRed {
    color:#ffcdd2;
}

.receiver_list>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.modal .modal-body .receiver_list>div input + input {
    margin-left: 10px;
}

.shareModal input.error {
    border: 2px solid #EA3C00 !important;
}

#shareModal .modal-body .receiversBox .title {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.shareModal .modal-body .select-contact-btn {
    cursor: pointer;
    color: #42484f;
    padding: 6px 4px;
    background: #fff;
    border-radius: 4px;
}

.shareModal .modal-body .add_email {
    background: #fff;
    padding: 6px 8px;
    margin-left: 10px;
    border-radius: 4px;
    cursor: pointer;
}

/* .shareModal .modal-body .add_email svg {
    width: 20px;
    height: 20px;
} */

.shareModal .modal-body .BtnDisable {
    background: #cfcfcf !important;
    cursor: not-allowed;
}

.shareModal .modal-body .email_maxNumber {
    display: none;
    position: absolute;
    top: -48px;
    left: 207px;
    background: #47474F;
    border-radius: 5px;
    padding: 5px 8px;
}

.shareModal .modal-body .email_maxNumber .triangle {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #474747;
    position: absolute;
    left: 97px;
    top: 33px;
}

.shareModal .modal-footer button.sumbitShareEmail {
    position: relative;
}

.shareModal .least_one_signer {
    display: none;
    position: absolute;
    top: -60px;
    left: 754px;
    background: #47474F;
    border-radius: 5px;
    padding: 5px 8px;
    width: 300px;
}

.shareModal .least_one_signer .triangle {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #474747;
    position: absolute;
    left: 148px;
    top: 50px;
}


.shareModal .modal-content {
    padding: 0px;
    border-radius: 10px;
    max-height: 750px;
}

.shareModal .modal-dialog {
    max-width: 1000px;
}

.shareModal .modal-body {
    padding: 30px 30px;
    height: calc(750px - 77px - 93px);
    overflow: auto;
}

.shareModal .modal-body .receiver_delete {
    cursor: pointer;
    margin-left: 10px;

}

.shareModal .modal-body .icon_active {
    background-color: var(--primary-color);
}

.shareModal .modal-body .title {
    font-size: 20px;
    margin-bottom: 16px;
}

.shareModal .modal-body>div {
    background-color: var(--auxiliary-color);
    border-radius: 20px;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.shareModal .modal-body .settings_title {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 16px;
}

.shareModal .modal-body .receiver_setting {
    border-bottom: 1px solid #D9D9D9;
    margin-top: 16px;
}

.shareModal .modal-body .receiver_setting:last-child {
    border-bottom:0px;
}

.shareModal .modal-body .receiver_setting .form_group {
    display: flex;
    /* justify-content: flex-start; */
    justify-content: space-between;
    align-items: center;

}

.shareModal .modal-body .receiver_setting .form_group svg,
.shareModal .modal-body .receiver_setting .form_group img,
.shareModal .modal-body .receiver_setting .form_group div {
    cursor: pointer;
}

/* .shareModal .receiver_setting .form_group input {
    width: 20px;
    height: 20px;
    margin-right: 11px;
    cursor: pointer;
} */

.shareModal .receiver_setting .form_group img,
.shareModal .receiver_setting .form_group svg {
    width: 16px;
    margin-right: 11px;
}

.shareModal .modal-body .receiver_setting .receiver_setting_content {
    /* padding: 12px 60px; */
    padding: 12px 33px;
    color: #6E6F73;
    font-size: 14px;
}

.shareModal .modal-footer {
    background: #fff;
    position: relative;
    z-index: 1;
}

.shareModal .modal-footer .text-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.shareModal .modal-footer button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    margin-left: 20px;
    opacity: 1;
}

/* .shareModal .modal-footer button:not(:disabled) {
    cursor: pointer;
} */


.shareModal .modal-footer .text-right .cancel {
    background-color: transparent;
    border: 2px solid #D63511;
    color: #000;
    padding: 8px 24px;
}

.receiver_messages {
    margin-top: 24px;
    display: none;
}

.shareModal .modal-body .form_share_name input[type=text] {
    margin-bottom: 16px;
    width: 100%;
    padding: 10px;
}

.receiver_messages .form_message textarea {
    border-radius: 5px;
    width: 100%;
    height: 100px;
    padding: 10px;
    outline: none;
}

.receiver_setting .receiver_setting_content input[type=number] {
    width: 56px;
    height: 29px;
    text-align: center;
    position: relative;
    top: 2px;
    border-radius: 5px;
}

#expireSet input[type="number"]::-webkit-outer-spin-button,
#expireSet input[type="number"]::-webkit-inner-spin-button,
#reminderSet input[type="number"]::-webkit-outer-spin-button,
#reminderSet input[type="number"]::-webkit-inner-spin-button {
    opacity: 1;
}

.shareModal .btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
    opacity: 0.5;
}

.shareModal .multiple_contacts {
    width: 100%;
    margin-bottom: 30px;
}

.shareModal .multiple_contacts button {
    width: 100% !important;
    height: 36px;
    border: solid #949494 1px;
    border-radius: 5px;
    background: #fff;
    padding: 6px 8px 8px;
    font-size: 16px;
}

.shareModal .multiple_contacts .ui-multiselect-open {
    display: inline-block;
    height: 18px;
    width: 18px;
    position: relative;
}

.shareModal .multiple_contacts .ui-icon-triangle-1-s {
    background-position: -64px -10px;
}

.shareModal .multiple_contacts .ui-state-active {
    border: 1px solid #003eff;
    background: #fff;
    color: #000;
}


.shareModal .multiple_contacts .ui-icon {
    background: url('../img/home/arrow-down-black.png') center no-repeat;
    position: absolute;
    top: 7px;
    left: 0;
}

.shareModal .multiple_contacts button>span:last-child {
    display: inline-block;
    height: 18px;
    line-height: 18px;
}

/* contact modal */
.contactModal .modal-content {
    padding: 0px;
    border-radius: 3.8px;
    max-height: 750px;
}

.contactModal .modal-body {
    height: 380px;
}

.contactModal .modal-dialog {
    max-width: 580px
}

.contactBox {
    margin-bottom: 30px;
    border-radius: 2px;
    height: 240px;
}

.contactBox svg {
    width: 28px;
    height: auto;
    padding: 5px;
    color: #000;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.contactBox svg.arrowUp {
    transition: transform 0.2s ease-in-out;
    transform: rotate(0deg);
}

.contactBox svg.arrowDown {
    transition: transform 0.2s ease-in-out;
    transform: rotate(180deg);
}

.contactBox .contactBody>div {
    padding: 5px 0px;
}

.contactBox .contactBody>div>div {
    padding: 4px 15px;
}

.contactBox .contactBody>div:hover {
    background-color: var(--accent-color);
    opacity: 0.8;
    user-select: none;
}

.contactBox .contactBody>div.active {
    color: #fff;
    background-color: var(--primary-color);
    opacity: 0.8;
}

.selectedContactBox .to {
    padding-right: 20px;
    display: inline-block;
    font-weight: 700;
}

.selectedContactBox {
    border-bottom: 1px solid #ccc;
    height: 90px;
    display: flex;
    align-items: flex-end;
}

.selectedContactBox .selectedContact {
    /* width: calc(100% - 40px); */
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    min-height: 30px;
    max-height: 90px;
    overflow: auto;
    padding: 5px 0 0;
    user-select: none;
}

.selectedContactBox .selectedContact div {
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 10px 8px 0;
    position: relative;
    height: 32px;
    min-width: 85px;
    padding: 4px 8px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.selectedContactBox .selectedContact div span {
    flex: 1;
    overflow: hidden;
    padding-right: 5px;
}

.selectedContactBox .selectedContact button {
    border: transparent;
    background: #fff;
    position: absolute;
    top: -9px;
    right: 0px;
    width: 15px;
    height: 15px;
    font-size: 12px;
}

.contactModal .modal-footer .ApplyBtnDisable {
    cursor: not-allowed;
    pointer-events: auto;
    border: 2px solid transparent;
    background: #cfcfcf;
}