body {
    font-family: "Dubai W23";
    background: url('../../../assets/images/map.png') no-repeat fixed;
    background-position: top;
    font-size: 1.2rem !important;
}

.divRaty img {
    max-width: 16px;
}

.h5PageTitle {
    font-size: 23px;
    font-weight: bold;
    color: #004e89;
    margin-bottom: 35px;
    display: inline-block;
}

.btn {
    font-size: 1.2rem !important;
}

.form-control {
    font-size: 1.2rem !important;
}

input.form-control {
    border-radius: 25px;
}

textarea.form-control {
    border-radius: 15px;
}

input.form-control:focus {
    box-shadow: none;
}

.dropdown-toggle {
    background-color: #ffffff;
}

.bootstrap-select .btn:focus {
    outline: none !important;
    box-shadow: none;
}

.mainContainer {
    margin-top: 15px;
    margin-bottom: 75px;
}

input::placeholder,
textarea::placeholder {
    color: #c3c3c3;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c3c3c3;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #c3c3c3;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #c3c3c3;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #c3c3c3;
}

.form-control::-webkit-input-placeholder {
    color: #c3c3c3;
}


/* WebKit, Blink, Edge */

.form-control:-moz-placeholder {
    color: #c3c3c3;
}


/* Mozilla Firefox 4 to 18 */

.form-control::-moz-placeholder {
    color: #c3c3c3;
}


/* Mozilla Firefox 19+ */

.form-control:-ms-input-placeholder {
    color: #c3c3c3;
}


/* Internet Explorer 10-11 */

.form-control::-ms-input-placeholder {
    color: #c3c3c3;
}


/* Microsoft Edge */

.bootstrap-filestyle input {
    background-color: #ffffff !important;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

.group-span-filestyle label,
.group-span-filestyle label:hover {
    background-color: #ffffff !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    color: #004e89;
    border: 1px solid #ced4da;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #004e89 !important;
    color: #ffffff;
    border-radius: 0px;
}

.btn {
    box-shadow: none;
    outline: none;
}

*:focus {
    outline: none !important;
    outline: 0;
}

textarea:focus,
input:focus {
    outline: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #030303 !important;
    border-color: #030303 !important;
    border-radius: 25px;
}

.btn {
    border-radius: 25px;
}

.custom-checkbox span {
    position: relative;
    top: 2px;
    text-transform: none;
    font-size: 14px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #adb5bd;
    background-color: #ffffff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
    color: #004e89;
    margin-left: 3px;
    font-size: 10px;
    margin-top: 1px;
}

.spanInputError {
    color: #f4516c;
    font-size: 14px;
}

.inputError {
    border: 1px solid #f4516c !important;
}

.clear {
    clear: both;
}

.dropdown-toggle::after {
    color: #030303;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    content: "\f107";
    border: none !important;
    position: absolute;
    right: 10px;
}

.dropdown-toggle[aria-expanded=true]::after {
    content: "\f106";
}

.dropdown-toggle[aria-expanded=false]::after {
    content: "\f107";
}

.dropdown-toggle.btn-light {
    border: 1px solid #ced4da;
    border-radius: 25px !important;
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    background-color: #030303;
    border-radius: 0px;
}

.hide {
    display: none;
}

.pagination a {
    color: #004e89;
}

.pagination .page-item.active .page-link {
    background-color: #004e89;
    border-color: #004e89;
}

.input-group-append {
    cursor: pointer;
}

.breadcrumb {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
}
.breadcrumb a {
    color: #004e89;
}

.h5InnerPageTitle {
    font-size: 19px;
    font-weight: bold;
    color: #004e89;
    margin-bottom: 35px;
    display: inline-block;
}

.imgBlockUI {
    width: 28px;
}

.btn-default {
    border-color: #ccc;
}

.modal-title {
    font-size: 17px;
    font-weight: bold;
    color: #004e89;
}

#divRecord {
    background-color: #ffffff;
}

#tbRecord tr td {
    vertical-align: middle !important;
    font-size: 14px;
}

#divImgLoader {
    text-align: center;
}

#paging {
    text-align: center;
    margin-top: 20px;
}

.divRecordCount {
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 10px;
    color: #666;
    padding-bottom: 20px;
}

#imgLoader {
    display: inline-block;
    max-width: 32px;
    max-height: 32px;
}

.pagination {
    display: inline-flex;
}

.divNoRecord {
    text-align: center;
}

.table tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.datepicker table tr td,
.datepicker table tr th {
    font-size: 14px;
}

.modal .alert {
    text-align: center;
}

.spanRequiredAsterisk {
    color: #f4516c;
    position: relative;
    bottom: 2px;
    font-size: 16px;
    font-weight: normal;
}

.cursorPointer {
    cursor: pointer;
}

.autoDetectLtrRtl {
    text-align: start;
    unicode-bidi: plaintext;
}

.video-js
{
    width:100%;
}

.divImageWithPlay
{
    position: relative;
}

.divImageWithPlay .imgPlay
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    width: 40px;
}

@media screen and (max-width: 1050px) and (min-width: 100px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) and (min-width: 100px) {
    .h5PageTitle,
    .h5InnerPageTitle {
        margin: 0 auto;
        text-align: center;
    }
}