@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

html,
body,
* {
  font-family: "Inter", serif;
}

html,
body {
  background: #f6f6f6;
  background-color: #f6f6f6 !important;
  padding-right: 0px !important;
}

body {
  overflow-x: hidden;
}

.loaderdiv {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 111;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginlogo_div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px 40px;
  position: relative;
  width: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #032E11, #044719);
}
.loginlogo_div a {
  position: relative;
  z-index: 1;
}
.loginlogo_div a img {
  height: 180px;
}

.loginform {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.loginform .loginmain_div {
  padding: 30px;
  width: 100%;
}
.loginform .loginmain_div .headlogin_div h2 {
  font-size: 30px;
  font-weight: 900;
  color: #101316;
}
.loginform .loginmain_div .headlogin_div h2 span {
  font-weight: 400;
}
.loginform .loginmain_div .headlogin_div p {
  font-size: 14px;
  color: #8391A1;
}
.loginform .loginmain_div .headlogin_div .loginlogo_img {
  display: none;
  margin-bottom: 20px;
  height: 130px;
}
@media only screen and (max-width: 991.98px) {
  .loginform .loginmain_div .headlogin_div .loginlogo_img {
    display: inline-block;
  }
}

.maxwidth500 {
  max-width: 500px;
}

@media only screen and (max-width: 991.98px) {
  .loginmb_none {
    display: none;
  }
}
.btn-primary {
  background: #044719 !important;
  border: 0px !important;
  height: 54px;
  font-size: 16px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px !important;
}
.btn-primary:hover {
  opacity: 0.75;
}

.btn-primary2 {
  background: linear-gradient(107.37deg, #FDCC31 0%, #DFA81F 31.55%, #F1B91B 67.57%, #FBEF6E 100%) !important;
  border: 0px !important;
  height: 54px;
  font-size: 16px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  border-radius: 10px !important;
}
.btn-primary2:hover {
  opacity: 0.75;
}

.btn-primary-outline {
  background: transparent !important;
  border: 1px solid #044719 !important;
  color: #044719 !important;
  height: 54px;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.btn-primary-outline:hover {
  opacity: 0.75;
}

.btn-primary-light {
  background: rgba(4, 71, 25, 0.1) !important;
  border-color: rgba(4, 71, 25, 0.1) !important;
  color: #044719 !important;
  height: 54px;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.btn-primary-light:hover {
  opacity: 0.75;
}

Form .formfooter {
  font-size: 16px;
  color: #101316;
  margin-bottom: 0px;
}
Form .formfooter a {
  color: #044719;
  text-decoration: underline;
  font-weight: 600;
}
Form .forgotpassword a {
  font-size: 16px;
  text-decoration: underline;
  color: #101316;
  font-weight: 600;
}
Form .form-group .uploadphoto {
  border: 1px dashed #DADADA;
  border-radius: 8px;
  padding: 30px 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
Form .form-group .uploadphoto svg {
  font-size: 30px;
  color: #044719;
  margin-bottom: 5px;
}
Form .form-group .uploadphoto p {
  color: #8391A1;
  margin-bottom: 0px;
}
Form .form-group label {
  font-size: 16px;
  color: #101316;
  font-weight: 600;
  margin-bottom: 3px;
}
Form .form-group textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
Form .form-group .form-control {
  border: 1px solid #DADADA;
  height: 52px;
  border-radius: 8px;
  font-size: 14px;
  padding: 0px 16px;
  box-shadow: none;
}
Form .form-group .form-control::-moz-placeholder {
  color: #8391A1;
}
Form .form-group .form-control::placeholder {
  color: #8391A1;
}
Form .form-group .form-select {
  border: 1px solid #DADADA;
  height: 52px;
  border-radius: 8px;
  font-size: 14px;
  padding: 0px 16px;
  box-shadow: none;
}
Form .form-group .form-select::-moz-placeholder {
  color: #8391A1;
}
Form .form-group .form-select::placeholder {
  color: #8391A1;
}
Form .form-group .form-select.select_measurement {
  width: 110px;
}
Form .form-group .btn-addquestion_btn {
  align-items: center;
  background: #044719;
  border: 0;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  height: 52px;
  justify-content: center;
  width: 52px;
}
Form .form-group .removequestion_btn {
  color: #fff;
  background: #dc3545;
  font-size: 18px;
  height: 32px;
  width: 32px;
  position: absolute;
  top: -14px;
  right: -6px;
  padding: 0px;
  border-radius: 50%;
}
Form .fileupload {
  width: 100%;
  border: 2px dashed #ddd;
  border-radius: 4px;
  padding: 30px;
  text-align: center;
  margin-bottom: 18px;
  cursor: pointer;
}
Form .fileupload .uplaodicon {
  color: #044719;
  font-size: 40px;
}
Form .fileupload h3 {
  font-size: 16px;
  color: #000;
  margin-top: 8px;
  margin-bottom: 0px;
}
Form .displaynone {
  display: none;
}
Form .formimg {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  margin-right: 10px;
}
Form .formimg .closebtn {
  width: 20px;
  cursor: pointer;
  height: 20px;
  background: #e60d0d;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 3px;
}
Form .formimg .videoplay_icon {
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  color: #044719;
  transform: translate(-50%, -50%);
}
Form .formimg img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
}
Form .timesetting_div .form-check {
  display: flex;
  align-items: center;
}
Form .timesetting_div .form-check .form-label {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-grow: 1;
}
Form .timesetting_div .form-check .form-label .day_badge {
  background: #044719;
  padding: 10px 15px;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  min-width: 70px;
}
Form .react-datepicker-wrapper {
  display: block;
}
Form .addfilter_relative {
  position: relative;
  display: flex;
  gap: 15px;
}
Form .addfilter_relative .form-control {
  flex-grow: 1;
}
Form .addfilter_relative .clickadd_btn {
  flex-shrink: 0;
  height: 52px;
}
Form .filteraddlist_box {
  padding-top: 10px;
}
Form .filteraddlist_box .filteradd_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  background: #f5f5f5;
  margin: 6px 0px;
  border-radius: 8px;
}
Form .filteraddlist_box .filteradd_list p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0px;
}
Form .filteraddlist_box .filteradd_list .addfilterremove_btn {
  text-decoration: none;
  font-size: 20px;
  display: inline-flex;
  color: #b90000;
}
Form .filteraddlist_box .filteradd_list .addfilterremove_btn:hover {
  opacity: 0.7;
}

/*Login Css Ends*/
.minheight33 {
  min-height: 33px;
}

.headinner h4 {
  font-size: 20px;
  color: #101316;
}
.headinner p {
  color: #8391A1;
  font-size: 14px;
}

.h300 {
  height: 300px !important;
}

.paymentdone h2 {
  font-size: 28px;
  margin-top: 25px;
}

.modalhead {
  font-size: 20px;
  margin: 0px;
  font-weight: 700;
}

.modalsubhead {
  font-size: 14px;
  margin: 0px;
}

.btn-secondary {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: transparent !important;
  color: rgba(0, 0, 0, 0.5) !important;
}

@media only screen and (max-width: 767.98px) {
  .header,
  .maincontent_div {
    margin-left: 0 !important;
  }
  button.btnclose,
  button.btnopen {
    border: 0 !important;
    display: block !important;
    outline: 0 !important;
    z-index: 101;
  }
  button.btnopen {
    background: transparent !important;
    box-shadow: none !important;
    left: 15px;
    position: absolute;
    top: 30px;
  }
  button.btnopen svg {
    font-size: 34px;
  }
}
.sidebar {
  background: #044719;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 15px 20px 15px;
  position: fixed;
  scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
  scrollbar-width: thin;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.07);
  top: 0;
  width: 270px;
  z-index: 1031;
}
.sidebar .sidebarlogo_div {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sidebar .sidebarlogo_div img {
  height: 120px;
}
@media only screen and (max-width: 767.98px) {
  .sidebar.sidebar-open {
    left: 0;
    transition: all 1s ease-in-out;
  }
  .sidebar.sidebar-closed {
    left: -320px;
    transition: all 1s ease-in-out;
  }
}

@media only screen and (max-width: 767.98px) {
  button.btnclose {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    transition: all 1s ease-in-out;
  }
  button.btnclose.sidebarbg-open {
    transition: all 1s ease-in-out;
    width: 100%;
  }
}
.header {
  margin-left: 270px;
  position: relative;
  z-index: 1;
  padding: 10px 15px;
}
.header .headerright {
  background: #ffffff;
  padding: 4px;
  border-radius: 50px;
}
.header .headerright .linksheader svg {
  font-size: 16px;
  color: #101316;
}
.header .headerright .dropdown .dropdown-toggle {
  background: transparent !important;
  border: none !important;
}
.header .headerright .dropdown .dropdown-toggle::after {
  display: none;
}
.header .headerright .dropdown .dropdown-menu {
  border: 0px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.header .headerright .dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 15px;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.7);
}
.header .headerright .dropdown .dropdown-menu .dropdown-item:hover {
  color: #044719;
  opacity: 1;
}
.header .headerright a {
  display: inline-flex;
}
.header .headerright a:hover {
  opacity: 0.75;
  cursor: pointer;
}
.header .headerright img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.maincontent_div {
  backface-visibility: hidden;
  margin-left: 270px;
  padding: 15px;
  position: relative;
  transition: all 0.3s ease;
}

.form-check .form-check-input:checked {
  background-color: #044719;
  border-color: #044719;
}
.form-check .form-check-label {
  font-size: 14px;
}

.mainbreadcrumb h1 {
  font-size: 28px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0px;
}
.mainbreadcrumb nav ol {
  margin-bottom: 5px;
}
.mainbreadcrumb nav ol li a {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.sidebarouter ul {
  list-style: none;
}
.sidebarouter .submenu {
  padding-left: 20px;
  margin-bottom: 10px;
}
.sidebarouter .submenu .submenu-item {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  padding: 3px 0px;
}
.sidebarouter .submenu .submenu-item.active {
  color: #ffffff;
}
.sidebarouter .navitem {
  padding: 12px 10px;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 10px;
  display: flex;
  font-weight: 500;
}
.sidebarouter .navitem svg {
  font-size: 20px;
  margin-right: 10px;
  min-width: 20px;
}
.sidebarouter .navitem:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -15px;
  height: 100%;
  background: linear-gradient(107.37deg, #FDCC31 0%, #DFA81F 31.55%, #F1B91B 67.57%, #FBEF6E 100%);
  width: 0;
  border-radius: 0px 14px 14px 0px;
}
.sidebarouter .navitem.active, .sidebarouter .navitem:hover {
  color: #ffffff;
  background: linear-gradient(107.37deg, #FDCC31 0%, #DFA81F 31.55%, #F1B91B 67.57%, #FBEF6E 100%);
  display: flex;
  border-radius: 6px;
}
.sidebarouter .navitem.active:before, .sidebarouter .navitem:hover:before {
  width: 4px;
}

.stats {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
}
.stats .statsicon {
  width: 70px;
  height: 70px;
  background: rgba(4, 71, 25, 0.07);
  border-radius: 15px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stats .statsicon.statsblue {
  background: rgba(168, 115, 0, 0.12);
}
.stats .statsicon.statsblue svg {
  color: #A87300;
}
.stats .statsicon.statsgreen {
  background: rgba(40, 199, 111, 0.12);
}
.stats .statsicon.statsgreen svg {
  color: #28c76f;
}
.stats .statsicon svg {
  font-size: 24px;
  color: #044719;
}
.stats .stats-cont {
  width: calc(100% - 50px);
  padding-left: 15px;
}
.stats .stats-cont h4 {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}
.stats .stats-cont p {
  margin-bottom: 0px;
  font-size: 14px;
}

.maxwidth120 {
  max-width: 120px;
}

.lh-40 {
  line-height: 40px !important;
}

.card {
  border: none !important;
  --bs-border-radius: 12px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.card .card-header {
  background: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
}
.card .card-header .form-select {
  font-size: 14px;
  box-shadow: none;
  outline: 0px;
  border: 1px solid #dee2e6;
}
.card .card-header h5 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.card .card-body h4.formmain_head {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000000;
}

.searchfield {
  border: 1px solid #dadada;
  border-radius: 8px;
  box-shadow: none;
  font-size: 14px;
  padding: 8px 16px;
  outline: 0px;
}

.rdt_Pagination {
  margin-top: 5px;
}

.post-image {
  width: 60px;
  min-width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #e0e0e0;
  padding: 4px;
  border-radius: 10px;
}

.video-icon {
  position: absolute;
  font-size: 30px;
  color: #ffffff;
  left: 32px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
}

.custom-table {
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
.custom-table .rdt_TableHead .rdt_TableHeadRow {
  background: rgba(4, 71, 25, 0.07);
  border-radius: 10px;
  margin: 5px 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.custom-table .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol {
  color: #101316;
  font-weight: 600;
  font-size: 14px;
}
.custom-table .table_img {
  width: 60px;
  min-width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-table .rdt_TableBody .rdt_TableRow {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e0e0e0;
  margin: 5px 0;
}
.custom-table .rdt_TableBody .rdt_TableRow .rdt_TableCell {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.custom-table .rdt_TableBody .rdt_TableRow .tag {
  color: #044719;
  font-weight: 500;
  margin-left: 4px;
}
.custom-table .rdt_TableBody .status-switch.form-switch .form-check-input {
  border: 1px solid #cf0000;
  background-color: #cf0000;
  width: 36px;
  height: 18px;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.custom-table .rdt_TableBody .status-switch.form-switch .form-check-input:checked {
  border: 1px solid #28c76f;
  background-color: #28c76f;
}
.custom-table .form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid #044719;
  background-color: #e0f7fa;
  box-shadow: none !important;
}
.custom-table .form-check-input:checked {
  background-color: #044719;
  border: 1px solid #044719;
}

.tabledropdown {
  border: 1px solid #dadada !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  font-size: 13px !important;
  max-width: 150px;
}

.btnview {
  background: #044719;
  width: 34px;
  min-width: 34px;
  height: 34px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0px 3px;
  color: #ffffff;
}

.btnedit {
  width: 34px;
  min-width: 34px;
  height: 34px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0px 3px;
  color: #ffffff;
  background: #28c76f;
}

.btndelete {
  width: 34px;
  min-width: 34px;
  height: 34px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0px 3px;
  color: #ffffff;
  background: #d32424;
}

.postimgvideo label {
  width: 45px;
  min-width: 45px;
  height: 45px;
  background: rgba(4, 71, 25, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.postimgvideo label svg {
  font-size: 24px;
  color: #044719;
}

.modal .modal-body .postlist {
  align-items: center;
  border: 1px solid #DADADA;
  border-radius: 15px;
  display: flex;
  margin-bottom: 12px;
  padding: 15px;
}
.modal .modal-body .postlist img {
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 40px;
}
.modal .modal-body .postlist h2 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 13px;
}
.modal .modal-body .btn-primary {
  height: 48px;
  font-size: 14px !important;
}

.menugrid {
  position: relative;
}
.menugrid img {
  height: 140px;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}
.menugrid .deletemenu {
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: #044719;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #ffffff;
  position: absolute;
  top: 5px;
  right: 5px;
}

.uploadmenu {
  width: 100%;
  border: 1px dashed #DADADA;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.uploadmenu svg {
  font-size: 32px;
  color: #044719;
}

.addicon {
  width: 45px;
  min-width: 45px;
  height: 45px;
  background: rgba(4, 71, 25, 0.1) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: none;
  color: #044719;
  font-size: 20px !important;
}

.modal.itemmodal .modal-content .modal-body Form .form-group .form-control {
  height: 45px;
}
.modal.itemmodal .modal-content .modal-body Form .form-group textarea.form-control {
  height: auto;
}

.bookingstab .customtabs {
  float: left;
}

.customtabs.nav-tabs {
  border: none;
}
.customtabs.nav-tabs li.nav-item button.nav-link {
  border: 0px;
  border-radius: 12px;
  color: #044719;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 15px;
  margin: 0px 5px 10px 0px;
  background: rgba(4, 71, 25, 0.1);
}
.customtabs.nav-tabs li.nav-item button.nav-link.active, .customtabs.nav-tabs li.nav-item button.nav-link:hover {
  background: #044719;
  color: #ffffff;
}

.mt_30 {
  margin-top: 30px;
}

.view_profile .user_info {
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
}
.view_profile .user_info .profilepic {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.view_profile .user_info h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 15px;
}
.view_profile .user_info p {
  font-size: 14px;
  margin-bottom: 0px;
}
.view_profile .form-group {
  border-bottom: 1px dashed #dee2e6;
  padding-bottom: 13px;
}
.view_profile .form-group span {
  font-size: 14px;
}
.view_profile .form-group .form-label {
  font-weight: 600;
  font-size: 14px;
}

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

.notificationlist {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
  padding: 25px;
  border-radius: 12px;
  border-left: 3px solid #044719;
  background: #ffffff;
}
.notificationlist h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
}
.notificationlist p {
  margin-bottom: 0;
  font-size: 14px;
}
.notificationlist .notifytime {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
}
.notificationlist .notifytime svg {
  margin-right: 4px;
}

.Active.badge,
.Completed.badge,
.badge.badge_completed,
.Open.badge {
  background-color: rgba(40, 199, 111, 0.12);
  color: #28c76f;
  display: inline-block;
  font-size: 13px;
  line-height: normal;
}

.badge.adventure_badge {
  font-size: 12px;
  line-height: normal;
}

.Inactive.badge,
.Pending.badge {
  background-color: rgba(146, 0, 0, 0.12);
  color: #920000;
  display: inline-block;
  font-size: 13px;
  line-height: normal;
}

.min_width140 {
  min-width: 140px;
}

.min_width110 {
  min-width: 110px;
}

.ck-editor__editable {
  min-height: 200px;
}

.modal_Delete.modal .modal-content {
  border: 0px;
  border-radius: 15px;
}
.modal_Delete.modal .modal-content .modal-body {
  text-align: center;
  padding: 25px;
}
.modal_Delete.modal .modal-content .modal-body .modaldelete_div {
  margin-bottom: 25px;
}
.modal_Delete.modal .modal-content .modal-body .modaldelete_div .delete_icon {
  font-size: 60px;
  color: #fd5353;
  margin-bottom: 10px;
}
.modal_Delete.modal .modal-content .modal-body .modaldelete_div h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal;
}
.modal_Delete.modal .modal-content .modal-body .modaldelete_div p {
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}

.w_90 {
  width: 90px;
}

.viewtable_box table {
  border-collapse: separate;
  border-spacing: 0px 10px;
}
.viewtable_box table thead tr th {
  background: #000000;
  padding: 20px 15px;
  color: #ffffff;
  font-size: 14px;
  border: 0px;
}
.viewtable_box table thead tr th:first-child {
  border-radius: 10px 0px 0px 10px;
}
.viewtable_box table thead tr th:last-child {
  border-radius: 0px 10px 10px 0px;
}
.viewtable_box table tbody tr td {
  padding: 15px;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  vertical-align: middle;
  font-size: 14px;
}
.viewtable_box table tbody tr td:first-child {
  border-radius: 10px 0px 0px 10px;
  border-left: 1px solid #dee2e6;
}
.viewtable_box table tbody tr td:last-child {
  border-radius: 0px 10px 10px 0px;
  border-right: 1px solid #dee2e6;
}
.viewtable_box table tbody tr td .table_img {
  width: 60px;
  min-width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.viewtable_box table tbody tr td .tablelink_btn {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}

.changepassword_head {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  border-left: 6px solid #BB9696;
  padding-left: 10px;
}

.taledtl_div .talefile_box {
  width: 100%;
  border-radius: 20px;
  padding: 50px 20px;
  background: rgba(4, 71, 25, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.taledtl_div .talefile_box .talefile_img {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.taledtl_div .talefile_list .tablefilelist_grid {
  border-bottom: 1px dashed #c7c7c7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.taledtl_div .talefile_list .tablefilelist_grid h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 3px;
}
.taledtl_div .talefile_list .tablefilelist_grid p {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  margin-bottom: 0px;
}
.taledtl_div .talefile_list .tablefilelist_grid p .TagBadge {
  font-size: 12px;
  background: rgba(0, 0, 0, 0.1);
  color: #000000;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
}
.taledtl_div .talefile_list .tablefilelist_grid .dtlimg {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */