.twbb-url-tool-container {
    position: relative;
    width: 24px;
    height: 24px;
    justify-content: center !important;
    align-items: center !important;
}

.twbb-url-tool-container:hover, .twbb-url-tool-container.twbb-url-tool-active{
    background-color: #000;
    border-radius: 4px;
}
.twbb-url-tool-container:hover .twbb-url-tool img , .twbb-url-tool-container.twbb-url-tool-active .twbb-url-tool img{
    filter: invert(1);
}

.twbb-url-tool-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 0;
    top: 30px;
    padding: 12px;
    box-sizing: border-box;
    width: 290px;
    height: auto;

    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.32);
}

.twbb-url-tool-content .twbb-url-tool-content-title {
    text-align: left;
    font-family: "Evergrow-Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #000;
    padding-left: 22px;
    background: url("../images/link_icon_black.svg") no-repeat;
    margin-bottom: 20px;
    line-height: 18px;
}

.twbb-url-tool-content .twbb-fe-select-tool {
    width: 100%;
    height: 40px;
    background: #252829 0% 0% no-repeat padding-box;
    border-radius: 6px;
    margin-bottom: 20px;
}

.twbb-url-tool-content input[type="url"].twbb-url-tool-url,
.twbb-url-tool-content input[type="url"].twbb-url-tool-url:focus {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    padding: 11px 16px;
    letter-spacing: 0px;
    box-shadow: 0px 1px 2px 0px #0000000F;
    box-shadow: 0px 1px 3px 0px #0000001A;
    border: 1px solid #EAEAEA80;
    outline: none;
    position: relative;
    color: #000;
    font-family: "Evergrow-Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}

.twbb-url-tool-content-button {
    width: 180px;
    height: 40px;
    /* UI Properties */
    border-radius: 6px;
    text-align: center;
    letter-spacing: 0.12px;
    margin-top: 30px;
    cursor: pointer;
    margin-left: 82px;

    font-family: 'Evergrow-Sans';
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-style: normal;
    padding: 7px 12px;
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.32);
}

.twbb-button-disabled {
    opacity: 0.5;
    cursor: default;
}

