
.prevent-select {
    
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.blur{
    
    filter: blur(3px);
}

#tab_2{
    padding: 10px;
    padding-top: 20px;
}

#clockbox{
    color:#FFF;
    float:right;
    vertical-align: middle;
    margin-left: 50px;
}

.sub-note{
    font-size: 9pt;
    color: #ABB2B9;
    margin: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gray-color{color:grey;}
.blueviolet-color{color:#7D3C98;}


.task-card{
    
    padding: 3px;
    margin: 3px;
    width: 100%;
    line-height: 1.5;
    background-color: transparent;
    cursor: pointer;
}

.task-card:hover{
    background-color: aliceblue;
}


.action-card{
    cursor: pointer;
    display:inline-block;
}
.action-card:hover{
    background-color: aliceblue;
}

.table-responsive{
    
   overflow: auto !important; 
}

/*** Side Menu ***/

.sidenav {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0,.85); /** 52, 122, 182,.98 **/
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 20px;
    
    /* transition */
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	transition: 0.1s; 
}

.menu-close{
    
    font-size: 18pt;
    color:#f5f5f5;
    display: block;
    padding: 15px;
    float: right;
    cursor: pointer;
}

.sidenav-functions {
    height: 100%;
    width: 500px;
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    background-color: #f5f5f5;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 65px;
}

#side_oppener{
    display: inline;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

#side_oppener:hover{
    color: #FFF;
}

.menu-cat{
    
    margin-top: 15px;
    margin-bottom: 10px;
    color: #D0D3D4;
    padding: 15px;
    
}


.menu-splitter{
    
    margin-left: 5%;
    margin-right: 5%;
    min-width:90%;
    height: 1em;
    border-bottom: solid 1px rgba(255,255,255,.2);
}

.side-menu{
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width:100%;
}
.side-menu > li{
    display: inline-block;
    background-color: transparent;
    margin: 8px;
    
}
.side-menu > li > a{
      color:#f5f5f5;
      display: table-cell;
      vertical-align: middle; 
      text-align: center;
      text-decoration: none;
      height: 80px;
      width: 100px; 
      border: none;
    /* transition */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;     
}

#top_nav > li > a{
      color:#f5f5f5;
      display: table-cell;
      vertical-align: middle; 
      text-align: center;
      text-decoration: none;
      border: none;
    /* transition */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;     
}

.dotbtn{
    
    margin: 4px;
    background-color: transparent;
    color:#A6ACAF;
}
.dotbtn:hover, .dotbtn:focus, .dotbtn:active, .dotbtn:visited{background-color:orange; color:#FFF;}

 

.side-menu > li > a > i {font-size: 18pt !important;}

.side-menu > li > a:hover,
.side-menu > li > a:active,
.side-menu > li > a:focus{
  text-decoration: none;
  color: #AED6F1;
}

.side-menu-active{

    background: #347AB6 !important;
    color:aliceblue !important;
}

/*** Top navbar blue***/
.navbar-blue {
    background-color: #347AB6;
    border: none !important;
}

.navbar-blue li a{
    font-size: 10pt;
    font-family: Calibri;
    color:#FFF !important;
    /* transition */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;  
}

.navbar-blue li a:hover, .navbar-blue li a:active, .navbar-blue li a:focus{
    color:#AED6F1 !important;
    background: transparent !important;
}

.PhTitle{
    color: #FFF;

}

/*
.function_item{
  position: relative;
  display: block;
  padding: 10px 15px;
  color:#4a4a4a;
  border-left: solid 5px #f5f5f5;
  
  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    
  
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	transition: 0.1s;
    
}

.function_item > a{

    text-decoration: none;
    color: inherit;
}

.function_item:hover, .function_item:active, .function_item:focus{
  text-decoration: none;
  border-left-color:#4a4a4a;
  background: rgba(255,255,255,.5);
}
*/


/*** functions navbar ***/

.navbar-functions {
    background-color: #347AB6;
    border: none !important;
    margin-bottom: -5px !important;
    margin-top: -5px !important;
    padding: 0px !important;
}

.navbar-functions li a{
    font-size: 12pt;
    font-family: Calibri;
    color:#D0D0D0 !important;
    /* transition */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;  
}

.navbar-functions li a:hover, .navbar-functions li a:active, .navbar-functions li a:focus{
    color:#FFF !important;
    background: transparent !important;
}


.navbar .navbar-toggle{
    background: transparent;
    border: none; 
}


.navbar .navbar-toggle:hover{
    background: transparent !important;
}

.navbar .navbar-toggle:focus{
    background: transparent !important;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #D0D0D0;
}

.navbar .navbar-toggle:hover .icon-bar {
    background-color: #FFF !important;
}

.navbar .navbar-collapse {
  border: none;
  box-shadow: none;
}

.navbar-logo {
  margin-left: 5px;
  float: left;
  height: 50px;
  font-size: 12pt;
  font-family: Calibri;
  color:#D0D0D0;
  line-height: 20px;
}

i.fa,i.fas,i.far {
    
    font-size: 14pt !important;
    margin-right: 2px;
}

/**** Othe Elements ****/
#control_display{
    margin-bottom: 50px;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top:20px;
    background: #FFF;
    height: calc(100vh - 50px); /*For Perfect height*/
    overflow-x: hidden;
    overflow-y: auto;
    
        /* transition */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}


/*** Mobile view styles ***/
@media screen and (max-width: 800px) {
    #side_oppener{margin-left: 5px;}
}


/*** Style the area where file draged to upload ***/
.dropzone{
    background-color: #FAFAFA;
    border: dashed 2px #347AB6;
    height: 200px;
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    text-align: center;
}

.highlighted{
    background-color: aliceblue;
}

.hidden{
    display: none;
}

.blue{
    background: #347AB6;
    color: #FFF;
}
th{color: #616a6b; background-color: #f5f5f5;}

.notes{
    font-size: 12px;
    color: gray;
}

.top_notes{
    
    display: block;
    font-size: 14px;
    color: gray;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-bottom: 20px;
    
}

a.function_actions{
    font-size: 11pt !important;
}

/************************** The switch - the box around the slider *******************/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {display:none;}

.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: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #347AB6;
}

input:focus + .slider {
  box-shadow: 0 0 1px #347AB6;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 35px;
}

.slider.round:before {
  border-radius: 35px;
}

.disabled-cell{
    background-color: gainsboro !important;
}

/****From Bootstrap 4****/
.embed-responsive-21by9 {
    padding-bottom:42.85%;
}



.btn-error {
  color: #4a4a4a;
  background-color: #FFF2C5;
  border-color: #FFF2C5;
}
.btn-error:focus,
.btn-error.focus {
  color: #4a4a4a;
  background-color: #FFF2C5;
  border-color: #985fFFF2C50d;
}
.btn-error:hover {
  color: #4a4a4a4a;
  background-color: #FFF2C5;
  border-color: #FFF2C5;
}
.btn-error:active,
.btn-error.active,
.open > .dropdown-toggle.btn-error {
  color: #4a4a4a;
  background-color: #FFF2C5;
  border-color: #FFF2C5;
}
.btn-error:active:hover,
.btn-error.active:hover,
.open > .dropdown-toggle.btn-error:hover,
.btn-error:active:focus,
.btn-error.active:focus,
.open > .dropdown-toggle.btn-error:focus,
.btn-error:active.focus,
.btn-error.active.focus,
.open > .dropdown-toggle.btn-error.focus {
  color: #4a4a4a;
  background-color: #FFF2C5;
  border-color: #FFF2C5;
}
.btn-error:active,
.btn-error.active,
.open > .dropdown-toggle.btn-error {
  background-image: none;
}
.btn-error.disabled:hover,
.btn-error[disabled]:hover,
fieldset[disabled] .btn-error:hover,
.btn-error.disabled:focus,
.btn-error[disabled]:focus,
fieldset[disabled] .btn-error:focus,
.btn-error.disabled.focus,
.btn-error[disabled].focus,
fieldset[disabled] .btn-error.focus {
  background-color: #FFF2C5;
  border-color: #FFF2C5;
}
.btn-error .badge {
  color: #FFF2C5;
  background-color: #4a4a4a;
}


.pointer{
    cursor: pointer;
}


/*** Loader Transparent***/
.loader_transparent {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader_transparent:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader_transparent:after {
  background: #347AB6;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.UploadingStatus{
    min-width: inherit!important;
    text-align: right !important;
    font-family: Calibri;
    font-weight: bolder;
    font-size: 18pt;
    color: #FFF;
}


.user_logo{
    color: #FFF;
    padding: 10px;
    margin-top: 5px;
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.open .dropdown-menu {
    max-height: 500px;
    opacity: 1;
}

.blue_dropdown{
    background: #FFF !important;
}
.blue_dropdown li{
    padding: 5px;
}

.blue_dropdown div span{
    padding: 5px;
    padding-top: 8px;
    cursor: pointer;
    font-size: 10pt;
    color: #347AB6;
    text-align: center;
}



/**** Full screen modal ****/
.extra_modal{
    
  width: 85% !important;
  height: 80% !important;
  margin: 0 !important; 
  margin-left: 10% !important;    
  padding: 0 !important;
}

.extra_modal_content{
    
      height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
}


/*** Employee Card (Team Cards)***/

.our-team{
    background: transparent;
    margin-top: 72px;
}
.our-team .pic{
    width: 128px;
    height: 128px;
    border-radius: 50%;
    margin: -72px auto 0;
    overflow: hidden;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.our-team .pic img{
    width: 100%;
    height: auto;
}

.our-team:hover .pic {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.our-team .team-content{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.our-team .team-title{
    font-size: 18pt;
    color: #347AB6;
    margin: 20px 0 0;
    text-transform:uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}
.our-team .post{
    font-size: 14px;
    color: #4a4a4a;
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;    
}
.our-team .description{
    font-size: 14px;
    font-weight: 300;
    color: #4a4a4a;
    padding: 0 35px;
    line-height: 22px;
    height: 50px;
}

.our-team .description a{
    color:#347AB6;
    text-decoration: none;
}

.our-team .description a:hover{
    
    color: #5499C7;
}

.our-team .social-links{
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: -23%;
    left: 0;
    margin: 0;
    padding: 9px;
    background: #347AB6;
    transition: all 0.3s linear 0s;
    color: #FFF;
    font-size: 12pt;
    line-height: 15px;
}
.our-team:hover .social-links{
    bottom: 0;
}

@media only screen and (max-width: 990px) {
    .our-team { margin-top: 80px; }
}



/**** Employee Calendar ****/
.calendar_table_container{
    text-align: center;
    justify-content: center;
    width:100%;
    overflow: auto;
}

.calendar_table{
    display: table;
    border-spacing: 10px;
    border-collapse: separate;
    width: 100%; /** auto **/
    align-self: center;
    margin: 0 auto; /* or margin: 0 auto 0 auto */
}

.calendar_table thead
{
    display: table-header-group;
    vertical-align: middle;
}

.calendar_table td,.calendar_table th{
    position: relative;
    display: table-cell;
    width:14%;
    height: 60px;
    text-align: center;
    vertical-align: middle;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
    
}

.calendar_today{
    background-color: #f39c12 !important;
    color: #FFF !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 5px; /* 5px rounded corners */
}

.calendar_vacation{
    background-color: #21618c;
    color: #F5F5F5;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 5px; /* 5px rounded corners */
}

.calendar_weekend{
    color: #7B7D7D;
}

.calendar_leave_name{
  width:60px;
  display: block;
    margin: 0 auto;
  font-size: 7pt;
  white-space: nowrap; 
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */    
}

.calendar_candidate{
    border-radius: 5px; /* 5px rounded corners */
    cursor: pointer;
    transition: 0.3s;
    color: #347AB6;
}

.candidate-more {
    position: absolute;
    top: -1px; /* Position adjustments */
    right: 2px;
    /*color: #4a4a4a; /* Icon color */
    font-size: 16px; /* Icon size */
}

.calendar_requested{
    background-color: #196f3d !important;
    color: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 5px; /* 5px rounded corners */
}

.calendar_day{
    border-radius: 5px;
}

.calendar_day:hover{
    
    background-color: #4a4a4a !important;
    color:#FFF;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.btn-black{
    
    background-color: dimgray !important;
    border-color: dimgray !important;
    color: #FFF !important;
}

.table_centered th, .table_centered td{text-align: center;}



.coworkers_title{   
    text-align: center;
    font-size: 12px;
    color: #4a4a4a;
    display: block;
    margin: auto;
    width: auto;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.coworkers_description{
    text-align: center;
    font-size: 11px;
    color: #347AB6;
    display: block;
    margin: auto;
    width: 150px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;    
}



/***** Job Mission Styles *****/

.job_mission_ul{

    padding: 15px;
    background: transparent;
    align-content: center;
    align-self: center;
    margin: auto auto;
    margin-left: 40%;
}


.job_mission_ul li{
    
    display: inline-block;
    text-align: center;
    padding: 5px;
    width: 250px;
    text-align: center;
    align-content: center;
}

.job_mission_icons{
    
    position: relative;
    box-sizing: border-box;
    display: table-cell;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    width: 120px;
    height: 120px;
    background-color:#347AB6;
    color: #FFF;
    align-items: center;
    cursor: pointer;
    
    /* transition */
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;    
}


.job_mission_icons:hover{background-color: #4a4a4a;}

.job_mission_icons > i {
    
    font-size: 26pt !important;
    text-align: center;
    color: inherit;
    /* transition */
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;   
}

.job_mission_icons:hover > i{
 /*transform: translateY(-20%);*/
 transform:scale(1.25,1.25);
 transition: all 300ms ease;
}



.job_mission_name{
    display: block;
    text-align: center;
    color: inherit;
    width: 100%;
    cursor: inherit;
    margin-top: 10px;
}




.wrap-lable{
    
    margin-left: 15px;
    margin-top: 0px;    
}

label > input[type="radio"]{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}

label > input[type="radio"] + span{ 
    display: inline-block;
    cursor:pointer;
    font-weight: bold;
    font-family: fantasy;
    text-transform: uppercase;
    margin-left: 10px;
    /* transition */
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
    padding-top: 15px;
}

label > input[type="radio"] + span.icons{
    padding-top: 1px;
    color: gainsboro;
}


label > input[type="radio"]:checked + span{
    color: #347AB6;
}


input.tight{
    width: auto !important;
    height:20px !important;
    border: 0px !important;
    color: darkred;
    cursor: pointer;
    background: transparent;
}

input.tight:placeholder-shown{
    color:darkgray;
}

input.tight[type="text"]:disabled {
  background: transparent;
    cursor: not-allowed;
}


.cust-reviews-comment{
    display: inline;
	text-align:center;
	width:75%;
    margin:auto;
	font-size:12px;
	color:#222;	
	background-color:#FFF;
	padding:15px;
	border-radius:20px;
    z-index:100;
    position: fixed;
    top: 0;
    opacity: 0.9;
    font-family: jazeera,Calibri,Tahoma,cabin;
}



.cust-reviews-comment:after, .cust-reviews-comment:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.cust-reviews-comment:after {
	border-color: transparent;
	border-top-color: #FFF;
	border-width: 15px;
	margin-left: -21px;
}

.cust-reviews-img{
    
    width: 128px;
    height: 128px;
    border-radius: 50%;
    margin: -72px auto 0;
    overflow: hidden;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
    margin-top: 30px;
}

.cust-reviews-img img{
    width: 100%;
    height: auto;
	transition:all 0.2s;
}

.cust-reviews-img img:hover{
	transform:scale(1.05);
}

/****Screen change *****/
@media screen and (max-width: 1024px) {
    .job_mission_ul{margin-left: 20%;}

}


/*** Rate selection ***/
.rate_choice{
    display: inline-block;
    margin: 10px;
    width: 50px;
    cursor: pointer;
}
.rate_choice:hover{color: #4a4a4a;}
.rate_choice i {font-size:3em !important;}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #4a4a4a;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  text-align: center;
  line-height: 60px;
    padding-left: 4px;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background-color: dimgray;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


.transparent-heading{
    background-color:#F5F5F5 !important;
    border:none  !important;
    color:#B3B6B7  !important;
    font-size:14pt  !important; 
    text-align:center  !important;    
}



.title-heading{
    background-color:#F5F5F5 !important;
    border:none  !important;
    color:#347AB6  !important;
    font-size:14pt  !important; 
    text-align:left  !important;    
    padding-bottom:15px;
}


.section-heading{
    background-color:#F5F5F5 !important;
    border:none  !important;
    color:#4a4a4a  !important;
    font-size:18pt  !important; 
    text-align:left  !important;    
    padding-bottom:25px;
}

.transparent-heading i, .title-heading i {
    font-size:16pt  !important;
}

.transparent-heading .badge, .title-heading .badge{
    
    color:#FFF  !important;
    font-size:10pt  !important;
    border-radius: 50%;
    background-color: #A6ACAF !important;
    padding: 10px;
    font-weight: normal;
}

.red-badge{ background-color: #F5F5F5 !important; color: #347AB6 !important;}


/* -------------------------------------------------------------------------
  VERTICAL STEPPERS
-------------------------------------------------------------------------- */

/* Steps */

.step{

    box-sizing: border-box;
    width:auto !important;    
}

/* On screens that are 992px or less, set the background color to blue */
/*
@media screen and (max-width: 990px) {
    .step{

        box-sizing: border-box;
        width:95% !important;
    }
}
*/

.step-wrap{
    width:100% !important;
}

.step + .step {
  margin-top: 1em;
}

.step > div  > div:first-child {
   display:inline;
   width: 10px;
   float: right;
    margin-right: 15px;
}

.step > div > div:nth-child(2) {
  position: static;
  height: 0;
    margin: 10px;
}
.step > div > div:not(:nth-child(2)) {
  margin-left: 1.5em;
  padding-left: 1.5em;
}
.step.step-active {
  color: #347AB6;
}


/* Circle */
.stepper-circle{
  background: gray;
  position: relative;
  width: 4.5em;
  height: 4.5em;
  line-height: 1.5em;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0 3px #FFF;
}


.onqueue_circle {filter: brightness(35%);}
.dissmissed_circle {filter: brightness(35%);}
.waiting_circle {box-shadow: 0 0 10px 0 rgba(248, 196, 113,0.8) !important;}
.approved_circle{box-shadow: 0 0 10px 0 rgba(30, 132, 73,0.8) !important;}
.rejected_circle{box-shadow: 0 0 10px 0 rgba(203, 67, 53,0.8) !important;}


.step.onqueue_step {
    color: #BDC3C7;
    border-left: 0.50rem solid #BDC3C7 !important;
    /*background-color: #F4F6F6 !important;*/
}
.step.dissmissed_step {
  color: #BDC3C7;
    text-decoration: line-through;
    border-left: 0.50rem solid #BDC3C7 !important;
    background-color: rgba(121, 125, 127,0.1) !important;
}
.step.waiting_step {
    color: #F39C12;
    border-left: 0.50rem solid #F39C12 !important;
   /*background-color: rgba(248, 196, 113,0.1) !important;*/
    
    /* POP transition */
    -webkit-animation-name: bob;
    -moz-animation-name: bob;
    animation-name: bob;
    
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
    
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
    
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;     
    
    
}
.step.approved_step {
  color: #1E8449;
    border-left: 0.50rem solid #1E8449 !important;
    /*background-color: rgba(30, 132, 73,0.1) !important;*/
}
.step.rejected_step {
  color: #C0392B;
    border-left: 0.50rem solid #C0392B !important;
    /*background-color: rgba(203, 67, 53,0.1) !important;*/
}

.progress-level{
    color: inherit;
    font-size: 22pt;
    font-weight: 900;
}

/*
.stepper-circle:after{
    content:"";
    position:absolute;
    top:100%;
    left:49%;
    width:4px;
    height:50px;
    margin-top:3px;
    background-color: rgba(0,0,0,0.2);
}
*/

/* Stepper Titles */
.stepper{
   overflow: auto !important; 
}
.title {
  line-height: 1.5em;
  font-weight: normal;
  margin-left: 45px;
  width:80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding:10px;    
}
.caption {
    font-size: 0.9em;
    margin-left: 55px;
    margin-top: 7px;
    width:auto;
    overflow: auto !important;
}


.list-img{
    
    width: 40px; 
    height:40px;
    border-radius:50%;
    
}

.alert{
    
  word-break: break-all;
  white-space: pre-wrap;
}    


.nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
  }
  .nav-tabs>li {
    float: none;
  }


/*Disable owl theme hover*/
.owl-theme .owl-nav [class*="owl-"]:hover {
    
    background: transparent !important;
    background-color: transparent !important;
    
}

.tableFixHead { overflow: auto; }
.tableFixHead thead { position: sticky; top: 0; z-index:1; background-color: #347AB6; color:#ECF0F1; font-size: 14pt;}	
.tableFixHead thead th {text-align:center;vertical-align: top;}
.tableFixHead tbody td {text-align:center; color: #347AB6;}



/** Card Borders **/


.border-left-info {
  border-left: 0.50rem solid #337ab7 !important;
}

.border-left-lightgray {

    border-left: 0.50rem solid lightgray !important;
    color:lightgray;
}

.border-left-default {
    border: none !important;
    border-left: 0.50rem solid #337ab7 !important;
    width:100%;
    color:#337ab7;
}

.border-left-default p{
    color:#337ab7;
    font-size:1.5em;
}


.border-left-lightaqua {
    border: none !important;
    border-left: 0.50rem solid #36C190 !important;
    width:100%;
    color:#337ab7;
}

.border-left-lightaqua p{
    color:#36C190;
    font-size:1.5em;
}

.border-left-orange {
    border: none !important;
    border-left: 0.50rem solid #DF9F1F !important;
    width:100%;
    color:#337ab7;
}

.border-left-orange p{
    color:#DF9F1F;
    font-size:1.5em;
}


.border-left-green {
    border: none !important;
    border-left: 0.50rem solid #258745 !important;
    width:100%;
    color:#337ab7;
}

.border-left-green p{
    color:#258745;
    font-size:1.5em;
}


.border-left-red {
    border: none !important;
    border-left: 0.50rem solid #c64e4e !important;
    width:100%;
    color:#337ab7;
}

.border-left-red p{
    color:#c64e4e;
    font-size:1.5em;
}

.border-left-lightgreen {
    border: none !important;
    border-left: 0.50rem solid #00BCC6 !important;
    width:100%;
    color:#337ab7;
}

.border-left-gray {
    border: none !important;
    border-left: 0.50rem solid gray !important;
    width:100%;
    color:gray;
}

.border-left-lightgreen p{
    color:#00BCC6;
    font-size:1.5em;
}

.border-left-delegated {
    border: none !important;
    border-left: 0.50rem solid #AF5B7A !important;
    width:100%;
}


.alert-danger, .btn-danger{
    background-color: #AF5B7A !important;
    color:#FFF !important;
    border-color:#AF5B7A !important;
}

/******Mini calendar cells as cards*******/
.card-candidate{
    background-color:#FFF;
    border-color: #FFF !important;
    color: #00BCC6;
    padding:10px; 
    text-align: center;
    font-size: 10pt !important;
    cursor: pointer;
}

.card-candidate:hover{
    background-color: #E6F4F1 !important;
}

.card-pined{
    background-color: #E6F4F1 !important;
}


.card-diabled{
    background-color:#FFF  !important;
    border-color: #FFF !important;
    color: #A1ACBD;
    padding:10px;      
    text-align: center;
    font-size: 10pt !important;
    cursor:not-allowed;
}

.card-empty{
    background-color:#FFF  !important;
    border-color: #FFF !important;
    color: #FFF;
    padding:10px;      
    text-align: center;
    font-size: 10pt !important;
}

.card-selectable{
    background-color:#00BCC6 !important;
    border-color: #00BCC6 !important; 
    color: #FFF;
    padding:10px;
    text-align: center;
    font-size: 10pt !important;
    cursor: pointer;
}

/******** Sticky Notes *******/


.sticky-blue1{
    display: inline-block !important;
    width:20%;
    padding: 10px;
    background-color: #347AB6 !important;
    border-color: #347AB6 !important;
    color: #FFF;
}

.sticky-blue2{
    display: inline-block !important;   
    width:20%;
    padding: 10px;
    background-color: #5594D2 !important;
    border-color: #5594D2 !important;
    color: #FFF;
}

.sticky-blue3{
    display: inline-block !important; 
    width:20%;
    padding: 10px;
    background-color: #72AFEF !important;
    border-color: #72AFEF !important;
    color: #FFF;
}

.sticky-blue4{
    display: inline-block !important; 
    width:20%;
    padding: 10px;
    background-color: #8FCAFF !important;
    border-color: #8FCAFF !important;
    color: #FFF;
}



@media screen and (max-width: 768px) {
  .sticky-blue1 {
   width: 90%;
  }
  .sticky-blue1 {
   width: 90%;
  }
  .sticky-blue2 {
   width: 90%;
  }
  .sticky-blue3 {
   width: 90%;
  }
  .sticky-blue4 {
   width: 90%;
  }    
}


@media screen and (max-width: 1024px) {
  .sticky-blue1 {
   width: 45%;
  }
  .sticky-blue1 {
   width: 45%;
  }
  .sticky-blue2 {
   width: 45%;
  }
  .sticky-blue3 {
   width: 45%;
  }
  .sticky-blue4 {
   width: 45%;
  }    
}



/*****************************/
.toggleContainer {
   position: relative;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   width: fit-content;
   border: 3px solid #21618c;
   border-radius: 5px;
   background: #21618c;
   font-weight: bold;
   color: #21618c;
   cursor: pointer;
 }
 .toggleContainer::before {
   content: '';
   position: absolute;
   width: 50%;
   height: 100%;
   left: 0%;
   border-radius:5px;
   background: #E4F7FF;
   transition: all 0.3s;
 }
 .toggleCheckbox:checked + .toggleContainer::before {
    left: 50%;
 }
 .toggleContainer div {
   padding: 15px;
   text-align: center;
   z-index: 1;
   font-size: 11pt;
 }
 .toggleCheckbox {
   display: none;
 }
 .toggleCheckbox:checked + .toggleContainer div:first-child{
   color: white;
   transition: color 0.3s;
 }
 .toggleCheckbox:checked + .toggleContainer div:last-child{
   color: #21618c;
   transition: color 0.3s;
 }
 .toggleCheckbox + .toggleContainer div:first-child{
   color: #21618c;
   transition: color 0.3s;
 }
 .toggleCheckbox + .toggleContainer div:last-child{
   color: white;
   transition: color 0.3s;
 }


/********Start timeline-steps*********/

.timeline-steps .timeline-step {
    align-items: center;
    display: inline-block;
    position: relative;
    margin: 1rem;
}

.timeline-steps .timeline-content {
    width: 5.5rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3b82f6
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #3b82f6;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}


.timeline-steps .timeline-content .inner-circle-selected {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e67e22;
}

.timeline-steps .timeline-content .inner-circle-selected:before {
    content: "";
    background-color: #e67e22;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}

.timeline-steps .timeline-content .start-hl {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #8e44ad;
}

.timeline-steps .timeline-content .start-hl:before {
    content: "";
    background-color: #8e44ad;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}
/*******End timeline-steps*********/


/*********** Start Shift Timeline ***********/

.shiftline-steps .shiftline-step, .shiftline-steps  .leave-step {
    align-items: center;
    display: inline-block;
    position: relative;
    margin: 1rem;
    margin-top: 30px;
}




.shiftline-steps .shiftline-content {
    width: 10rem;
    text-align: center
}

.shiftline-steps .shiftline-content .shiftline-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #148f77
}

.shiftline-steps .shiftline-content .shiftline-circle:before {
    content: "";
    background-color: #148f77;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}



.shiftline-steps .shiftline-content .prohibited-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #4a4a4a
}

.shiftline-steps .shiftline-content .prohibited-circle:before {
    content: "";
    background-color: #4a4a4a;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}



.shiftline-steps .shiftline-content .leave-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e67e22
}

.shiftline-steps .shiftline-content .leave-circle:before {
    content: "";
    background-color: #e67e22;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}




.shiftline-steps .shiftline-content .conjunction-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #4a4a4a;
}

.shiftline-steps .shiftline-content .conjunction-circle:before {
    content: "";
    background-color: #be5e00;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .7
}

.text-muted{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 11px;
}



/** Shift step lines **/
.shiftline-step:not(:last-child):not(.available-after):after {
        content: "";
        display: block;
        border-top: dotted 1px grey;
        width: 7.2725rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
}



/** Leave step lines **/
.leave-step:not(:last-child):not(.available-after):after {
        content: "";
        display: block;
        border-top: dotted 1px grey;
        width: 7.2725rem; /** 3.46rem; **/
        position: absolute;
        left: 7.5rem;
        top: .3125rem
}


.available-after::after {
        content: "";
        display: block;
        border-top: solid 2px #1e8449;
        width: 7.2725rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
}

/*********** End Shift Timeline ***********/

#allocations_table, #allocations_table tr, #allocations_table td {border: none; color:#347ab6; font-weight: 400;}
.highlight_ro_col{
    
    background-color: #80b6ab !important;
    color: #FFF !important;
}

#allocations_table td{
  align-items: left;     /* Centers vertically */
    text-align: left;
    justify-content: left;
}

.focused_cell{
    background: #4c8177 !important;
    background-color: #4c8177 !important;
    cursor: pointer;
}

.clicked_cell{
    background: #95669b !important;
    background-color: #95669b !important;
    color: #FFF !important;
}


/******** task-progress-bar **********/
.task-progress-container {
  width: 100%;
  max-width: 300px; /* Adjust based on your layout */
  margin: 0 auto; /* Center the container */
    
  display: flex;
  flex-direction: column;
  align-items: center; /* Center the progress bar horizontally */    
}

.task-labels {
  display: flex;
  justify-content: space-between; /* Left and right alignment for the labels */
  margin-bottom: 5px; /* Space between labels and progress bar */
  width: 100%;
}

.task-progress-bar {
  display: flex;
  gap: 5px; /* Spacing between the bars */
  justify-content: center; /* Center the bars inside the container */
}

.task-bar {
  width: 10px;
  height: 5px;
  background-color: #ddd; /* Default bar color */
  border-radius: 5px;
}

.task-bar.task-filled {
  background-color: #4caf50; /* Color for filled bars */
}


/****Task Steps*****/

.task-step{ padding: 10px; border-bottom: solid 1px #bdc3c7;}

.task-step:hover{background-color: #f8f9f9 !important;}

.task-step-control, .tag-control{
    
  display: inline;
  width: auto;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 5px;
}

input.task-step-control::placeholder, input.tag-control::placeholder {
      color: #979a9a; /* Change the color */
      opacity: 1; /* Ensure the opacity is full */
    }

/* For older versions of browsers (like Firefox) */
input.task-step-control::-moz-placeholder, input.tag-control::-moz-placeholder {
    color: #979a9a;
    opacity: 1;
}

input.task-step-control::-webkit-input-placeholder, input.tag-control::-webkit-input-placeholder {
    color: #979a9a;
    opacity: 1;
}

.step-no{
    display: inline-block;
  width:25px;    
  font-size: 18pt;
  padding: 5px;
  text-align: left;
  font-weight: bolder;
  color: lightgray;    
}

.steps-tags-input {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
    width:100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;    
}

.step-tag {
    display: flex;
    align-items: center;
    background-color: #347AB6;
    color: white;
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
}
.step-tag:hover{
    background-color:#766db8;
}

.step-tag i {
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    float: right;
}

/******Range Slider*****/

.slider-container{
    margin: 20px;
    align-content: center;
    text-align: center;
    display: inline;
    padding: 10px;
}

.slider input[type="range"]{
    width: 100px;
}

/* Base styling for all browsers */
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #a9cce3 0%, #a9cce3 100%);
    outline: none;
    position: relative;
    margin: 0;
    padding: 0;
}

/* Custom track using ::before */
input[type="range"]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: #ddd;
    border-radius: 5px;
    transform: translateY(-50%);
}

/* Custom thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #72aeee;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: #72aeee;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

input[type="range"]::-ms-thumb {
    width: 20px;
    height: 20px;
    background-color: #72aeee;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

/* Track styling for all browsers */
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #a9cce3 0%, #a9cce3 100%);
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #a9cce3 0%, #a9cce3 100%);
}

input[type="range"]::-ms-track {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #a9cce3 0%, #a9cce3 100%);
    border-color: transparent;
    color: transparent;
}


.table-wrapper{
    height: 600px;
    min-height: 600px;
    max-height: 600px;
    overflow-y: auto;
    position: relative;
}

.table-wrapper thead tr td{
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 8px;
    background-color:#5594d2;
    color:#FFF;
}

.table-wrapper td{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;    
}

/* Container for sticky notes */
.sticky-container {
        width: 100%; /* Full width container */
        height: 500px; /* Fixed height */
        overflow-y: auto; /* Enables vertical scroll */
        display: flex; /* Flex layout */
        flex-wrap: wrap; /* Wrap items in rows */
        gap: 10px; /* Space between sticky notes */
        padding: 10px;
        padding-top: 25px;
        border: none;
        background-color: transparent;
    }

.sticky-note {
        width: 250px;
        height: 200px;
        background-color: #ffedcb; /* Light yellow color for sticky note */
        padding: 20px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); /* Shadow for 3D effect */
        text-align: left;
        font-size: 16px;
        font-style: italic;    
        color: #4a4a4a;
       /* transform: rotate(-3deg);  Slight tilt */
        position: relative;
        display: inline-block; /* Inline block for flex items */
        margin: 10px;
        overflow: hidden; /* Hide overflowing content */
        overflow-y: auto;
        word-wrap: break-word; /* Wrap long words */
        overflow-wrap: break-word; /* Break text that overflows */
        white-space: normal; /* Allow normal text wrapping */  
        border-radius: 5px;
    }

    .sticky-note::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 7px;
        border-radius: 5px;
        background: #df9f1f; /*rgba(0, 0, 0, 0.05); /* Slight top shadow */
    }

    .sticky-note-blue{
        background-color: #d9f3ff !important;
        width: 250px !important;
    }

    .sticky-note-blue::before{
        background: #347ab6 !important;
    }
    .sticky-wrapper {
        position: relative;
        display: inline-block; /* Ensures it behaves as a block within the flex container */
    }
    .close-note {
        position: absolute;
        top: -15px;
        right: -5px;
        width: 20px;
        height: 20px;
        background: transparent;
        color: #4a4a4a;
        border: none;
        font-size: 34px;
        font-weight: bold;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
	
/********************/	
.counter{

    font-size:40px;
    font-weight:bold;
    color:#347AB6;
    margin-bottom:10px;
	text-align:center;
	width:100%;
}
.tasb,
.tasb:focus,
.tasb:active{

    outline: none !important;
    border: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;

}

#tasbeeh{

    --progress:0deg;

    width:150px;
    height:150px;

    border:none;

    border-radius:50%;

    cursor:pointer;

    background:
    conic-gradient(

        #22c55e 0deg,
        #22c55e var(--progress),

        #d7d7d7 var(--progress),
        #d7d7d7 360deg

    );

    display:flex;
    justify-content:center;
    align-items:center;

    margin:auto;

    padding:8px;

    transition:.3s;

}

#tasbeeh:active{

    transform:scale(.95);

}
#tasbeeh{

    -webkit-tap-highlight-color: transparent;
    outline: none;
    touch-action: manipulation;

}

#tasbeeh:focus,
#tasbeeh:focus-visible{

    outline: none;
    box-shadow: none;

}

.tas_inner{

    width:100%;
    height:100%;

    background:#347AB6;

    border-radius:50%;

    display:flex;

    justify-content:center;
    align-items:center;

    color:white;

    font-size:20px;

    font-weight:bold;

}

.controls{

    margin-top:10px;

}

.reset{

    border:none;

    background:#dc2626;

    color:white;

    padding:6px 15px;

    font-size:12px;

    border-radius:10px;

    cursor:pointer;

    transition:.2s;
	align-self:center;

}

.reset:hover{

    background:#b91c1c;

}

.goal{

    margin-top:20px;

    color:#666;

}