@charset "utf-8";



* {
  box-sizing: border-box;
}


body,
html {
  height: 100%;
}



body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #5a5665;
  background-color: none !important;
  background-image: radial-gradient(#cecece 1px, transparent 1px);
  background-size: 12px 12px;
}

.submit-btn{
    background:linear-gradient(90deg,#3b82f6,#2563eb);
    padding:15px;
    border-radius:999px;
    font-size:16px;
    font-weight:600;
    border:none;
    width:100%;
    color:#fff;
    transition:.3s;
}
.submit-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 30px rgba(37,99,235,.35);
}


.data_tbl {
  width: 100%;
  background: #fff;
}

.data_tbl th {
  background: #626262;
  color: #fff;
}

.data_tbl td,
.data_tbl th {
  border-collapse: collapse;
  border: 1px solid #000;
  padding: 5px 10px;
}

.data_tbl tr td:first-child {
  text-align: right;
}

.data_tbl_left tr td:first-child {
  text-align: left;
}

.data_tbl_0 td,
.data_tbl_0 th {
  border: 0px none;
  padding: 5px 10px;
}

.data_tbl_grey td,
.data_tbl_grey th {
  border-collapse: collapse;
  border: 1px solid #cdcdcd;
  padding: 5px 10px;
}

.data_tbl_1 td {
  border: 0px none;
  border-bottom: 1px solid #cdcdcd;
}

.data_tbl_grey tr td:first-child {
  text-align: right;
}

.data_tbl_responsive {

}

.data_tbl_responsive tr{

}

.data_tbl_responsive th {

}

.data_tbl_responsive td,
.data_tbl_responsive th {

}


input,
textarea {
  padding: 5px 10px 4px 10px;
  border-radius: 5px;
  border: 1px solid #9d9d9d;
}

.cls_fancybox + .scroll-to-top {
  display: none !important;
}

.cls_fancybox {
  padding: 15px;
}

.fancybox__container .has-iframe .fancybox__content {
  /* max-width: 850px !important;  */
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100% !important;
  height: 100% !important;
}

.fancybox__content {
  padding: 0px;
}



.attch {
  border: 1px solid #a7a7a7;
  padding: 2px;
  border-radius: 5px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  width: 100px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.img_up_prog_hld {
  border: 1px solid #c3c3c3;
  max-width: 100%;
  position: relative;
  height: 8px;
  border-radius: 10px;
  overflow: hidden;
}

.img_up_prog_hld div {
  background: #00892a;
  height: 100%;
}

.add_attach_hld {
  background: url(../images/attach_user.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
}
.add_attach_hld:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: url(../images/plus.png) #fff;
  background-size: contain;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.add_attach_hld input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.no_rec {
  text-align: center;
  font-weight: bold;
  padding: 15px 10px;
}

.content_hld{
  background: #fff;
  box-shadow: 0px 0px 25px 0px #e7e7e7ad;
}


.div_1 {
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #ff9800, #ff5722);
    border-radius: 10px;
    margin: 50px auto;
}


.div_2 {
    border: 0;
    height: 1px;
    max-width: 80%;
    margin: 40px auto;
    position: relative;
    background: linear-gradient(
        to right,
        transparent,
        rgba(0,0,0,0.25),
        transparent
    );
}



.div_3 {
    border: 0;
    height: 2px;
    max-width: 70%;
    margin: 70px auto;
    background: linear-gradient(
        to right,
        transparent,
        #ccc,
        transparent
    );
    box-shadow: 0 0 12px rgba(0,0,0,0.15);
}

.div_4 {
    border: 0;
    height: 1px;
    max-width: 80%;
    margin: 60px auto;
    background-image: linear-gradient(
        to right,
        rgba(0,0,0,0.4) 40%,
        rgba(0,0,0,0) 0%
    );
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.div_5 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0;
}

.div_5::before,
.div_5::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, #ccc);
}

.div_5::after {
    background: linear-gradient(to left, transparent, #ccc);
}

.div_5 span {
    padding: 0 15px;
    color: #999;
    font-size: 14px;
}


/* a.active-menu{
  color: #29318e !important;
} */

.active-menu::after{
    /* content: "";
    border-bottom: 3px solid #6c7ae0;
    width: 100%;
    display: block;
    height: 3px; */
}

.widget-visible{
  zoom: 0.8;
}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 575px) {

}

@media (max-width: 480px) {


}