.hover-input-popup {
	position: relative;
}
.hover-input-popup:hover .input-popup {
	opacity: 1;
	visibility: visible;
}
.input-popup {
	position: absolute;
	bottom: 130%;
	left: 50%;
	width: 280px;
	background-color: #333C47;
	color: #fff;
	padding: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.input-popup::after {
	position: absolute;
	content: '';
	bottom: -19px;
	left: 50%;
	margin-left: -5px;
	border-width: 10px 10px 10px 10px;
	border-style: solid;
	border-color: transparent transparent #333C47 transparent;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.input-popup p {
	padding-left: 20px;
	position: relative;
}
.input-popup p::before {
	position: absolute;
	content: '';
	font-family: 'Line Awesome Free';
	font-weight: 900;
	left: 0;
	top: 4px;
	line-height: 1;
	font-size: 18px;
}
.input-popup p.error {
	text-decoration: line-through;
}

.input-popup {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.input-popup p.success {
	margin-left: 15px;
	order: 1;
}


.input-popup p.error::before {
	content: "\f057";
	color: #ea5455;
}
.input-popup p.success::before {
	content: "\f058";
	color: #28c76f;
}


.cookies-card {
    width: 520px;
    padding: 30px;
    color: #ffffff;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all .5s;
	background: #023587;
    border-radius: 5px;
}
  
  .cookies-card.hide{
	bottom: -500px !important;
  }
  .radius--10px {
	border-radius: 10px;
  }
  
  .cookies-card__icon {
	width: 55px;
	height: 55px;
	border-radius: 50%;
    color: #fff;
	font-size: 32px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
  }
  
  .cookies-card__content {
	margin-bottom: 0;
  }
  
  .cookies-btn {
	color: #363636;
	text-decoration: none;
	padding: 10px 35px;
	margin: 3px 5px;
	display: inline-block;
	border-radius:  999px;
  }
  
  .cookies-btn:hover {
	color: #363636;
  }

  
  @media (max-width: 767px) {
	  .cookies-card {
		  width:  100%;
		  left: 0;
		  bottom:  0;
		  font-size:  14px;
		  padding:  15px;
	  }
  }


  /* Copy Animation */

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #FF7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
      opacity: 0;
      transform: translateX(100%);
  }
  50% {
      opacity: 0.7;
      transform: translateX(40%);
  }
  70% {
      opacity: 1;
      transform: translateX(0);
  }
  100% {
      opacity: 0;
  }
}

.btn-block{
	width: 100%;
}

.section--dark{
	background-color: #012155;
}

.custom--card{
	color: #fff;
}

.form-group{
	margin-bottom: 15px;
}
.form-group label{
	margin-bottom: 5px;
}

.verification-code-wrapper{
    border-radius: 3px !important;
	color:#fff;
    background: #023587 !important;
    border: 1px solid #023ea1 !important;
}

.verification-code::after {
    background-color: #023587 !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #023587;
    border: 1px solid rgb(247 247 247 / 13%);
    color: #fff;
}




.ticket-reply-single {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}
.ticket-reply-single:first-child {
    padding-top: 0;
}
.ticket-reply-single:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.ticket-reply-single .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.ticket-reply-single .top .left {
    width: calc(100% - 30px);
}
.ticket-reply-single .top .right {
    width: 30px;
}
.ticket-reply-single .top .right .btn {
    padding: 4px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.ticket-reply-single .top .right .btn i {
    margin: 0;
}
.ticket-reply-single .reply-box {
    padding: 20px;
    border-radius: 8px;
    background: #ddd;
    background: -webkit-linear-gradient(to bottom, #80baf514, #bdc3c700);
    background: linear-gradient(to bottom, #80baf514, #bdc3c700);
}
@media (max-width: 480px) {
    .ticket-reply-single .reply-box {
        padding: 15px;
    }
}
.ticket-reply-single .reply-box .left p,
.ticket-reply-single .reply-box .left span {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.ticket-reply-single .reply-box .name {
    font-size: 18px;
}

.admin-reply.ticket-reply-single .reply-box {
    background: #ddd;
    background: -webkit-linear-gradient(to bottom, #1160c124, #bdc3c700);
    background: linear-gradient(to bottom, #1160c124, #bdc3c700);
}

.ticket-attach-file {
    padding: 2px 10px;
    background-color: #5352ed24;
    border-radius: 3px;
    color: #5352ed;
    font-size: 13px;
}

.ticket-reply-inbox {
    position: relative;
    border: 1px solid #374161;
    border-radius: 5px;
    height: 160px;
	background: #01235a;
}

.ticket-reply-inbox textarea:focus {
    box-shadow: none;
	border:none;
	background: #01235a;
}

.ticket-reply-inbox textarea {
    height: 110px;
    resize: none;
    border: none;
}
.ticket-reply-inbox textarea:focus {
    box-shadow: none;
}
.ticket-reply-inbox .ticket-reply-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.ticket-reply-inbox .ticket-reply-attachment {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: #f1f1f1;
    padding: 3px 10px;
    color: #777;
    border-radius: 3px;
    font-size: 14px;
    border: none;
}

@media (max-width: 360px) {
    .ticket-reply-inbox {
        height: 200px;
    }
    .ticket-reply-inbox .ticket-reply-btn,
    .ticket-reply-inbox .ticket-reply-attachment {
        width: calc(100% - 20px);
    }
    .ticket-reply-inbox .ticket-reply-attachment {
        bottom: 54px;
    }
}

.attachment-area {
    display: none;
}

.reply-box h1,
.reply-box h2,
.reply-box h3,
.reply-box h4,
.reply-box h5{
	color:#fff !important;
}

.g-map iframe {
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.pagination{
    margin-top: 20px;
}


.verification-code span {
    background: #01235a !important;
    border: solid 1px #4c4c4c !important;
    border-radius: 5px !important;
}

.verification-code input {
    color: #ffffff !important;
}
