@charset "UTF-8";


html {
    background: white;
}

.doc-permisions-form-container {
    width: 600px;
    height: auto;
    padding: 22px;
    background: white;
    border-radius: 8px;
    z-index: 10002;
    position: relative;
}

.defBtn-access {
    display: grid;
    justify-content: center;
    align-items: center;
    background: var(--col-second);
    padding: 5px;
    cursor: pointer;
    border: 1px solid var(--col-third);
    border-radius: 2px 2px 2px 2px;
}

.defBtn:first-child {
    margin-left: 0px;
}

.defBtn:hover {
    background: var(--col-third);
}

.defBtn:active {
    background: var(--col-btn-click);
}

.permissoin-input {
    width: 99%;
    height: 22px;
    padding: 3px;
    /* margin-left: -1px; */
    border: 1px solid var(--col-third);
    border-radius: 4px 4px 4px 4px;
}

.permissoin-input-container {
    /* 	flex-grow: 1; */
    /* margin-right: 7px; */
}

.access-rights-grid-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 38px 30px 40px 44px 36px auto auto 40px 100px 60px;
    grid-template-areas: "title-area" "celectors-area" "add-prop-area" "doc-url-area" "users-title-area" "users-selector-area" "curent-permissions-area" "notify" "text-notify" "footer-area";
    height: auto;
    width: 100%;
}

.title-area {
    display: grid;
    grid-template-columns: 0.6fr 1.4fr;
    grid-template-rows: 1fr;
    grid-template-areas: "form-title title-free-area";
    grid-area: title-area;
}

.form-title {
    grid-area: form-title;
    padding-top: 10px;
}

.title-free-area {
    grid-area: title-free-area;
}

.celectors-area {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "permission-selector-area copu-url-button-area";
    grid-area: celectors-area;
}

.add-prop-area {
    grid-area: add-prop-area;
    padding-top: 6px;
}

.permission-selector-area {
    grid-area: permission-selector-area;
    display: flex;
}

.copu-url-button-area {
    grid-area: copu-url-button-area;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.doc-url-area {
    grid-area: doc-url-area;
    display: grid;
    align-items: center;
}

.users-title-area {
    display: grid;
    grid-template-columns: 0.6fr 1.4fr;
    grid-template-rows: 1fr;
    grid-template-areas: "users-title users-title-free-area";
    grid-area: users-title-area;
}

.users-title {
    grid-area: users-title;
    display: grid;
    justify-content: flex-start;
    align-items: flex-end;
}

.users-title-free-area {
    grid-area: users-title-free-area;
}

.users-selector-area {
    grid-area: users-selector-area;
}

.curent-permissions-area {
    grid-area: curent-permissions-area;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 12px;
    color: var(--col-permission-current);
}

.footer-area {
    display: grid;
    /*align-items: end;*/
    justify-content: center;
    grid-template-columns: 0.8fr 1.2fr;
    grid-template-rows: 1fr;
    grid-template-areas: "primary-buttons-container buttons-free-area";
    grid-area: footer-area;
}

.primary-buttons-container {
    grid-area: primary-buttons-container;
    display: flex;
    align-items: flex-end;
}

.buttons-free-area {
    grid-area: buttons-free-area;
    align-self: center;
    justify-self: self-end;
}

.permission-selector {
    height: 32px;
    width: 100%;
    border-radius: 0px 0px 0px 0px;
    background: var(--col-second);
}

.copu-url-button {
    width: 96%;
    border-radius: 0px 0px 0px 0px;
    height: 20px;
    margin-left: 10px;
}

.permission-element {
    height: 32px;
}

.gwt-DialogBox {
    z-index: 10001;
}

.selected-user {
    float: left;
    margin: 2px 2px;
    padding: 0px 2px;
    display: flex;
    border: 1px solid var(--col-selected);
    border-radius: 2px;
    background-color: var(--col-text-shadow);
}

.selected-user-container {
    margin: 3px 0px;
    height: auto;
    width: 600px;
    overflow: auto;
    margin-bottom: 4px;
    position: relative;
}

.tiny-view {
    padding: 4px;
}

.filtered-contacts-panel {
    background-color: white;
    padding: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.75);
    z-index: 10010;
}

.auto-sizeble-panel {
    height: auto;
    width: auto;

}

.flex-container {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}

.contact-entry:hover {
    background-color: var(--col-text-shadow);
}

.end-contact-entry {
    border-top: 1px var(--col-selected) solid;
}

.main-button {
    align-self: center;
}

.extend-prop {
    font-size: 12px;
    cursor: pointer;
}

.notify {
    display: flex;
    align-items: center;
}

.text-notify {
    display: flex;
    align-content: center;
}

.textarea-notify {
    min-height: 100px;
    width: 99%;
    padding: 3px;
    /* margin-left: -1px; */
    border: 1px solid var(--col-third);
    border-radius: 4px 4px 4px 4px;
    resize: none;
}

.permissoin-input-notify {
    width: 20px;
    height: 20px;
    border: 0px solid var(--col-third);
}


.share-panel-grid-container {
    max-height: 74vmax;
    max-width: 88vmax;
    /*overflow: auto;*/
    padding: 8px;
    font-family: 'Roboto', sans-serif;
    display: grid;
    grid-template-columns: 640px;
    grid-template-rows: auto auto;
    gap: 0px 0px;
    grid-template-areas:
    "share-panel-cotainer"
    "share-panel-link-container";
}

.share-panel-cotainer {
    grid-area: share-panel-cotainer;
    box-sizing: border-box;
    background: white;
    /* max-height: 400px; */
    padding: 12px 14px;
    border-radius: 4px;
}

.share-panel-link-container {
    grid-area: share-panel-link-container;
    height: auto;
    background: white;
    margin-top: 8px;
    border-radius: 4px;
    padding: 12px;
}


.share-panel-title-container {
    display: flex;
    line-height: 40px;
    align-items: center;
}

.share-panel-title-text {
    font-size: 20px;
}

.share-panel-title-icon {
    display: flex;
    align-items: center;
}

.title-element {
    margin: 0px 10px;
}

.share-panel-body-container {
    margin-top: 8px;
}

.share-panel-input-container {
    display: flex;
    background: #f4f4f4;
    border-width: 0px 0px 2px 0px;
    border-radius: 4px 4px 0px 0px;
}

.share-panel-input {
    width: 100%;
    /*height: 36px; /*42*/
    height: 40px; /*42*/
    border-radius: 4px 4px 0px 0px;
    outline: none;
    background: #f4f4f4;
    /*border-width: 0px 0px 2px 0px;*/
    border-width: 0px 0px 0px 0px;
    align-self: flex-end;
    caret-color: #1a73e8;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1px;
    line-height: 24px;
}

.share-panel-input:hover {
    background: #e8e8e8;
}

.share-panel-input:focus {
    border-bottom-color: #2b75ff;
}

.share-panel-contacts-container {
    /* min-height: 100px; */
    max-height: 200px;
    padding-top: 4px;
    overflow-y: scroll;

}

.share-panel-contacts-container::-webkit-scrollbar {
    display: none;
}

.share-panel-contact {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-radius: 26px 0px 0px 26px;
    display: flex;
    padding: 4px 0px;
    align-items: center;
}

.share-panel-entry-c {

    height: 52px;
    line-height: 52px;
    border-radius: 26px 0px 0px 26px;
    display: flex;
    padding: 4px 0px;

}

.share-panel-contact:hover {
    background: #f0f0f0;
}

.share-panel-entry-c:hover {
    background: #f0f0f0;
}

.share-panel-contact-icon-container {
    padding-left: 14px;
    display: flex;
    align-items: center;
    justify-content: center;

}


.share-panel-contact-preview {
    display: block;
    margin-left: 26px;
    width: 100%;
}

.share-panel-contact-name {
    font-weight: bold;
}

.share-panel-contact-text {
    height: 26px;
    line-height: 26px; /*font-size: 16px;*/
    font-size: .875rem;
    letter-spacing: .01428571em;
    user-select: all;
    -webkit-user-select: all;
    -moz-user-select: all;

}

.share-panel-contact-icon {
    border-radius: 50%;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
}

.icon_cont_panelJ {
    display: flex;

    justify-content: center;
}

.share-panel-contact-no-icon {

    border-radius: 50%;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: brown;
    font-size: 110%;
    color: white;
}

.contact-access-level-preview {
    width: max-content;
    font-size: .875rem;
}

.share-panel-contact-access-level-selector {
    border-radius: 4px;
    display: flex;
    margin-right: 10px;
    padding-left: 10px;
    height: 36px;
    align-items: center;
}

.share-panel-contact-access-level-selector:hover {
    background: #e2e2e2;
}

.share-user-list-popup-panel {
    display: flex;
    padding: 12px;
    background: #3B3C3F;
    border-radius: 4px;
}

.share-user-list-popup-panel__user-list {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    white-space: pre;
    display: inline-block;
    max-width: 118px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.import_button_style {
    border-radius: 4px;
    display: flex;
    margin-right: 10px;

}


.contact-access-level-btn {
    padding: 0 8px;
    font-size: .875rem;
}

.owner {
    pointer-events: none;
    color: #2b75ff;
    text-align: right;

    padding-right: 8px;
}

.share-panel-footer {
    display: flex;
    line-height: 52px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 6px;
}

.import-panel-footer {
    display: flex;
    line-height: 52px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 6px;
}

.share-panel-link-body-container {
    margin: 4px 0px;
    display: flex;
}

.share-panel-link-btn {
    width: 240px;
    color: #2b75ff;
    font-weight: bold;
    display: flex;
    margin: 0px 0px 0px 4px;
    line-height: 26px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 14px;
}

/*.share-panel-link-btn:hover {*/
/*  background: #2b75ff5e;*/
/*}*/

.share-panel-entry-list {
    display: flex;
    align-items: center;
    /*max-width: 500px;*/
    flex-wrap: wrap;
    max-height: 100px;
    overflow-y: auto;
    width: 100%;
    margin-top: 4px;
}

/* .share-panel-entry-list::-webkit-scrollbar {
  display: none;
} */

.share-panel-entry {
    height: 28px;
    line-height: 60%;
    border: 1px solid #dadce0;
    background: white;
    border-radius: 14px;
    display: flex;
    margin: 2px 4px;
    align-items: center;
}

.share-panel-entry-icon {
    margin: 0px 2px 0px 4px;
}

.share-panel-entry-name {
    margin: 0px 2px;
    white-space: nowrap;
}

.share-panel-entry-remove {
    margin: 0px 12px 0px 6px;
}

.share-panel-entry-icon {
    border-radius: 50%;
    height: 22px;
}

.share-panel-entry-no-icon {
    display: flex;
    color: white;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    align-items: center;
    justify-content: center;
    background-color: brown;
}

.share-panel-input-selector-container {
    display: flex;
    flex-grow: 1;
}

.share-panel-access-level-selector-container {
    height: 46px;
}

.share-panel-access-level-selector {
    margin: 8px;
    padding: 4px;
    min-width: 120px;
    display: flex;
    justify-content: flex-end;
}

.share-panel-access-level-selector:hover {
    background: #e2e2e2;
}

.share-panel-access-level-selector-btn {
    padding: 4px;
    display: inline-block;
}

.share-panel-access-level-preview {
    padding: 4px;
    display: inline-block;
}

.share-panel-message-container {

    margin: 10px 0px;
}

.share-panel-checkbox-container {
    display: flex;
    padding: 6px 0px;
}

.share-panel-checkbox-text {
    margin: 0px 4px;
}

.share-panel-message {
    width: 99%;
    height: 150px;
    resize: none;
    border-width: 0px 0px 0px 0px;
    background: #f4f4f4;
    border-radius: 4px;
    outline: none;
    caret-color: #1a73e8;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1px;
    line-height: 24px;
}

.share-panel-message:hover {
    background: #e8e8e8;
}

.share-panel-message:focus {
    border-width: 0px 0px 2px 0px;
    border-bottom-color: #2b75ff;
}

.access-level-panel {
    box-sizing: border-box;
    width: fit-content;
    padding: 8px 0px;
    background-color: white;
    border-radius: 4px;
}

.access-level-element {
    padding: 12px 14px;
    width: auto;
    border-radius: 4px;
}

.access-level-element:hover {
    background-color: #e2e2e2;
}

.share-panel__container__scroll{
    overflow-y: auto !important;
    overflow-x: hidden !important;
    z-index: 10001;
}

.share-panel-warning-button{
    height: 24px;
    color: #FFC01D;
    margin-right: 12px;
    display: flex;
    align-items: center;
}

.share-panel-warning-button-tooltip {
    position: relative;
    display: inline-block;
}

.share-panel-warning-button-tooltip .share-panel-warning-button-tooltip-text {
    font-family: Roboto, arial, sans-serif;
    font-size: 12px;
    visibility: hidden;
    width: fit-content;
    background-color: #2b75ffcc;
    color: white;
    text-align: center;
    border-radius: 4px;
    padding: 6px 6px;
    position: absolute;
    z-index: 10002;
    left: 110%;
}

.share-panel-warning-button-tooltip .share-panel-warning-button-tooltip-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #2b75ffcc transparent transparent;
}
.share-panel-warning-button-tooltip:hover .share-panel-warning-button-tooltip-text {
    visibility: visible;
}
