@charset "utf-8";
body{
  font: arial;
}

:root{
  --bs-primary: #8c1313;
}
/***** start for question-list style *****/
::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
#clr-picker {
  z-index: 99999;
}
.sidebar-mini .main-sidebar .nav-link,
.sidebar-mini-md .main-sidebar .nav-link,
.sidebar-mini-xs .main-sidebar .nav-link {
  width: auto !important;
  transition: width ease-in-out 0.3s;
}
.border-top {
  border-top: 1px solid rgb(37, 37, 37) !important;
}
.spanHeight {
  height: auto;
  line-height: 48px;
  background-color: #eeeeee;
  padding: 5px;
}

.fa-long-arrow-alt-right {
  line-height: 48px;
}

.fa-caret-right {
  color: #eeeeee;
}

.prevBtn,
.nextBtn {
  background-color: #eeeeee;
}

/**** end for question-list style *****/

/***** start For Add-Question style *****/
.SpecifyLimit {
  cursor: not-allowed;
}

/* start For advance options */
#attachSelect {
  cursor: not-allowed;
}
/* start For advance options */

/***** end For Add-Question style *****/

#profile .profile-header img {
  z-index: 5;
  height: 80px;
  width: 80px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

#profile .profile-header p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
}

#profile .profile-header {
  height: 145px;
  padding: 10px;
  text-align: center;
  background-color: #3c8dbc;
}

#profile .profile-footer {
  background-color: #f9f9f9;
  padding: 10px;
}

#profile .profile-footer li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.currentPassIcon,
.newPassIcon,
.confirmPassIcon {
  cursor: pointer;
}

.toggleClass {
  max-height: 0;
  max-width: 0;
  opacity: 0 !important;
}
.toggleClass + label {
  margin-bottom: 0px !important;
  display: block;
  position: relative;
  box-shadow: inset 0 0 0px 1px #d5d5d5;
  text-indent: -5000px;
  height: 25px;
  width: 44px;
  border-radius: 15px;
  top: -12px !important;
}

.toggleClass + label:before {
  content: "";
  position: absolute;
  display: block;
  height: 24px;
  width: 44px;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: rgba(19, 119, 31, 0);
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out !important;
}

.toggleClass + label:after {
  content: "";
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  top: 0;
  left: 0px;
  border-radius: 15px;
  background: white;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out !important;
}
.toggleClass:checked + label:before {
  width: 44px;
  background: #28a745 !important;
}

.toggleClass:checked + label:after {
  left: 20px;
  box-shadow: inset 0 0 0 1px #28a745 !important;
}
#permissionViewTable tr td {
  border-color: rgb(74, 74, 74);
}
#permissionViewTable {
  border-color: rgb(74, 74, 74);
}

.va-m {
  vertical-align: middle !important;
}

.font-size-13 {
  font-size: 13px;
}

#toolbarContainer {
  display: none !important;
}

/*Loader*/
.lds-ripple {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px)
}

.lds-ripple .lds-pos {
    position: absolute;
    border: 2px solid #007bff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, .1, .5, 1) infinite;
}

.lds-ripple .lds-pos:nth-child(2) {
    animation-delay: -.5s;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 0
    }
    5% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

.btn-count {
  position: relative;
}
.btn-count > .badge {
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    right: -10px;
    top: -3px;
}
.percent-w {
  min-width: 92px;
}
.alert-info-emmployee {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.custom-control-label::before{
  background-color: #fff !important;
  box-shadow: inset 0 0.25rem 0.25rem #fff !important;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff !important;
    border-color: #007bff !important;
    background-color: #007bff !important;
    box-shadow: none !important;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after{
  background-color: #fff !important;
}

:root{
  --bs-custom-primary : #8c1313;
  --bs-custom-secondary : #041C3C;
}