/* :root {
   
    --black: var(--mySecColor);
    --myColor: #0066cc;
    --mySecColor: #eee;
    --myHovercColor: rgba(0,0,0,0.4);
    --myTextColor: rgb(234, 229, 229);
    --mydarkColor: #003d99;
 } */

.page-title,
.page-header {
    direction: rtl !important;
    text-align: right !important;
}

.yajra-datatable tbody tr {
    background-color: var(--myCardColor) !important;
    color: #fff;
}

table tr td {
    border-bottom: 1px solid var(--myCardColor) !important;
}

.scrollable-element {
    scrollbar-color: dark;
}

.status_icon {
    font-size: 22px !important;
    cursor: pointer;
}

.form_rtl {
    text-align: right;
    direction: rtl;
}

.home_cards .stretch-card {
    direction: rtl;
    text-align: right;
}

.table-responsive img {
    width: 90px !important;
    height: 90px !important;
    border: 2px solid var(--mySecColor);
}

.img_show {
    border: 3px solid var(--mySecColor);
}

.card_profile {
    text-align: right;
    direction: rtl;
}

.card_profile img {
    border: 1px solid silver;
    width: 100%;
    border-radius: 5px;
    height: 320px;
}

.card_profile .button_active {
    background: rgb(252, 176, 69);
    background: linear-gradient(90deg, rgba(252, 176, 69, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(131, 58, 180, 1) 100%);
    padding: 8px 50px;
    border-radius: 50px;
    border: 1px solid #333;
    color: #fff;
}

.card_profile .button_unactive {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(0, 102, 204, 1) 100%);
    padding: 8px 50px;
    border-radius: 50px;
    border: 1px solid #333;
    color: #fff;
}

.profile_card_one,
.profile_card_tow {
    position: relative;
    overflow: hidden;
}

.profile_card_one .square_one {
    position: absolute;
    width: 200px;
    height: 200px;
    top: -100px;
    left: -100px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    opacity: 0.3;
}

.profile_card_one .square_tow {
    position: absolute;
    right: -150px;
    top: calc(50% - 150px);
    width: 300px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 3;
    transform: rotate(45deg);
    transition-duration: 0.9s;
}

.profile_card_one .square_tow:hover {
    right: -200px;
    top: calc(50% - 200px);
    width: 400px;
    height: 400px;
}

.profile_card_tow .square_tow {
    position: absolute;
    right: -150px;
    top: calc(50% - 150px);
    width: 300px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 3;
    transform: rotate(45deg);
    transition-duration: 0.9s;
}

.profile_card_tow .square_tow:hover {
    right: -200px;
    top: calc(50% - 200px);
    width: 400px;
    height: 400px;
}

.roww_added {
    position: relative;
    z-index: 2;
}

.delete_added {
    background-color: rgba(253, 29, 29, 1);
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 3;
}

.delete_added .mdi-delete-outline {
    font-size: 25px;
    color: #fff;
}



.bg_gree {
    background-color: #498649 !important;
}

.bg_red {
    background-color: rgb(111, 86, 86) !important;
}

input,
select {
    color: var(--myColor) !important;
    background-color: var(--mySecColor) !important;
}

.form-select {
    border-color: var(--myColor) !important;
    padding: 7px;
}


/* target the scrollbar */
.table-responsive::-webkit-scrollbar,
.box_result2::-webkit-scrollbar {
    width: 10px;
    /* set width of the scrollbar */
}

/* track */
.table-responsive::-webkit-scrollbar-track,
.box_result2::-webkit-scrollbar-track {
    background-color: var(--mydarkColor);
    /* set background color of track */
}

/* thumb */
.table-responsive::-webkit-scrollbar-thumb,
.box_result2::-webkit-scrollbar-thumb {
    background-color: var(--myHovercColor);
    /* set background color of thumb */
    border-radius: 5px;
    /* set border radius of thumb */
}

/* on hover */
.table-responsive::-webkit-scrollbar-thumb:hover,
.box_result2::-webkit-scrollbar-thumb:hover {
    background-color: var(--myHovercColor);
    /* set background color of thumb on hover */
}

.tomato {
    background-color: tomato !important;
}

.modal-content {
    background-color: var(--mySecColor) !important;
    border: 1px solid var(--mySecColor) !important;
    color: var(--myColor);
}

.modal-content .close {
    color: tomato !important;
}


.card_light {
    background-color: transparent !important;
    color: #333 !important;
    text-align: right;
}

.card_light select {
    border: 1px solid var(--myColor) !important;
}

.card_light img {
    border: 3px solid #fff !important;
}


.btn_add {
    background-color: #EB6440 !important;
    color: #fff;
    border-color: #EB6440;

}

.btn_add:hover {
    opacity: 1;
}


.sidebar-brand,
.brand-logo-mini {
    color: var(--mySecColor) !important;
}

.myCard {
    background-color: var(--myCardColor) !important;
    color: #333 !important;
}

.bg_0 {

    background: #00b09b;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #96c93d, #00b09b);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #96c93d, #00b09b);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    overflow: hidden;
    border: none;
}

.sq_0 {
    width: 150px;
    height: 150px;
    position: absolute;
    top: -10px;
    right: -30px;
    background-color: rgba(255, 255, 255, 0.1);
    transform: rotate(45deg);
    transition-duration: 0.5s;
}

.sq_00 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40px;
    right: 120px;
    background-color: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg);
    transition-duration: 1.2s;
}

.sq_00:hover {
    transform: rotate(360deg);
}

.sq_0:hover {
    width: 185px;
    height: 165px;
}

.sq_1 {
    width: 200px;
    height: 200px;
    position: absolute;
    top: -50px;
    left: -40px;
    background-color: rgba(255, 255, 255, 0.1);
    transition-duration: 2s;
}

.sq_1:hover {
    top: -150px;
    width: 700px;
    height: 700px;
}

.bg_1 {
    background: #b92b27;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1565C0, #b92b27);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1565C0, #b92b27);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    overflow: hidden;
    border: none;

}

.bg_2 {
    background: #373B44;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4286f4, #373B44);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4286f4, #373B44);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    overflow: hidden;
    border: none;
}

.bg_3 {
    background: #FF0099;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #493240, #FF0099);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #493240, #FF0099);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    overflow: hidden;
    border: none;
}

.bg_4 {
    background: #ad5389;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3c1053, #ad5389);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3c1053, #ad5389);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: none;
    position: relative;
    overflow: hidden;
}




.bg_5 {
    background: #aa4b6b;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3b8d99, #6b6b83, #aa4b6b);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3b8d99, #6b6b83, #aa4b6b);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    overflow: hidden;
    border: none;
}

.bg_6 {
    background: #1f4037;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #99f2c8, #1f4037);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #99f2c8, #1f4037);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    overflow: hidden;
    border: none;
}

.bg_7 {
    background: #f953c6;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #b91d73, #f953c6);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #b91d73, #f953c6);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    overflow: hidden;
    border: none;
}

.bg_8 {
    background: #659999;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f4791f, #659999);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f4791f, #659999);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    overflow: hidden;
    border: none;
}

.bg_9 {

    background: #c31432;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #240b36, #c31432);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #240b36, #c31432);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    overflow: hidden;
    border: none;
}

/* .icon-box-light{
    color: #fff !important;
} */

.btn_master {
    background: #3494E6;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #EC6EAD, #3494E6);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #EC6EAD, #3494E6);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    transition: 0.8s !important;
    border: none;
    padding: 15px 40px !important;
    opacity: 0.9;
}

.btn_master:hover {
    background: #3494E6;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fb5bab, #1f91f5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff3b9d, #1688ec);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    transform: scale(1.1);
    opacity: 1;

}

.bg_opacity {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 5px 0px;
}

.bg_opacity li {
    opacity: 0.9;
}

.bg_opacity li:hover {
    opacity: 1;
    font-weight: bold;
}

.btn_hero {
    background: #cb2d3e;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ef473a, #cb2d3e);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ef473a, #cb2d3e);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: none;
    padding: 15px 40px;
    transition: 0.8s !important;
    opacity: 0.9;
}

.btn_hero:hover {
    opacity: 1;
    background: #fff;
    background-color: #fff !important;
    color: #cb2d3e;
    transform: scale(1.1);

}

#myVideo {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.login_page {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.login_page .container-scroller {
    position: relative;
    z-index: 4;
}


.overly_hero {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.5);
}

.btn_login {
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
    padding: 15px;
    transition: 0.8s !important;
    border: none;
}

.btn_login:hover {
    background: #cb2d3e;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ef473a, #cb2d3e);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ef473a, #cb2d3e);
}

.p_input {
    padding: 20px !important;
}

.bg_opacity2 {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.bg_opacity2 li {
    opacity: 0.9;
}

.bg_opacity2 li:hover {
    opacity: 1;
    font-weight: bold;
}


/* orders */
.box_contain {
    position: relative;
}


.box_result {
    position: absolute;
    top: 60px;
    right: 0px;
    width: 100%;
    max-height: 600px;
    overflow-y: scroll;
    z-index: 100;
    border-radius: 5px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    padding-bottom: 50px;
}

.box_result2 {
    position: absolute;
    top: 60px;
    right: 0px;
    width: 100%;
    max-height: 600px;
    overflow-y: scroll;
    z-index: 100;
    border-radius: 5px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8) !important;
    padding-bottom: 50px;
}

.box_result2 table {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 20px;
    font-weight: bold
}

.box_result2 tr {
    cursor: pointer;
}

.box_result p,
.box_result2 p {
    border-bottom: 1px solid rgb(135, 134, 134);
    padding: 0px;
    font-size: 18px;
    padding-bottom: 5px;
    cursor: pointer;
}

.box_result span,
.box_result2 span {
    float: left;
    position: relative;
    top: -20px;
    left: -10px;
    font-size: 28px;
    cursor: pointer;

}


/* =======================myTab========================= */
#myTab {
    border-color: rgba(0, 0, 0, 0.2);
}

#myTab .nav-link {
    text-align: center;
    color: black;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.2);
}

#myTab .active {
    color: var(--mySecColor);
    background-color: var(--myColor);
}

.tab-content {
    border-color: transparent !important;
    color: black;
}

/* checked */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}