@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

/* design scroll bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #2c7be5;
  border-radius: 20px;
  cursor: pointer;
}

.htmlbody::-webkit-scrollbar {
  display: none !important;
}

/* .os-viewport ::-webkit-scrollbar {
  width: 100px;
  cursor: pointer;
} */

/* Track */
/* .os-viewport ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
} */

/* Handle */
/* .os-viewport ::-webkit-scrollbar-thumb {
  background: #2c7be5 !important;
  border-radius: 20px;
  cursor: pointer;
} */

.test123 {
  color: #ffffb9;
}

#customize_icon {
  fill: #2c7be5 !important;
}

/* Handle on hover */
.modal-dialog ::-webkit-scrollbar-thumb:hover {
  background: #2c7be5 !important;
}

/* Design For Progress Bar */
#progress {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: -6px;
  width: 0%;
  height: 2px;
  background: #2c7be5;
  /* background: #4b49ac; */
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-transition: width 500ms ease-out, opacity 400ms linear;
  -ms-transition: width 500ms ease-out, opacity 400ms linear;
  -o-transition: width 500ms ease-out, opacity 400ms linear;
  -webkit-transition: width 500ms ease-out, opacity 400ms linear;
  transition: width 500ms ease-out, opacity 400ms linear;
}

#progress.done {
  opacity: 0;
}

#progress dd,
#progress dt {
  position: absolute;
  top: 0;
  height: 2px;
  -moz-box-shadow: #2c7be5 1px 0 6px 1px;
  -ms-box-shadow: #2c7be5 1px 0 6px 1px;
  -webkit-box-shadow: #2c7be5 1px 0 6px 1px;
  box-shadow: #2c7be5 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#progress dd {
  opacity: 1;
  width: 20px;
  right: 0;
  clip: rect(-6px, 22px, 14px, 10px);
}

#progress dt {
  opacity: 1;
  width: 180px;
  right: -80px;
  clip: rect(-6px, 90px, 14px, -6px);
}

@-moz-keyframes pulse {
  30% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes pulse {
  30% {
    opacity: 0.6;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}

@-o-keyframes pulse {
  30% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  30% {
    opacity: 0.6;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}

@keyframes pulse {
  30% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#progress.waiting dd,
#progress.waiting dt {
  -moz-animation: pulse 2s ease-out 0s infinite;
  -ms-animation: pulse 2s ease-out 0s infinite;
  -o-animation: pulse 2s ease-out 0s infinite;
  -webkit-animation: pulse 2s ease-out 0s infinite;
  animation: pulse 2s ease-out 0s infinite;
}

/* page title */
.title_icon {
  display: inline-block !important;
  color: #2c7be5 !important;
}

/* table design */
#datalist .datatr:hover {
  /* background-color: var(--falcon-gray-100); */
  cursor: pointer;
}

#datalist .datatr:active {
  /* background-color: var(--falcon-gray-100); */
  cursor: grabbing;
  cursor: -webkit;
}

#datalist .datatr {
  color: var(--falcon-900) !important;
}

.sorting {
  /* width: fit-content !important; */
}

.logindiv {
  border-radius: 35px !important;
  padding-top: 30px;
  opacity: 1;
  z-index: 100;
}

.loginbody {
  /* background-image: url("http://192.168.0.130/swarnim//assets/images/background.jpg"); */
  background-image: url("http: //localhost/ntce/admin/assets/images/background.jpg");
  height: fit-content !important;
  background-size: 100% 100%;
}

.link-color {
  color: #2c7be5;
}

/* Loader Design */
.loading {
  position: fixed;
  z-index: 100000;
  background-image: url("https://ntce.co.in/Admin/assets/images/loader.gif");
  /* background-image: url("http: //localhost/ntce/admin/assets/images/background.jpg"); */
  background-repeat: no-repeat;
  background-size: 357px 290px;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  cursor: wait;
  background-position: center;
  background-color: #fff;
}

.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

.border-15 {
  border-radius: 16px !important;
}

.error,
.required {
  color: red !important;
}

.form-control:focus,
.form-control:active {
  border-color: #2c7be5 !important;
  outline: #2c7be5 !important;
  box-shadow: inset 0 -1px 0 #ddd;
}

.input-group-text {
  background-color: #2c7be5;
  color: #d8e2ef;
}

.modal_z_index {
  z-index: 1000;
}

input[type="radio"] {
  width: 25px;
  height: 25px;
}

.custome-icon {
  color: #2c7be5 !important;
  font-size: 24px;
  margin-left: 5px;
}

.sorting,
.btnsearchfilter {
  cursor: pointer;
}

/* messegebox design */
.msgbox {
  display: none;
  color: whitesmoke;
  position: fixed;
  right: 0;
  top: 5;
  border-left: 2px;
  border: 3px solid whitesmoke;
  border-radius: 7px;
  box-shadow: inset 20px whitesmoke;
  width: 300px;
  overflow: hidden;
  font-family: sans-serif;
  font-weight: 500;
  z-index: 100000;
  /* animation: showanimation 0.5s forwards; */
}

.msgbox a {
  text-decoration: none;
  cursor: pointer;
  color: whitesmoke;
}

.msgbox.success {
  background-color: #08e1ae !important;
  background-image: linear-gradient(315deg, #08e1ae 0%, #98de5b 74%) !important;
}

.msgbox.danger {
  background-color: #fc9842 !important;
  background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%) !important;
}

.msgbox.show {
  display: block !important;
  animation: showanimation 0.5s forwards;
}

.msgbox.hide {
  animation: hideanimation 0.5s forwards;
}

@keyframes showanimation {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes hideanimation {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

.msgbox .messeg-body {
  border-top: 2px solid white;
}

.messeg-body {
  animation: msgcontent 1s forwards;
}

@keyframes msgcontent {
  0% {
    transform: translateY(-40%);
  }

  100% {
    transform: translateY(0%);
  }
}

/*******************************/

.capt {
  font-family: "Roboto", sans-serif;
}

#refresh {
  position: relative;
  left: 150px;
  width: 30px;
  height: 30px;
  bottom: 30px;
  cursor: pointer;
}

/*  SWITCH CASES */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: var(--falcon-primary);
}

input:focus+.slider {
  box-shadow: 0 0 1px var(--falcon-primary);
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.desktop-text {
  margin-right: 2rem !important;
}

@media (max-width: 912px) {
  .desktop-text {
    display: none !important;
  }

  .strongpass {
    width: 81% !important;
  }

  .mobile-text {
    font-size: 15px;
  }

  .username_text {
    display: none;
  }
}

#masterlisting .card {
  cursor: pointer !important;
}

#masterheader {
  background-color: var(--falcon-primary);
}

.searchfilter {
  background-color: var(--falcon-input-bg);
}

#masterheader ::placeholder {
  font-size: large;
  color: var(--falcon-dark);
  text-align: center;
  font-family: "ubuntu-medium", sans-serif;
}

.masterimg {
  height: 100px;
  width: auto;
}

.text-master {
  color: white !important;
}

.blocks {
  height: 210px;
}

.darkimg {
  filter: invert(100%) !important;
}

.dark_logo {
  filter: invert(30%) !important;
}

.title_icon,
.groupbtn {
  cursor: pointer !important;
}

.pointer :hover {
  cursor: pointer !important;
}

.fltclosebtn {
  color: var(--falcon-white);
}

.fltclosebtn:hover {
  color: var(--falcon-white);
}

.togglerow,
.list-group-item i {
  cursor: pointer !important;
}

#managedata {
  width: max-content !important;
}

#tablefilter {
  max-width: 500px !important;
}

#themeController {
  overflow-y: scroll !important;
  max-height: fit-content;
}

.select2-dropdown--below,
.select2-dropdown--above {
  width: 459px !important;
}

.select2-search__field {
  color: var(--falcon-input-color);
}

.popover {
  max-width: 600px;
}


/* messegebox design */
.msgbox {
  display: none;
  color: whitesmoke;
  position: fixed;
  right: 0;
  top: 5;
  border-left: 2px;
  border: 3px solid whitesmoke;
  border-radius: 7px;
  box-shadow: inset 20px whitesmoke;
  width: 300px;
  overflow: hidden;
  font-family: sans-serif;
  font-weight: 500;
  z-index: 100000;
  /* animation: showanimation 0.5s forwards; */
}

.msgbox a {
  text-decoration: none;
  cursor: pointer;
  color: whitesmoke;
}

.msgbox.success {
  background-color: #08e1ae !important;
  background-image: linear-gradient(315deg, #08e1ae 0%, #98de5b 74%) !important;
}

.msgbox.danger {
  background-color: #fc9842 !important;
  background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%) !important;
}

.msgbox.show {
  display: block !important;
  animation: showanimation 0.5s forwards;
}

.msgbox.hide {
  animation: hideanimation 0.5s forwards;
}

@keyframes showanimation {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes hideanimation {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

.msgbox .messeg-body {
  border-top: 2px solid white;
}

.messeg-body {
  animation: msgcontent 1s forwards;
}

@keyframes msgcontent {
  0% {
    transform: translateY(-40%);
  }

  100% {
    transform: translateY(0%);
  }
}

@media(min-width: 1200px) {

  .fontrem {
    font-size: 1.2rem !important;
  }
}

/*******************************/

.bootstrap-select .dropdown-menu {
  z-index: 10000 !important;
}

.settings-panel {
  z-index: 10000000 !important;
}

.nav-link {
  cursor: pointer;
}