        body {
            font-family: 'Tahoma';
            direction: rtl;
            text-align: right;
            padding: 20px;
            background-color: #f4f4f4;
        }

        .container {
            max-width: 600px;
            margin: 0 auto;
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        h2 {
            font-size: 12.5pt;
            margin-bottom: 20px;
            color: #333;
        }

        label {
            font-size: 10pt;
            margin-bottom: 10px;
            display: block;
            color: #555;
        }

        input[type="text"], textarea, select, button {
            padding: 10px;
            margin-bottom: 20px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 10pt;
        }

        textarea {
            width: 95%;
        }

        input[type="button"]  {
            padding: 10px 20px;
            font-size: 10pt;
            color: #fff;
            background-color: #007bff;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }

        button {
            padding: 10px 20px;
            font-size: 10pt;
            color: #fff;
            background-color: #007bff;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }

        button:hover {
            background-color: #0056b3;
        }

        .form-step {
            display: none;
        }

        .form-step.active {
            display: block;
        }

        .select2-container .select2-selection--single {
            font-family: Tahoma;
            font-size: 10pt;
            font-weight: normal;
        }
        .select2-container .select2-results__option {
            font-family: Tahoma, sans-serif;
            font-size: 10pt;
            font-weight: normal;
        }






        .demo-preview {
            padding-top: 20px;
            padding-bottom: 10px;
            width: 70%;
            margin: auto;
            text-align: center;
        }

        .alert {
            padding: .7143rem 1.071rem;
            margin-bottom: 1.429rem;
            border-radius: 2px;
            border: 1px solid transparent;
            color: #FFF
        }

        .alert.alert-square {
            border-radius: 0
        }

        .alert .close {
            position: relative
        }

        .alert.alert-dismissable,
        .alert.alert-dismissible {
            padding-right: 2.5rem
        }

        .alert.alert-dismissable .close,
        .alert.alert-dismissible .close {
            top: -2px;
            right: -20px;
            color: inherit
        }

        .alert.alert-success {
            background-color: #64DD17;
            border-color: #64DD17;
            font-size: 10pt;
            font-family: tahoma;
        }









        .select2.select2-container {
            width: 100% !important;
        }

        .select2.select2-container .select2-selection {
            border: 1px solid #ccc;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            height: 34px;
            margin-bottom: 15px;
            outline: none !important;
            transition: all .15s ease-in-out;
        }

        .select2.select2-container .select2-selection .select2-selection__rendered {
            color: #333;
            line-height: 32px;
            padding-right: 40px;
        }

        .select2.select2-container .select2-selection .select2-selection__arrow {
            background: #f8f8f8;
            border-left: 1px solid #ccc;
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
            height: 32px;
            width: 33px;
        }

        .select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
            background: #f8f8f8;
        }

        .select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
            -webkit-border-radius: 0 3px 0 0;
            -moz-border-radius: 0 3px 0 0;
            border-radius: 0 3px 0 0;
        }

        .select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
            border: 1px solid #34495e;
        }

        .select2.select2-container .select2-selection--multiple {
            height: auto;
            min-height: 34px;
        }

        .select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
            margin-top: 0;
            height: 32px;
        }

        .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
            display: block;
            padding: 0 4px;
            line-height: 29px;
        }

        .select2.select2-container .select2-selection--multiple .select2-selection__choice {
            background-color: #f8f8f8;
            border: 1px solid #ccc;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            margin: 4px 4px 0 0;
            padding: 0 6px 0 22px;
            height: 24px;
            line-height: 24px;
            font-size: 12px;
            position: relative;
        }

        .select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
            position: absolute;
            top: 0;
            left: 0;
            height: 22px;
            width: 22px;
            margin: 0;
            text-align: center;
            color: #e74c3c;
            font-weight: bold;
            font-size: 16px;
        }

        .select2-container .select2-dropdown {
            background: transparent;
            border: none;
            margin-top: -5px;
        }

        .select2-container .select2-dropdown .select2-search {
            padding: 0;
        }

        .select2-container .select2-dropdown .select2-search input {
            outline: none !important;
            border: 1px solid #34495e !important;
            border-bottom: none !important;
            padding: 10px 12px !important;
            direction: rtl;
            font-weight: normal;
            font-family: tahoma;
            font-size: 10pt;
        }

        .select2-container .select2-dropdown .select2-results {
            padding: 0;
        }

        .select2-container .select2-dropdown .select2-results ul {
            background: #fff;
            border: 1px solid #34495e;
        }

        .select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
            background-color: #3498db;
        }