@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*{
  color:#686868;
  padding:0;
  margin:0;
  font-family: 'Roboto', sans-serif;
}
.body{
  width: 100%;
  height: 100%;
  display: flex;
}
.right{
  width: calc(100% - 430px);
  height: 100%;
  z-index: 0;
}
.back{
  flex-direction: column;
    place-content: center flex-end;
    display: flex;
    height: 100vh;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-pack: end;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    background-image: url('../image/back.jpg');
}
.left{
  width: 430px;
      display: flex;
    flex-direction: column;
    height: 100%;
    padding: 56px 2.5rem 1rem 38px;
    box-sizing: border-box;
    overflow: auto;
}
.a{
  color:#172733;
  font-size: 16px;
}
.a a{
  color:#ff3e3e;
  font-weight: 500;
  text-decoration: none;
}
.fttt{
  margin-top: 350px;
}
label{
      color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.tt{
      background: #ff000033;
    margin-top: 30px;
    text-align: center;
    color: #670a0a;
    font-size: 12px;
    padding: 10px;
    border-radius: 6px;
    font-weight: 500;
}

.checklist {
            text-align: left;
            background-color: #f9f9f9;
            border-radius: 6px;
            padding: 20px;
            margin-bottom: 25px;
        }

        .checklist-item {
            display: flex;
            align-items: center;
            font-size: 14px;
            color: #333;
            margin-bottom: 12px;
            padding-bottom: 12px;
            border-bottom: 1px solid #eee;
        }

        .checklist-item:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        .checklist-item::before {
            content: '✓';
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            background-color: #10b981;
            color: white;
            border-radius: 50%;
            margin-right: 12px;
            font-weight: bold;
            font-size: 12px;
            flex-shrink: 0;
        }

        .alert {
            border-left: 4px solid;
            border-radius: 4px;
            padding: 16px;
            margin-bottom: 16px;
            text-align: left;
            font-size: 13px;
            line-height: 1.5;
        }

        .alert-important {
            background-color: #fffbeb;
            border-left-color: #f59e0b;
        }

        .alert-important .alert-title {
            color: #d97706;
            font-weight: 600;
            margin-bottom: 6px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .alert-important .alert-content {
            color: #92400e;
        }

        .alert-critical {
            background-color: #ffe0e6;
            border-left-color: #ef4444;
        }

        .alert-critical .alert-title {
            color: #dc2626;
            font-weight: 600;
            margin-bottom: 6px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .alert-critical .alert-content {
            color: #991b1b;
        }

        .continue-btn {
            width: 100%;
            padding: 14px;
            background-color: #ef4444;
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s;
            margin-top: 10px;
        }

        .continue-btn:hover {
            background-color: #dc2626;
        }

        .continue-btn:active {
            background-color: #b91c1c;
        }



.loader {
  --color-1: #eb2328;
  --size: 1px;

  width: calc(160 * var(--size));
  height: calc(6 * var(--size));
  border-radius: calc(3 * var(--size));
  display: block;
  margin: calc(30 * var(--size)) auto;
  background: repeating-linear-gradient(
    90deg,
    var(--color-1) 0,
    var(--color-1) calc(10 * var(--size)),
    transparent calc(10 * var(--size)),
    transparent calc(18 * var(--size))
  );
  background-size: calc(18 * var(--size)) 100%;
  box-sizing: border-box;
  animation: march 0.6s linear infinite;
}

@keyframes march {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: calc(-18 * var(--size)) 0;
  }
}





@media(max-width: 767px){
  .left{
    width: 100%;
  }
  .fttt {
    margin-top: 205px;
  }
}



.ii div , .ii i{
  color: #fff;
  font-size: 14px;
}
.box{
  width: 330px;
  padding: 24px 24px 28px 24px;
  border-left: 1px solid #666872;
  box-shadow: 0 10px 10px 0 #0000004d, 0 6px 3px 0 #0000003b;
  background: #fff;
  border-top: 4px solid #ff3333;
  margin-top: 100px;
}
.frrm input:focus{
  box-shadow: none;
  border:2px solid #86b7fe;
}
.bttn button{
  background:#F01714;
  height: 40px;
  width: auto;
  border: none;
  color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
      padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 2.5rem;
}

.bx{
  box-shadow: 0 1px 8px 0 #3333331a, inset 0 -1px 0 0 #d8d8d880;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  margin-top: 60px;
}
.hr hr{
  height: 100%;
  width: 2px;
  opacity: 1;
  margin: 0 auto;
  color:#e8e8e8;
}
.tok h2{
  color: #000;
  font-size: 23px;
  font-weight: 700;
}
.tok p{
  color: #6C6C6B;
  font-size: 14px;
  margin-top: 20px;
}
.tok i{
  color: #eb2227;
  font-weight: 600;
  margin-right: 10px;
}
.tr{
  font-size: 13px;
  padding: 20px 30px;
  background: #e0e0e0;
  color: #8d8d8d;
  border-radius: 5px;
}

ul li{
  padding: 5px;
  font-size: 13px;
}
.ees {
    margin-left: 5px;
    background: #e0e0e0;
    color: #8d8d8d;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 5px;
}