.short-page {
    padding-top: 30px;
    background-color: #fafafa;
}
.short-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.short-page-header .user-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 275px;
}
.short-page-header .user-login label {
    margin-bottom: 0px;
}
.card-body {
    min-height: 1px;
    padding: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
}
.card-title {
    font-size: 25px;
    font-weight: bold;
}
.dropdown-toggle-simple {
    width: 200px;
    height: 79px;
}
.dropdown-toggle-simple,
.popup_create_short_link_inner button {
    color: #fff;
    background-color: #38b2ac;
    border-color: #38b2ac;
    border-radius: 5px;
    margin-bottom: 0px;
}
.popup_create_short_link_inner .form-group {
    margin-bottom: 1rem;
}
.popup_create_short_link_inner label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.svg-inline--fa.fa-fw {
    width: 1.25em;
}
.popup_create_short_link_inner .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7a7a7a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e8e8e8;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.popup_create_short_link_inner .text-muted {
    color: #7a7a7a !important;
}
.popup_create_short_link_inner .form-text {
    display: block;
    margin-top: 0.25rem;
}
.popup_create_short_link_inner .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.popup_create_short_link_inner .input-group>.form-control:not(:first-child), .input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.popup_create_short_link_inner .input-group>.form-control, .input-group>.form-control-plaintext, .input-group>.custom-select, .input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.popup_create_short_link_inner .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7a7a7a;
    text-align: center;
    white-space: nowrap;
    background-color: #f2f2f2;
    border: 1px solid #e8e8e8;
    border-radius: 0.25rem;
}
#popup_create_short_link,
#popup_messenge {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}
.popup_create_short_link_inner,
.popup_messenge_inner {
    position: relative;
    width: 50%;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
}
.popup_messenge_inner {
    text-align: center;
}
.popup_messenge_inner p {
    color: #000;
}
#close_popup {
    position: absolute;
    top: 5px;
    right: 10px;
}
a.edit,
a.remove_link {
    display: inline-block;
    background-color: #7efa30;
    padding: 10px;
    border-radius: 5px;
}
a.edit img,
a.remove_link img {
    width: 20px;
}
#download-button {
    margin-top: 30px;
}
.list-link .page-numbers ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.list-link .page-numbers ul li {
    list-style: none;
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    text-align: center;
}
.original_link img,
.button_copy img {
    cursor: pointer;
    width: 18px;
    margin-left: 10px;
}
.footer-popup-shortlink {
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_copy {
    border-radius: 5px;
    border: 1px solid #7efa30;
    padding: 6px 10px;
    height: 40px;
    margin-right: 10px;
}
.button_copy img {
    margin-right: 10px;
}
.list-link table tr th {
    text-transform: initial;
}