body {
    background-color: #313335;
    color: #bababa;
}

.text-bg-dark {
    background-color: #C3C3C9;
}

.display-4 {
    font-size: 5rem;
}

.link-secondary {
    color: #5ADED7;
}

.bg-light {
    background-color: #3b3a3a !important;
}

.link-secondary {
    color: #5ADED7 !important;
}

.color-title1 {
    color: #5ADED7;
}

a, a.active, a:visited, a:focus, a:hover {
    color: #5ADED7;
    text-decoration: none;
}

.container {
    /*border-bottom: 1px solid #5ADED7;*/
    background-color: #2b2b2b;
}

.blog-header {
    border-bottom: 1px solid #dee2e6;
}

.blog-header-logo {
    color: #5ADED7;
}

.link-secondary-profile {
    padding-right: 5px;
}

.blog-footer {
    background-color: #313335;
    border-top: 0.05rem solid #dee2e6;
}

#id_email, #id_username, .my-ta,
#id_email:hover, #id_username:hover, .my-ta:hover,
#id_email:focus, #id_username:focus, .my-ta:focus,
#id_email:active, #id_username:active, .my-ta:active{
    color: #ced4da;
    background-color: #01040d;
    border-color: #5aded7;
    box-shadow: none;
}

.btn-my, .btn-my :hover {
    color: #29ccc9;
}

.btn-my {
    background-color: #01040d;
     color: #29ccc9;
}
.link-my, .link-my:hover, .link-my:focus{
     color: #29ccc9!important;
}


.link-my{
     color: #29ccc9;
}


.btn-esc {
    color: #29ccc9;
}

.btn-del {
    color: #c5c7c6;
    /*background-color: #ed7274;*/
}

.blog-header-logo-my {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif /*rtl:Amiri, Georgia, "Times New Roman", serif*/;
    font-size: 1.0rem;
}

form {
    margin-bottom: 16px;
}
:active, :hover, :focus {
    outline: 0!important;
    outline-offset: 0!important;
}

.manager {
    width: 50%;
    margin-left: 50%;
    background: silver;
    padding: 5px 15px;
    border-radius: 1em;
    position: relative;
    line-height: 1.5em;
    margin-bottom: 3px;
}

.manager::after, .manager::before {
    content: "";
    position: absolute;
    left: 100%;
    bottom: .5em;
    width: 1.8em;
    height: 1.8em;
    border: .5em solid #2b2b2b;
    border-radius: 50%;
    background: #198754;
}

.manager::before {
    border-top: none;
    height: .9em;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    background: silver;
    border-color: silver;
    margin-left: -.9em;
}

.user {
    width: 50%;
    background: silver;
    padding: 5px 15px;
    border-radius: 1em;
    position: relative;
    line-height: 1.5em;
    margin-bottom: 3px;
}

.user::after, .user::before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: .5em;
    width: 1.8em;
    height: 1.8em;
    border: .5em solid #2b2b2b;
    border-radius: 50%;
    background: #0096ff;
}

.user::before {
    border-top: none;
    height: .9em;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    background: silver;
    border-color: silver;
    margin-right: -.9em;
}

.my-ta-select:disabled {
    background: none;
    border: none;
    color: white;
    opacity: 1;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: #6c7482;
    border: 1px solid #c5c5c5;
    height: 200px;
    overflow-y: auto;
    overflow-x: auto;

}
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible div {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

#id_mis_order_id{
    color: #ced4da;
    background-color: #313335;
    border-color: #cc5ade;
    box-shadow: none;
}
.badge {
    background-color: #ffc600 !important;
    vertical-align: super;
    color: red !important;
    font-size: 0.60em;
}

.badge1 {
    background-color: #00ff8c !important;
    vertical-align: super;
    color: #0a0a0a !important;
    font-size: 0.60em;
}

.badge2 {
    background-color: red !important;
    vertical-align: super;
    color: #0a0a0a !important;
    font-size: 0.60em;
}

@keyframes fadeHighlight {
  0% {
    background-color: #d95800ed; /* начальный цвет */
  }
  100% {
    background-color: transparent; /* исчезает */
  }
}

.highlight {
  animation: fadeHighlight 60s ease forwards;
}