* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.table-search th {
    background: #3697d9;
    color:white;
}
#html5-qrcode-button-camera-permission {
    background-color: #3366cc;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    /* width: 49%; */
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

#html5-qrcode-anchor-scan-type-change {
    color: #0d6efd;
    text-decoration: underline;
}

#html5-qrcode-button-file-selection {
    max-width: 100%;
    color: #444;
    padding: 2px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(8, 8, 8, 0.288);
    background-color: #fff;
    position: relative;
    display: flex;
    gap: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 2px dashed rgb(171, 202, 255);
    color: #444;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}
   
body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.navbar{
	z-index:99;
}
.navbar-dark .navbar-nav .nav-link{
	color:#fff;
}
header {
    background-color: #3697d9;
    color: white;
    text-align: center;
   
	height: 90px;
}

main {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    min-height: 75vh;
}

.login-container {
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    width: 100%;
    max-width: 400px;
}
.card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  border:0px;
  display: flex;
  flex-direction: column;
}
.sw-bor{
	width: 150px;
    border: 1px dashed #d1d1d1;
    border-radius: 7px;
    margin-bottom: 9px;
}

.title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.drop-container {
  background-color: #fff;
  position: relative;
  display: flex;
  gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-top: 0px;
  margin-bottom:10px;
  border-radius: 10px;
  border: 2px dashed rgb(171, 202, 255);
  color: #444;
  cursor: pointer;
  transition: background .2s ease-in-out, border .2s ease-in-out;
}

.drop-container:hover {
  background: rgba(0, 140, 255, 0.164);
  border-color: rgba(17, 17, 17, 0.616);
}

.drop-container:hover .drop-title {
  color: #222;
}

.drop-title {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: color .2s ease-in-out;
}

#file-input {
  width: 350px;
  max-width: 100%;
  color: #444;
  padding: 2px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(8, 8, 8, 0.288);
}

#file-input::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #084cdf;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

#file-input::file-selector-button:hover {
  background: #0d45a5;
}

 input[type="date"] {
           padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    width: 100%;
    height: 38px;
        }

        input[type="date"]:focus {
            border-color: #007bff;
            outline: none;
            box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
        }
		
		  input[type="text"] {
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 15px;
             width: 100%;
    height: 38px
        }

        input[type="text"]:focus {
            border-color: #007bff;
            outline: none;
            box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
        }
 .card-sw {
            
            background-color: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .card-sw:hover {
            transform: scale(1.05);
        }

        .card-sw img {
            width: 100%;
            height: auto;
        }

        .card-sw-content {
            padding: 12px;
        }

        .card-sw-title {
            font-size:12px;
            margin-bottom: 2px;
			margin-top:0px;
            color: #333;
        }

        .card-sw-text {
            font-size: 12px;
            color: #666;
            margin-bottom: 0px;
        }

        .card-sw-btn {
            display: inline-block;
            padding: 10px 20px;
            background-color: #007bff;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }

        .card-sw-btn:hover {
            background-color: #0056b3;
        }
.form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.group {
  position: relative;
}

.form .group label {
  font-size: 14px;
  color: rgb(99, 102, 102);
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: #fff;
  transition: all .3s ease;
}

.form .group input,
.form .group textarea {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  outline: 0;
  width: 100%;
  background-color: transparent;
}

.form .group input:placeholder-shown+ label, .form .group textarea:placeholder-shown +label {
 top: -9px;
  left: 10px;
  background-color: #fff;
  color: #9098a9;
  font-weight: 600;
  font-size: 14px;
}

.form .group input:focus,
.form .group textarea:focus {
  border-color: #3366cc;
}

.form .group input:focus+ label, .form .group textarea:focus +label {
  top: -9px;
  left: 10px;
  background-color: #fff;
  color: #3366cc;
  font-weight: 600;
  font-size: 14px;
}

.form .group textarea {
  resize: none;
  height: 100px;
}

.form .button {
  background-color: #3366cc;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  
    width: 49%;
	margin-bottom:5px;
  transition: all 0.3s ease;
}

.form button:hover {
  background-color: #27408b;
}

.sw-block{
	display:block;
	text-align: center;
}

footer {
    background-color: #3697d9;
    color: white;
    text-align: center;
    padding: 8px 0px 8px;
}

	@media (max-width: 768px) {
    header {
    background-color: #3697d9;
    color: white;
    text-align: center;
    height: 70px;
}
.logo{
	width: 180px;
}
        
}