body
{
    font-family: "CenturyGothic";
    direction: ltr;
}

/* loader-wait */
form .loader-wait
{
    float: left;
}

/* *** */
::-webkit-input-placeholder
{
    font-family: "CenturyGothic";
    direction: ltr;
}
:-moz-placeholder
{
    font-family: "CenturyGothic";
    direction: ltr;
}
::-moz-placeholder
{
    font-family: "CenturyGothic";
    direction: ltr;
}
:-ms-input-placeholder
{
    font-family: "CenturyGothic";
    direction: ltr;
}

/* *** */

.sweet-alert
{
    font-family: "CenturyGothic";
}

/* file btn
***********************************************************************************************************************/

.input-file-box
{
    float: left;
    margin: 0 2px 2px 0;
}

/* * */

.input-file-no-image-box .file-name
{
    float: left;
}
.input-file-no-image-box .fas
{
    float: left;
}

/*
***********************************************************************************************************************/

.form-star
{
    margin-right: 0;
    margin-left: 5px;
}

.form-field-star:after
{
    right: 20px;
    left: auto;
}
/*
***********************************************************************************************************************/

.form-horizontal .control-label
{
    text-align: left;
}

.form-star
{
    margin-right: 0;
    margin-left: 5px;
}

.form-field-star:after
{
    right: 20px;
    left: 0;
}

.input-checkbox-style-box, .input-radiobox-style-box
{
    float: left;
}
.input-checkbox-style-box:before, .input-radiobox-style-box:before
{
    right: auto;
    left: 0;
}

/*
***********************************************************************************************************************/