/* in the name if Allah */

#page-title {
    /*background: -o-repeating-radial-gradient(circle, transparent, transparent 11.5px, #525252 11.5px, #525252 14.8px), -o-repeating-radial-gradient(circle, transparent, transparent 11.5px, #525252 11.5px, #525252 14.8px), #4d4d4d;*/
    /*background: repeating-radial-gradient(circle, transparent, transparent 11.5px, #525252 11.5px, #525252 14.8px), repeating-radial-gradient(circle, transparent, transparent 11.5px, #525252 11.5px, #525252 14.8px), #4d4d4d;*/
    /*background-size: 66px 66px;*/
    /*background-position: 0 0, 33px 33px, 66px 33px;*/
    /*background-color: #4d4d4d;*/
    background-color: #4d4d4d;
    background-image: url("data:image/svg+xml,%3Csvg width='84' height='84' viewBox='0 0 84 84' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233b3b3b' fill-opacity='0.4'%3E%3Cpath d='M84 23c-4.417 0-8-3.584-8-7.998V8h-7.002C64.58 8 61 4.42 61 0H23c0 4.417-3.584 8-7.998 8H8v7.002C8 19.42 4.42 23 0 23v38c4.417 0 8 3.584 8 7.998V76h7.002C19.42 76 23 79.58 23 84h38c0-4.417 3.584-8 7.998-8H76v-7.002C76 64.58 79.58 61 84 61V23zM59.05 83H43V66.95c5.054-.5 9-4.764 9-9.948V52h5.002c5.18 0 9.446-3.947 9.95-9H83v16.05c-5.054.5-9 4.764-9 9.948V74h-5.002c-5.18 0-9.446 3.947-9.95 9zm-34.1 0H41V66.95c-5.053-.502-9-4.768-9-9.948V52h-5.002c-5.184 0-9.447-3.946-9.95-9H1v16.05c5.053.502 9 4.768 9 9.948V74h5.002c5.184 0 9.447 3.946 9.95 9zm0-82H41v16.05c-5.054.5-9 4.764-9 9.948V32h-5.002c-5.18 0-9.446 3.947-9.95 9H1V24.95c5.054-.5 9-4.764 9-9.948V10h5.002c5.18 0 9.446-3.947 9.95-9zm34.1 0H43v16.05c5.053.502 9 4.768 9 9.948V32h5.002c5.184 0 9.447 3.946 9.95 9H83V24.95c-5.053-.502-9-4.768-9-9.948V10h-5.002c-5.184 0-9.447-3.946-9.95-9zM50 50v7.002C50 61.42 46.42 65 42 65c-4.417 0-8-3.584-8-7.998V50h-7.002C22.58 50 19 46.42 19 42c0-4.417 3.584-8 7.998-8H34v-7.002C34 22.58 37.58 19 42 19c4.417 0 8 3.584 8 7.998V34h7.002C61.42 34 65 37.58 65 42c0 4.417-3.584 8-7.998 8H50z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    border-bottom-left-radius: var(--section-br);
    border-bottom-right-radius: var(--section-br);
    color: var(--text-light);
    text-align: center;
    /*-webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 15%), 0% 100%);*/
    /*clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 15%), 0% 100%);*/
}
#page-title .title {
    font-weight: 900;
    text-shadow: 0 3px 6px #0000008c;
}

/* ============================== */
.captcha {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    max-width: 400px;
    margin: 1.5rem auto 0 auto;
}
.captcha img {
    margin-right: 1rem;
    border-radius: var(--border-radius);
    cursor: pointer;
}
/* ============================== */
#tracking .wrapper form {
    padding-top: 1rem;
}
#tracking .wrapper .open i {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 0.8rem;
    -webkit-transition-duration: var(--tr-du);
    -o-transition-duration: var(--tr-du);
    transition-duration: var(--tr-du);
}

/* ============================== */
#submit i {
    vertical-align: middle;
    margin-right: .5rem;
}
/* ============================== */
.form-fields {
    border-radius: var(--border-radius);
    padding: 1rem;
    background-color: var(--text-light);
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}
.form-fields .description {
    border: 1px solid var(--bc);
    border-radius: var(--border-radius);
    padding: 1rem; font-weight: 500;
    position: relative;
}
.form-fields .description .pulse {
    position: absolute;
    top: 1.3rem;
    right: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--main-color);
    -webkit-box-shadow: 0 0 0 0 rgba(15, 181, 131, 0.5);
    box-shadow: 0 0 0 0 rgba(15, 181, 131, 0.5);
    -webkit-animation: pulse 1s 15;
    animation: pulse 1s 15;
}
.form-fields .file-input {
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
}
@-webkit-keyframes pulse {
    100% {
        -webkit-box-shadow: 0 0 0 21.2px #0000;
                box-shadow: 0 0 0 21.2px #0000;
    }
}
@keyframes pulse {
    100% {
        -webkit-box-shadow: 0 0 0 21.2px #0000;
                box-shadow: 0 0 0 21.2px #0000;
    }
}
.form-fields .description p {
    margin: 0;
}
.form-fields .description a {
    color: var(--main-color);
}
.form-fields .description a:hover {
    color: var(--text-dark);
}

.form-check-title {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
}
.popover .table>:not(:first-child) {
    border-top: 0;
}
label.btn {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

/* ============================== */

/* =========== medias =========== */
@media (min-width:992px) {

    #tracking .container-fluid,
    #form-container .container-fluid {
        max-width: 900px !important;
    }
}