@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #204139;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Tajawal', sans-serif;
    background-color: #fff;
    font-size: 17px;
    font-weight: 500;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Tajawal', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
    font-weight: 500;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

/*header*/

#header {
    padding: 15px 0;
    background: #57595c;
    position: relative;
}
.header-page {
    background: #57595c !important;
}

#header .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}
.log-hd {
    display: flex;
    align-items: center;
}
.log-hd a {
    display: flex;
    align-items: center;
    color: #fff;
    background: rgb(255 255 255 / 10%);
    border-radius: 25px;
    padding-left: 10px;
    margin-left: 20px;
}
.log-hd img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 15px;
    object-fit: cover;
}
.log-hd figure {
    width: 50px;
    height: 50px;
    background: #eee;
    border-radius: 50%;
    margin-bottom: 0;
    margin-left: 10px;
}
.last-log {
    color: #fff;
}
.ph-hd p {
    color: #fff;
    font-size: 24px;
}
.search-hd {
    position: relative;
}
.search-hd .form-control {
    border-radius: 0;
    box-shadow: none;
    padding-right: 35px;
}
.search-hd button {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    background: transparent
}
.hd-left {
    display:flex;
    align-items: center;
}
.hd-left .noti {
    margin-left:10px;
    position:relative;
}
.hd-left .noti img {
    width: 30px;
}
.hd-left .noti span {
    background: #f00;
    color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    border: 0;
    box-shadow: none;
}

.ls-noti {
    display:flex;
    align-items:center;
    padding:10px;
    border-bottom:1px solid #eee;
    position:relative;
}
.ls-noti time {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #57595c;
    font-size: 12px;
}
.ls-noti figure {
    width:50px;
    height:50px;
    border-radius:100%;
    border:1px solid #eee;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.ls-noti figure i {
    color: #57595c;
}
.ls-noti .txt-noti {
    width: calc(100% - 50px);
    text-align:right;
    padding-right:15px;
}
.ls-noti .txt-noti h5 {
    margin-bottom:5px;
    color: #000;
    font-size: 14px;
    width: 315px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.ls-noti .txt-noti p {
    font-size: 14px;
    color:#000;
    width: 250px;
    /*white-space: nowrap;*/
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.dropdown-menu {
    width: 400px;
    max-height: 350px;
    overflow: auto;
    transform: translate(0, 73px) !important;
    padding:0;
    background: #fff;
    border: 0;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
}
.noti .dropdown-toggle::after {
    display:none;
}
.dropdown-toggle::after {
    margin-right: 16px;
}
.dropmenu-user {
    width: max-content !important;
    right: 0 !important;
    padding:10px 0;
}
.dropmenu-user ul li a {
    color:#000;
    padding: 5px 15px;
}
.dropmenu-user ul li a:hover {
    color: #8F3996;
}

/*section_home*/

.section_page {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}

/**/

.ft-tab {
    background: #F1F1F1;
    padding: 10px;
}
.ft-tab .container-fluid {
    display:flex;
    justify-content: space-between;
}
.btn-add {
    padding:7px 15px;
    border-radius:10px;
    background:#8F3996;
}
.btn-add a {
    display:flex;
    align-items:center;
    color:#fff;
}
.btn-add a i {
    margin-left:5px;
}
.type-tb span {
	display: inline-block;
}
.type-tb > div{
  	display: inline-block;
  	margin-right: 5px;
	margin-bottom: 5px;
}
.type-tb > div label {
  margin: 0;
  position: relative;
}
.type-tb > div label small{
    width: 26px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #8f3996;
    border-radius: 50%;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
.type-tb input[type="radio"] {
    display: none;
}
.type-tb input[type="radio"] + label span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
	padding: 3px 5px 3px 30px;
	border-radius: 5px;
	border: 1px solid #000;
	color: #000;
	font-weight: normal
}
.type-tb input[type=radio]:checked + label span {
    background: #57595c;
	border: 1px solid #57595c;
	color: #fff
}

.type-tb li {
    display: inline-block;;
    margin-left: 20px;
}

.link-tb {
    background: #57595c;
    padding: 5px;
    width: 100%;
    display: block;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    margin-top: 15px
}
.executed {
    color: #48B92D !important;
}
.inProgress {
    color: #E64A1E !important
}
.Waiting {
    color: #35A8E0 !important
}
.canceled {
    color: #3333CC !important
}
.colleague {
    color: #99950B !important
}
.reopening {
    color: #33CC66 !important
}
.ds-flex {
    display: flex;
    justify-content: center;
}
.btn-view, .btn-trash {
    background: #EAEAE4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-right: 10px;
}
.btn-view a, .btn-trash a {
    color: #939695;
    display:flex;
}
.radio, .checkbox {
    padding-left: 0px;
    height: 20px;
    position: relative;
    width: 20px;
}

.btn-more {
    height: 40px;
    font-size: 15px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background: #8F3996;
    width: max-content;
    position: relative;
    overflow: hidden;
    margin: 20px auto;
}

.btn-more:before {
    background: #3F3B3D;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}

.btn-more:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.btn-more span,
.btn-more a{
    color: #fff;
    position: relative;
}

.list-chos {
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 160px;
}
.list-chos li {
    width: 33.3334%;
    margin: 0 0 15px !important;
    padding-left: 15px !important;
}
.list-chos li select,
.list-chos li input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-radius: 8px;
}
.form-filter {
    position: relative;
}

.form-filter .btns {
    position:absolute;
    top: 25px;
    left: 0;
}
.form-filter .btns li {
    display:block;
    margin: 0 0 40px;
}
.form-filter .btns li button {
    width : 150px;
    height: 40px;
}

table td, table th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
    box-sizing: border-box;
    overflow: hidden;
}
.img-tb {
    margin-bottom: 40px;
}

.viwe-li {
    padding: 0 5px;
    display: inline-block;
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 50px;
    text-align: start;
    position: absolute;
    bottom: 15px;
    left: 0;
}
.form-creat .form-group {
    margin-bottom: 30px;
}
.form-creat label {
    background: #F1F1F1;
    display: block;
    padding: 10px;
}
.form-creat .form-control {
    border-radius: 0;
    border: 1px solid #D3D3D3;
    height: 60px;
}
.form-creat textarea.form-control {
    height: 160px
}
.form-creat .flex50 {
    width: 50%;
    display: flex;
}
.form-creat .flex50 .form-group {
    width: 50%;
    margin-left: 15px;
}
.form-creat .flex50 .form-group:last-child {
    margin-left: 0;
}
.btn-site {
    padding: 10px 30px;
    border-radius: 5px;
    background: #57595c;
    color: #fff;
}
.text-left {
    text-align: left;
}
.table-existing p {
    min-height: 20px;
}
.table-existing td {
    padding: 0;
}
.table-existing td p:nth-child(even) {
    background: #E4EAED;
}
.table-existing tr:nth-child(even) td:nth-child(2) {
    background: rgb(52 185 45 / 18%)
}
.table-existing tr:nth-child(even) td p:nth-child(odd) {
    background: #EAEAE4;
}
.table-existing tr:nth-child(even) td p:nth-child(even) {
    background: #fff
}
.table-existing tr:nth-child(even) td:nth-child(2) p {
    background: transparent
}


table td {
    border: 1px solid #D3D3D3;
    vertical-align: middle !important;
    position: relative;
    text-align: center;
}
table tr:first-child td {
    border-top:0;
}
table thead > tr > th {
    padding: 15px 0 !important;
    text-align: center;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
    background: #F1F1F1;
    border-bottom: 0;
}

@media (max-width: 991px){
    #header .container-fluid {
        flex-wrap: wrap;
    }
    .ph-hd, .log-hd {
        width: 50%
    }
    .search-hd {
        width: 100%;
        margin-top: 20px;
    }
    .ph-hd {
        text-align: left
    }
    .form-creat .flex50 {
        width: 100%;
        display: block;
    }
    .form-creat .flex50 .form-group {
        width: 100%;
        margin: 0 0 30px;
    }
}
.btn-add {
    color: #fff;
}
.opt-a {
    display: flex;
}
.opt-a li {
    color: #fff;
    text-align: center;
    /*margin-right: 5px;*/
}

.filtr {
    background: #F2F2F2;
    padding: 15px 0;
    display:none;
}
.filtr .container {
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
}
.filtr ul li {
    display:inline-block;
    margin-left:30px;
}
.filtr ul li label {
    margin-left:10px;
}

/*============================*/
     /*breadcrumb-bar*/
/*============================*/

.breadcrumb-bar {
	background: #fff;
	margin-bottom:40px;
}
.breadcrumb-bar .container-fluid {
    display:flex;
    align-items:center;
}
.breadcrumb-bar .breadcrumb {
  	background-color: transparent;
  	border-radius: 0;
  	margin: 0;
  	padding: 12px 15px;
  	align-items:center;
  	margin-left:100px;
}
.breadcrumb-bar .breadcrumb a,.breadcrumb-bar .breadcrumb li{
  	color: #000;
    font-size: 11px;
    font-weight: bold;
}
.breadcrumb-bar .breadcrumb li {
    margin-left:20px;
    position:relative;
}
.breadcrumb>li:before{
  	content: "\e64a" !important;
  	font-family: 'themify';
  	font-size: 10px;
	color: #000
}
.breadcrumb-bar .breadcrumb a:hover{
  color: #57595c;
}
.breadcrumb-item::before {
    float: unset;
    padding:0;
    position:absolute;
    left:-15px;
    top: 50%;
    transform: translateY(-50%);
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}
.breadcrumb-item:last-child:before {
    display:none;
}
.breadcrumb-item select, .breadcrumb-item input {
    padding:5px;
    border-radius:10px;
}
.breadcrumb-bar ul li {
    display:inline-block;
    margin-left:30px;
}
.breadcrumb-bar ul li label {
    margin-left:10px;
}


/*Sign Up*/

.main-sign {
    position: relative;
    height: 100vh;
}
.sec-sign {
    background: #fff;
    padding: 60px 140px;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
.sec-sign:before {
    content: "";
    background: url(../images/shape-sign.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(-1,-1);
    width: 170px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: -1
}
.logo-st, .txt-sign {
    text-align: center
}
.logo-st {
    margin-bottom: 20px;
}
.txt-sign p {
    margin-bottom: 10px;
}
.form-sign {
    margin-top: 20px;
}
.form-sign .form-control {
    background: #FAFAFB;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    height: 45px;
}
.btn-sign {
    background: #717376;
    height: 45px;
    display: block;
    border-radius: 10px;
    color: #fff;
    width: 100%;
}
.btn-sign:hover {
    opacity: .8
}
.cbx {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
    display: flex;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
    border: 0;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 17px;
  height: 17px;
    background: #eee;
  border-radius: 3px;
    border: 0;
  transform: scale(1);
  vertical-align: middle;
  transition: all 0.2s ease;
    top: 5px;
}
.cbx span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 3px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #717376;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 0;
  transition-delay: 0.2s;
}
.cbx span:last-child {
  margin-left: 8px;
}
.cbx span:last-child:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #717376;
  transform-origin: 0 0;
  transform: scaleX(0);
}
.cbx:hover span:first-child {
  border-color: #717376;
}
.cbx p {
    margin-right: 10px;
}
.inp-cbx:checked + .cbx span:first-child {
  border-color: #717376;
  background: #717376;
  animation: check 0.6s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}
.inp-cbx:checked + .cbx span:last-child {
  color: #B9B8C3;
  transition: all 0.3s ease;
}
.inp-cbx:checked + .cbx span:last-child:after {
  transform: scaleX(1);
  transition: all 0.3s ease;
}

@keyframes check {
  50% {
    transform: scale(1.2);
  }
}


/**/

.bg-col {
    background: #e3e3e3;
    position: relative
}
/*.bg-col:before {*/
/*    content: "";*/
/*    background: url(../images/shape.svg);*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    transform: translateX(-50%);*/
/*    width: 100%;*/
/*    height: 40%;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*    background-position: center;*/
/*    z-index: 0;*/
/*}*/
.sign-gmail {
    padding: 60px;
}
.sign-gmail:before {
    display: none;
}
.sign-gm {
    background: #F5F7F8;
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
    text-align: center;
}
.sign-gm a {
    color: #717171
}

/**/

.item-bx {
    padding:20px;
    box-shadow:0 1px 7px rgb(0 0 0 / 16%);
    display:flex;
    align-items:center;
    justify-content: space-between;
    transition: .5s;
}
.item-bx:hover {
    transform: scale(1.05);
}
.item-bx h4 {
    color:#000;
    font-size:17px;
}
.item-bx:hover h4 {
    color:#57595c;
}
.pt100 {
    padding-top:70px;
}

.visible-bg{
    background-color: red;
}
.invisible-bg{
    background-color: #41f965;
}

input.largerCheckbox {
    width: 40px;
    height: 40px;
}

.quality_approv{
   background-color: lightgreen;
}
.quality_wight{
    background-color: #fe8f8f;

}


.done{
    color: #3dffa2;
}

.new{
    color: #4176ff;
}

.progress{
    color: #e5ff60;
}

.cancel{
    color: #ffa63d;
}

.emergency{
    color: #dc3329;
}

.normal{
    color: #49be25;
}

.urgent{
    color: #f96e73;
}


.aprov{
    background-color: #16f933;
}

.nunaprov{
    background-color: #dc3329;
}

