
select.form-control {
    padding: 0px !important;
}

.bootstrap-select .dropdown-menu {
    min-width: 250px !important;
}

tr.bg-primary td {
    background: #8e5ea2;
    color: #fff;
}

.dropdown-menu.inner {
    height: auto !important;
    /*max-height: 300px !important; */
}

* {
    font-family: 'Cairo';
}

/* ul.side-menu li {
    border-bottom: 1px solid rgba(150, 150, 150, 0.4);
} */

.sidebar-footer a {
    color: #ddd;
    width: 33%;
}

a[rel="tooltip"] {
    font-family: 'Cairo' !important;
}

.profile_img {
    width: 100px;
    height: 60px;
    padding: 5px !important;
}

table.table tr.first-row {
    background: #0f3d4a;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 40px;

}

table.table tr {
    color: #0f3d4a;
    font-size: 12px;
    font-weight: bold;

}

button.btn {
    font-family: 'Cairo' !important;
    font-size: 16px;;
}

.search_input {
    width: 300px;
    height: 40px;
}

button.btn-sm {
    font-size: 12px !important;
}

button.click {
    font-size: 12px;
    height: 25px;
    padding-top: 5px;
    width: 50px;
}

.form-check {
    position: relative;
    display: block;
    margin: 20px 0;
    padding-left: 1.25rem;
}

input[type=checkbox]:checked, input[type=checkbox]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

input[type=checkbox], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.form-check-input[type=checkbox] + label, label.btn input[type=checkbox] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check-label {
    margin-bottom: 0;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.form-check-input[type=checkbox]:checked + label:before, label.btn input[type=checkbox]:checked + label:before {
    top: -10px;
    left: -10px;
    width: 14px;
    height: 1.975rem;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid green;
    border-bottom: 2px solid green;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-check-input[type=checkbox] + label:before, .form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox] + label:before, label.btn input[type=checkbox]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 28px;
    height: 28px;
    z-index: 0;
    border: 2px solid #8a8a8a;
    border-radius: 0px;
    margin-top: 3px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox]:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.catg {

    border: 1px solid #333;
    padding: 30px;
    direction: rtl;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    min-height: 120px;
}

a.category {
    width: 100%;
}

.catg div.circle {


    border: 1px solid #333;
    text-align: center;
    width: 40px;
    border-radius: 100%;
    display: block;
    height: 40px;
    position: absolute;
    padding-top: 3px;
    margin: -50px auto;
    font-size: 20px;
    font-weight: bold;
}

.catg:hover {
    background: rgb(27, 42, 73);
    color: #fff;
    transition: all 300ms ease-in-out;
}

.catg:hover div.circle {
    background: rgb(27, 42, 73);
    color: #fff;
    border: 2px solid #fff;
    outline: 0;
    transition: all 300ms ease-in-out;
}


.catg2 {


    border: 1px solid #333;
    padding: 20px 10px 10px 10px;
    direction: rtl;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    min-height: 120px;
    margin-top: 5px;
}

.catg2 div.circle {


    border: 1px solid #333;
    text-align: center;
    width: 30px;
    border-radius: 100%;
    display: block;
    height: 30px;
    position: absolute;
    padding-top: 2px;
    outline: 7px solid #f5f5f5;
    margin: -35px auto;
    font-size: 14px;
    font-weight: bold;
}

.catg2:hover {
    background: rgb(27, 42, 73);
    color: #fff;
    transition: all 300ms ease-in-out;
}

.catg2:hover div.circle {
    background: rgb(27, 42, 73);
    color: #fff;
    border: 2px solid #fff;
    outline: 0;
    transition: all 300ms ease-in-out;
}

a, a:hover {
    text-decoration: none;
    color: #444;
}

label {
    font-size: 15px;
}

.bill_details {
    margin-top: 60px;
}

@media print {
    .alert-info {
        background-color: rgba(52, 152, 219, 0.88) !important;
        color: #fff !important;
        font-weight: bold !important;
    }

    .alert-success {
        background-color: rgba(38, 185, 154, 0.88) !important;
        color: #fff !important;
        font-weight: bold !important;
    }

    .alert-dark {
        background-color: rgba(52, 73, 94, 0.88) !important;
        color: #fff !important;
        font-weight: bold !important;
    }

    .alert-danger {
        background-color: rgba(231, 76, 60, 0.88) !important;
        color: #fff !important;
        font-weight: bold !important;
    }

    .alert-warning {
        background-color: rgba(243, 156, 18, 0.88) !important;
        color: #fff !important;
        font-weight: bold !important;
    }

    table thead {
        background: rgba(231, 76, 60, 0.88) !important;
        color: #fff !important;
        font-weight: bold !important;
        -webkit-print-color-adjust: exact !important;
    }

    table thead th {
        background: rgba(231, 76, 60, 0.88) !important;
        color: #fff !important;
        font-weight: bold !important;
        -webkit-print-color-adjust: exact !important;
    }

    .progress-bar {
        color: #fff !important;
        background-color: darkcyan !important;
        font-size: 15px;
        font-weight: bold;
    }

    .no-print {
        display: none;
    }

    .print {
        display: block;
    }

    body {
        -webkit-print-color-adjust: exact !important;
    }

    table {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media screen {
    .print {
        display: none;
    }

    .bootstrap-select {
        width: 100% !important;
    }

    table {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 20px;
    }

    table thead {
        background: rgba(231, 76, 60, 0.88) !important;
        color: #fff !important;
        font-weight: bold !important;
        -webkit-print-color-adjust: exact !important;
    }

    table thead th {
        background: rgba(231, 76, 60, 0.88) !important;
        color: #fff !important;
        font-weight: bold !important;
        -webkit-print-color-adjust: exact !important;
    }
}

table tbody tr:hover {
    background: #ddd !important;
}


.message {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: fixed;
    z-index: 99999;
    width: 80%;
    height: 50px;
    padding: 10px;
    border-radius: 5px;
    top: 10%;
    left: 2%;
    display: none;
    margin: auto !important;
}

.notification {
    background: #f44336;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: fixed;
    z-index: 99999;
    width: 80%;
    height: 50px;
    padding: 15px;
    top: 0;
    left: 0;
    display: none;
    margin: auto !important;
}

@media only screen and (min-width: 600px) {
    .message {
        width: 40%;
    }

    .notification {
        width: 40%;
    }
}

@media only screen and (max-width: 600px) {
    .message {
        width: 60%;
    }

    .notification {
        width: 60%;
    }
}


/*=========================================================
	04 -> CATEGORY SHOP
===========================================================*/

.shop {
    position: relative;
    overflow: hidden;
    margin: 15px 0px;
    box-shadow: 0px 2px 6px 0
    hsla(0, 0%, 0%, 0.2);
  }
  
  .shop:hover {
    -webkit-box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #025971;
    box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #025971;
  }
  
  .shop .shop-img {
    position: relative;
    background-color: #E4E7ED;
    z-index: -1;
  }
  
  .shop .shop-img>img {
    width: 100%;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  
  .shop .shop-body {
    position: absolute;
    top: 0;
    width: 75%;
    padding: 30px;
    z-index: 10;
  }
  
  .shop .shop-body h3 {
    color: #FFF;
  }
  
  .shop .shop-body .cta-btn {
    color: #FFF;
    text-transform: uppercase;
  }