/*
#007075
#8B0000
#467321
*/

:root {
    --Iconsax-Size: 20px;
    /* --Iconsax-Color: #6c757d; */
    /* --Iconsax-Color: #e9ce8f; */
    --Iconsax-Color: #dbc147;
    --main-web-color: #dbc147;
    --second-web-color: #9E9D24;
    --text-color: #2F4858
}



.btn{
    font-size: 0.9rem ;
}


/* base rules */
* {
    margin: 0;
    padding: 0;
    font-family: "Nunito", Roboto, sans-serif, "Helvetica Neue", Arial;
}

html {
    scroll-behavior: smooth;
}

.blue-color{
   color: rgba(0, 112, 117) !important;
}
.zonizer-color{
    color: #dbc147!important;
  }

  .red-color{
    color: #8B0000;
  }
  .red-border{
    border: 2px solid rgb(255, 0, 0)!important;
    border-radius: 5px;
    background-color: #9e9e2416 !important;
    color: #2F4858;
    font-size: 0.9rem;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
  }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #6c757d;
}


table {
    text-align: center;
}


/* -------------- Navigation ----------------*/
/* notice it's conntect 'nav.r-nav' that because r-nav is the class of nav */
nav.r-nav {
    background: transparent;
    padding: 20px 0;
    transition: .5s all;
}

/* notice it's NOT conntect 'nav .navbar-brand'
 ,that because navbar-brand is NOT the class of nav.
 It's a class of an element inside the 'nav' */
nav .navbar-brand {
    padding-left: 20px;
    font-size: 30px;
    color: white;
    width: 100px;
}

/* !important is used to override the bootstrap default color */
nav .navbar-nav li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    transition: 0.3s all;
    margin-left: 0 !important;

}



nav .navbar-nav .dropdown-item {
    color: black !important;
}



nav .navbar-nav li {
    margin-left: 15px;
}

nav.r-nav.stickyadd {
    background: rgba(0, 0, 0, 0.445) !important;
    padding: 10px 0;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.05);
    transition: .5s all eas-in-out;
}

nav.stickyadd .navbar-brand {
    transition: .5s all;
    width: 80px;
}

/*
 nav.stickyadd .navbar-nav .nav-link{
     color: rgb(255, 255, 255) !important;
 }
 */

.navbar .hamburger {
    color: white;
}

nav.stickyadd .hamburger {
    color: black;
}

/*------------------ Header Section -------------------*/
/* header {
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

.header-content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-box {
    max-width: 700px;
    color: white;
}

.content-box h4 {
    font-size: 30px;
}

.content-box h1 {
    font-size: 53px;
}

/*
    #1aa0db #36abdd
    #9f1f63 #f1aed2
    #ea262c
 */


.content-box p {
    color: white;
}



/*----------------------------- About Us -------------------------------*/
.about {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 20px;
    padding-left: 20px;
}

.about .colly {
    text-align: center;
    align-content: center;
}

.about li a {
    color: white;
    background-color: #eba030;
    display: inline-block;
    height: 42px;
    width: 42px;
    font-size: 20px;
    border: 2px solid #eba030;
    border-radius: 50%;
    line-height: 40px;
    transition: 0.2s all;
    text-align: center;
    align-content: center;


}

.about .list-inline {
    padding-top: 10px;
    padding-right: 30px;
    text-align: center;
}

.about li a:hover {
    color: #eba030;
    background-color: transparent;

}

/* mechanism Form */
.mechanism {
    padding-top: 60px;
    padding-bottom: 60px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/imagy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

/* Contact Form */
.contact {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.contact-button {
    color: white;
    background: #ea262c;
    border: 2px solid #ea262c;
    border-radius: 4px;
    padding: 5px 10px;
    transition: 0.3s all;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 2px;
}

.contact-button:hover {
    text-decoration: none;
    color: white;
    border: 2px solid #ca2127;
    background: #ca2127;
}

.contact-button button:active {
    border: 2px solid #f16368;
    background: #f16368;
}

.features {
    padding-top: 50px;
    padding-bottom: 50px;

}




/* ------------------------------- footer --------------------------- */
footer .footer-icon {
    color: #ea262c;
    background-color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    font-size: 20px;
    border: 2px solid #ea262c;
    border-radius: 50%;
    line-height: 40px;
    transition: 0.2s all;
    text-align: center;
}

footer .footer-icon:hover {
    color: #343A40;
    background-color: #ea262c;
}


/*------------------------------ Auth components ---------------------------- */
.auth {
    color: black;
    background-color: #fdfdfd;


    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;

    padding-right: 20px;
    padding-left: 20px;
}

.auth label {
    color: black;
}



/*------------------------------- not main page -----------------------*/

.not-main {
    color: black;
    background-color: #fdfdfd;
    padding-top: 30px;
    padding-bottom: 30px;

    min-height: 100vh;

}

.not-main label {
    color: black;
}

/* -------- may use it or not ---------- */
.single-project-content {
    font-family: 'Nunito', sans-serif;
    color: #6c757d;

}

.single-project-content ol,
ul {
    margin-left: 0px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    background-color: gray;
    border-color: gray;
    color: white;
}



/*  */
.form-control {
    border: none;
    border-bottom: 1px solid black;
}

/* .card{
    max-width: 800px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    justify-self: center;
}
.table-card{
    max-width: none;
} */

.topbar {
    height: 3rem;
}

thead {
    color: white;
    background: #989898;
}

tbody tr {
    cursor: pointer;
}

.none {
    display: none !important;
}

.active-nav {
    background-color: rgba(0, 0, 0, .03);
    color: #007bff !important;
}

.nav-done {
    color: #467321 !important;
    font-weight: 600;
    border-right: 2px #6c757d30 solid !important;
}

.tab-link.nav-done::before {
    color: #fff !important;
    background-color: #467321;
    border-color: #467321 !important;
}

.active-nav:hover {
    background-color: rgba(0, 0, 0, .03);

}

a.nav-link {
    padding-right: 25px !important;
    padding-left: 25px !important;
    background-color: transparent;
}

.num {
    font-size: 20px;
    text-align: center;
    margin: 0px;
}

.num-active {
    font-size: 20px;
    text-align: center;
    margin: 0px;
    color: #007bff !important;

}

.hilite {
    background-color: #e4e4e4;
    border-color: #007bff;
}





.removehilite {
    background-color: #fff;
    border-color: none;
}

input[type="date"]::-webkit-datetime-edit,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
    color: #fff;
    position: relative;
}

input[type="date"]::-webkit-datetime-edit-year-field {
    position: absolute !important;
    border-left: 1px solid #8c8c8c;
    padding: 2px;
    padding-left: 5px;
    color: #000;
    left: 70px;
}

input[type="date"]::-webkit-datetime-edit-month-field {
    position: absolute !important;
    border-left: 1px solid #8c8c8c;
    padding: 2px;
    color: #000;
    left: 35px;
}


input[type="date"]::-webkit-datetime-edit-day-field {
    position: absolute !important;
    color: #000;
    padding: 2px;
    left: 3px;

}

.dashboard-heading {
    background-color: rgb(80, 78, 78);
    border-top: gray solid 1px;
}

.text-responsive {
    font-size: calc(80% + 0.4vw + 0.4vh);
    text-align: center;
}

/* .nav-item:hover a {
    color: #CDDC39 !important;
}

.nav-item:hover a i.iconsax {
    --Iconsax-Color: #CDDC39 !important;

} */

.sidebar.toggled .nav-item .nav-link span {
    visibility: hidden;
}

.sidebar.toggled .nav-item .nav-link i {
    font-size: 21px !important;
    /* padding: 5px !important; */
}
.nav-item .nav-link i{
    color: var(--main-web-color) !important;
}

.sidebar.toggled .nav-item .nav-link a {

    padding: 0px !important;
}

.sidebar.toggled .sidebar-heading {
    visibility: hidden;
    /* position: absolute; */
}

#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.sidebar.toggled {
    overflow: visible;
    width: 4.5rem !important;
    text-align: center !important;
}

.sidebar.toggled .nav-item .nav-link {
    /* text-align: center !important; */
    padding: 0 !important;
    width: auto;
}

.form-control {

    border: 2px solid #2F4858;
    border-radius: 5px;
    /* background-color: #9e9e2416; */
    color: #2F4858;
    /* border-bottom: 1px solid black; */
}

input.form-control , select , textarea {

    border: 2px solid var(--main-web-color)!important;
    border-radius: 5px;
    background-color: #9e9e2416 !important;
    color: #2F4858;
}

.form-group label {
    font-size: 0.9rem;
    color: #2F4858;

}

.form-control{
    font-size: 0.9rem;
}
.color-picker{
    height: calc(2em + .75rem + 2px)
}

/* table styling */
.table-area{
    background-color: #ffffff9f;
    width: 100%;
}
.table-area th{
    padding-left: 14px;
}
.table-area td{
    padding: 7px 14px;
}
.header-cell{
    background-color: #dbc147;
    color: rgb(75, 75, 75);
    height: 50px;
    position: sticky;
    top: 0px;
    z-index: 99;
    border-bottom: 1px solid rgba(75, 75, 75, 0.233);
}
.header-cell td{
    padding: 20px;
}

.hover-border-tr:hover{
    border: #dbc147 solid 2px;
}

.user-row{
    border-bottom: 1px solid #c3c5c6;
}


.num-cell{
    text-align: center;
    font-weight: bold;
}
.name-cell{
    text-align: left;
    position: relative;
}
.num-cell{
    position: relative;
}
.arabic-name-cell{
    text-align: right;
    max-width: 120px !important;
}
.short-names{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
}
.short-numbers{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    text-align: center;
}
.short-phone-number{
    max-width: 100% ;
}
.costum-tooltip {
    position: relative;
  }

   .tooltiptext {
    visibility: hidden;
    min-width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 12px;
    position: absolute;
    z-index: 9999;
    top: 0;
    transform: translateY(-100%);
  }

 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
  }

  .name-cell:hover .tooltiptext {
    visibility: visible;
  }
  .num-cell:hover .tooltiptext{
    visibility: visible;
  }

@media only screen and (min-width: 1025px) {
    #card-company {

        border-radius: 10px;
        max-width: 30%;


    }


    #card-edit {

        border-radius: 10px;
        max-width: 80%;


    }

    #card-bottom-company {

        border-radius: 10px;
        max-width: 80%;
        margin-left: 15px;


    }

}


#border-bottom {
    position: relative;
    /* z-index: 1; */
    width: max-content;
    padding-bottom: 5px;
    color: #1B3D2F;
    font-weight: bold;
}

#border-bottom:before {
    content: "";
    position: absolute;

    right: 0;
    bottom: 0;

    width: 70%;
    border-bottom: 1px solid black;
}

.sidebar-sub-menu {
    background-color: rgb(22, 22, 22);

}

.sidebar-sub-menu a:hover {
    background-color: gray !important;

}

.sidebar-sub-menu a {
    color: white !important;

}

.sidebar-footer {
    position: absolute;
    text-align: center;

    bottom: 20px;
    left: auto;
}


.custom-table {



    /* font-size: 50px; */
    color: rgb(251, 0, 0);
    display: inline-block;
    /* padding-right: 5%; */

}

.custom-table-card {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    border: 50px;
    overflow: hidden;

}

@media only screen and (min-width: 1025px) {
    .custom-table-card {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        border: 50px;
        /* max-width: 90%; */


    }



}

.flex-grow {
    flex: 1;
}

.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* margin: 5px; */
    object-fit: contain;
}

.avatar-for-edit {
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 5px;
    object-fit: cover;
}



.rounded-img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.bg-body {
    background-color: #d8d8d8 !important;
    /* background-image: url(https://www.transparenttextures.com/patterns/noisy.png) !important; */
}

.btn-zonizer {
    background-color: var(--main-web-color);
    color: #4b4b4b;
}
.btn-refresh{
    background-color: #007bff;
    color: #fff;
    margin-left: 1em;
}
.btn-refresh i::before{
    font-size: 16px;
}
.btn-key{
    background-color: #00753e;
    color: #fff;
    margin-left: 1em;

}
.btn-key i::before{
    font-size: 16px;
}

.btn-blue {
    background-color: rgba(0, 111, 117, 0.700);
    color: #fff;
}

.btn-blue:hover {
    background-color: var(--main-web-color);
    color: #4b4b4b;
}


.zonizer-color {

    color: var(--main-web-color);
}

.choices__list--multiple .choices__item {
    background-color: var(--main-web-color) !important;
    border: 1px solid var(--main-web-color) !important;

}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    border-left: 1px solid #fff;
}

.scrollbar {
    position: fixed;
    /* width: 150px; */
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    bottom: 0;
}

::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    /* border-radius: 10px; */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    /* border-radius: 10px; */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(99, 99, 99);
}

.table-scrollbar {
    max-height: calc(80vh - 80px);
    width: 1140px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 6px;
}
.table-scrollbar2 {
    /* margin-bottom: 30px; */
    /* height: calc(80vh - 80px); */
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
    /* padding-right: 6px; */
}

.tableFixHead {
    overflow: auto;
    /*position: sticky;*/
    top: -1px;
    z-index: 1;
    background-color: #d8d8d8;
    border-bottom: #fff;
}


.tableFixFooter{
    /* width: 1120px;  */
     overflow: auto;
    /* position: absolute; */
    /* bottom:  47px !important; */
    z-index: 1;
    border-radius: 0px !important;
    background-color: #d8d8d8;
    border-bottom: #fff;
    margin-left: 2px;
}

#tableFooter{
    /* position: fixed;
    bottom:  47px !important; */
    width: 100%
}

.table div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.tableRow {
    cursor: pointer;


}

/* .tableRowOnClick{
   font-size: 20px;
} */
.tableRow div {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-width: 2px;


}

.tableRowOnClick div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.custom-table-header {
    /* background-color: rgba(0, 111, 117, 0.700); */
    background-color: var(--main-web-color);
    /* background-color: #F0DEB4; */
    font-weight: bold;
    color: rgb(75, 75, 75);
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;



}

.tableRow :hover {

    border-color: var(--main-web-color);
    border-width: 2px;
}

.custom-tabelRow {
    /* background-color: rgba(0, 111, 117, 0.700); */
    /* background-color: #dbc147; */
    /* background-color: #F0DEB4; */
    font-weight: bold;
    /* color: rgb(75, 75, 75); */
    color: var(--text-color);
    /* border-top-left-radius: 8px 8px;
      border-top-right-radius: 8px 8px; */
    /* height: calc(6vh); */

}


.tableHeader {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.432);
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tableFooter {
    overflow: hidden;
    margin: 0 auto !important;
    background-color: #fff;
    border: 2.5px solid var(--main-web-color);
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filter-report{
    width: 1170px !important;
  }


/* .showPasswoedIcon {
    margin-left: -30px;
    cursor: pointer;
} */

.showPasswoedIcon i {
    position: absolute;
    top: 7px;
    right: 10px;
    margin-bottom: auto;

}

.noData {
    font-size: 17px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .tableHeader div {
        font-size: 7px;
    }

    .tableFooter div {
        font-size: 7px;
    }

    .tableRow div {
        font-size: 7px;
    }

    .tableRowOnClick div {
        font-size: 7px;
    }

    .tableHeader #Image {
        visibility: hidden;
        position: absolute;
    }

    .tableRow #Image {
        visibility: hidden;
        position: absolute;
    }

    .tableRowOnClick #Image {
        visibility: hidden;
        position: absolute;
    }


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .tableHeader div {
        font-size: 10px;
    }

    .tableFooter div{
        font-size: 10px;


    }

    .tableRow div {
        font-size: 12px;
    }

    .tableRowOnClick div {
        font-size: 12px;
    }

    .tableHeader #Image {
        visibility: hidden;
        position: absolute;
    }

    .tableRow #Image {
        visibility: hidden;
        position: absolute;
    }

    .tableRowOnClick #Image {
        visibility: hidden;
        position: absolute;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .tableHeader div {
        font-size: 10px;
    }

    .tableFooter div{
        font-size: 10px;

    }

    .tableHeader #Image {
        visibility: hidden;
        position: absolute;
    }

    .tableRow div {
        font-size: 10px;
    }

    .tableRow #Image {
        position: absolute;
        visibility: hidden;
    }

    .tableRowOnClick div {
        font-size: 10px;
    }

    .tableRowOnClick #Image {
        position: absolute;
        visibility: hidden;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .tableHeader div {
        font-size: 10px;
    }

    .tableFooter div{
        font-size: 10px;

    }

    .tableRow div {
        font-size: 10px;
    }

    .tableRowOnClick div {
        font-size: 10px;
    }

    .tableHeader #Image {
        visibility: visible;
        position: relative;
    }

    .tableRow #Image {
        visibility: visible;
        position: relative;
        border-radius: 50%;
        object-fit: cover;
        vertical-align: middle;
        width: 40px;
        height: 40px;
    }

    .tableRowOnClick #Image {
        position: relative;
        border-radius: 50%;
        object-fit: cover;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        visibility: visible;
    }

}


@media only screen and (max-width: 1500px) {
    .responsive-table-page{
        padding-left: 3rem!important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */


/* @media screen and (min-width: 1400px) {
    .tableFixFooter{
        width: 1000px;
    }
} */

/* @media screen and (max-width: 1300px) {
    .tableFixFooter{
        width: 900px;
    }
}

@media screen and (max-width: 1300px) {
    .tableFixFooter{
        width: 900px;
    }
} */


@media only screen and (min-width: 1200px) {

    .tableHeader div {
        font-size: 16px;
    }
    .tableFooter div{
        font-size: 16px;
    }

    .tableHeader .small-header{
        font-size: 12px;
    }

    .tableRow div {
        font-size: 15px;

    }

    .tableFooter {
        /* max-width: 1140px !important; */
    }


    .tableRowOnClick div {
        font-size: 15px;
    }

    .tableHeader #Image {
        visibility: visible;
        position: relative;

    }

    .tableRow #Image {
        visibility: visible;
        position: relative;
        border-radius: 50%;
        object-fit: cover;
        vertical-align: middle;
        width: 60px;
        height: 60px;
    }

    .tableRowOnClick #Image {
        position: relative;
        border-radius: 50%;
        object-fit: cover;
        vertical-align: middle;
        width: 60px;
        height: 60px;
        visibility: visible;
    }
}

#bg-text {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    /* width: 50%; */
    padding: 20px;
    text-align: center;
}

#btn {
    background-color: #9E9D24;
    color: rgb(255, 255, 255);

}

/* .bg-image { */
    /* The image used */
    /* background-image: url(../images/background.jpg); */
    /* z-index: 999991; */
    /* Add the blur effect */
    /* filter: blur(8px); */
    /* -webkit-filter: blur(8px); */

    /* Full height */
    /* height: 100%;
    width: 100%;
    -webkit-filter: blur(5px) grayscale(100%); */
    /* Safari 6.0 - 9.0 */
    /* filter: blur(5px) grayscale(100%); */
    /* Center and scale the image nicely */
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.bg-image1 {
    /* The image used */
    background-color: #9E9D24;
    background-image: url(../images/logo_no_name_wh.png);

    /* z-index: 999991; */
    /* Add the blur effect */
    /* filter: blur(8px); */
    /* -webkit-filter: blur(8px); */

    /* Full height */


    border-top-left-radius: 3%;
    border-bottom-left-radius: 3%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;

}

#titlePrm {
    margin-bottom: 0.5rem;
    font-family: 'Bebas Neue';
    font-weight: 500;
    line-height: 1.2;
    color: #fffef5;
    font-size: 300px;
    display: inline;
}

#titleSec {
    margin-bottom: 0.5rem;
    font-family: 'Bebas Neue';
    font-weight: 500;
    line-height: 1.2;
    color: #d0c72a;
    font-size: 300px;
    display: inline;
}

.welcome-title{
    display:flex;
}


#subTitle {
    margin-bottom: 0.5rem;
    font-family: 'Abel', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #fffef5;
    font-size: 30px;
    display: inline
}








#btnHome {
    background-color: rgba(255, 255, 255, 0.133);
    /* -webkit-filter: blur(5px) grayscale(100%); */
    /* filter: blur(1px) */
    /* grayscale(100%); */
    width: 40%;
    padding-right: 50%;
    padding-left: 50%;
}

#btnHome2 {
    background-color: rgba(255, 255, 255, 0.133);
    /* -webkit-filter: blur(5px) grayscale(100%); */
    /* filter: blur(1px) */
    /* grayscale(100%); */
    width: 40%;
    padding-right: 50%;
}

.labelUpload {
    /* color: #2F4858; */
    /* background-color: #9E9D24; */
    background-color: var(--main-web-color);
    border: 2px solid var(--main-web-color);
    font-size:0.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;


}

.labelUpload:hover {
    color: white;
    background-color: #007075;
    border: 2px solid #007075;
    font-size: small;

}

.circle {
    /* margin-top: 30px; */
    height: 125px;
    width: 125px;
    background-color: #fff;
    /* display:flex; */
    content: "asdasasdsa";
    border: 2px solid var(--main-web-color);
    border-radius: 50%;
}

.circle img {

    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
}

.showPasswoedIconEm {
    position: absolute;
    top: 45%;
    right: 25px;
    margin-bottom: auto;
    color: #000;
}

.vr {
    /* border-style: solid; */

    border-left: 1px solid #6c757d;
    height: 50px;
    margin-left: 35px !important;
    margin-right: 35px !important;
    margin-top: 25px !important;
    /* display: inline; */
}

.red_icon {
    color: #ca2127 !important;
    font-size: 18px !important;
}

.company-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.div-company-logo {
    text-align: center !important;
    width: 200px;
    height: 120px;
    display: flex;
    justify-content: center;
}

.custom-button {
    padding: 5px 40px !important;
}

.custom-button-secondary {
    padding: 5px 35px !important;
}

.custom-card-header {
    /* background-color: rgba(0, 111, 117, 0.700); */
    background-color: var(--main-web-color);
    /* background-color: #F0DEB4; */
    font-weight: bold;
    color: rgb(75, 75, 75);
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
    height: calc(6vh);
    margin: 0;
}

.custom-card-header h6 {

    font-weight: bold;
    padding: 0;
    margin: 0;
    font-family: "Nunito", Roboto, sans-serif, "Helvetica Neue", Arial;
    /* font-family: 'Baloo Bhaijaan 2', cursive;; */


}
.searchBg{
    background: url("/images/search.png") no-repeat right;
    background-size: 18px;
}

.sidebar-dark hr.sidebar-divider {
    border-color: var(--main-web-color);
}

/* .sidebar-dark .sidebar-heading {
    color: #e9ce8f
} */

label {

    padding: 0;
    margin: 0;
    margin-top: 0.5rem;
    ;
}

input , textarea , select{
    font-weight: bold !important;
}

.form-group {
    margin: 0px;
    padding: 0px;
}

.page-heading {
    height: calc(8vh);
}

.ar {
    text-align: right;
    direction: rtl;
}

.add-btn{
    width: 1010px;
    margin-right: auto;
    margin-left: auto;

}
.btn-save{
    background-color: #28a745;
    color:#fff;
  }
  .arabicAlign{
    text-align: right;
    direction: rtl;
  }

  .notification-num{
    position: absolute;
    top: 7px;
    left: 35px;
    font-size: 10px !important;
    background-color: #8B0000;
    border-radius: 10px;
    text-align: center;
    height: 14px;
    width: 14px;
  }

  .msg{
    width:90% !important;
  }
.responsive-page{
    width: 90%;
    max-width: 1600px;
}
  .responsive-table-page{
    margin-left: 5px !important;
  }

  .nav-link-nested{
    width: 13rem !important;
  }

  .collapse-item:hover{
background-color: #007075 !important;
  }

  .blue-color{
color: #007075 !important;;
  }

  [class^="bi-file-earmark-arrow-down"]::before, [class*="bi-file-earmark-arrow-down"]::before{
    margin-bottom: 3px !important;
    font-size:16px;
}

@media (min-width:1000px) and (max-width:1460px) {
    .form-group label {
        font-size: 0.6rem;
        color: #2F4858;

    }

    .form-control{
        font-size: 0.6rem;
    }

}

.logo {
    width: 50px;
}


a.disabled-sidebar{
    pointer-events: none !important;
    color: rgb(159, 159, 159) !important;
}

button.edit-icon{
    font-size: 15px;
    color: var(--main-web-color);
}

button.edit-icon:hover{
    font-size: 15px;
    color: rgb(159, 159, 159);
}

a.edit-icon{
    font-size: 15px;
    color: var(--main-web-color);
}

a.edit-icon:hover{
    font-size: 15px;
    color: rgb(159, 159, 159);
}

button.delet-icon{
    font-size: 15px;
    color: #8B0000 ;
}


button.delet-icon:hover{
    font-size: 15px;
    color:rgb(159, 159, 159);
}

[class^="bi-plus-circle"]::before, [class*="bi-plus-circle"]::before{
    margin-bottom: 3px !important;
    font-size:16px;
}


@media only screen and (max-width: 1440px){


}
@media only screen and (max-width: 1199px){
    .table-scrollbar2{
        overflow-x: auto;
    }
}
@media only screen and (max-width: 991px){

    .table-scrollbar2{
        overflow-x: auto;
    }
}
@media only screen and (min-width: 768px){

    .table-scrollbar2{
        overflow-x: auto;
    }
}
@media only screen and (max-width: 767px){
    .responsive-page{
        max-width: 100%;
    }
    .table-scrollbar2{
        overflow-x: auto;
    }
}
@media only screen and (max-width: 575px){
    .responsive-page{
        max-width: 100%;
    }
    .table-scrollbar2{
        overflow-x: auto;
    }
}
@media only screen and (max-width: 460px){
    .responsive-page{
        max-width: 100%;
    }
    .table-scrollbar2{
        overflow-x: auto;
    }
}
@media only screen and (max-width: 320px){
    .responsive-page{
        max-width: 100%;
    }
    .table-scrollbar2{
        overflow-x: auto;
    }
}
@media only screen and (min-width: 2000px){
    /* .costum-width{

        width: 1200px;
    } */


}
@media only screen and (min-width: 2200px){
    /* .costum-width{

        width: 1500px;
    } */


}
@media only screen and (min-width: 2400px){
    /* .costum-width{

        width: 1600px;
    } */


}
@media only screen and (min-width: 2500px){
    /* .costum-width{
        width: 1740px;
    } */


}
@media only screen and (min-width: 2700px){
    /* .costum-width{
        width: 1840px;
    } */


}
@media  only screen and (min-width: 3000px) {
    /* .costum-width{
        width: 2200px;
    } */
}
@media  only screen and (min-width: 4000px) {
    /* .costum-width{
        width: 3000px;
    } */
}
.cut-name{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 170px !important;
}

[class^="bi-patch-minus-fill"]::before, [class*="bi-patch-minus-fill"]::before{
    color: #dbc147;
    font-size: 20px;
}

[class^="bi-patch-check-fill"]::before, [class*="bi-patch-check-fill"]::before{
    color:#00acee;
    font-size: 20px;
}

[class^="bi-patch-plus-fill"]::before, [class*="bi-patch-plus-fill"]::before{
    color: red;
    font-size: 20px;
}


.modal-header {
    color: black !important;
}

/* ag agrid */
.ag-header{
background-color:  var(--main-web-color) !important;

}

.ag-cell-focus,.ag-cell-no-focus{
    border:none !important;
  }
  /* This CSS is to not apply the border for the column having 'no-border' class */
  .no-border.ag-cell:focus{
    border:none !important;
    outline: none;
  }

  .ag-center-cols-container{
    min-width: 100% !important;
  }

 .ag-picker-field-display{
    background-color: #fff !important;
 }

 .ag-theme-alpine{
    height: 100% !important;

/* --ag-background-color: transparent !important; */
    /* --ag-border-color: none !important; */
}



/*  */
.ag-center-cols-container{
    background-color: #fff !important;

}

.ag-center-cols-viewport{
    height: calc(100% + 25px) !important;
}

.ag-pinned-left-cols-container{
    background-color: #fff !important;
}

.ag-horizontal-left-spacer{
    overflow-x: hidden !important;
    background-color: #fff !important;
}

.ag-row .ag-cell {
    display: flex;
    align-items: center;
  }



.custom-tooltip {
    min-width: 150px;
    border: 1px solid var(--main-web-color);
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
  }

  .custom-tooltip p {
    margin: 5px;
    font-size: 15px;
    color:#000;
    white-space: nowrap;
  }
/* ag agrid */

[class^="bi-pencil-fill"]::before, [class*="bi-pencil-fill"]::before{
    margin-bottom: 3px !important;
    font-size:14px;
    color:  var(--main-web-color) ;
}

[class^="bi-trash"]::before, [class*="bi-trash"]::before{
    margin-bottom: 3px !important;
    font-size:15px;
    /* color:  rgb(255, 0, 0) ; */
}

[class^="bi-list-ul"]::before, [class*="bi-list-ul"]::before{
    margin-top: 1px !important;
    font-size:20px;
    color:  #fff;
}
#zonizer-premuim{
    color:rgb(184, 184, 184) !important;
}
#zonizer-premuim:hover{
    color:#d0c72a !important;
}

