@font-face {
    font-family: 'Cairo-Bold';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Cairo-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Cairo';
    font-style: Bold;
    font-weight: 700;
    src: url(../fonts/Cairo-Bold.ttf) format('truetype');
}

html[lang="ar"] body *:not(.fa, .fab, .fad, .fal, .far, .fas) {
    font-family: "Cairo-Bold"
}


[class*="icheck-"] {
    min-height: 22px;
    margin-top: 6px !important;
    margin-bottom: 6px;
    padding-left: 0;
}

.icheck-inline {
    display: inline-block;
}

.icheck-inline + .icheck-inline {
    margin-left: 0.75rem;
    margin-top: 6px;
}

[class*="icheck-"] > label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

[class*="icheck-"] > input:first-child {
    position: absolute !important;
    opacity: 0;
    margin: 0;
}

[class*="icheck-"] > input:first-child:disabled {
    cursor: default;
}

[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #d3cfc8;
    border-radius: 0;
    margin-left: -29px;
    background-color: #fff;
}

[class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after,
[class*="icheck-"] > input:first-child:checked + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 10px;
    border: solid 2px #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}

[class*="icheck-"] > input[type="radio"]:first-child + input[type="hidden"] + label::before,
[class*="icheck-"] > input[type="radio"]:first-child + label::before {
    border-radius: 50%;
}

[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-width: 2px;
}

[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label,
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child:disabled + label,
[class*="icheck-"] > input:first-child:disabled + label::before {
    pointer-events: none;
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}

.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #2e6da4;
}

.icheck-primary > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-primary > input:first-child:checked + label::before {
    background-color: #337ab7;
    border-color: #2e6da4;
}

body.rtl [class*="icheck-"] > label {
    padding-right: 29px !important;
    padding-left: 0px !important;
}

body.rtl [class*="icheck-"] > input:first-child + input[type="hidden"] + label::before,
body.rtl [class*="icheck-"] > input:first-child + label::before {
    margin-left: 0px;
    margin-right: 0px;
}

body.rtl [class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after,
body.rtl [class*="icheck-"] > input:first-child:checked + label::after {
    left: inherit;
    right: 15px;
}

.w-150{
    width: 150px;
}
