/**
 * 
 * 
 */

body                                                                            { background-color:aliceblue !important; --bs-body-font-size:14px; --bs-body-font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; --bs-border-radius:2px; --bs-border-radius-sm:2px; --bs-border-radius-md:2px; --bs-border-radius-lg:2px; --bs-border-radius-xl:2px; --bs-border-radius-xxl:2px; --bs-border-radius-2xl:2px; }
a.disabled                                                                      { cursor:default !important; text-decoration:none !important; }
label > h5                                                                      { font-size:14px; }
label small                                                                     { font-size:75%; font-weight:400; color:#777777; }
select.btn-sm::after                                                            { content:'\f078'; top:4px; right:4px; width:16px; height:16px; position:absolute; font-family:FontAwesome; background-color:#FFFFFF; }
label.select                                                                    { position:relative; }
label.select::after                                                             { content:'\f0d7'; bottom:12px; right:4px; width:16px; height:16px; position:absolute; font-family:FontAwesome; background-color:transparent; pointer-events:none; }
input[type=date]::after                                                         { color:red; }
header nav                                                                      { margin:0px !important; padding:15px 10px !important; }
header nav .nav > li                                                            { margin:0px 20px !important; }
header nav .nav > li > a                                                        { padding:8px !important; text-decoration:none; font-size: 20px; }
header .dropdown-menu                                                           { font-size:13px; }
.domains-checks tr {
	background-color: peachpuff !important;
}

html, body {
    overflow-x: hidden;
}

.table-pagination-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
  }
  
  
  #pagination {
	margin-top: 10px;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	margin-bottom: 10px;
  }
  
  #pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin-right: 2px;
	font-size: 15px;
	background-color: white;
  }
  
  #pagination a.active {
	background-color: #4CAF50;
	color: white;
	border: 1px solid #4CAF50;
  }
  
  #pagination a:hover {
	background-color: #a1a1a1;
  }
  
  #pagination a.inactive {
	background-color: #cccccc;
  }
  
  #pagination .dots {
	margin-left: 10px;
	margin-right: 10px;
  }

  select.form-control {
	appearance: none;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: right .7em top 50%;
	background-size: .65em auto;
  }
 
.chosen-container-multi ul.chosen-choices:after {
    content: '';
    background-image: url(/public/assets/images/chosen-sprite.png);
    background-position-x: 0px;
    background-position-y: 2px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 25px;
    cursor: pointer;
}

.chosen-container-multi.chosen-with-drop ul.chosen-choices:after {
    background-position-x: -18px;
}


#total-records {
	margin-left: auto;
	float: right;
  }
  
  #total-record-results {
	display: flex;
	justify-content: end;
	font-size: x-large;
  }
  
  .records-showed {
	font-size: x-large;
  }
.table                                                                          { --bs-table-striped-bg:#FAFAFA; }
.btn-20                                                                         { width:20px; height:20px; padding:0px; line-height:20px; text-align:center; vertical-align:middle; }
.fixw-90                                                                        { width: 90px; min-width: 90px; max-width: 90px; }
.fixw-120                                                                       { width:120px; min-width:120px; max-width:120px; }
.minw-90                                                                        { min-width: 90px; }
.minw-120                                                                       { min-width:120px; }
.maxw-90                                                                        { max-width: 90px; }
.maxw-120                                                                       { max-width:120px; }
.fixh-24                                                                        { height:24px; min-height:24px; max-height:24px; }
.fixh-32                                                                        { height:32px; min-height:32px; max-height:32px; }
.minh-24                                                                        { min-height:24px; }
.minh-32                                                                        { min-height:32px; }
.maxh-24                                                                        { max-height:24px; }
.maxh-32                                                                        { max-height:32px; }
.w-100vw                                                                        { width:100vw; }
.border-10                                                                      { border-width:10px !important; }
.nav-logo                                                                       { max-height:42px; margin:0px auto; vertical-align:middle; }
.form-group .input-group.date-range .form-control                               { width:calc(50% - 16px); }
.form-group .input-group.date-range .input-group-addon                          { width:30px; padding:0px !important; line-height:36px; display:block; float:left; text-align:center; vertical-align:middle; border-left:0px none; border-right:0px none; border-color:#CCCCCC; background-color:#EEEEEE; }
.border-header                                                                  { border-color:#DEE2E6 !important; }
.border-transparent                                                             { border-color:transparent !important; }
.dropdown-toggle                                                                { padding-right:26px !important; }
.dropdown-toggle:after                                                          { content:'\f0d7';  top:7px; /* right:10px; */ position:absolute; font-family:FontAwesome; border:0px none !important; }
.dropdown-toggle.btn-sm                                                         { padding:5px; }
.container-filter-tags                                                          { height:32px; }
.container-filter-tags .label                                                   { height:22px; line-height:18px; display:inline-block; }

.marker-dev strong                                                              { font-size:18px; }

.record-status                                                                  { width:20px; margin-left:1px; margin-right:0px; display:inline-block !important; cursor:pointer; }
.record-status + .domain-lost                                                   { color:#2D5D77; background-color:#A5B0B6 !important; }
.record-status + .domain-soft                                                   { color:#A95807; background-color:#F0AD4E !important; }
.record-status + .domain-hard                                                   { color:#700000; background-color:#DD8F8D !important; }
.record-status + .domain-active                                                 { color:#007000; background-color:#C8FFBE !important; }
.record-status + .accred-active                                                 { color:#007000; background-color:#C8FFBE !important; }
.record-status + .accred-archive                                                { color:#700000; background-color:#DD8F8D !important; }
.record-status + .accred-inactive                                               { color:#A95807; background-color:#F0AD4E !important; }

.long-records                                                                   { word-wrap:break-word; word-break:break-all; }
.autocomplete-suggestion                                                        { top:40px; left:120px; width:calc(100% - 140px) !important; position:absolute; text-decoration:none !important; z-index:10; }
.autocomplete-suggestion .list-group-item:hover                                 { background-color:#A1CBEF; }

.pagination > li > a,
.pagination > li > span                                                         { padding:6px 12px; }
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus                                              { border-color:#007BFF !important; background-color:#007BFF !important; }



.theme-accreditations .btn-info                                                 { color:#333333; border-color:#CCCCCC; background-color:#FFFFFF; }
.theme-accreditations .btn-info:hover,
.theme-accreditations .btn-info:active                                          { color:#333333; border-color:#ADADAD; background-color:#E6E6E6; }
.theme-accreditations .btn-dark                                                 { color:#333333; border-color:#CCCCCC; background-color:#FFFFFF; }
.theme-accreditations .btn-dark:hover,
.theme-accreditations .btn-dark:active                                          { color:#333333; border-color:#ADADAD; background-color:#E6E6E6; }
.theme-accreditations .btn-light                                                { color:#333333; border-color:#CCCCCC; background-color:#FFFFFF; }
.theme-accreditations .btn-light:hover,
.theme-accreditations .btn-light:active                                         { color:#333333; border-color:#ADADAD; background-color:#E6E6E6; }
.theme-accreditations .btn-danger                                               { color:#333333; border-color:#CCCCCC; background-color:#FFFFFF; }
.theme-accreditations .btn-danger:hover,
.theme-accreditations .btn-danger:active                                        { color:#333333; border-color:#ADADAD; background-color:#E6E6E6; }
.theme-accreditations .btn-warning                                              { color:#333333; border-color:#CCCCCC; background-color:#FFFFFF; }
.theme-accreditations .btn-warning:hover,
.theme-accreditations .btn-warning:active                                       { color:#333333; border-color:#ADADAD; background-color:#E6E6E6; }
.theme-accreditations .btn-success                                              { color:#333333; border-color:#CCCCCC; background-color:#FFFFFF; }
.theme-accreditations .btn-success:hover,
.theme-accreditations .btn-success:active                                       { color:#333333; border-color:#ADADAD; background-color:#E6E6E6; }
.theme-accreditations .btn-default                                              { color:#333333; border-color:#CCCCCC; background-color:#FFFFFF; }
.theme-accreditations .btn-default:hover,
.theme-accreditations .btn-default:active                                       { color:#333333; border-color:#ADADAD; background-color:#E6E6E6; }
.theme-accreditations .btn-primary                                              { color:#333333; border-color:#CCCCCC; background-color:#FFFFFF; }
.theme-accreditations .btn-primary:hover,
.theme-accreditations .btn-primary:active                                       { color:#333333; border-color:#ADADAD; background-color:#E6E6E6; }
.theme-accreditations .btn-secondary                                            { color:#333333; border-color:#CCCCCC; background-color:#FFFFFF; }
.theme-accreditations .btn-secondary:hover,
.theme-accreditations .btn-secondary:active                                     { color:#333333; border-color:#ADADAD; background-color:#E6E6E6; }

.theme-accreditations .btn-outline-info                                         { color:#0DCAF0; border-color:#002752; background-color:#FFFFFF; }
.theme-accreditations .btn-outline-info:hover,
.theme-accreditations .btn-outline-info:active                                  { color:#333333; border-color:#002752; background-color:#0DCAF0; }

.theme-accreditations .btn-outline-dark                                         { color:#333333; border-color:#CCCCCC; background-color:#FFFFFF; }
.theme-accreditations .btn-outline-dark:hover,
.theme-accreditations .btn-outline-dark:active                                  { color:#333333; border-color:#ADADAD; background-color:#E6E6E6; }
.theme-accreditations .btn-outline-light                                        { color:#333333; border-color:#CCCCCC; background-color:#FFFFFF; }
.theme-accreditations .btn-outline-light:hover,
.theme-accreditations .btn-outline-light:active                                 { color:#333333; border-color:#ADADAD; background-color:#E6E6E6; }
.theme-accreditations .btn-outline-danger                                       { color:#333333; border-color:#CCCCCC; background-color:#FFFFFF; }
.theme-accreditations .btn-outline-danger:hover,
.theme-accreditations .btn-outline-danger:active                                { color:#333333; border-color:#ADADAD; background-color:#E6E6E6; }



.theme-accreditations .btn-outline-warning                                      { color:#B59402; border-color:#B59402; background-color:#FFFAE3; }
.theme-accreditations .btn-outline-warning:hover,
.theme-accreditations .btn-outline-warning:active                               { color:#333333; border-color:#B59402; background-color:#EBC100; }
.theme-accreditations .btn-outline-success                                      { color:#28A745; border-color:#075723; background-color:#F0FFF5; }
.theme-accreditations .btn-outline-success:hover,
.theme-accreditations .btn-outline-success:active                               { color:#333333; border-color:#075723; background-color:#28A745; }



.theme-accreditations .btn-outline-default                                      { color:#FFFFFF; border-color:#075723; background-color:#28A745; }
.theme-accreditations .btn-outline-default:hover,
.theme-accreditations .btn-outline-default:active                               { color:#333333; border-color:#ADADAD; background-color:#E6E6E6; }
.theme-accreditations .btn-outline-primary                                      { color:#333333; border-color:#CCCCCC; background-color:#FFFFFF; }
.theme-accreditations .btn-outline-primary:hover,
.theme-accreditations .btn-outline-primary:active                               { color:#333333; border-color:#ADADAD; background-color:#E6E6E6; }
.theme-accreditations .btn-outline-secondary                                    { color:#333333; border-color:#CCCCCC; background-color:#FFFFFF; }
.theme-accreditations .btn-outline-secondary:hover,
.theme-accreditations .btn-outline-secondary:active                             { color:#333333; border-color:#ADADAD; background-color:#E6E6E6; }

.theme-accreditations .dropdown                                                 { /*border-radius:0px;*/ }
.theme-accreditations .dropdown-menu                                            { padding:4px 0px; }
.theme-accreditations .dropdown-menu .dropdown-divider                          { margin:4px 0px; }
.theme-accreditations .dropdown-menu li .dropdown-item                          { border-left:3px solid transparent; }
.theme-accreditations .dropdown-menu li .dropdown-item:hover                    { background-color:#A1CBEF; }
.theme-accreditations .dropdown-menu li .dropdown-item:active                   { background-color:#A1CBEF; }
.theme-accreditations .dropdown-menu li.active .dropdown-item                   { background-color:var(--bs-dropdown-link-hover-bg); border-color:var(--bs-link-color); color:var(--bs-link-color); font-weight:bold; }
.theme-accreditations .dropdown-menu li.active .dropdown-item:hover             { background-color:#A1CBEF; border-color:#A1CBEF; /*color:#FFFFFF;*/ }
.theme-accreditations .dropdown-menu li.active .dropdown-item:active            { background-color:#A1CBEF; border-color:#A1CBEF; /*color:#FFFFFF;*/ }

.theme-accreditations .reorderable                                              { position:relative; }
.theme-accreditations .reorderable .order-by                                    { width:18px; height:18px; position:absolute; background-color:#FFFFFF; }
.theme-accreditations .reorderable .order-by.order-a                            { top:3px; right:3px; }
.theme-accreditations .reorderable .order-by.order-d                            { bottom:3px; right:3px; }

.theme-accreditations .form-group textarea.form-control                         { min-height:126px; max-height:126px; overflow-y:auto; }
.theme-accreditations .form-group textarea.form-control.double                  { min-height:300px; max-height:300px; overflow-y:auto; }
.theme-accreditations .form-group .select2-selection                            { border-color:var(--bs-border-color); }
.theme-accreditations .form-group .select2-search__field::placeholder           { font-size:16px; color:#999999; opacity:1; }
.theme-accreditations .form-group .select2-selection--multiple                  { min-height:126px; max-height:126px; overflow-y:auto; border-radius:var(--bs-border-radius); }

.theme-accreditations .form-control::placeholder                                { color:#999999; }

.theme-accreditations .container-tooltip                                        { position:relative; }
.theme-accreditations .container-tooltip-close                                  { top:5px; right:5px; width:24px; height:24px; line-height:24px; text-align:center; position:absolute; }
.theme-accreditations .container-tooltip-inserted                               { top:-15px; left:-15vw; width:300px; min-height:40px; position:absolute; }

.theme-accreditations .table-domains-list > tbody > tr                          { height:60px; }

@media (max-width:767px) {
	.fixw-90                                                                    { width:auto; min-width:auto; max-width:initial; }
	.minw-90                                                                    { min-width:auto; }
	.maxw-90                                                                    { max-width:initial; }
	.no-gutters-xs                                                              { padding-left:0px !important; padding-right:0px !important; }
	.text-center-xs                                                             { text-align:center !important; }
	.container-site-logo                                                        { width:140px; margin-top:6px; display:inline-block; }
	.nav.navbar-nav                                                             { margin-top:15px; }
	.nav.navbar-nav li                                                          { border-left:2px solid transparent; }
	.nav.navbar-nav li:hover                                                    { border-left:2px solid #A2A2A3; }
	.nav.navbar-nav li.profile                                                  { border-top:1px solid #DEE2E6; }
	.nav.navbar-nav li.profile:hover                                            { border-left:2px solid transparent !important; }
	.nav.navbar-nav li.active                                                   { border-left:2px solid #007BFF; background-color:aliceblue; }
	.form-group .input-group.date-range .input-group-addon                      { width:20px; }
	.container-filter-buttons button                                            { width:100% !important; max-width:100% !important; float:none; }
}

@media (min-width:768px) {
	.nav.navbar-nav li                                                          { border-bottom:2px solid transparent; font-weight: bold;}
	.nav.navbar-nav li:hover                                                    { border-bottom:2px solid #A2A2A3; }
	.nav.navbar-nav li.active                                                   { border-bottom:2px solid #007BFF; background-color:aliceblue; }
	.container-filter-buttons button                                            { float:right; }
}

.save-butttons {
	font-size: 1.5em;
}
.accordion-button-remove::after {
    display: none;
}


.table-input {
	max-width: 100px;
  }
  
  .app-menu {
	background-color: #505056;
  }
  
  .navbar-brand {
	color: white !important;
  }
  
  #main-menu>ul>li>a {
	color: white;
  }
  
  .container {
	max-width: 100%;
  }
  
  .container-form {
	justify-content: space-between;
  }
  
  .sidebar {
	flex-basis: 19%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #f0f0f0;
  }
  
  .main {
	flex-basis: 80%;
	margin-left: 15px;
  }
  
  .input-group {
	margin-bottom: 10px;
  }
  
  .input-group label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
  }
  
  .form-label {
	font-size: 20px;
  }
  
  .input-group input[type="text"],
  .input-group input[type="date"] {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
  }
  
  .btn-submit {
	background-color: #4CAF50;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	width: 45%;
  }
  
  .btn-submit:hover {
	background-color: #45a049;
  }
  
/*   #reset-btn {
	width: 45%;
	height: 43px;
  } */
  
  #containerButtons {
	text-align: center;
  }
  
  table.resTable {
	word-wrap: break-word;
	width: 100%;
	background-color: #f0f0f0;
	border-collapse: collapse;
	border-width: 2px;
	border-color: #b5b5b5;
	border-style: solid;
	color: #000000;
  }
  
  table.resTable td,
  table.resTable th {
	border-width: 2px;
	border-color: #b5b5b5;
	border-style: solid;
	padding: 3px;
  }
  
  table.resTable thead {
	background-color: #c4c4c4;
  }
  
  th {
	text-align: center;
  }
  
  .content {
	max-width: 400px;
  }
  
  .black-box {
	background-color: black;
	width: 10px;
	height: 10px;
  }
  
  #scroll-to-bottom {
	position: fixed;
	right: 20px;
	top: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
  }
  
  #return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
  }
  
  #scroll-to-bottom i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 15px;
	font-size: 19px;
  }
  
  #return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
  }
  
  #scroll-to-bottom:hover {
	background: rgba(0, 0, 0, 0.9);
  }
  
  #return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
  }
  
  #scroll-to-bottom:hover i {
	color: #fff;
  }
  
  #return-to-top:hover i {
	color: #fff;
  }
  
  /* login form */
  
  .login,
  .reset-password {
	min-width: 500px;
	position: absolute;
	text-align: center;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
  .login .form-field::before {
	font-size: 20px;
	position: absolute;
	left: 15px;
	top: 17px;
	color: #888888;
	content: " ";
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
  }
  
  .login .form-field:nth-child(2)::before {
	background-image: url(/public/assets/images/user-icon.png);
	width: 20px;
	height: 20px;
	top: 15px;
  }
  
  .login .form-field:nth-child(3)::before {
	background-image: url(/public/assets/images/lock-icon.png);
	width: 16px;
	height: 16px;
  }
  
  .reset-password .form-field.reset-class::before {
	background-image: url(/public/assets/images/lock-icon.png);
	width: 20px;
	height: 20px;
	top: 15px;
  }
  
  .login .form-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
	position: relative;
  }
  
  .login input {
	font-family: inherit;
	width: 100%;
	outline: none;
	background-color: #fff;
	border-radius: 4px;
	border: none;
	display: block;
	padding: 0.9rem 0.7rem;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	font-size: 17px;
	color: #4A4A4A;
	text-indent: 40px;
  }
  
  .login .btn {
	outline: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	margin: 0 auto;
	padding: 0.9rem 2.5rem;
	text-align: center;
	background-color: #47AB11;
	color: #fff;
	border-radius: 4px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	font-size: 17px;
  }
  
  
  .auth-buttons {
	margin-right: 5px;
  }
  
  .brand-link {
	margin-top: 5px;
  }
  
  .message {
	min-width: 500px;
	position: absolute;
	text-align: center;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
  .message-reset {
	min-width: 500px;
	position: absolute;
	text-align: center;
	top: 5%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
  #pagination {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
  }
  
  #pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin-right: 2px;
	font-size: 20px;
	background-color: white;
  }
  
  #pagination a.active {
	background-color: #4CAF50;
	color: white;
	border: 1px solid #4CAF50;
  }
  
  #pagination a:hover {
	background-color: #a1a1a1;
  }
  
  #pagination a.inactive {
	background-color: #cccccc;
  }
  
  #pagination .dots {
	margin-left: 10px;
	margin-right: 10px;
  }
  
  #total-records {
	margin-left: auto;
  }
  
  #total-record-results {
	display: flex;
	justify-content: end;
	font-size: x-large;
  }
  
  .records-showed {
	font-size: x-large;
  }
  
  .hidden-lines {
	display: none;
  }
  
  .hidden {
	display: none;
  }
  
  .no-results-message {
	text-align: center;
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: 600;
  }
  
  /* Wrapper Style */
  
  /* .wrapper{
	  margin:0 auto;	
	  padding-left:12%;
	  padding-right:12%;
  } */
  
  .cctabs {
	width: 100%;
	margin: 50px auto;
  }
  
  .cctabs input[type="radio"] {
	opacity: 0;
  }
  
  .cctabs .fa {
	margin-right: 10px;
  }
  
  .cctabs label {
	color: #000;
	cursor: pointer;
	float: left;
	margin-right: 2px;
	padding: 0.5% 2%;
	font-size: 25px;
	font-weight: bold;
  }
  
  .cctabs label:hover {
	background: -webkit-linear-gradient(#777, #666);
  }
  
  .cctabs input:checked+label {
	background: #fff;
	color: black;
	border-top: solid 2px #ebb704;
  }
  
  .cctabs input:nth-of-type(1):checked~.panels .panel:first-child,
  .cctabs input:nth-of-type(2):checked~.panels .panel:nth-child(2),
  .cctabs input:nth-of-type(3):checked~.panels .panel:nth-child(3),
  .cctabs input:nth-of-type(4):checked~.panels .panel:last-child {
	opacity: 1;
	transition: .3s;
	z-index: 999;
  }
  
  .cctabs .panels {
	float: left;
	clear: both;
	position: relative;
	width: 100%;
	background: #fff;
  }
  
  .cctabs .panel {
	width: 100%;
	opacity: 0;
	position: absolute;
	background: #fff;
	padding: 2%;
	box-sizing: border-box;
  }
  
  .cctabs .panel h2 {
	margin: 0;
	font-family: Arial;
  }
  
  .cctabs .panel i {
	color: #ebb704;
	cursor: pointer;
  }
  
  .cctabs .panel i:hover {
	color: #f4cc42;
  }
  
  .cctabs .headline h1 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.6px;
	padding-bottom: 0;
	text-align: center;
	text-rendering: optimizespeed;
	margin: 10px 0;
  }
  
  .cctabs .headline hr {
	background: none repeat scroll 0 0 #ebb704;
	border: 2px solid;
	color: #ebb704;
	margin-bottom: 0;
	margin-top: 0;
	width: 30px;
  }
  
  .cctabs .headline .lead {
	font-family: "Lato", sans-serif;
	font-weight: 300;
	line-height: 1.9;
	margin: 5px 0;
	text-align: center;
  }
  
  #cc-contact input[type="text"],
  #cc-contact input[type="email"],
  #cc-contact input[type="tel"],
  #cc-contact input[type="password"],
  #cc-contact textarea {
	width: 100%;
	border: 1px solid #ebb704;
	margin: 0 0 5px;
	padding: 10px;
	font-family: "Lato", sans-serif;
	font-size: 14px;
  }
  
  #cc-contact textarea {
	height: 147px;
	max-width: 100%;
  }
  
  #cc-contact button[type="submit"] {
	cursor: pointer;
	width: 100%;
	border: none;
	background: #ebb704;
	color: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 15px;
  }
  
  #cc-contact button[type="submit"]:hover {
	background: #f4cc42;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
  }
  
  /* GRID*/
  .grid {
	display: block;
	margin-left: -10px;
  }
  
  .cc-text-center {
	text-align: center;
  }
  
  .cc-mt-20 {
	margin-top: 50px;
  }
  
  .unit-2,
  .unit-3,
  .unit-4 {
	float: left;
	border-left: 10px solid transparent;
	box-sizing: border-box;
	background-clip: padding-box;
  }
  
  .unit-1 {
	width: 100%;
	float: left;
  }
  
  .unit-2 {
	width: 50%;
  }
  
  .unit-3 {
	width: 33.3%;
  }
  
  .unit-4 {
	width: 25%;
  }
  
  .historyElement {
	display: inline-block;
	width: 100%;
	list-style-type: none;
	text-align: center;
	padding: 10px;
	margin-top: 5px;
	background: #a2a2a3;
	border: 1px #000000;
	border-radius: 10px;
  }
  
  .childHistory {
	padding: 10px;
	margin-top: 40px;
	background: #d2d2d3;
	border: 1px #000000;
	border-radius: 10px;
  
  }
  
  .historyFrame {
	list-style-type: none;
	text-align: center;
	display: none;
	padding: 5px;
  }
  
  
  
  
  
  
  
  
  section {
	padding-top: 4rem;
	padding-bottom: 5rem;
	background-color: #f1f4fa;
  }
  
  .wrap {
	display: flex;
	background: white;
	padding: 1rem 1rem 1rem 1rem;
	border-radius: 0.5rem;
	box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
	margin-bottom: 2rem;
  }
  
  .wrap:hover {
	background: linear-gradient(135deg, #6394ff 0%, #0a193b 100%);
	color: white;
  }
  
  .ico-wrap {
	margin: auto;
  }
  
  .mbr-iconfont {
	font-size: 4.5rem !important;
	color: #313131;
	margin: 1rem;
	padding-right: 1rem;
  }
  
  .vcenter {
	margin: auto;
  }
  
  .mbr-section-title3 {
	text-align: left;
  }
  
  h2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
  }
  
  .display-5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.4rem;
  }
  
  .mbr-bold {
	font-weight: 700;
  }
  
  p {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	line-height: 25px;
  }
  
  .add-more a {
	color: #000;
	text-decoration: none;
  }
  
  .add-button:hover a {
	color: white;
	text-decoration: none;
  }
  
  .input-group-append {
	cursor: pointer;
  }
  
  
  .navbar-nav .nav-item .navbar-brand {
	transition: border-bottom 0.3s, font-weight 0.3s;
  }
  
  .navbar-nav .nav-item.active .navbar-brand {
	border-bottom: 2px solid white;
	font-weight: bold;
  }
  
  .sync-info {
	flex: 1;
	text-align: right;
	margin-bottom: 20px;
  }
  
  .sync-text {
	display: inline-block;
	margin-right: 10px;
  }
  
  .sync-button {
	display: inline-block;
	padding: 5px 10px;
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
  }


  .truncate-text {
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
  }
  
  .truncate-text:hover::before {
	content: attr(data-full-text);
	position: absolute;
	background-color: white;
	padding: 5px;
	border: 1px solid #ccc;
	z-index: 1;
	white-space: normal;
	word-break: break-word;
  }

  .message {
	font-size: 20px;
	font-weight: 800;
	color: red;
  }
  
  #configRun {
	font-size: 20px;
	font-weight: 800;
	color: green;
	text-align: center;
  }

  #hintText {
	display: none;
	background-color: #f0f0f0;
	padding: 10px;
	border: 1px solid #ccc;
	margin-top: 5px;
  }
  
  #showHint {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
  }
  
  #hintAddText {
	display: none;
	background-color: #f0f0f0;
	padding: 10px;
	border: 1px solid #ccc;
	margin-top: 5px;
  }
  
  
  #showAddHint {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
  }
  
  .card {
	border-radius: 10px;
	padding: 35px 26px;
  }
  
  .container-login {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	text-align: center;
  }
  
  
  .content-wrapper {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	border-radius: 0; 
	overflow: hidden;
	display: flex; 
	width: 100%;
  }
  
  .laptop {
	width: 60%; 
	height: auto;
	border: 5px solid #ffcc66; 
  }

  .login-button:hover {
	background-color: #0056b3;
  }
  
  .or-text {
	color: #333;
	margin-bottom: 20px;
  }
  
  .small {
	color: #999;
  }
  
  .emergency-login {
	padding: 15px 30px;
	font-size: 1em;
	margin-top: 20px;
  }
  
  #loginForm-emergency {
	display: none;
  }
  
  #loginForm-emergency input[type="email"],
  #loginForm-emergency input[type="password"] {
	margin-bottom: 10px;
	padding: 10px 10px 10px 40px;
	width: calc(100% - 20px);
	max-width: 250px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-repeat: no-repeat; 
	background-position: left center;
  }
  
  #loginForm-emergency input[type="email"] {
	background-image: url('/public/assets/images/user-icon.png');
	background-size: 20px; 
  }
  
  #loginForm-emergency input[type="password"] {
	background-image: url('/public/assets/images/lock-icon.png');
	background-size: 20px; 
  }
  
  #loginForm-emergency button[type="submit"] {
	margin-bottom: 10px;
	padding: 10px;
	width: calc(100% - 20px); 
	max-width: 250px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #007bff;
	color: #fff;
	cursor: pointer;
	text-align: center;
  }
  
  #loginForm-emergency button[type="submit"]:hover {
	background-color: #0056b3;
  }
  
  .time-array {
    text-align: center;
    line-height: 1.6;
  }

  .time-item {
    display: inline;
    white-space: nowrap;
  }

  .time-separator {
    margin: 0 2px;
    color: #666;
  }

  .text-container {
    width: 40%;
    padding: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
  }
  
  .alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
  }
  
  .error-message {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
  }
  

  .panel-button {
	background-color: #0056b3;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  }
  
  .panel-management {
	max-width: 800px;
  }
  .domain-management {
    margin-top: 25px;
}

  .custom-panel-buttons {
	width: 195px;
	/* height: 50px; */
	align-content: center;
  }
  .checkbox-label {
	margin-left: 8px;
	font-weight: bold;
	cursor: pointer;
  }
  .accreditation-rules-group {
	
	padding: 10px;
	margin-top: 15px;
  }
  
  .get-rules-button-disabled {
	pointer-events: none;
	opacity: 0.3;
	cursor: not-allowed;
  }

  .nav-link.active {
    border-bottom: 2px solid #007bff;
  }

  .dropdown-item.active {
	background-color: #f8f9fa !important;
	color: #007bff !important;
  }
  
  @keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(-50%);
	}
	40% {
		transform: translateY(-60%);
	}
	60% {
		transform: translateY(-40%);
	}
  }
  
  .btn-primary.get-rules-button-disabled {
	opacity: 0.5;
	pointer-events: none;
  }
  
  .btn-primary.get-rules-button-disabled .fa-arrow-left {
	display: none;
  }
  
  
 
  
  
  
  
  
  .list-group {
	  display: flex;
	  flex-direction: column;
	  padding-left: 0;
	  margin-bottom: 0;
	  border-radius: 0.25rem;
  }
  
  .list-group-item-action {
	  width: 100%;
	  color: #4d5154;
	  text-align: inherit;
  }
  .list-group-item-action:hover,
  .list-group-item-action:focus {
	  z-index: 1;
	  color: #4d5154;
	  text-decoration: none;
	  background-color: #f4f6f9;
  }
  .list-group-item-action:active {
	  color: #8e9194;
	  background-color: #eef0f3;
  }
  
  .list-group-item {
	  position: relative;
	  display: block;
	  padding: 0.75rem 1.25rem;
	  background-color: #ffffff;
	  border: 1px solid #eef0f3;
  }
  .list-group-item:first-child {
	  border-top-left-radius: inherit;
	  border-top-right-radius: inherit;
  }
  .list-group-item:last-child {
	  border-bottom-right-radius: inherit;
	  border-bottom-left-radius: inherit;
  }
  .list-group-item.disabled,
  .list-group-item:disabled {
	  color: #6d7174;
	  pointer-events: none;
	  background-color: #ffffff;
  }
  .list-group-item.active {
	  z-index: 2;
	  color: #ffffff;
	  background-color: #1b68ff;
	  border-color: #1b68ff;
  }
  .list-group-item + .list-group-item {
	  border-top-width: 0;
  }
  .list-group-item + .list-group-item.active {
	  margin-top: -1px;
	  border-top-width: 1px;
  }
  
  .list-group-horizontal {
	  flex-direction: row;
  }
  .list-group-horizontal > .list-group-item:first-child {
	  border-bottom-left-radius: 0.25rem;
	  border-top-right-radius: 0;
  }
  .list-group-horizontal > .list-group-item:last-child {
	  border-top-right-radius: 0.25rem;
	  border-bottom-left-radius: 0;
  }
  .list-group-horizontal > .list-group-item.active {
	  margin-top: 0;
  }
  .list-group-horizontal > .list-group-item + .list-group-item {
	  border-top-width: 1px;
	  border-left-width: 0;
  }
  .list-group-horizontal > .list-group-item + .list-group-item.active {
	  margin-left: -1px;
	  border-left-width: 1px;
  }
  
  @media (min-width: 576px) {
	  .list-group-horizontal-sm {
		  flex-direction: row;
	  }
	  .list-group-horizontal-sm > .list-group-item:first-child {
		  border-bottom-left-radius: 0.25rem;
		  border-top-right-radius: 0;
	  }
	  .list-group-horizontal-sm > .list-group-item:last-child {
		  border-top-right-radius: 0.25rem;
		  border-bottom-left-radius: 0;
	  }
	  .list-group-horizontal-sm > .list-group-item.active {
		  margin-top: 0;
	  }
	  .list-group-horizontal-sm > .list-group-item + .list-group-item {
		  border-top-width: 1px;
		  border-left-width: 0;
	  }
	  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
		  margin-left: -1px;
		  border-left-width: 1px;
	  }
  }
  
  @media (min-width: 768px) {
	  .list-group-horizontal-md {
		  flex-direction: row;
	  }
	  .list-group-horizontal-md > .list-group-item:first-child {
		  border-bottom-left-radius: 0.25rem;
		  border-top-right-radius: 0;
	  }
	  .list-group-horizontal-md > .list-group-item:last-child {
		  border-top-right-radius: 0.25rem;
		  border-bottom-left-radius: 0;
	  }
	  .list-group-horizontal-md > .list-group-item.active {
		  margin-top: 0;
	  }
	  .list-group-horizontal-md > .list-group-item + .list-group-item {
		  border-top-width: 1px;
		  border-left-width: 0;
	  }
	  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
		  margin-left: -1px;
		  border-left-width: 1px;
	  }
  }
  
  @media (min-width: 992px) {
	  .list-group-horizontal-lg {
		  flex-direction: row;
	  }
	  .list-group-horizontal-lg > .list-group-item:first-child {
		  border-bottom-left-radius: 0.25rem;
		  border-top-right-radius: 0;
	  }
	  .list-group-horizontal-lg > .list-group-item:last-child {
		  border-top-right-radius: 0.25rem;
		  border-bottom-left-radius: 0;
	  }
	  .list-group-horizontal-lg > .list-group-item.active {
		  margin-top: 0;
	  }
	  .list-group-horizontal-lg > .list-group-item + .list-group-item {
		  border-top-width: 1px;
		  border-left-width: 0;
	  }
	  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
		  margin-left: -1px;
		  border-left-width: 1px;
	  }
  }
  
  @media (min-width: 1200px) {
	  .list-group-horizontal-xl {
		  flex-direction: row;
	  }
	  .list-group-horizontal-xl > .list-group-item:first-child {
		  border-bottom-left-radius: 0.25rem;
		  border-top-right-radius: 0;
	  }
	  .list-group-horizontal-xl > .list-group-item:last-child {
		  border-top-right-radius: 0.25rem;
		  border-bottom-left-radius: 0;
	  }
	  .list-group-horizontal-xl > .list-group-item.active {
		  margin-top: 0;
	  }
	  .list-group-horizontal-xl > .list-group-item + .list-group-item {
		  border-top-width: 1px;
		  border-left-width: 0;
	  }
	  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
		  margin-left: -1px;
		  border-left-width: 1px;
	  }
  }
  
  .list-group-flush {
	  border-radius: 0;
  }
  .list-group-flush > .list-group-item {
	  border-width: 0 0 1px;
  }
  .list-group-flush > .list-group-item:last-child {
	  border-bottom-width: 0;
  }
  
  .list-group-item-primary {
	  color: #0e3685;
	  background-color: #bfd5ff;
  }
  .list-group-item-primary.list-group-item-action:hover,
  .list-group-item-primary.list-group-item-action:focus {
	  color: #0e3685;
	  background-color: #a6c4ff;
  }
  .list-group-item-primary.list-group-item-action.active {
	  color: #ffffff;
	  background-color: #0e3685;
	  border-color: #0e3685;
  }
  
  .list-group-item-secondary {
	  color: #0a395d;
	  background-color: #bdd6ea;
  }
  .list-group-item-secondary.list-group-item-action:hover,
  .list-group-item-secondary.list-group-item-action:focus {
	  color: #0a395d;
	  background-color: #aacae4;
  }
  .list-group-item-secondary.list-group-item-action.active {
	  color: #ffffff;
	  background-color: #0a395d;
	  border-color: #0a395d;
  }
  
  .list-group-item-success {
	  color: #107259;
	  background-color: #c0f5e8;
  }
  .list-group-item-success.list-group-item-action:hover,
  .list-group-item-success.list-group-item-action:focus {
	  color: #107259;
	  background-color: #aaf2e0;
  }
  .list-group-item-success.list-group-item-action.active {
	  color: #ffffff;
	  background-color: #107259;
	  border-color: #107259;
  }
  
  .list-group-item-info {
	  color: #005d83;
	  background-color: #b8eafe;
  }
  .list-group-item-info.list-group-item-action:hover,
  .list-group-item-info.list-group-item-action:focus {
	  color: #005d83;
	  background-color: #9fe3fe;
  }
  .list-group-item-info.list-group-item-action.active {
	  color: #ffffff;
	  background-color: #005d83;
	  border-color: #005d83;
  }
  
  .list-group-item-warning {
	  color: #855701;
	  background-color: #ffe7b8;
  }
  .list-group-item-warning.list-group-item-action:hover,
  .list-group-item-warning.list-group-item-action:focus {
	  color: #855701;
	  background-color: #ffde9f;
  }
  .list-group-item-warning.list-group-item-action.active {
	  color: #ffffff;
	  background-color: #855701;
	  border-color: #855701;
  }
  
  .list-group-item-danger {
	  color: #721c24;
	  background-color: #f5c6cb;
  }
  .list-group-item-danger.list-group-item-action:hover,
  .list-group-item-danger.list-group-item-action:focus {
	  color: #721c24;
	  background-color: #f1b0b7;
  }
  .list-group-item-danger.list-group-item-action.active {
	  color: #ffffff;
	  background-color: #721c24;
	  border-color: #721c24;
  }
  
  .list-group-item-light {
	  color: #7f8081;
	  background-color: #fcfcfd;
  }
  .list-group-item-light.list-group-item-action:hover,
  .list-group-item-light.list-group-item-action:focus {
	  color: #7f8081;
	  background-color: #ededf3;
  }
  .list-group-item-light.list-group-item-action.active {
	  color: #ffffff;
	  background-color: #7f8081;
	  border-color: #7f8081;
  }
  
  .list-group-item-dark {
	  color: #17191c;
	  background-color: #c4c5c6;
  }
  .list-group-item-dark.list-group-item-action:hover,
  .list-group-item-dark.list-group-item-action:focus {
	  color: #17191c;
	  background-color: #b7b8b9;
  }
  .list-group-item-dark.list-group-item-action.active {
	  color: #ffffff;
	  background-color: #17191c;
	  border-color: #17191c;
  }
  
   .additional-rule-disabled {
	opacity: 0.5;
	pointer-events: none;
  }
  
  .additional-rule-disabled input,
  .additional-rule-disabled button {
	cursor: not-allowed;
	background-color: #e9ecef;
  }
  
  
  .catcher-statuses {
	opacity: 0.5;
	pointer-events: none;
  }
  
  .catcher-statuses input,
  .catcher-statuses button {
	cursor: not-allowed;
	background-color: #e9ecef;
  }
  

  .line input {
	height: 40px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	width: 100%;
  }
  
  .line .tlds-input {
	height: 40px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	width: 100%;
  }
  
  .select-group,
  .select-tld-group {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #000;
	width: 100% !important;
	height: 40px;
  }
  
  .input-group {
	display: flex;
	align-items: center;
  }
  
  .input-field {
	flex: 1;
	margin-right: 5px;
  }
  
  .select2-container--default .select2-selection--single {
	background-color: #fff !important;
	border: 1px solid #aaa !important;
	border-radius: 4px !important;
	height: 40px !important;
	padding: 5px !important;
	cursor: pointer !important;
	position: relative;
  }
  
  .select2-container .select2-selection--single .select2-selection__arrow {
	top: 5px !important;
  }

.select2-search  .select2-search__field { width: 100% !important; padding: 0 13px !important;}


.input-group {
    display: flex;
    align-items: initial;
}

.selected-pipe {
    display: inline-flex;
    align-items: center;
}

.cursor-pointer {
    cursor: pointer;
}

.table {
    width: 100%;
    table-layout: fixed; 
    margin: 0 auto; 
}

.id-column {
	width: 3%;
}
.domhash-column {
	width: 5%;
}
.domain-column {
	width: 5%;
}
.whois-history-column {
	width: 40%;
	overflow-wrap: break-word;
	word-wrap: break-word;
	line-height: 25px;
}
.inserted-column {
	width: 15%;
}

.whois-history-column pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}
  
  #results-table {
	table-layout: fixed;
	width: 100%;
	word-wrap: break-word;
  }
  
  #results-table th,
  #results-table td {
	padding: 10px;
	text-align: left;
  }
  
  #results-table th:nth-child(1),
  #results-table td:nth-child(1) {
	width: 5%; 
  }
  
  #results-table th:nth-child(2),
  #results-table td:nth-child(2) {
	width: 25%;
  }
  
  #results-table th:nth-child(3),
  #results-table td:nth-child(3) {
	width: 45%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
  
  .accreditation-rules-group {
	overflow: hidden;
  }
  
  .accreditation-rules-group .table {
	max-width: 100%;
  }
  
  .login-button {
	display: block;
	margin-bottom: 20px;
	padding: 25px 50px;
	background-color: #007bff;
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
	border-radius: 15px;
	transition: background-color 0.3s ease;
	cursor: pointer;
  }
  

   .log-viewer-container {
        display: flex;
        height: calc(100vh - 120px);
        background-color: #f8f9fa;
        margin: 0;
        padding: 0;
    }
    
    .log-sidebar {
        width: 320px;
        background-color: #ffffff;
        border-right: 1px solid #dee2e6;
        overflow-y: auto;
        box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    }
    
    .log-sidebar h3 {
        padding: 20px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        margin: 0px 0px 5px;
        font-size: 1.2em;
        text-align: center;
    }
    
    .log-refresh-btn {
        width: 100%;
        padding: 10px;
        background-color: #28a745;
        color: white;
        border: none;
        cursor: pointer;
        font-size: 14px;
        transition: background-color 0.2s;
    }
    
    .log-refresh-btn:hover {
        background-color: #218838;
    }
    
    .log-file-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .log-file-item {
        padding: 15px 20px;
        border-bottom: 1px solid #f1f3f4;
        cursor: pointer;
        transition: all 0.2s ease;
        position: relative;
    }
    
    .log-file-item:hover {
        background-color: #f8f9fa;
    }
    
    .log-file-item.active {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
    }
    
    .log-file-item.active::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background-color: #ffc107;
    }
    
    .log-file-name {
        font-weight: 600;
        margin-bottom: 5px;
    }
    
    .log-file-meta {
        font-size: 0.85em;
        opacity: 0.8;
        display: flex;
        justify-content: space-between;
    }
    
    .log-content-area {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-width: 0;
    }
    
    .log-content-header {
        padding: 20px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        border-bottom: 1px solid #dee2e6;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .log-content-header h2 {
        margin: 0;
        font-size: 1.5em;
    }
    
    .log-header-actions {
        display: flex;
        gap: 10px;
    }
    
    .log-btn {
        padding: 8px 16px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
        transition: all 0.2s;
        text-decoration: none;
        display: inline-block;
    }
    
    .log-content-body {
        flex: 1;
        overflow-y: auto;
        background-color: #ffffff;
    }
    
    .log-content {
        font-family: 'Fira Code', 'Courier New', monospace;
        font-size: 13px;
        line-height: 1.6;
        white-space: pre-wrap;
        word-wrap: break-word;
        padding: 25px;
        background-color: #2d3748;
        color: #e2e8f0;
        margin: 20px;
        border-radius: 8px;
        box-shadow: inset 0 2px 10px rgba(0,0,0,0.3);
        max-height: calc(100vh - 350px);
        overflow-y: auto;
        text-align: left;
    }
    
    .log-welcome-message {
        text-align: center;
        padding: 10px 0;
        color: #6c757d;
        font-size: 1.1em;
    }
    
    .log-welcome-message i {
        font-size: 3em;
        margin-bottom: 20px;
        display: block;
        color: #dee2e6;
    }
    
    .log-loading {
        text-align: center;
        padding: 40px;
        color: #6c757d;
        font-style: italic;
    }
    
    .log-error {
        color: #dc3545;
        background-color: #f8d7da;
        padding: 20px;
        margin: 20px;
        border-radius: 8px;
        border: 1px solid #f5c6cb;
    }
    
    .log-search-box {
        padding: 15px 20px;
        border-bottom: 1px solid #f1f3f4;
    }
    
    .log-search-box input {
        width: 100%;
        padding: 8px 12px;
        border: 1px solid #ced4da;
        border-radius: 4px;
        font-size: 14px;
    }
    
    .log-search-box input:focus {
        outline: none;
        border-color: #667eea;
        box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.25);
    }

    .log-auto-refresh-status {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.8);
        margin-top: 5px;
    }

    .log-refresh-indicator {
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #28a745;
        border-radius: 50%;
        margin-left: 5px;
        animation: logPulse 2s infinite;
    }

    @keyframes logPulse {
        0% { opacity: 1; }
        50% { opacity: 0.5; }
        100% { opacity: 1; }
    }

    .log-content-search {
        padding: 10px 20px;
        background-color: #f8f9fa;
        border-bottom: 1px solid #dee2e6;
        display: none;
    }

    .log-content-search input {
        width: 300px;
        padding: 6px 12px;
        border: 1px solid #ced4da;
        border-radius: 4px;
        font-size: 14px;
        margin-right: 10px;
    }

    .log-content-search input:focus {
        outline: none;
        border-color: #667eea;
        box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.25);
    }

    .log-search-info {
        font-size: 13px;
        color: #6c757d;
        margin-left: 10px;
    }

    .log-search-btn {
        padding: 6px 12px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 13px;
        margin-right: 5px;
    }

    .log-search-btn:hover {
        background-color: #0056b3;
    }

    .log-search-btn.clear {
        background-color: #6c757d;
    }

    .log-search-btn.clear:hover {
        background-color: #545b62;
    }

    .log-highlight {
        background-color: #ffeb3b;
        color: #000;
        padding: 2px 4px;
        border-radius: 2px;
    }

    .log-highlight.current {
        background-color: #ff9800;
        color: #fff;
    }
