.login-container {
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 200px;
}

.login {
    border: 1px solid #a9a9a9;
    border-radius: 8px;
    padding: 20px;
    width: 350px;
}

.reg-link-container {
    margin-top: 10px;
}

.registration-link {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}

.registration-link:hover {
    color: black;
}

.reg-container {
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 200px;
}

.registration {
    border: 1px solid #a9a9a9;
    border-radius: 8px;
    padding: 20px;
    width: 600px;

}

.reg-span {
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.5);
}

.reg-form-container {
    display: flex;
    flex-direction: row;
    grid-gap: 30px;
    margin-bottom: 10px;
}

.login-name-container {
    border: 1px solid #a9a9a9;
    border-radius: 8px;
    padding: 10px;
    width: 320px;
}

.userside-container {
    border: 1px solid #a9a9a9;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
}

.password-container {
    border: 1px solid #a9a9a9;
    border-radius: 8px;
    padding: 10px;
}

.employee-list {
    width: 30rem;
    height: 500px;
    padding: 10px;
}

.list-group {
    margin-top: 10px;
}

.card-title {
    text-align: center;
    margin-bottom: 20px;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    position: relative;
    /*background-color: #eeeeee;*/
    margin: 10% auto;
    padding: 40px;
    width: 30%;
    height: auto;
    border-radius: 8px;
}

.form-group {
    border: 1px solid #a9a9a9;
    border-radius: 6px;
}

.modal-btns {
    display: inline;
    text-align: right;
    margin-top: 10px;
}

.p-header {
    font-size: 18px;
}

.container {
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    grid-gap: 50px;
}

.container-home {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.info {
    width: 500px;
    margin: auto;
}

.employee-form {
    width: 500px;
}

.card-header {
    text-align: center;
}

.plug, .plug-param {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.plug-attach {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.navbar {
    background-color: #dbdbdb;
}

.navbar-brand {
    color: #0d6efd;
    font-size: 20px;
}

.provider-form {
    padding: 10px;
}

.manage-btns {
    text-align: center;
}

.provider {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.card-text {
    font-size: 16px;
}

.user-link {
    text-decoration: none;
}

.providers-container {
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 100px;
    flex-direction: row;
    grid-gap: 100px;
    font-size: 18px;
    margin-right: 20px;
    margin-left: 20px;
    border-bottom: 1px solid #0d6efd;
}

.provider:hover {
    cursor: pointer;
    transform:scale(1.03);
}

.provider-info-container {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: row;
    grid-gap: 30px;
    margin-top: 50px;
}

.sender-form {
    padding: 10px;
    width: 300px;
    height: 250px;

}

.sender-list {
    padding: 10px;
    min-width: 500px;
}

.create-sender {
    margin-top: 10px;
}

.fa-trash {
    float: right;
}

.fa-trash:hover {
    color: #0d6efd;
    cursor: pointer;
}

.sender-item:hover {
    cursor: pointer;
    transform:scale(1.02);
}

.active {
    background-color: #0d6efd;
    color: #FFFFFF;
}

.active-provider {
    background-color: #0d6efd;
    color: #FFFFFF;
}

.change-sender {
    margin-top: 10px;
}

.create-sender {
    margin-top: 10px;
}

.editor-container {
    min-height: 500px;
    max-width: 800px;
    min-width: 800px;
    text-align: center;
}

.mail-sett-container {
    max-width: 350px;
    text-align: center;
}

.subject {
    margin-bottom: 10px;
}

.input-subj {
    margin-bottom: 20px;
}

.block-select {
    margin-bottom: 20px;
}

.sender {
    margin-bottom: 10px;
}

.additional-container, .param-container {
    padding: 10px;
    margin-bottom: 20px;
}

.recipient-input {
    margin-bottom: 10px;
}

.clear {
    margin-top: 10px;
    width: 100%;
}

.mnemonic-item:hover {
    cursor: copy;
    transform:scale(1.01);
    background-color: #0d6efd;
    color: white;
}

.btn-send {
    margin-bottom: 40px;
}

.send, .preview, .save, .delay{
    width: 22%;
}

#id_subj {
    margin-top: 10px;
}

.unsub-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

.unsub-container ul {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

#id_choice {
    list-style-type: none;
}

#id_choice li {
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    text-align: left;
}

#id_choice label:hover {
    color: #0d6efd;
    cursor: pointer;
    transform:scale(1.01);
}

#id_choice input:hover {
    color: #0d6efd;
    cursor: pointer;
    transform:scale(1.01);
}

.unsub {
    display: flex;
    justify-content: center;
}

.main-logo {
    background-image: url("../img/mailer.png");
    width: 150px;
    height: 50px;
    background-repeat: no-repeat;
}

.logos {
    display: flex;
    justify-content: center;
    grid-gap: 30px;
    margin-right: 20px;
    margin-left: 20px;
    /*border-bottom: 1px solid #0d6efd;*/
    padding: 20px;
}

.logo {
    width: 350px;
    height: 130px;
}

.logo-t {
    width: 200px;
    height: 130px;
}

.athome-logo {
    background-image: url("../img/athome_logo.png");
    background-repeat: no-repeat;
}

.athome-logo:hover {
    transform:scale(1.02);
}

.etelecom-logo {
    background-image: url("../img/etelecom_logo.png");
    background-repeat: no-repeat;
}

.etelecom-logo:hover {
    transform:scale(1.02);
}

.kurort-logo {
    background-image: url("../img/kurort_logo.png");
    width: 200px;
    background-repeat: no-repeat;
}

.kurort-logo:hover {
    transform:scale(1.02);
}

.tiera-logo {
    background-image: url("../img/tiera_logo.png");
    background-repeat: no-repeat;
}

.tiera-logo:hover {
    transform:scale(1.02);
}

.gblnet-logo {
    background-image: url("../img/gblnet_logo.png");
    background-repeat: no-repeat;
}

.gblnet-logo:hover {
    transform:scale(1.02);
}

.home-page {
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    max-width: 70%;
}

.home-page-header {
    color: #0d6efd;
}

.unsub-main {
    margin-top: 100px;
    text-align: center;
}

.unsub-logo {
    display: flex;
    justify-content: center;
}

.unsub-athome-logo {
    background-image: url("../img/athome_logo.png");
    background-repeat: no-repeat;
    width: 370px;
    height: 130px;
}

.unsub-etelecom-logo {
    background-image: url("../img/etelecom_logo.png");
    background-repeat: no-repeat;
    width: 300px;
    height: 100px;
}

.unsub-gbl-logo {
    background-image: url("../img/gblnet_logo.png");
    background-repeat: no-repeat;
    width: 300px;
    height: 100px;
}

.unsub-kurort-logo {
    background-image: url("../img/kurort_logo.png");
    background-repeat: no-repeat;
    width: 170px;
    height: 100px;
}

.unsub-tiera-logo {
    background-image: url("../img/tiera_logo.png");
    background-repeat: no-repeat;
    width: 200px;
    height: 100px;
}

.app-link {
    color: rgba(0, 0, 0, 0.6);
    margin-top: 30px;
}

.athome-link {
    text-decoration: none;
    color: #ff6a00;
    font-size: 18px;
}

.etelecom-link {
    text-decoration: none;
    color: #0d6efd;
    font-size: 18px;
}

.tiera-link {
    text-decoration: none;
    color: #0d6efd;
    font-size: 18px;
}

th {
    color: #0d6efd;
}

.table {
    text-align: center;
}

.fa-retweet:hover {
    cursor: pointer;
    color: #0d6efd;
}

tr.data:hover {
    background-color: #dbdbdb;
    cursor: pointer;
}

.p-4 {
    background-color: rgba(0, 0, 0, 0.05);
}

.text-reset {
    text-decoration: none;
}

html, body {
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
  margin-top: 20px;
}

.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
}

.radio-recipient {
    margin-top: 10px;
}

.radio-recipient-container {
    padding: 10px;
    margin-bottom: 10px;
}

.employee-list-header,
.add-sender-header,
.change-sender-header {
    color: #0d6efd;
}

div.loader-stub {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1;
    opacity: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress {
    margin: auto;
    width: 90%
}

.provider-search {
    float: right;
    width: 70%;
    margin-bottom: 10px;
}


.progress-unsub {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.progress-unsub::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-unsub>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress-unsub .progress-left {
    left: 0;
}

.progress-unsub .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress-unsub .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress-unsub .progress-right {
    right: 0;
}

.progress-unsub .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress-unsub .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

.statistic-mailing {
    display: flex;
    justify-content: center;
    grid-gap: 30px;
}

.mailing-count {
    font-size: 30px;
    color: #0d6efd;
}

.badge {
    margin-left: 20px;
}

.stat-item {
    text-align: center;
}

.fa-download {
    font-size: 25px;
    float: right;
    color: #0d6efd;
    margin-top: 7px;
    margin-left: 15px;
}

.fa-download:hover {
    cursor: pointer;
    transform:scale(1.02);
}

.delay-input {
    display: flex;
    justify-content: center;
    grid-gap: 20px;
}

.attach-form {
    display: flex;
    justify-content: center;
    grid-gap: 40px;
    margin-bottom: 20px;
}

.upload-btn {
    width: 360px;
}

.attach-card {
    margin-bottom: 20px;
}

.attach-card {
    padding: 10px;
}

.file-item-success {
    color: #14A44D;
}

.file-item-error {
    color: #DC4C64;
}
