.button-group button {
    display: inline;
    width: 49%;
}

.clickable-row {
    cursor: pointer;
    color: rgb(65, 166, 255);
}

.unclickable-row {
    pointer-events: none;
}

.insideToolbar {
    margin-top: 3px;
    margin-right: 3px;
    margin-left: 3px;
}

.insideToolbar .btn {
    padding: 6px 12px 6px;
}

[tooltip]:after {
    /* needed - do not touch */
    content: attr(tooltip);
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    text-transform: none;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
    font-size: 12px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
}

button[tooltip]:after {
    bottom: -60px;
    right: 10%;
    width: 80%;
    display: block;
    white-space: pre-wrap;
}
h2[tooltip]:after {
    position: relative;
    float: right;
    top: 28px;
    right: 60%;
    width: 40%;
}

h2[tooltip] {
    font-size: 12px;
    font-weight: bold;
}

div[tooltip]:after {
    width: 220px;
    top: -5px;
    right: 105%;
}

i[tooltip]:after {
    position: relative;
    top: 0px;
    left: 10px;
}

[tooltip]:hover:after {
    visibility: visible;
    opacity: 0.8;
}

[tooltip]:not([tooltip-persistent]):after {
    pointer-events: none;
}

.tooltip-holder[tooltip]:after {
    left: 20px;
    opacity: 0.5;
    visibility: visible;
}

.tooltip-holder {
    position: absolute;
    width: 100%;
    margin-top: 4%;
    height: 100%;
}

.tooltip-holder[tooltip]:hover {
    visibility: visible;
    opacity: 0.8;
}

.assign-btn {
    color: white !important;
    top: -1.5px;
    position: relative; 
    width: fit-content;
}

.assigned-to-link {
    color: #0096c0 !important;
}

.comment-section {
    position: fixed;
    bottom: 35px;
    width: 80vw !important;
    left: 10%;
    z-index: 102;
}

.ticket-image {
    max-height: 100px;
    margin: 5px;
    padding: 2px !important;
    width: auto !important;
    height: auto;
}

.ticket-images-container {
    display: flex;
    height: 120px;
    overflow: auto;
}

.ticket-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticket-images-container>a {
    margin: 5px;
}

.json-view span {
    margin-bottom: 0 !important;
}

.config-form-divider {
    border: 0.5px solid #000000;
    margin: 0 10px 10px !important;
    top: -1px;
    position: relative;
    width: calc(100% - 20px);
}

.empty-span {
    width: inherit;
    position: absolute;
    text-align: center;
}

.index-holder{    
    width: 100%;
    font-weight: bold;
    text-align: center;
}

.table-row {
    display:flex;
    justify-content: space-between;
}

.table-row > div {
    border-color: rgba(0, 0, 0, 0.22);
    line-height: 20px;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: center;
    justify-content: space-around;
}

.table-cell {
    display: flex;
    justify-content: space-between;
}

.table-cell > span{
    line-height: 3em;
}

.table-row.header {
    font-weight: bold;
}

.notify-btn {
    font-weight: 400;
    position: absolute;
    padding-left: 25px;
    right: 5px;
    bottom: -5px;
}
.notify-btn::before {
    content: "\A-";
    width: 15px;
    height: 15px;
    background: #59ac2f;
    border-radius: 50%;
    color: #59ac2f;
    position: absolute;
    left: 5px;
}

.notify-submit-btn {
    font-weight: 400;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.notify-checkbox {
    margin: 0 30px !important;
    display: flex;
    height: 30px;
}

.custom-notif-address {
    position: relative;
    top: -5px;    
    margin-bottom: 2px;
    margin-left: auto;
    width: 50%;
    display: inline-flex;
}

.pt-1 {
    padding-top:5px !important;
}

.btn-link-style {
    font-weight: 400;
    color: #0096c0;
    text-decoration: dotted underline;
}

.btn-link-style:hover, .btn-link-style:focus, .btn-link-style:active {
    color: #f72759;
}

.configs-select-input{
    margin: 0 8px 0 0;
    height: 36px;
    color: black;
    background: whitesmoke;
}

.custom-pre {
    border: none;
    font-family: unset;
    font-weight: unset;
    background: none;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.auto-overflow {
    overflow: auto;
}

.first-row-label-separation {
    position: absolute;
    -webkit-transform: translateY(0px) translateX(0px) rotate(10deg);
    border: unset !important;
    background: #ddd;
    padding: 1px 0px 0px 0px !important;
}

.btn-group-1 {
    display: flex;
    justify-content: space-between;
    width: 360px;
}
 
.currency-cell {
    min-width: 80px; 
    line-height: 1 !important; 
    padding-top: 10px !important;
}

.dropdown-btn-size {
    width:100%;
    line-height: 16px !important;
    padding: 6px 12px 5px !important;
    margin: 1px 0;
    font-weight: 600 !important;
}

.dropdown-btn-size.btn-success:hover {
    background: #539e2d !important;
}

.dropdown-btn-size.btn-warning:hover {
    background-color: #FF9806 !important;
}

.dropdown-btn-size.btn-primary:hover {
    background-color: #3F97FE !important;
}

.dropdown-menu.dunning-dropdown>li>a, .dropdown-menu.dunning-dropdown>li>button {
    text-decoration: unset !important;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333 !important;
    white-space: nowrap;
    border: unset;
    text-align: left;
    width: 100%;
    background-color: #ffffff
}

.dropdown-menu.dunning-dropdown {
    background-color: #fff;
    padding: 5px 0 !important;
    transform: unset !important;
    top: 20px !important;
    left: 25px !important;
}

.dropdown-menu.dunning-dropdown .divider {
    background-color: #e5e5e5;
}

.dropdown-menu.dunning-dropdown > li > a:hover, .dropdown-menu.dunning-dropdown > li > a:focus, .dropdown-menu.dunning-dropdown > .active > a, .dropdown-menu.dunning-dropdown > .active > a:hover, .dropdown-menu.dunning-dropdown > .active > a:focus, .dropdown-submenu > li > a:hover, .dropdown-submenu > li > a:focus, .dropdown-menu.dunning-dropdown > li > button:hover, .dropdown-menu.dunning-dropdown > li > button:focus, .dropdown-menu.dunning-dropdown > .active > a, .dropdown-menu.dunning-dropdown > .active > button:hover, .dropdown-menu.dunning-dropdown > .active > button:focus, .dropdown-submenu > li > button:hover, .dropdown-submenu > li > button:focus {
    background-color:#f5f5f5 !important;
    outline: none;
}

.tags-container {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}

.bg-valuein.bg-ultralight.modal-open {
    margin-right: 0;
}

.modal {
    color: white;
}

.template-selector-btn {
    border-radius: 50%;
    position: relative;
    height: 28px;
    width: 28px;
    top: 1px;
    margin-left: 10px;
    zoom: 70%;
}

.template-selector-icon {
    zoom: 115%;
    left: 5px;
    position: absolute;
    top: 4px;
}

.dunning-template-btn[selected]::before {
    content: '✓';
    zoom: 140%;
    margin-left: -12px;
}
.template-editor-header {
    text-align: center;
    margin-top: 40px;
}

.dropdown.dropdown-icon-container {
    position: absolute;
    left: 200px;
}