* {
  margin:0;
  padding:0;
  box-sizing: border-box;
  font-family: 'Cairo', sans-serif;
}
body {
    font-family: 'Cairo', sans-serif;
  }
.container {
  /* width: 1170px; */
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
/* Start Header Sec. */
.header-profile {
  position: absolute;
  width: 180px;
  height: 80px;
  top: 0;
  right: 0;
  margin-right: 10px; 
}
.header-profile img {
  position: absolute;
  height: 50px;
  width: 50px;
  right: 10px;
  margin-top: 15px;
  border: 2px solid #F2F2F2;
  border-radius: 50%;
  cursor: pointer;
}
.header-profile span {
  position: absolute;
  width: 100px;
  right: 70px;
  top: 15px;
  font-size: 12px;
  text-align: right;
  font-weight: bold;
  color: #ccc;
}
.header-profile span a {
  text-decoration: none;
  color: yellow;
}
/* End Header Sec. */
/* starting login page */
.landing-page {
  min-height: 100vh;
  background-image: url('../images/cover02.jpg');
  background-size: cover;
}
.landing-page .overlay {
  background-color: rgba(0,0,0);
  opacity: .5;
  position: absolute;
  width:100%;
  height: 100%;
  left:0;
  top:0;
  z-index: 1;
}
.login-sec {
  position:relative;
  width: 360px;
  top: 120px;
  left: calc(50% - 200px);
  z-index: 3;
  padding: 40px;
  background-color: #FFF;  
  border-radius:10px;
  box-shadow: 0 0 10px #ddd;
}
.login-sec .form-logo img {
  position: absolute;
  width: 150px;
  height: 100px;
  left: 105px;
  top: -67px;
  z-index: 21;
}
.login-sec .form-logo p {
  text-align: center;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FF8900;
}
.login-sec form button  {
  width: 100%;
}
.wrapper { 
  position: relative; 
}
.icon-inside { 
    position: absolute; 
    top: 10px; 
    right: 10px; 
    color: #AAA;
}
/* Alert Section */
.alert-danger {
  position:absolute;
  background-color: rgba(220,53,69, .9);
  color:#FFF;
  z-index: 100000;
  top:0;
  width: 75%;
  font-weight: bold;
}
.alert-success {
  position:absolute;
  background-color: rgba(34,177,76, .9);
  color:#FFF;
  z-index: 100000;
  top:0;
  width: 75%;
}
.alert-warning {
  position:absolute;
  top:0;
  width: 75%;
  font-weight: bold;
}
/* Alert Section */
.select-lang {
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: red;
  right: 40px;
}
/* End login page */
/* Start Setting Box */
.settings-box {
  position:fixed;
  left: -182px;
  top:82px;
  background-color: #232323;
  z-index: 100001;
  width: 180px;
  min-height: 100vh;
  transition: .9s;
  border-style: solid;
  border-width: 1px;
  border-color: #303030 #303030 #303030 #A0A0A0;
}
.display-box {
  left: 0;
}
.settings-box .toggle-settings {
  background-color: white;
  color: green;
  position:absolute;
  top: 0px;
  right: -33px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  border-radius: 10%;
}
.settings-box .toggle-settings .my-gear {
  padding: 5px;
  width: 32px;
}
.settings-box .links {
  list-style: none;
  width: 100%;
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
}
.settings-box .links li a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #CCC;
  text-align: left;
  padding: 5px;
  transition: .5s;
  font-size: 14px;
} 
.settings-box .links li a:hover {
  background-color: #FE2712;
  color: #FFF;
  padding-left: 10px;
  border-radius: 2px;
}
/* End Setting Box */
div.nav-buttons h3 {
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    color:#FF8900;
}
div.nav-buttons .btn-danger {
  margin-left: 10px;
}
/* End DataTable */

.mycard {
  position: relative;
  background-color: rgb(145,59,203);
  border: 2px solid #CCC;
  border-radius:20px 80px;
  height: 80px;
}
.mycard:hover {
  opacity: .8;
}
.mycard h2 {
  position: absolute;
  top: 18px;
  left: 110px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #CCC;
}
.mycard .myicon {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 8px 40px;
  border: 4px solid #CCC;
  border-radius:50%;
  text-align: center;
}
.mycard .myicon .fa {
  font-size: 30px;
  margin-top: 13px;
  color: #CCC;
}
.mycard .btn {
  position: absolute;
  top: 25px;
  right: 30px;
}

div.d-flex {
  position:fixed;
  top:0;

}
.nav-link:hover {
  background-color: red !important
}

.nav-link .fa {
  transition: all 1s
}

.nav-link:hover .fa {
  transform: rotate(360deg)
}

.inv-header {
  position: fixed;
  top: 1px;
  left: 226px;
  height: 50px;
  width: calc(100% - 235px);
  background-color: rgb(23,91,140);
}
.inv-header h4 {
  color: white;
  padding: 10px;
}

/* Start Invoice Summary */
.inv-summary {
  position: relative;
  display: flex;
  top: 57px;
  left:226px;
  height: 170px;
  width: calc(100% - 234px);
  align-items: center;
  justify-content: center;
  background: #202020;
}
.inv-details {
  position: relative;
  top: 63px;
  left:226px;
  width: calc(100% - 234px);
  background: #FFF;
  height: 100vh;
}

.inv-wrapper {
  position: absolute;
  display: flex;
  left:0;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.inv-wrapper .card{
  width: calc(20% - 20px);
  background: #303030;
  height: 140px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.inv-wrapper .card .circle {
  position: relative;
  width: 100px;
  height: 100px;
  border: 6px solid blue;
  border-radius: 50%;
}

.inv-wrapper .card .circle .box,
.inv-wrapper .card .circle .box span {
  position: absolute;
  top: 50%;
  left:50%;
  transition: all 0.1s;
}
.inv-wrapper .card .circle .box {
  height: 100%;
  width: 100%;
  background: #303030;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.inv-wrapper .card .circle:hover .box {
  transform: translate(-50%, -50%) scale(1.05);
}
.inv-wrapper .card .circle .box span,
.inv-wrapper .card .text {
  /* background: -webkit-linear-gradient(left, #a445b2, #fa4299); */
  background: #606060;
  -webkit-background-clip: text;
  background-clip: text;
  /* -webkit-text-fill-color: transparent; */
}
.inv-wrapper .card .circle:hover .box span {
  transform: translate(-45%, -50%) scale(1.09);
}
.inv-wrapper .card .circle .box span {
  font-size: 14px;
  font-weight: bold;
  transform: translate(-45%, -50%);
  cursor: default;
}
.card .text {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 753) {
  .inv-wrapper {
    width: 700px;
  } 
  .inv-wrapper .card{
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }  
}
@media (max-width: 505) {
  .inv-wrapper {
    width: 500px;
  } 
  .inv-wrapper .card{
    width: 100%;
    margin-bottom: 20px;
  }  
}

.input-group-sm input {
  background-color: #EEE;
}
div.container { 
  max-width: 1200px 
}
