﻿

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
    overflow-x: hidden;
}

body {
    margin-bottom: 60px;
    font-family: 'Times New Roman', Times, serif;
    overflow-x: hidden;
}

header, .navbar {
    margin: 30px;
    width: 100%;
}

.navbar-toggler {
    display: none !important;
}

form {
     width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

    form label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

form .form-control {
    margin-bottom: 15px;
}

form button {
    width: 100%;
    font-size: 16px;
}

.container {
    max-width: 800px;
    background: #fff;
    padding: 30px;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.law-notice {
    background-color: #fff3cd;
    border-left: 5px solid #ffecb5;
    padding: 15px;
    margin-bottom: 25px;
    font-size: 0.9em;
    color: #856404;
    text-align: justify;
}

h2 {
    text-align: center;
}

button.btn-success {
    width: 200px;
    display: block;
    margin: 20px auto;
}

.sidebar-logo {
    position: absolute; /* absolute ба parent нисбатан ҳисоб мешавад */
    top: 0;
    left: 0;
    margin: 0; /* бе ҳеч фосила */
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 9999;
}

    .sidebar-logo video {
        width: 60px;
        height: auto;
    }

    .sidebar-logo .logo-text {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
        color: #0b3a6a;
    }
