body > .container > .card > .box-filter h3,
body > .container > .card > .box-response h3 {
    margin-top: 5px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    border-left: 3px solid var(--primary-color);
    padding: 5px 10px;
    text-transform: uppercase
}

body > .container > .card {
    display: grid;
    grid-template-columns: 350px 1fr;
    grid-gap: 30px;
}

body > .container > .card > .box-filter > button {
    display: block
}

body > .container > .card > .box-response {
    background-color: transparent;
}

body > .container > .card > .box-response {
    padding: 0px;
}

body > .container > .card > .box-response > .text-title {
    background: var(--container-background);
    border-radius: 10px;
    border: none;
    padding: 22px 20px;   
}

body > .container > .card > .box-response > .box-message {
    margin-bottom: 25px;
}

body > .container > .card > .box-response > .box-message {
    background: var(--container-background);
    padding: 30px 20px;
    border-radius: 20px;
}

body > .container > .card > .box-response > .box-message {
	position: relative;
}

body > .container > .card > .box-response > .box-message::before {
	content: '';
	background-color: var(--primary-color);
	position: absolute;
	bottom: 0;
	width: 25%;
	height: 4px;
	cursor: ns-resize;
	text-align: center;
	opacity: 0.5;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
	border-radius: 30px;
}

body > .container > .card > .box-response > .box-message > .log {
    border-left: 3px solid #488900;
    word-break: break-all;
    border-image: linear-gradient(to bottom, #A5FECB, #20BDFF, #5433FF) 1 100%;
    animation: 10s gradient linear infinite;
    background: var(--background-page);
    padding: 10px 5px 10px 15px;
    max-height: 300px;
    overflow: auto;
    margin-top: 25px;
    word-break: break-word;
}

body > .container > .card > .box-response > .box-message > span {
    padding-bottom: 7px;
    margin-right: 5px;
}

body > .container > .card > .box-response > .box-message > span i {
    font-size: 20px;
    vertical-align: middle;
    padding-right: 5px;
}

body > .container > .card > .box-response > .box-message > .log > .message {
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: auto 1fr;
}

body > .container > .card > .box-response > .box-message > .log > .message > .badge {
	position: relative;
	cursor: help;
}

body > .container > .card > .box-response > .box-message > .log > .message > .badge:after {
	transition: 0.2s;
	transform: scale(0);
	content: attr(data-label);
	background: var(--modal-primary);
	position: absolute;
	width: 100%;
	left: 0;
	top: 0px;
}

body > .container > .card > .box-response > .box-message > .log > .message > .badge:hover:after {
	border-radius: 10px;
	height: 100%;
	text-align: center;
	line-height: 30px;
	transform: scale(1);
}

body > .container > .card > .box-response > .box-message > .log > div > span {
    display: block;
    line-height: 20px;
    width: fit-content;
    padding-top: 5px;
    padding-left: 10px;
	height: fit-content;
}

body > .container > .card > .box-response > .box-message > .log > div > span {
    display: block;
    line-height: 20px;
    width: fit-content;
    padding-top: 5px;
    padding-left: 10px;
	height: fit-content;
}

body > .container > .card > .box-response > .box-message > .box-download,
body > .container > .card > .box-response > .box-message > .bxs-layer,
body > .container > .card > .box-response > .box-message > .box-copy {
    cursor: pointer;
    transition: 0.2s;
    margin-top: -2px;
    padding: 5px 9px;
}

body > .container > .card > .box-response > .box-message > .resize-15,
body > .container > .card > .box-response > .box-message > .copy-15 {
    padding-left: 15px;
    padding-right: 15px;
}

body > .container > .card > .box-response > .box-message > .box-download:hover,
body > .container > .card > .box-response > .box-message > .bxs-layer:hover,
body > .container > .card > .box-response > .box-message > .box-copy:hover {
    opacity: 0.8;
}

/* Choose date  */
.datepicker-time {
  background: url("/assets/images/datepicker-texture.jpg") center/cover !important;
  background-attachment: fixed;
}

.range-text-center {
    display: block;
    text-align: center;
    letter-spacing: 1px;
}

.range {
    margin-bottom: 15px;
    background: rgba(0,0,0,0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.range-border {
    border-radius: 5px;
    padding: 10px;
}

.today-btn {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -moz-box-shadow: 0px 0px 5px 3px rgba(195, 195, 195, 0.2);
    box-shadow: 0px 0px 5px 3px rgba(195, 195, 195, 0.2);
}

.format-button,
.copy-type-button {
    border-radius: 10px;
    cursor: pointer;
    transition: .2s ease;
}

.format-button:hover,
.copy-type-button:hover {
    opacity: 0.8;
}

.items {
    grid-gap: 20px;
}

.tag-wrapper {
    max-height: 300px;
    overflow: auto;
}

.tag-item-group {
    display: block;
}

.tag-head-value, .tag-body-value {
    color: var(--text-color);
}

.tag-head-value {
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-top: 5px;
    letter-spacing: 1px;
    text-align: center;
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--primary-dark));
    border-radius: 10px;
}

.tag-container-value {
    width: max-content;
    letter-spacing: 1px;
    color: var(--text-color);
    margin-top: 10px;
    background: var(--container-background);
    padding: 5px 10px;
    border-radius: 10px;
}

.tag-container-value i {
    font-size: 18px;
}

.tag-container-value span {
    vertical-align: middle;
    vertical-align: bottom;
    padding: 5px 8px
}

.tag-body-value {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-top: 10px;
}

.tag-item {
    background: var(--background-page);
    padding: 5px 15px;
    border-radius: 5px;
    text-align: center;
    padding-bottom: 7px;
}

.day.prev {
   	color: var(--label-color-menu);
}

.day.next {
   	color: var(--label-color-menu);
}

@keyframes gradient {
	0% {
        border-image: linear-gradient(to bottom, var(--background-page), var(--primary-color), var(--primary-dark)) 1 100%;
	}

	20% {
        border-image: linear-gradient(to bottom, var(--primary-dark), var(--background-page), var(--primary-color)) 1 100%;
	}

	40% {
        border-image: linear-gradient(to bottom, var(--background-page), var(--primary-dark), var(--background-page)) 1 100%;
	}

	60% {
        border-image: linear-gradient(to bottom, var(--primary-color), var(--background-page), var(--primary-dark)) 1 100%;
	}

	80% {
        border-image: linear-gradient(to bottom, var(--primary-dark), var(--primary-color), var(--background-page)) 1 100%;
	}

	100% {
        border-image: linear-gradient(to bottom, var(--background-page), var(--primary-color), var(--primary-dark)) 1 100%;
	}
}

.request-icon {
    font-size: 20px;
    padding: 8px 13px;
    margin-right: 10px;
    background: var(--container-background);
    border-radius: 10px;
}

.log-header-functions {
    margin-top: 61px;
    display: flex;
}

.log-type.active {
    background: var(--primary-dark);
}

.log-type, .formats-type, .copy-type, .copy-all, .time-type {
    background: #454548a8;
    padding: 8px 15px;
    border-radius: 10px;
    letter-spacing: 1px;
    margin-right: 10px;
}

.header-line-format {
    width: 2px;
    border: none;
    background: var(--label-color-menu);
    border-radius: 10px;
    height: 20px;
    margin-top: 8px;
    margin-right: 10px;
}

.header-line-time {
    width: 2px;
    border: none;
    background: var(--label-color-menu);
    border-radius: 10px;
    height: 15px;
    margin-top: 10px;
    rotate: 90deg;
    margin-right: 15px;
    margin-left: 5px;
}

.box-filter {
    background: none !important;
    padding: 0px !important;
}

.request-header h3,
.period-content h3 {
    border: none !important;
    background: -webkit-linear-gradient(45deg, var(--primary-darkness), var(--primary-dark));
    border-radius: 10px;
    text-align: center;
    padding: 8px 0px !important;
    margin: 0px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    position: relative;
    z-index: 2;
}

.combo {
    margin-bottom: 15px;
}

.request-header h3 {
    z-index: 2;
}

.period-content h3 {
    z-index: 1;
}

.request-body {
    background: var(--container-background);
    padding: 10px 25px;
    border-radius: 10px;
    padding-top: 20px;
}

.period-content h3 {
    margin-top: 20px !important;
}

.send-request-button {
    display: block !important;
    margin-bottom: 10px;
}

.time-type {
    cursor: help;
    position: relative;
}

.time-type span:after {
    content: attr(tooltip);
    position: absolute;
    left: 0px;
    width: 300px;
    top: calc(100% + 5px);
    background: -webkit-linear-gradient(145deg, #363535, #5e5b5b);
    padding: 10px;
    border-radius: 10px;
    left: 55%;
    transform: translate(-50%, 0.5em);
    z-index: 4;
    opacity: 0;
    display: none;
}

.types-loader {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 20px;
    margin-bottom: 5px;
}

@keyframes tooltips-vert {
    to {
        opacity: 0.9;
        transform: translate(-50%, 0);
    }
}

.time-type:hover > span::after {
    display: block;
    animation: tooltips-vert 300ms ease-out forwards;
}

.combo-menu {
    background-color: var(--modal-primary) !important;
}

.box-lines {
    float: right;
}