/*
.close {
  font-size: 0px !important;
}*/

h4 {
  font-weight: initial !important;
}

.title-sv {
    color: #F59E1D;
    font-weight: inherit;
    margin-left: -8px;
    font-size: 4.5rem;
    margin-bottom: 20px;
}

#btnLoginModal {
  padding: 15px !important;
}

.close-modal {
  font-size: 1,5em !important;
}

.cd-popup {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  transform: translateY(-40px);
  transition-property: transform;
  transition-duration: 0.3s;
}

.is-visible .cd-popup-container {
  transform: translateY(0);
}

.error-input {
  background: #fff6f6 !important;
  border-color: #e0b4b4 !important;
  color: #9f3a38 !important;
  border-radius: '';
  -webkit-box-shadow: none;
  box-shadow: none;
}

.error-label {
    color: #ff1616de;
}

.bd-navbar {
    min-height: 4rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
}

.navbar {
    display: block !important;
}

.btn-bd-login {
  font-weight: bold !important;
  color: #04d083  !important;
  background-color: #1effab47 !important;
}

.btn-bd-login:hover {
    font-weight: bold !important;
    color: #04d083 !important;
    background-color: #00ce8147 !important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-bd-username {
  font-weight: 500 !important;
  font-size: large !important;
  color: #434349;
}

.dropdown-item {
  font-size: 15px;
}

.btn-bd-history {
  font-weight: bold !important;
  color: #0b9ade !important;
  background-color: #59bef947 !important;
}

.btn-bd-history:hover {
    font-weight: bold !important;
    color: #0b9ade !important;
    background-color: #0ca3fb47 !important;
}

.btn-bd-save {
  font-weight: bold !important;
  color: #ebf7fd !important;
  background-color: #00a1ffde !important;
  margin-top: 20px;
}

.btn-bd-save:hover {
    font-weight: bold !important;
    color: #ebf7fd !important;
    background-color: #00a1ffb8 !important;
}

.btn-bd-view {
  font-weight: bold !important;
  color: #de930b !important;
  background-color: #fbb0266e !important;
  margin-right: 10px;
}

.btn-bd-view:hover {
    font-weight: bold !important;
    color: #de930b !important;
    background-color: #e494006e !important;
}

.btn-bd-restore {
  font-weight: bold !important;
  color: #04d083  !important;
  background-color: #1effab47 !important;
}

.btn-bd-restore:hover {
    font-weight: bold !important;
    color: #04d083 !important;
    background-color: #00ce8147 !important;
}

.btn-bd-delete {
  font-weight: bold !important;
  color: #ff0000 !important;
  background-color: #fd7c7c6e !important;
}

.btn-bd-delete:hover {
    font-weight: bold !important;
    color: #ff0000 !important;
    background-color: #fd7c7c6e !important;
}

.btn-modal {
  font-size: 12px !important;
}

.modal-fl17 {
  padding-left: 17px;
}

.dropdown-menu {
  width: auto !important;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

/*
a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1670f0;
  padding: 30px 60px;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

a::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: 50%;
  background: rgba(255, 255, 255, 0.05);
}

a span:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0c002b, #1779ff);
  animation: animate1 1s linear infinite;
}

@keyframes animate1 {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
}

a span:nth-child(2) {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #0c002b, #1779ff);
  animation: animate2 1s linear infinite;
}

@keyframes animate2 {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(100%);
    }
}

a span:nth-child(3) {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #0c002b, #1779ff);
  animation: animate3 1s linear infinite;
}

@keyframes animate3 {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
}

a span:nth-child(4) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2px;
  height: 100%;
  background: linear-gradient(to top, #0c002b, #1779ff);
  animation: animate4 1s linear infinite;
}

@keyframes animate4 {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(-100%);
    }
}
*/
.modal-login {
		color: #636363;
		width: 350px;
	}
	.modal-login .modal-content {
		padding: 20px;
		border-radius: 5px;
		border: none;
	}
	.modal-login .modal-header {
		border-bottom: none;
		position: relative;
		justify-content: center;
	}
	.modal-login h4 {
		text-align: center;
		font-size: 26px;
	}
	.modal-login  .form-group {
		position: relative;
	}
	.modal-login i {
		position: absolute;
		left: 13px;
		top: 11px;
		font-size: 18px;
	}

	.modal-login .form-control, .modal-login .btn {
		min-height: 40px;
		border-radius: 3px;
	}
	.modal-login .hint-text {
		text-align: center;
		padding-top: 10px;
	}
	.modal-login .close {
        position: absolute;
		top: -5px;
		right: -5px;
	}
	.modal-login .modal-footer {
		background: #ecf0f1;
		border-color: #dee4e7;
		text-align: center;
		margin: 0 -20px -20px;
		border-radius: 5px;
		font-size: 13px;
		justify-content: center;
	}
	.modal-login .modal-footer a {
		color: #999;
	}
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.chatList{
    overflow: hidden;
}
.chatList .img{
    margin-top: 4px;
    width: 60px;
    float: left;
    text-align: center;
    position: relative;
}
.chatList .img img{
    width: 30px;
    border-radius: 50%;
}
.chatList .img i{
    position: absolute;
    font-size: 10px;
    color: #52E2A7;
    border:1px solid #fff;
    border-radius: 50%;
    left: 10px;
    width: 12px;
    height: 12px;
}
.chatList .desc{
    width: calc(100% - 60px);
    float: left;
    position: relative;
    color: #7B7F86;
}
.chatList .desc h5{
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 5px;
}
.chatList .desc .time{
    position: absolute;
    right: 15px;
    color: #c1c1c1;
}
video {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
}

input[type=submit]{
  margin-left: 0.5em;
  height: 2.5em;
  padding: 0.2em 1em 0.2em 2.25em;
  font-size: 3em;
  font-weight: bold;
  text-transform: uppercase;
  color: #696666;
  background: url(https://i.imgur.com/Th606mh.png) no-repeat scroll 0.5em -0.3em transparent;
  background-size: 54px 204px;
  border-radius: 2em;
  border: 0.15em solid #F9C23C;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
input[type="submit"]:hover {
    color: #fff;
    background-color: #EAA502;
    border-color: #EAA502;
    background-position: 0.75em bottom;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input[type="submit"]:focus {
    background-position: 2em -4em;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}