body{
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: Cairo;
  box-sizing: border-box;
    background-image: url("../images/background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto !important;
    min-height: calc(100vh) !important;
}


@font-face {
  font-family: American Typewriter;
  src: url(../fonts/AmericanTypewriterBQ-Bold.otf);
}

/* Background Colors */
.bg-orange-50 {
    background-color: var(--orange-50) !important;
}
.bg-orange-51 {
    background-color: var(--orange-51) !important;
}
.bg-orange-100 {
    background-color: var(--orange-100) !important;
}
.bg-orange-101 {
    background-color: var(--orange-101) !important;
}
.bg-orange-200 {
    background-color: var(--orange-200) !important;
}
.bg-orange-201 {
    background-color: var(--orange-201) !important;
}
.bg-orange-300 {
    background-color: var(--orange-300) !important;
}
.bg-orange-301 {
    background-color: var(--orange-301) !important;
}
.bg-orange-400 {
    background-color: var(--orange-400) !important;
}
.bg-orange-401 {
    background-color: var(--orange-401) !important;
}
.bg-orange-500 {
    background-color: var(--orange-500) !important;
}
.bg-orange-501 {
    background-color: var(--orange-501) !important;
}
.bg-orange-600 {
    background-color: var(--orange-600) !important;
}
.bg-orange-601 {
    background-color: var(--orange-601) !important;
}
.bg-orange-700 {
    background-color: var(--orange-700) !important;
}
.bg-orange-701 {
    background-color: var(--orange-701) !important;
}
.bg-orange-800 {
    background-color: var(--orange-800) !important;
}
.bg-orange-801 {
    background-color: var(--orange-801) !important;
}
.bg-orange-900 {
    background-color: var(--orange-900) !important;
}
.bg-orange-901 {
    background-color: var(--orange-901) !important;
}
.bg-orange-secondary {
    background-color: var(--orange-secondary) !important;
}

.bg-black {
    background-color: var(--black) !important;
}

.bg-silver{
    background-color: var(--silver) !important;
}

/* Text Colors */
.text-orange-50 {
    color: var(--orange-50) !important;
}
.text-orange-51 {
    color: var(--orange-51) !important;
}
.text-orange-100 {
    color: var(--orange-100) !important;
}
.text-orange-101 {
    color: var(--orange-101) !important;
}
.text-orange-200 {
    color: var(--orange-200) !important;
}
.text-orange-201 {
    color: var(--orange-201) !important;
}
.text-orange-300 {
    color: var(--orange-300) !important;
}
.text-orange-301 {
    color: var(--orange-301) !important;
}
.text-orange-400 {
    color: var(--orange-400) !important;
}
.text-orange-401 {
    color: var(--orange-401) !important;
}
.text-orange-500 {
    color: var(--orange-500) !important;
}
.text-orange-501 {
    color: var(--orange-501) !important;
}
.text-orange-600 {
    color: var(--orange-600) !important;
}
.text-orange-601 {
    color: var(--orange-601) !important;
}
.text-orange-700 {
    color: var(--orange-700) !important;
}
.text-orange-701 {
    color: var(--orange-701) !important;
}
.text-orange-800 {
    color: var(--orange-800) !important;
}
.text-orange-801 {
    color: var(--orange-801) !important;
}
.text-orange-900 {
    color: var(--orange-900) !important;
}
.text-orange-901 {
    color: var(--orange-901) !important;
}
.text-orange-secondary {
    color: var(--orange-secondary) !important;
}

.text-black {
    color: var(--black) !important;
}

.text-silver {
    color: var(--silver) !important;
}

.active{
    color: var(--orange-500) !important;
}

.addon{
    border-left: 0 !important;
    border-radius: 0.25rem !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.addon-2{
    border-right: 0 !important;
    border-radius: 0.25rem !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.addon i, .addon-2 i{
    width: 15px;
    height: 15px;
}

.input-custom-style{
    margin-left: 0 !important;
    padding-right: 0 !important;
    border-right: 0 !important;
    border-radius: 0.25rem !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.input-custom-style-2{
    border-left: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.input-custom-style::placeholder{
    color: var(--orange-200) !important;
}

.input-custom-style:focus{
    outline: none !important;
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
    padding-right: 0.5rem !important;
}


