@charset "UTF-8";
/*!
  Custome css
 */
 a {
  text-decoration: none!important;
}
body{
  background: #f3f4fa;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #495057;
}

/* Scrollbar */

.table-responsive::-webkit-scrollbar {
  height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.table-responsive::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #717f8d ; display: none;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background-color: #195992; display: none;
}

.table-responsive::-webkit-scrollbar:vertical {
  display: none;
}
.table-responsive:hover::-webkit-scrollbar-thumb, .table-responsive:hover::-webkit-scrollbar-thumb:hover {
  display: block;
}

/* Scrobar End */


 /*----------------login---------------------*/
 .form-floating-custom .form-floating-icon {
  position: absolute;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 56px;
  color: #74788d;
}
.form-floating-custom>.form-control, .form-floating-custom>.form-select {
  padding-left: 60px;
}
.form-floating-custom>label {
  left: 48px;
  margin-top: 3px;
} 
.login-bg-sd-web #bg {
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.login-bg-sd-web{
  position: relative;
    min-height: 100vh;
    align-items: center;
    display: flex; color: #fff;
}
#bg canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.login-form-row{
  background: #fff;
    position: relative;
    z-index: 9;
}
.auth-logo .logo-txt {
  color: #2b3940;
  font-size: 20px; font-weight: 700;
}
.login-bg-sd-web h1{
  color:#fff;
}
.login-form-row{
  background: #fff url(../images/shape1.png) no-repeat right;
    background-position: unset;
}
.login-content .login-btn{
  padding: 12px 36px; outline: none;
}
.right-icons-sd-web{
  position: relative;
  z-index: 9;
}


/*---------header---------*/



.right-icons-sd-web .nav-link.icon {
  margin: 2px;
  padding: 3px !important;
  text-align: center;
  height: 2.5rem;
  font-size: 1.2rem;
  position: relative;
  background: transparent;
}
.right-icons-sd-web .nav-link.icon svg {
  width: 1.3rem;
  fill: #495584 !important;
}
.pulse-danger {
  display: block;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ee335e;
}
.pulse-danger:before {
  content: "";
  top: -4px;
  right: -4px;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  background: rgba(238, 51, 94, 0.8);
  cursor: pointer;
  box-shadow: 0 0 0 rgb(238 51 94 / 90%);
  animation: pulse 2s infinite;
}
.table-responsive .table.dt.table-hover tr td {
    border: 0;
    font-size: 15px; padding: 12px 20px;
}

@-webkit-keyframes pulse {
  0% {
      -webkit-transform: scale(0);
      opacity: 0;
  }
  8% {
      -webkit-transform: scale(0);
      opacity: 0;
  }
  15% {
      -webkit-transform: scale(0.1);
      opacity: 1;
  }
  30% {
      -webkit-transform: scale(0.5);
      opacity: 1;
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(1.1);
  }
}

@-moz-keyframes pulse {
  0% {
      -webkit-transform: scale(0);
      opacity: 0;
  }
  8% {
      -webkit-transform: scale(0);
      opacity: 0;
  }
  15% {
      -webkit-transform: scale(0.1);
      opacity: 1;
  }
  30% {
      -webkit-transform: scale(0.5);
      opacity: 1;
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(1.1);
  }
}

#page-topbar .logo{
  font-weight: bold;
    color: #fff;
    font-size: 22px; 
}
.header-menu-sd-web{

}
.header-menu-sd-web li a{
  padding: 8px 7px;
}

.header-profile-user {
  height: 32px;
  width: 32px;
}
.topbar-user span, .user-name-sub-text{
  color:#fff;
}
.user-name-sub-text{font-size: 12px;}
.main-header-menu-col{position: relative;}
.topbar-user button{
  padding: 0; border: 0;
}
/*-------------header------*/

.add-btn-sd-web{display: flex;}
.add-btn-sd-web button{
  background-color: #eeeef3;
  border: 0;
  display: inline-block;
  padding: 10px 14px;
  font-size: 15px;}
.d-inline{display: inline-block;}
.sub-header-row{
  background: #fff; padding-top: 15px;
  padding-bottom: 15px; margin-bottom: 15px;
}
.add-widgets-col-expand{
  display: inline-block; height: 48px; padding-left: 10px; overflow: hidden;
}
.add-widgets-col-expand ul{
  padding: 0;
}
.add-widgets-col-expand ul li{
list-style: none; display: inline-block;
}
.add-widgets-col-expand ul li a{
  color: #020202;
  display: inline-block;
  background: #f6f6f7;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px dashed #c8c8c8;
}
.add-widgets-col-expand ul li a svg{
  width: 1.2rem;
}
.job-btn-sd-web{

}

.job-btn-sd-web a{
    color: #020202;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    
}
.job-btn-sd-web a svg{
  width: 0.9rem;
}
.job-btn-sd-web a span{
  position: relative;
    top: 2px;
    margin-left: 2px;
}
.table-card-row .card-header{
  padding: 1rem 1rem; background-color: #fff;
}
.table-card-row table tr th{
  color: #626679; font-size: 15px; padding: 0.75rem 0.6rem;
}.table-card-row table tr td{
  color: #06152b; font-size: 15px;
}
.table-card-row table tr td a, .project-info-sd-web .list-group-item a{
  color: #195992;
    font-weight: 600;
}
.table-card-row table tr td a:hover, .project-info-sd-web .list-group-item a:hover{
  text-decoration: underline !important;
}
.table-card-row table tr td a.btn{
  color: #fff;
}
.action-buttons-sd-td a{
  text-decoration: none !important;
  font-weight: 300 !important;
}
.table-card-row table .action-buttons-sd-td a:hover{
  text-decoration: none !important;
 }
.table-card-row  .card{
  border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 17px 18px 0px rgb(239 241 249 / 75%);
    border: 0;
}
.questions-table tr td:first-child{
  white-space: unset;
}
.drop-down-arrow-all button{
  position: relative;
}
.drop-down-arrow-all button::after{
  position: absolute !important;
  right: 0px;
  top: 10px !important;
}
.logout-btn{
  padding: 6px 10px !important;
    font-weight: 600
} 
.drop-heading {
  padding: 1rem 1rem;
  color: #8f9daf;
}
.message-menu .dropdown-item, .notifications-menu .dropdown-item{
  padding: 1rem !important;
}
.notifications-menu .notification-label{
  font-size: 13.5px;
    color: #282f53;
    width: 100%;
}
.color-option-btn .modal-backdrop{
  z-index: 1;
}
.color-change-popup .modal-header{
  color: #000; padding-bottom: 10px !important; 
}
.color-change-popup  p{
  color: #353535;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
 .admin-settings input[type="radio"] {
  display: none;
}
 .admin-settings input[type="radio"] + label {
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
  cursor: pointer;
  transition: all .1s ease;
  border-radius: 0.25rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.1875rem;
}
.admin-settings #primary_color_2 + label {
  background-color: #6610f2;
}
.admin-settings #primary_color_1 + label {
  border: 0.0625rem solid #c4c4c4;
}
.admin-settings #primary_color_3 + label {
  background-color:#F93A0B;
}
.admin-settings #primary_color_4 + label {
  background-color:#4d06a5;
}
.admin-settings #primary_color_5 + label {
  background-color:#dc3545;
}
.admin-settings #primary_color_6 + label {
  background-color:#fd7e14;
}
.admin-settings #primary_color_7 + label {
  background-color:#ffc107;
}
.admin-settings #primary_color_8 + label {
  background-color:#20c997;
}
.admin-settings #primary_color_9 + label {
  background-color:#17a2b8;
}
.admin-settings #primary_color_10 + label {
  background-color:#94618E;
}
.admin-settings #primary_color_11 + label {
  background-color:#F93A0B;
}
.admin-settings #primary_color_12 + label {
  background-color:#343a40;
}
.admin-settings #primary_color_13 + label {
  background-color:#2a2a2a;
}
.admin-settings #primary_color_14 + label {
  background-color:#4885ed;
}
.admin-settings #primary_color_15 + label {
  background-color:#4cb32b;
}
.bs-example-modal-center .modal-content{
  border-radius: 0; border: 0;
}
 .admin-settings input[type="radio"]:checked + label {
  position: relative;
}
.notifications-menu .notification-subtext{
  font-size: 12px;
    color: #76839a;
}
.cover-image {
  background-size: cover !important;
}
.avatar-md {
  height: 2rem  !important;
  width: 2rem  !important;
}
.message-menu h5{
  font-size: 13.5px;
    color: #282f53;
}
.message-menu h5 .text-end{
  font-size: 80%;
  color: #74829c !important;
}
.filter-header{
  display: flex;
}
.filter-icon-row{
  padding: 8px 10px 0px 10px; font-size: 15px;
}
.filter-header svg{
  width: 18px;
}
.filter-header {
  background: #eeeef3;
    padding: 8px 11px;
    border-radius: 5px;
}
.filter-header .search-area span svg{
  color: #93939a;
}
.filter-header .search-area .form-control{
  border-radius: 5px; border: 0; height: 35px;
}
.filter-header .search-area .input-group-text{
  background: #fff; border: 0; height: 35px;
}
.filter-tabs-icons{
  padding: 2px 5px;
}
.filter-tabs-icons a{
  border-width: 1px;
  border-color: rgb(127, 127, 128);
  border-style: solid;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  padding: 6px 12px;
    display: inline-block; color: #919192; font-size: 14px;
}
.add-widgets-col{

}

 
.filter-header .search-area{
  width: 40%;
}
.table-card-row .accordion-button{
  background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
}
.social-search-filter input{
  border: 0; border-radius: 0;
  border-bottom: 1px solid #9b9b9b; padding-left: 0; outline: none !important;
}
.social-search-filter input:focus{
  box-shadow: none;
}
.view-page{
  display: inline-block; padding: 6px 15px; font-size: 12px; display: inline-block;
}
.drop-down-arrow-all .dropdown button{
  border-radius: 0; text-align: center; font-size: 12px; padding: 7px 22px 7px 13px !important;
 }
.drop-down-arrow-all .dropdown button::after{
   
  top: 4px;
    position: relative;
}
.col.text-center.access-denied
{
    padding: 10px 30px 35px 30px;
    background: #ffffff;
    display: block;
    max-width: 800px;
    margin: auto;
    margin-top: 80px;
    border-radius: 5px;
    box-shadow: 3px 3px 35px 13px #0f0f0f21; border-top: 4px solid #e80000;
}
.col.text-center.access-denied h2{
	font-size: 24px;
    padding: 5px 0px;
    color: #e80000;
}
.drop-down-arrow-all .dropdown{
  display: inline-block; padding-right: 10px;
}
.questions-table .drop-down-arrow-all .dropdown{padding-right: 0px;}
.drag-icon{
  border: 0;
    background: transparent;
    padding: 0px 2px; color: #afc3d2;
}
.social-search-filter{
  padding-right: 20px;
}
.drop-down-arrow-all{
  padding-left: 10px;
}
.edit-item-btn{
  color: #fff;
}
.edit-item-btn svg{
  color: #fff; width: 14px;  
}
.project-btns-row svg{
  fill: #fff;
}
.accordion-button.col{
  padding: 0px 6px;
}
.fullscreen-click{
 font-size: 23px;
  top: 5px !important;
}
.table-card-row .d-flex {
  align-items: baseline;
}
.search-section-col .accordion-button{
  position: relative;
    top: 5px;
}
.drag-icon {
  position: relative;
    top: 1px;
}
.drag-icon svg{ 
  width: 20px;
}
.search-section-col .accordion-button:after{
  width: 17px;
    height: 17px;
    background-size: cover;
}
.fullscreentable{
  position: fixed;
    top: 0;
    z-index: 99999;
    -webkit-box-shadow: none;
    box-shadow: none;
    right: 0;
    border-radius: 0;
    border: 1px solid #efefef;
    width: calc(100vw - 12px);
    height: calc(100vh);
}

.default-progress {
  height: 0.625rem;
}
.progress {
  background-color: #f6f6f6;
   overflow: hidden;
}
.bg-design {
  background: #ffa7d7;
}
.sr-only {
  clip: rect(0,0,0,0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.kanban-user .users {
  display: flex; list-style: none; margin-bottom: 0;
}
.kanban-user .users li {
  margin-right: -10px;
}
.kanban-user .users li img {
  border: 2px solid #fff;
  border-radius: 32px;
  height: 32px;
  width: 32px; 
}
.due-left{
  border-radius: 8px;
  background-color: rgba(26, 213, 152, 0.4);
  display: inline-block;
  font-size: 12px;
  padding: 2px 8px;
}
.team-tasks-list .card-body{
  border-radius: 16px;
  background-color: rgb(255, 255, 255); box-shadow: 1px 1px 6px #e3e3e3;
}
.team-tasks-list .link-title{
  font-weight: 600;
}
.drag-start {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  border: 1px dashed #abaaaa !important;
    border-radius: 5px !important; cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.drag-enter {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  border: 1px dashed #abaaaa !important;
    border-radius: 5px !important; cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
#simple-bar{
  max-height: 300px;
    min-height: 100px;
}
.widgets-list-col{
  list-style: none;
  padding: 0; display: flex;

}
.widgets-list-col li{
  width: 100px;
  height: 100px; padding-right: 10px;
}
.table-responsive .table.dt.table-hover{
	/*margin-top: 15px !important;*/
}
.table-responsive .top .dataTables_info{
	width: 100%;
}
.table-responsive .top .dataTables_info{
	background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    padding-left: 15px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 1px 4px 0px 0px #dfdfdf; padding-right: 15px; font-size: 13px; display:block;
}
.widgets-list-col li a{
  display: block;
    border: 1px solid #dfdfdf;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 10px; background: #f6f6f7;
}
.widgets-list-col li a i{
  display: block;
  font-size: 34px;
  color: #045295;
}
.widgets-list-col li a span{
  display: block;
  font-size: 15px;
  color: #000;
}
.widgets-list-col .last-widget{
  padding: 5px 18px;
}
.widgets-list-col .last-widget a{
  border: 1px dashed #dfdfdf !important; width: 100px;
  height: 100px; 
}
.add-more-widgets-design .modal-footer button{

}
.inner-title-header{
  padding-top: 8px;
    margin-bottom: 0 !important;
}
.add-btn{

}
.sub-header-row .show-results{
  padding: 10px 15px 5px 15px;
  margin-bottom: 0; font-size: 14px;
}
.sub-row-inner{
  padding-top: 10px !important;
    padding-bottom: 6px !important; border-radius: 8px;
}
#delete-datatable_paginate .pagination{
  margin-bottom: 0 !important;
}
#delete-datatable_paginate .pagination li{
   
}
#delete-datatable_paginate .pagination li a{
   
}
#delete-datatable_paginate .pagination li.previous {

}
#delete-datatable_paginate .pagination li.previous a, #delete-datatable_paginate .pagination li.next a{
  border: 0; background: transparent;
}
.paginate_button.page-item {

}
.time-card-row h5{
    font-size: 15px; color: #06152b;
}
.filter-buttons-row label{
  display: inline-block;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    padding: 5px 18px 8px 18px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    font-size: 13px;
}
.filter-buttons-row label input{
  position: absolute;
  left: -9999px;
}
.filter-buttons-row label input:checked + span {
   
}
.filter-buttons-row label input:checked + span:before {
  box-shadow: inset 0 0 0 0.3375em #00005c;
}
.filter-buttons-row  label span:hover {
   
}
.filter-top-row{
  padding-bottom: 30px;
}
.filter-buttons-row label span:before {
  display: inline-block;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #00005c;
  top: 4px;
    position: relative;
}
.form-job-row .box-footer{
  padding: 20px 0px;
}
.btn-gray{
  background: #5e5e5e; color: #fff;
}
.form-job-row{
  border: 1px solid #d7d7d7;
    padding: 20px 18px;
    border-radius: 8px;
}
.form-job-row .row{
  padding-bottom: 20px;
} 
.form-job-row .form-label{
  font-size: 14px;
  font-weight: 400;
}
.modal-right .modal-dialog {
  margin: 0 auto;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  max-width: 380px;
}
.modal-right {
  padding-right: 0!important;
}
.modal-right.modal.fade .modal-dialog {
  transform: translate(25%,0);
}
.modal-right.modal.show .modal-dialog {
  transform: translate(0,0);
}
.modal-right .modal-content {
  min-height: 100%; border-radius: 0;
}
.modal-right .modal-footer {
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.modal-right  .modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-right .modal-title{
  font-size: 16px;
}
.table-responsive  tbody tr:hover{
  background-color: #f3f6f9;
}
.question-btns {
  position: absolute;
  top: 14px;
  right: 114px;
  background: #fff;
  padding: 5px 5px;
}
.view-all-btns i{
   
}
.question-btns {display: none;}
.show-btns{
  display: block;
}
.question-btns svg{
  width: 18px;
    margin-right: 4px;
}
.question-btns  a, .project-btns-row a{
  border-radius: 3px;
    padding: 3px 15px;
    line-height: 26px;
}
.project-btns-row{
   
}
.add-btn-main svg{
  width: 20px;
}
.project-info-sd-web{

}
.project-info-sd-web h6{
  color: #495057;
  font-weight: 600;
}
.project-info-sd-web .text-muted{
  font-size: 14px; word-break: break-all;
}
.client-info-block{
  background: #f8f9fa;
}
.project-info-sd-web .list-group-item{
  padding-left: 0;  padding-right: 0; position: relative; border-bottom: 1px dashed #afadad;
}
.project-info-sd-web .list-group-item::before{
   
}
.project-info-sd-web .list-group-item img{
  position: relative;z-index: 1;
}
.rfi-list-section .btn-outline-primary.btn-air-primary{
  font-size: 14px;
}
.fullscreen-expand{
  position: relative; z-index: 9; border: 0; color: #fff;
}
.hamburger-icon span{
  background-color: #fff !important;
}

.hidesidebar .col-xl-9.left-bar{

}
.hidesidebar .col-xl-3.right-sidebar{
display: none;
}
/*----mobile-css --*/

@media (min-width: 1200px){
  .hidesidebar .col-xl-9.left-bar {
    flex: 0 0 auto;
    width: 100%;
}
}

@media (min-width: 768px){
  #page-topbar {
    left: 0px !important; 
}

.modal-right .modal-header {
  flex: 0 0 70px;
}
}

@media (min-width: 992px){
  .header-menu-sd-web {
    position: relative;
    top: 12px;
  }
  .main-header-menu-col .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
  }
  .main-header-menu-col .navbar-nav {
    flex-direction: row;
    position: absolute;
    top: -40px;
    left: -25px;
    right: 0;
    margin: auto;
    width: 100%;
    justify-content: center;
}
}


@media (max-width: 480px) {
    
  .login-bg-sd-web {
   
    min-height: 26vh;
    align-items: center;
    display: flex;
    color: #fff;
    text-align: center;
}
.login-bg{
  width: 100%;;
}
.login-bg .justify-content-center{
  width: 100%;;
}



}




/*------------animations---------------*/
@-webkit-keyframes fa-spin {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(359deg);
  transform: rotate(359deg);
}
}@keyframes fa-spin {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(359deg);
  transform: rotate(359deg);
}
}
#logoutForm .popover {
    width: 350px;
}

#logoutForm .popover-body {
    padding: 0
}