html {
  --scrollbarBG: #cfd8dc;
  --thumbBG: #90a4ae;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #bbb #f1f1f1;
}
body {
   background: #f2f8fb;
  /* background: linear-gradient(-90deg, rgba(109, 185, 255, 0.1), rgba(231, 136, 243,0.1)); */
  background-size: 400% 400%;
  overflow-x:hidden;
  animation: gradient 15s ease infinite;
  font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
  font-size: 0.9rem;
  font-weight:400;
}
/* @keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
} */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #cfd4f0;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: #bbbbbb;
}
::-webkit-scrollbar-thumb:horizontal{
    background: #cfd4f0;
}
::-webkit-scrollbar-thumb:horizontal:hover{
    background: #bbbbbb;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* .clearfix {
  *zoom: 1;
} */

a {
  text-decoration: none !important;
}
ul {
  list-style-type: none;
}
table {
  font-size: 12px;
  width:100%;
  color:#2f3337;
}
h6{
	margin-top: 0.2rem !important;
	margin-bottom: 0.2rem !important;
}
h5{
  font-size: 1rem;
  margin-bottom: 0;
  color: #5d6166;
  font-weight:600;
}
.mb-10{
  margin-bottom: 5rem;
}
.menu_container {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 999;
}

@media only screen and (min-width: 1200px) {
  .menu_container {
    width: 100%;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .menu_container {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .menu_container {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu_container {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 479px) {
  .menu_container {
    width: 100%;
    margin: 0 auto;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.main-content {
  position: relative;
}

.main-content::before {
    content: '';
    position: absolute;
    top: -200px;
    left:0px;
    width: 300px;
    height: 600px;
    background: rgba(253, 193, 252, 0.9);
    opacity: 0.3;
    filter: blur(150px);
    z-index: -1;
}

.main-content::after {
    content: '';
    position: absolute;
    top: -200px;
    right:0px;
    width: 300px;
    height: 600px;
    background: rgba(169, 214, 255, 0.9);
    opacity: 0.3;
    filter: blur(150px);
    z-index: -1;
  }   

.logo {
  float: left;
  height: 52px;
  padding-left: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ticket-details-contact__ift-namTitle h6 {
  font-size: 13px;
  font-weight: 500;
  color: #0062ff;
  text-transform: uppercase;
  margin: 0;
  line-height: 20px;
}
.table {
  width: 100%;
  font-size: 12px;
}
.table td, .table-borderless td {
  padding: 4px 5px;
  font-size:12px;
}

.table thead th{
  padding: 5px 5px;
  background-color:#eff2f6;
  font-weight:600;
}

.tbl-content {
  height: 390px;
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  mask-size: 100% 20000px;
  mask-position: left bottom;
  mask-image: linear-gradient(to top, transparent, rgb(120, 120, 120)),
    linear-gradient(to left, transparent 8px, rgb(120, 120, 120) 8px);
  -webkit-mask-image: linear-gradient(to top, transparent, rgb(120, 120, 120)),
    linear-gradient(to left, transparent 8px, rgb(120, 120, 120) 8px);
  -webkit-mask-size: 100% 20000px;
  -webkit-mask-position: left bottom;
  transition: mask-position 0.5s, -webkit-mask-position 0.5s;
  border-bottom:1px solid #dee2e6;
  position:relative;
}

.tbl-content:hover {
  mask-position: left top;
  -webkit-mask-position: left top;
}

/* .time_card th {
  padding: 5px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #1a1a1a;
  position: sticky;
  z-index: 9;
  top: 0;
  background-color: rgb(231, 240, 255);
}
.time_card tfoot {
  position: sticky;
  bottom: 0;
  z-index: 9;
}

.time_card td {
  padding: 5px;
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
  border-bottom: solid 1px #eee;
  line-height: 14px;
}
.time_card tr:nth-child(even) {
  background-color: #eff1f5;
} */
.table{
	margin-bottom:0px !important;
}
.table-fixed thead, .table-fixed th {
	padding: 5px;
    position: sticky;top: 0;
	font-weight:500;
	background:rgb(231, 240, 255);
	z-index:1;
}
.table-fixed tfoot{
	position: sticky;bottom:0;
}

.card {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  padding: 0.5rem;
  background: rgb(255, 255, 255);
  -webkit-background-clip: border-box;
  background-clip: border-box;
  /* border: 1px solid #dadceb; */
  border: none;
  -webkit-border-radius: 10px;
  border-radius: .375rem;
  box-shadow: 0 0 25px rgba(26,107,225,.1);
   /*box-shadow: rgba(174, 181, 207, 0.2) 0px 10px 50px; */
}
 
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.333rem;
  color: #545454;
}
.card-header {
    border-left: 2px solid #e41f26;
    color: rgb(72 77 86);
	margin-bottom:5px;
	border-bottom:1px solid #eaf5ff !important;
	background:linear-gradient(145deg, #fff 0%, #f0f8ff 100%);
}
.card-header:first-child {
    border-radius: none !important;
}
.mcdmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  background:rgb(255, 255, 255);
  /* background:linear-gradient(0deg, rgb(255, 255, 255) 50%, rgb(224, 238, 255) 100%); */
  height: 50px;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(0.25turn, rgb(156 191 253), rgb(255 184 242), rgb(156 191 253),rgb(255 184 242));
  border-image-slice: 1;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.mcdmenu li {
  float: left;
  position: relative;
}

.mcdmenu li a {
  display:flow-root;
  text-decoration: none;
  padding: 12px 10px;
  text-align: center;
  color: #11385b;
  border-right: 1px solid #dbdbdb;
}

.mcdmenu li ul li a {
	border-bottom:1px solid #eee;
}

.mcdmenu li a
.mcdmenu li a i {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 5px;
}

.mcdmenu li a strong {
  text-transform: uppercase;
  margin-left: 5px;
  font-size: 11px;
  font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
  font-weight: 600;
}

.mcdmenu li a strong::after {
  float: right;
  margin-left: 5px;
  margin-top: 2px;
  font-family: FontAwesome;
  content: "\f107";
}

.mcdmenu li:hover > a i {
  opacity: 1;
  -webkit-animation: moveFromTop 300ms ease-in-out;
  -moz-animation: moveFromTop 300ms ease-in-out;
  -ms-animation: moveFromTop 300ms ease-in-out;
  -o-animation: moveFromTop 300ms ease-in-out;
  animation: moveFromTop 300ms ease-in-out;
}

.mcdmenu li:hover a strong {
  opacity: 1;
  -webkit-animation: moveFromLeft 300ms ease-in-out;
  -moz-animation: moveFromLeft 300ms ease-in-out;
  -ms-animation: moveFromLeft 300ms ease-in-out;
  -o-animation: moveFromLeft 300ms ease-in-out;
  animation: moveFromLeft 300ms ease-in-out;
}

.mcdmenu li:hover > a {
  color: #e41f26;
}

.mcdmenu li a.active {
  position: relative;
  color: #e41f26;
  /* border-top: 4px solid #e41f26; 
  border-bottom: 4px solid #e41f26; */ 
}

/* .mcdmenu li a.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  border-top: 5px solid #e41f26;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
} */

@keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes moveFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes moveFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.mcdmenu li ul,
.mcdmenu li ul li ul {
  position: absolute;
  height: auto;
  min-width: 200px;
  padding: 0;
  margin: 0;
  background:rgb(255, 255, 255);
  border-top: 4px solid #e41f26;
  border-left: 1px solid #dfe5f3;
  border-right: 1px solid #dfe5f3;
  border-bottom: 1px solid #dfe5f3;
  border-radius: 6px;
  visibility: hidden;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  top: 46px;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.mcdmenu li ul:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 23%;
  border-bottom: 5px solid #e41f26;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.mcdmenu li:hover > ul,
.mcdmenu li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 46px;
}

.mcdmenu li ul li {
  float: none;
}

.mcdmenu li ul li a {
  padding: 3px 10px;
  font-size: 12px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #eee;
}

.mcdmenu li ul li a i {
  font-size: 10px;
  float: right;
  margin-top: 5px;
}

.mcdmenu li ul li ul {
  left: 230px;
  top: 0;
  border: 0;
  border-left: 4px solid #e41f26;
}

.mcdmenu li ul li ul:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -14px;
  border-right: 5px solid #e41f26;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.mcdmenu li ul li ul::marker {
  list-style: none;
}
.mcdmenu li ul li:hover > ul {
  top: 0px;
  left: 200px;
}

.mcdmenu li.float {
  float: right;
  min-width: 120px;
}
.menu {
  font-size: 1.2rem;
  position: absolute;
  top: 0.5rem;
  left: 0.8rem;
  cursor: pointer;
  margin-right: 20px;
  color: #506172;
}
.w_nme {
  padding: 15px;
  color: #e41f26;
  font-size: 12px;
  font-weight: 600;
  font-variant: small-caps;
  cursor: pointer;
  display: block;
}

.w_nme::after {
  float: right;
  right: 10%;
  margin-left: 5px;
  font-family: FontAwesome;
  content: "\f0d7";
}

.theme_ch {
  clear: both;
  min-width: 116px !important;
  height: 0px;
  right: 2%;
  overflow: hidden;
  text-align: center;
  transition: height 0.4s ease;
}

.theme_ch li a {
  padding: 4px 10px !important;
  font-size: 16px !important;
}

#touch {
  position: absolute;
  opacity: 0;
  height: 0px;
}

.img-fluid {
  width: 100%;
  height: auto;
}
.titn {
  height: 41px;
  display: inline-table;
  align-items: center;
  overflow: hidden;
  width: auto;
  padding: 4px 2px !important;
  -webkit-transition: max-width 0.5s;
  transition: max-width 0.5s;
}
.h_bu li::before{
  content: url(../images/arrow-right-thin.svg);
  display: inline-block;
  padding-right:7px;
  padding-left:0;
} 
.marquee-container {
  height: 45px;
  overflow: hidden;
  line-height: 45px;
  background: rgba(255, 255, 255, 0.6); 
  border: 1px solid #ffffff;
  margin: 0 auto;
  border-radius: 0.375rem;
}
.marquee-container .marquee-sibling {
  padding: 10px 0;
  background: rgb(255, 255, 255);
  width: 10%;
  line-height: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #e41f26;
  text-align: center;
  float: left;
  left: 0;
  position: absolute;
  z-index: 9;
}
.marquee-container .marquee {
  top: 0;
  left: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}
.marquee-container .marquee2 {
  animation-delay: 15s;
}
.marquee-container .marquee:hover {
  animation-play-state: paused;
}
.marquee-container span {
  font-size: 18px;
  font-weight: 600;
  padding-right: 40px;
  background: linear-gradient(90deg,#0058ff 19%,#ff00a5 42%,#e800ff 63%,#6c00ff 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.marquee-container span:after {
  content: "|";
  margin: 0 0.5em;
  padding-left: 40px;
}
/* @media only screen and (min-width: 768px) and (max-width: 959px) {
  .mcdmenu {
    height: 51px;
  }

  .mcdmenu li a {
    padding: 8px;
  }

  .mcdmenu li a i {
    font-size: 0px;
  }

  .mcdmenu li a strong {
    font-size: 10px;
  }

  .mcdmenu li:hover > ul {
    top: 45px;
    min-width: 180px;
  }
  .mcdmenu li ul li a {
    padding: 3px 10px;
    font-size: 15px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #eee;
}
  .mcdmenu li ul li > ul {
    min-width: 150px;
    left: 200px;
    top: 0;
  }
  .mcdmenu li:hover > ul,
  .mcdmenu li ul li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 46px;
}
.mcdmenu li ul li a i {
    font-size: 10px;
    float: right;
    margin-top: 5px;
}
  .mcdmenu li ul li:hover > ul {
    min-width: 150px;
    left: 180px;
    top: 0;
  }

  .mcdmenu li ul li ul li ul {
    min-width: 150px;
    left: 25px !important;
    top: 54px;
    border: 0;
    border-top: 3px solid #e41f26;
  }

  .mcdmenu li ul li ul li:hover ul {
    top: 35px;
  }

  .mcdmenu li ul li ul li ul:before {
    border: 0;
    border-bottom: 5px solid #e41f26;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 10%;
    top: -8px;
  }

  .mcdmenu li:hover ul a {
    font-size: 12px;
  }

  .mcdmenu li:hover ul a i {
    font-size: 14px;
  }
  .w_nme{
    font-size: 12px;
    padding: 15px 10px;
  }
  .mb-10 {
    margin-bottom:8rem;
 }
} */

@media only screen and (min-width: 480px) and (max-width: 959px) {
  .menu{
    margin: 5px 0 0 5px ;
  }
  .mcdmenu {
    height: 42px;
    /* position: relative; */
  }
  .logo {
    height: 42px;
    padding-top: 4px;
  }
  .titn {
    height: 35px;
    display: table-row-group;
  }
  .mcdmenu li a {
    padding: 10px 30px;
    position: relative;
    font-size: 12px;
  }

  .mcdmenu li a strong,
  .mcdmenu li a.search {
    display: none;
  }

  .mcdmenu li a i {
    margin: 0;
    font-size: 14px;
  }

  .mcdmenu li {
    position: static;
  }

  .mcdmenu li ul {
    min-width: 100%;
    left: 0;
    top: 50px;
  }

  .mcdmenu li:hover > ul {
    top: 42px;
  }

  .mcdmenu li > ul:before {
    border: 0;
  }

  .mcdmenu li ul > li {
    position: relative;
  }

  .mcdmenu li ul li:hover > ul {
    left: 34px;
  }

  .mcdmenu li a:hover strong,
  .mcdmenu li a.active strong {
    display: none;
    
  }

  .mcdmenu li a.active:before {
    left: 40%;
  }

  .mcdmenu li ul li > ul {
    min-width: 200px;
    left: 200px;
  }

  .mcdmenu li ul li:hover ul {
    left: 180px;
  }

  .mcdmenu li ul li ul:before {
    left: -9px;
  }

  .mcdmenu li ul li ul li ul {
    min-width: 200px;
    border: 0;
    border-top: 3px solid #e41f26;
    left: 25px !important;
    top: 45px;
  }

  .mcdmenu li ul li ul li:hover ul {
    top: 40px;
  }

  .mcdmenu li ul li ul li ul:before {
    border: 0;
    border-bottom: 5px solid #e41f26;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 10%;
    top: -8px;
  }
  .titn img{
    width:30px;
    height :30px;
  }
  .w_nme{
    padding:15px 12px;
    font-size: 12px;
  }
  .mb-10 {
    margin-bottom:10rem;
 }
 .marquee-container .marquee-sibling {
  width: 20%;
 }
 .marquee-container .marquee {
  animation: marquee 15s linear infinite;
}
}

@media only screen and (max-width: 479px) {
  .menu{
    margin: 5px 0 0 5px ;
  }
  .mcdmenu {
    height: 42px;
    /* position: relative; */
  }
  .logo {
    height: 42px;
    padding: 2px;
    margin-left: 4px;
  }
  .titn {
    height: 38px;
    display: table-row-group;
  }
  .mcdmenu li a {
    padding: 10px 15px;
    font-size: 12px;
  }

  .mcdmenu li a strong,
  .mcdmenu li a.search {
    display: none;
  }

  .mcdmenu li a i {
    margin: 0;
    font-size: 18px;
  }

  .mcdmenu li {
    position: static;
  }

  .mcdmenu li ul {
    min-width: 100%;
    left: 0;
    top: 50px;
  }

  .mcdmenu li:hover > ul {
    top: 42px;
  }

  .mcdmenu li > ul:before {
    border: 0;
  }

  .mcdmenu li ul > li {
    position: relative;
  }

  .mcdmenu li ul li:hover > ul {
    left: 34px;
  }

  .mcdmenu li a {
    position: relative;
  }

  .mcdmenu li a:hover strong,
  .mcdmenu li a.active strong {
    display: none;
  }

  .mcdmenu li a.active:before {
    left: 40%;
  }

  .mcdmenu li ul li > ul {
    min-width: 150px;
    left: 160px;
  }

  .mcdmenu li ul li:hover ul {
    left: 120px;
  }

  .mcdmenu li ul li ul:before {
    left: -9px;
  }

  .mcdmenu li ul li ul li ul {
    min-width: 160px;
    left: 25px !important;
    top: 39px;
    border: 0;
    border-top: 3px solid #e41f26;
  }

  .mcdmenu li ul li ul li:hover ul {
    top: 39px;
  }

  .mcdmenu li ul li ul li ul:before {
    border: 0;
    border-bottom: 5px solid #e41f26;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 10%;
    top: -8px;
  }
  .titn img {
    width: 34px;
    height: 34px;
  }
  .marquee-container .marquee-sibling {
    width: 20%;
   }
   .marquee-container .marquee {
    animation: marquee 15s linear infinite;
  }
  .mb-10 {
    margin-bottom:8rem;
 }
}
.input {
  appearance: none;
  border: none;
  outline: none;
  font-size: 14px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 0.4em;
  margin: 5px;
}
.input:focus {
  border-color: #aebfff;
  box-shadow: 0 0 5px rgba(0, 102, 255, 0.5);
}
.field-icon {
  float: right;
  left: -15px;
  margin-top: -24px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  color: rgb(99, 115, 129);
}
textarea.expandable {
  height:40px;
  width:95%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

textarea.expandable:hover, textarea.expandable:focus {
  height:80px;
  transition: all 0.8s ease-in-out;   
  -webkit-transition: all 0.8s ease-in-out;
}

textarea.expandable + textarea.expandable:hover, textarea.expandable + textarea.expandable:focus {
  height:calc(100% - 90px)	
}

/* Button*/
.btn {
  flex: 1 1 auto;
  margin: 2px;
  padding: 2px 8px;
  font-size: 14px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #ffffff !important;
  /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
  box-shadow: 0 0 20px #eee;
}
.btn-2 {
  background: #0579f7 !important;
  /* border: 2px solid #ffffff !important; */
  border-radius: 4px;
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px; */
}
.btn-3 {
  background: #ff6167 !important;
  /* border: 2px solid #ffffff !important; */
  border-radius: 4px;
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px; */
}
.btn-3:hover {
  background: #e41f26 !important;
  color: #fff;
}
.btn-2:hover {
  background: #006bc7 !important;
  color: #fff;

}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.login_h{
	font-weight:400 !important;
	font-size: 18px;
}
.inpage .c1 {
  background: rgba(235, 245, 255, 0.9);
  border: none;
}
.inpage .c2 {
  background: rgba(235, 255, 245, 0.9);
  border: none;
}
.inpage .c3 {
  background: rgba(245, 235, 255, 0.9);
  border: none;
}
.color-secondary {
  color: var(--bs-secondary) !important;
}
.bs-warning {
  background: var(--bs-warning) !important;
}
.bs-secondary {
  background: var(--bs-secondary) !important;
}
.bg-gray-400{
  background:#e0e6f0 ;
}
.fixed-bottom{
  color: #000000 !important;
  line-height: 4px;
  font-size: 14px;
}

.mb-15 {
  margin-bottom: 0.9375rem !important;
}
.admin .edit-profile .card .card-body {
  padding: 10px 20px 20px 20px;
}
.admin .edit-profile .card .card-header {
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 70px;
  padding: 10px 40px;
}
.admin .edit-profile .card .card-header h4 {
  color: #e41f26;
}


@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
.ban-content {
  max-height: 200px;
  text-align: center;
}
/* SIDEBAR
====================*/
.sidebar-wrapper {
  position: fixed;
  top: 46px;
  left: 0;
  height: 100vh;
}
.sidebar-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  width: 200px;
  transition: 1s;
  padding: 25px 0 0 0;
  background: rgb(255, 255, 255) !important;
  border-right: 1px solid #dadceb;
}
.sidebar-nav li a {
  display: block;
  color: #ff6464;
  width: 100%;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 15px 2px 20px;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.sidebar-title {
  text-align: center;
}
.dedication {
  text-align: justify;
  font-size: 1.5rem;
  padding: 0 3rem;
}

/* jQ TOGGLE UTIL
====================*/
.show-sidebar {
  margin-left: -250px;
  transition: 1s;
}
.push-body {
  margin-left: 10rem;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #adb5bd !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #adb5bd !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #adb5bd !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #adb5bd !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #adb5bd !important;
}

::placeholder { /* Most modern browsers support this now. */
  color: #adb5bd !important;
}
.truncated {
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
  max-width: 50px; 
  word-break: break-all;
}
@media only screen and (max-width: 479px) {
  .sidebar-wrapper {
    top: 40px;
  }
}
.border-left-primary {
  border-left: .25rem solid #4e73df !important;
}

#daysDisplay th{
	font-weight:600;
}
.cursor_pointer {
    cursor: pointer;
}
.log_in{
	line-height: 1.5 !important;
	padding: .175rem .35rem !important;
	height: 30px !important;
	margin-top: 0px !important;
}
input[type=text], textarea{
  width:150px;
  padding: .175rem .25rem;
  font-size: 0.775rem;
  font-weight: 400;
  line-height: 1.0;
  /* margin-top: 5px; */
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid #b5c2d0;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type=radio], input[type=checkbox]{
	vertical-align:text-top;
}
select{
  width:100px;
  background-color: #fff;
  appearance: none;
  padding:.125rem 1.75rem .125rem .25rem;
  background-image: url("data: image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 10px 12px;
  border: 1px solid #b5c2d0;
  border-radius: 0.25rem;
}
.specialFont{
	font-size: 12px;
    font-weight: 600;
    color: #0062ff;
    margin: 0;
}
.maditoryfileds {
  color: red;
}
.caution{
	color:#ff3c00;
}
.showBtn {
  display: block ruby;
}
.hideme {
  display: none;  
}
.card-bg{
	background: linear-gradient(117.76deg, rgba(255, 255, 255, 0.7) -7.21%, rgba(255, 255, 255, 0.4) 118.08%);
	border: 1px solid #ffffff;
}
.mdl-cont{
    background-color:hsla(0, 0%, 100%, 0.95);
	background-image:
	radial-gradient(at 87% 83%, hsla(214,100%,89%,1) 0px, transparent 50%),
	radial-gradient(at 8% 20%, hsl(286.4, 100%, 95.7%) 0px, transparent 50%)!important;
}
.card-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;
	border-left: 2px solid #e41f26;
    color: rgb(72 77 86);
	padding:5px;
	width:100%;
}
.card-title h6{
	color: #a67c00;
	font-size: 0.8rem;
}
.profile-img-wrap img {
    border-radius: 8%;
    height: 120px;
    width: 120px;
}
.profile-img-wrap {
    height: 120px;
    width: 120px;
	margin-right: 82px;
	float:left;
	padding: 10px;
}
.profile-info-left {
    margin-bottom: 0px;
	padding-bottom:10px;
	line-height:1.8;
}
.profile-img {
    cursor: pointer;
    height: 80px;
    margin: 0 auto;
    position: relative;
    width: 80px;
}
.profile-view h5{
	font-size:0.85rem;
	color:#ff5d5d;
	font-family:"Segoe UI", Roboto, "Helvetica Neue";
}
.profile-view {
    position: relative;
	font-family:"Segoe UI", Roboto, "Helvetica Neue";
}
.profile-view .profile-img-wrap {
    height: 120px;
    width: 120px;
}
.profile-view .profile-img {
    width: 120px;
    height: 120px;
}
.profile-view .profile-basic {
    /* margin-left: 140px;
    padding-right: 50px; */
}
.personal-info {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.personal-info {
    list-style: none;
    margin-bottom: 0;
    padding: 10px;
	line-height:2.2;
}
.deprt{
	font-size:0.85rem;
	color:#5e5e5e !important;
	margin: 5px 0 !important;
}
.personal-info li .title {
    color: #717070;
    float: left;
    font-weight: 600;
    margin-right: 30px;
    width: 30%;
}
.personal-info li{
	display:flex;
}
.personal-info li .text {
    color:#405179;
    display: block;
    overflow: hidden;
	font-weight:600;
	font-size:14px;
}
.staff-id {
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
	color:#222260;
}

[data-zoom-backdrop] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	background-color: rgba(255, 255, 255, 1);
	opacity: 0;
	transition: opacity 400ms ease;
	pointer-events: none;
}


[data-zoom-backdrop='active'] {
	opacity: 1;
	pointer-events: auto;
}

[data-zoom-image] {
	position: relative;
	z-index: 800;
	transform: none;
	transition: transform 400ms ease;
	cursor: zoom-in;
}

[data-zoom-image='active'] {
	z-index: 1000;
	cursor: zoom-out;
}
