

@font-face {
    font-family: 'ar';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/arl.ttf');
}


@font-face {
    font-family: 'ar';
    font-style: normal;
    src: url('/fonts/arr.ttf');
}

@font-face {
    font-family: 'ar';
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/arb.ttf');
}

@font-face {
    font-family: 'ar';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/arbb.ttf');
}

body {
    font-family: ar;
    font-weight: 400;
    color: #777;
    background-color: #fafafa;
}

.rtl .br-pageheader .breadcrumb {
    font-size: 14px;
}

.rtl .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    padding-left: 0.5rem;
}

.rtl .breadcrumb-item + .breadcrumb-item {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.media-list .notifications-list {
    max-height: 280px;
    overflow-y: auto;
}

.letter-spacing-0 {
    letter-spacing: 0;
}

.br-pagetitle h4 {
    margin-bottom: 0;
    color: #555;
    font-size: 2em;
    line-height: 1;
    font-weight: bold;
}

.br-section-wrapper {
    padding: 40px;
}

.menu-item-icon {
    font-size: 17px;
    margin-bottom: .5rem;
}

.rtl .menu-item-label {
    margin-right: 10px;
}

.form-check-input {
    margin-top: .1rem;
    margin-right: 0;
}

.form-check-label {
    margin-right: 1.25rem;
}

.table {
    margin-bottom: 0;
}

.br-pagetitle {
    padding-bottom: 0px;
}

.rtl .close {
    float: left !important;
    margin-right: auto !important;
    margin-left: 0 !important;
}

.br-pagetitle .icon {
    font-size: 30px;
    line-height: 1;
    color: #555;
}

.form-layout-2 .form-group, .form-layout-3 .form-group {
    padding: 10px !important;
}

.main-container p {
    font-size: 18px;
}

.search {
    position: relative;
}

.result {
    width: 100%;

    background: #fff;

}

.hint {
    font-style: italic;
    color: #999;
    margin-bottom: 0;
}

.result div {
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #CCCCCC;
    border-top: none;
    cursor: pointer;
    background: #fff;
}

.result div:hover {
    background: #f2f2f2;
}

.inline {
    display: inline;
}

.xBig {
    font-size: 80px;
}

.noCursor {
    cursor: auto !important;
}

.nowrap {
    white-space: nowrap;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

/* Styling Checkbox Starts */
.checkbox-label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 24px;
    clear: both;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: relative;
    display: block;
    float: right;
    /*top: 0px;*/
    /*left: 0px;*/
    height: 24px;
    width: 24px;
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 2px solid #009BFF;
}


.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #009BFF;
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #fff;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


.checkbox-label input:checked ~ .checkbox-custom::after {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity:1;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    background-color: transparent;
    border-radius: 0;
}



/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #009BFF;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.cursor-pointer{
    cursor:pointer;
}
.table-row:hover{
    background-color: #e9ecef;
}

.count-title {
    font-size: 30px;
    font-weight: normal;
    margin-top: 10px;
    margin: 0;
    text-align: center;
    color:#212529;
    font-weight: bold;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    color:#212529;
}
.statistics-icon {
    margin: 0 auto;
    float: none;
    display: table;
    color: #27AAC8;
}
.count-dates{
    color: #777;
}
.btn-primary {
    background: #19a7ae;
    border: none;
}
.btn-primary:hover {
    background: #19a7ae;
    border: #19a7ae;
}
.btn-primary:active{
    background: #138c92;
}
.btn-primary:not(:disabled):not(.disabled):active{
    color: #fff;
    background: #138c92;
    -color: #138c92;
}
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(19, 140, 149, .5);
    background: #138c92;
}
.spinner{
    z-index: 10000;
    background: #2d22229c;
}
.spinner svg {
    width: 30%;
    height: 30%;
    margin: 20px;
}
.flash-message {
    position: fixed;
    bottom: 0;
    left: 10px;
    animation: message-in 1s ease 200ms backwards;
}

.flash-message-icon {
    width: 1.5rem;
    height: 1.5rem;
}

@keyframes message-in {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translate(0px);
    }
}

.flash-message-dismissed {
    animation: message-out 1s ease 200ms backwards;
    opacity: 0;
}

@keyframes message-out {
    from {
        opacity: 1;
        transform: translate(0px);
    }

    to {
        opacity: 0;
        transform: translateX(-100px);
    }
}

.gap-10px {
    gap: 10px;
}
