

@font-face {
    font-family: Estedad-FD-Regular;
    src: local('Estedad-FD-Regular'), url('../fonts/Estedad-FD-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: Estedad-FD-Medium;
    src: local('Estedad-FD-Medium'), url('../fonts/Estedad-FD-Medium.ttf');
    font-display: swap;
}

@font-face {
    font-family: Estedad-FD-Bold;
    src: local('Estedad-FD-Bold'), url('../fonts/Estedad-FD-Bold.ttf');
    font-display: swap;
}

@font-face {
    font-family: Estedad-FD-Black;
    src: local('Estedad-FD-Black'), url('../fonts/Estedad-FD-Black.ttf');
    font-display: swap;
}

@font-face {
    font-family: Estedad-FD-ExtraBold;
    src: local('Estedad-FD-ExtraBold'), url('../fonts/Estedad-FD-ExtraBold.ttf');
    font-display: swap;
}


a:visited, a:link, a:active {
    text-decoration: none;
    /*color: #fff;*/
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    direction: rtl;
    font-family: Estedad-FD-Regular;
}

.tbl-tr {
    background-color: #fff;
}
.tbl-tr:hover {
    background-color: #eaebf0;
}

/***************** Colors ******************/
.color-light-gray {
    background-color: #eff0f2;
}
.color-gray-2 {
    color: #A7A7A9; /*Minus btn*/
}
.color-gray-3 {
    color: #5C5C5C; /*Plus btn*/
}
/*******************************************/
@media only screen and (min-width: 571px) {
    .header-display {
        display: none;
    }
}
@media only screen and (max-width: 570px) {
    .header-display {
        display:block;
    }
}
.main-menu-bg {
    display: grid;
    grid-template-columns: 300px auto;
    height: 100vh;
}
.menu-bg {
    display: grid;
    grid-template-columns: 70px auto;
    background-color:#fff; /* #1d7ba8 #047572;  #001718;*/
    border-radius: 10px;
    margin: 8px;
}
.menu-img-bg {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #314755; /*#012d31;*/
    width: 70px;
    padding: 8px 10px 0 0;
}
.left-side-bg {
    border-radius: 10px;
    background-color: #fff; /*#f4f5f7;*/
    margin: 8px;
    padding: 8px;
}
.img-icon-menu {
    width: 32px;  
}
.img-menu {
    display: flex;
    align-items: center;
    justify-content:center;
    height:50px;
    width:50px;
    margin:0 0 8px 0;
    /*border:1px solid #fff;*/
}

.menu-txt-bg {
    padding:8px 8px 0 8px;
}
.TextMenuRightBG {
    height: 50px;
    margin: 0 0 8px 0;
}
.atxt-menu {
    width: 100%;
}
.text-menu-click {
    border-radius: 10px;
    background-color: #26a0da; /*#00b5b2;  #39ac9a;*/
    color: #fff;
    padding: 0 16px 0 0;
    display: flex;
    align-items: center;
    min-height: 50px;
}
.text-menu {
    color: red; /* #E0E4E9;*/
    padding: 0 16px 0 0;
    display: flex;
    align-items: center;
    min-height: 50px;
}
    .TextMenuRight:hover {
        border-radius: 10px;
        background-color: #39ac9a;
    }

    .color1 {
        color: #E0E4E9;
    }

.colorDeepskyblue {
    background-color: deepskyblue;
}

.title-header {
    margin: 20px;
}

.transparentBG {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
}
.tbl-cell {
    text-align:center;
}
.link-touch {
    cursor: pointer;
}

.textCenter {
    display: flex;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.objCenter {
    display: flex;
    justify-content: center;
    align-content: center;
}
/*************** Bg Form *****************/
.BGStyle_1 {
    background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(202,248,255,1) 0%, rgba(186,204,227,1) 51.2%, rgba(117,144,179,1) 100.1% );
}
.bgImageLogin {
    background-image: url("../../img/WhiteBg.jpg");
    background-repeat: no-repeat;
    background-color: #cccccc;
    background-size: cover;
}

@media only screen and (min-width: 800px) {
    .BgForm_1 {
        z-index: 1;
        width: 40%;
        margin-right: 30%;
        direction: rtl;
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
        border: 1px solid #f0f0f0;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    }
}

@media only screen and (max-width: 799px) {
    .BgForm_1 {
        width: 60%;
        margin-right: 20%;
        direction: rtl;
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
        border: 1px solid #f0f0f0;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    }
}

@media only screen and (max-width: 499px) {
    .BgForm_1 {
        width: 80%;
        margin-right: 10%;
        direction: rtl;
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
        border: 1px solid #f0f0f0;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    }
}

/*.BgForm_1 {
    direction: rtl;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    margin: 10% 30% auto auto;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}*/
.BgForm2 {
    width: 90%;
    border: 1px solid #8a8a8a;
    border-radius: 10px;
    padding: 8px;
    margin: 0 5% 0 0;
}
.BgForm3 {
    border-radius: 25px;
    min-width: 250px;
    width: 20%;
    height: auto;
    padding: 2%;
    border: 5px solid rgba(255, 255, 255, 1);
    background: #fcfcfc;
    background: linear-gradient(180deg,rgba(252, 252, 252, 1) 0%, rgba(225, 239, 242, 1) 100%);
}
.form-bg-4 {
    width: 90%;
    border-radius: 10px;
    padding: 8px;
    margin: 0 5% 0 0;
    background-color: #eaebf0; /*#eff0f2;*/
}
.form-bg-5 {
    border-radius: 10px;
    padding: 8px;
    background-color: #fff; /*#eff0f2;*/
}
.form-bg-6 {
    border-radius: 15px;
    padding: 8px;
    background-color: #fff;
    margin: 8px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 19px -9px #000000;
    box-shadow: 0px 0px 19px -9px #000000;
}
.form-bg-7 {
    width: 90%;
    border-radius: 20px;
    padding: 8px;
    margin: 0 5% 0 0;
    background-color: #eff0f2; 
}
.form-bg-8 {
    width: 100%;
    border-radius: 15px;
    padding: 8px;
    background: #2A7B9B;
    background: linear-gradient(10deg,rgba(42, 123, 155, 0) 58%, rgba(213, 242, 242, 1) 100%);
}
.form-bg-9 {
    width: 180px;
    border-radius: 15px;
    padding: 2px;
    background-color: #fff;
}
.form-bg-tab-disable {
    width: 100%;
    border-radius: 15px;
    padding: 8px;
    display: grid;
    grid-template-columns: 50px auto;
}
.form-bg-orange {
    display: grid;
    grid-template-columns: 50px auto;
    width: 100%;
    border-radius: 15px;
    padding: 8px;
    background: #2A7B9B;
    background: linear-gradient(90deg,rgba(42, 123, 155, 0) 30%, rgba(250, 221, 207, 1) 100%);
}

.form-bg-green {
    width: 100%;
    display: grid;
    grid-template-columns: 50px auto;
    border-radius: 15px;
    padding: 8px;
    background: #2A7B9B;
    background: linear-gradient(90deg,rgba(42, 123, 155, 0) 30%, rgba(217, 250, 207, 1) 100%);
}

.form-bg-blue {
    display: grid;
    grid-template-columns: 50px auto;
    width: 100%;
    border-radius: 15px;
    padding: 8px;
    background: #2A7B9B;
    background: linear-gradient(90deg,rgba(42, 123, 155, 0) 30%, rgba(211, 207, 250, 1) 100%);
}
.form-grid-1 {
    display:grid;
    grid-template-columns:auto auto auto;
}
.form-grid-2 {
    display: grid;
    grid-template-columns: 50px auto;
}
.form-bg-number {
    border-radius: 10px;
    background-color: #eff0f2;
    padding: 4px;
    display: grid;
    grid-template-columns: 30px auto 30px;
    height: 48px;
    width: 180px;
}

.form-bg-sum-search {
    width: 175px;
    color: #fff;
    cursor: pointer;
    background-color: #1D7BA8;
    display: grid;
    grid-template-columns: 100px 70px;
    align-items: center;
    justify-items: center;
}
.search-bg {
    display: grid;
    grid-template-columns: 70px auto 50px;
    width: 370px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 6px;
    background-color: #eaebf0;
    align-items: center;
}

.horizontal-center {
    display:flex;
    /*justify-content:center;
    align-content:center;*/
    align-items:center;
}
/*************** Divider *****************/
.horizontal_divider_1 {
    background-color: #BDBDBD;
    width: 100%;
    height: 0.5px;
}
.divider-gray {
    background: #2D1B11;
    background: linear-gradient(90deg, rgba(45, 27, 17, 0) 0%, rgba(224, 228, 233, 1) 50%, rgba(44, 26, 14, 0) 100%);
}
.divider-gray-2 {
    background-color: #eaebf0;
    width:100%;
    height:1px;
}
/*************** TextBox *****************/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.txt_style1 {
    border: 2px solid #F8F9FA;
    border-radius: 25px;
    padding: 14px;
    background-color: white;
}

    .txt_style1:focus {
        outline: none;
        border: 2px solid #F8F9FA;
    }
.txt_style2 {
    border: 2px solid #F8F9FA;
    border-radius: 10px;
    padding: 14px;
    background-color: white;
}

    .txt_style2:focus {
        outline: none;
        border: 2px solid #F8F9FA;
    }
.txt_style3 {
    border: 0px solid #fff;
    border-radius: 10px;
    padding: 4px;
    
    background-color: white;
    text-align: center;
}
.txt_style3:focus {
    outline: none;
    border: 0px solid #fff;
}
/*************** Animation TextBox *****************/
.group {
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
}

.txt_ani_style {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    min-width: 250px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
    
}

    .txt_ani_style:focus {
        outline: none;
    }

/* LABEL ======================================= */
label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    right: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
.txt_ani_style:focus ~ label, .txt_ani_style:valid ~ label {
    top: -10px;
    font-size: 14px;
    color: #5264AE;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    min-width: 250px;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #5264AE;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

/* active state */
.txt_ani_style:focus ~ .bar:before, .txt_ani_style:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.txt_ani_style:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
/* -webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
} */

/*************** Drop down list *****************/
.custom-select {
    border: 2px solid #F8F9FA;
    border-radius: 10px;
    padding: 14px;
    background-color: white;
    width:225px;
}
    .custom-select:focus {
        outline: none;
        border: 2px solid #F8F9FA;
    }

/*************** Button *****************/
.insert-btn-bg {
    margin-top: 8px;
}
.btn-style-3 {
    border-radius: 10px;
    width: 70px;
    background-color: #1D7BA8;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor:pointer;
}
.btn-circle-number {
    display:flex;
    justify-content:center;
    align-items:center;

    width: 30px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff; /*7d7d7d; */
    /*margin: 4px;*/
}
.btn_1 {
    border-radius: 20px;
    background-color: #0fd284;
    padding: 10px 20px 10px 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    font-family: Estedad-FD-Bold;
    text-align: center;
    color: #fff;
}

    .btn_1:hover {
        cursor: pointer;
    }

.btn_2 {
    border-radius: 5px;
    background-color: #258cfb;
    padding: 10px 20px 10px 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    font-family: Estedad-FD-Bold;
    text-align: center;
    color: #fff;
}

    .btn_2:hover {
        cursor: pointer;
        background-color: #ffffff;
        color: #258cfb;
    }

.btn-grad {
    background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%)
}
.btn-grad {
    margin: 0px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    border:0px;
}
    .btn-grad:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
        cursor:pointer;
    }

.grid-2-col-2 {
    display: grid;
    grid-template-columns: 150px 100px;
    /* justify-content: center; */
    align-content: center;
    width: 500px;
    margin: 6px;
}

.centerTxt {
    justify-content: center;
    align-content: center;
}
