
        input[type="text"],
        input[type="email"],
        input[type="phone"] {
            background: transparent;
            border: none;
            border-bottom: 1px solid #0693e3;
            outline: none;
            /* Remove the default focus outline */
        }

        input[type="text"]:focus,
        input[type="email"]:focus,
        input[type="phone"]:focus {
            background: transparent;
            border: none;
            border-bottom: 2px solid #0693e3;
            /* Increase the border thickness on focus */

        }

        .debit input[type="text"] {
            width: 20px;
            height: 20px;
            text-align: center;
            border: 1px solid #0693e3;
            border-radius: 5px;
            font-size: 16px;
        }

        /* input[type='radio'] {
  box-sizing: border-box;
  appearance: none;
  background: white;
  outline: 1px solid #333;
  border: 3px solid white;
  width: 16px;
  height: 16px;
} */

        input[type='radio']:checked {
            background: #333;
        }

        body {
            font-size: 15px;
            font-family: Arial, Helvetica, sans-serif;
            padding-top: 30px;
            padding-bottom: 30px;
            padding-left: 20px;
            padding-right: 20px;


        }

        .border {
            border: 13px solid rgb(124, 196, 247) !important;
        }

        h3,
        h4 {
            background-color: rgb(110, 175, 221);
            color: blue;

        }

        .container,
        .row {
            padding: 0%;
        }

        .contents {
            margin-left: 2%;
        }
        .arabic{
            text-align: right;
        }

        .custom-list {
            list-style-position: inside!important; /* This places the bullets on the right side */
            
        }
        .custom-list li::marker {
            text-align: right!important;
        }