

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');




body,
nav,
.h6,
h6,
h4,
h2 {
  /* background-color: green; */
  /* background-color: transparent !important; */
  font-family: "Rubik", sans-serif;
  font-style: normal !important;
  /* font-weight: 400 !important; */
  letter-spacing: 0.2px;
}


.hs_doctors {
  padding: 25px;

}

.w-90 {
  width: 90% !important;
}

/* .bg-gradient-dark {
  background-image: linear-gradient(7deg, #7f1717 0%, #000000 100%);
} */

.mask {
  position: absolute;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.opacity-6 {
  opacity: 0.6 !important;
}

html {
  background: transparent;
}






.logo {
  width: 150px;
}

.footer-line {
  width: 100%;
  background: linear-gradient(90deg, rgb(34 179 107) 0%, rgb(49 115 66) 100%);
  padding: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: rgb(166 205 179) 1px -5px;
}

.footer-logo {
  width: 187px;
  position: fixed;
  bottom: 0%;
  right: 0;
  opacity: 0.4;
}

/* 
#doctorsInfo {
  margin-top: 20px;
} */
.ipad {
  display: block;
}

.mobileee {
  display: none;
}

@media only screen and (orientation: portrait) {
  legend {
    font-size: 23px !important;
  }

  .sub-main-field {
    overflow-x: scroll;
  }

  .ipad {
    display: none !important;
  }

  .mobileee {

    height: 100vh;
    display: flex !important;
    align-items: center;
    /* margin-top: 42%; */
    background: white;
  }

  .nav-pills {
    width: max-content;
  }

  .hs_doctors {
    padding: 2px !important;

  }

  .steps input,
  .steps textarea,
  .steps select {
    font-size: 13px
  }


}


.header-name {
  text-align: center;
  color: #1c487d;
  border-bottom: 1px dashed #a0b6cf;
  width: fit-content;
  margin: auto;
  padding: 6px 20px;
}

.steps a,
button,
input,
.progress-text {
  font-family: "Rubik", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  border: none;
  background-color: transparent;
}

.mobile {
  border: 2px solid #ccc !Important;
  border-radius: 30px;
  padding: 50px 15px 50px 15px;
  background: #fdfdfd;
  max-width: 350px;
  position: relative;
}

.textarehid {
  visibility: hidden;
  position: absolute;
  width: 5px !important;
  height: 2px !important;
}


.table td,
.table th {
  /* border: 1px solid #000000; */
  vertical-align: middle;
}

.fill-container:nth-child(even) {
  background: #f8f8f8
}

.steps {
  margin: 0px auto;
}

.btn-block {
  position: absolute;
  right: 0;
  left: 0;
}

.steps .doctor-container {


  border-radius: 10px;
  padding: 12px !important;
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffff !important;
  border: 1px solid #d8d8d8;
  position: relative;
  box-shadow: rgb(214 214 214) 8px 10px 0px 0px;

}






section:not(:first-of-type) {
  display: none;
}



.steps fieldset.info {
  border: none;
  border-radius: 0;
  background: none;
}

.steps input,
.steps textarea,
.steps select {
  box-shadow: inset 0 0 5px 2px #f0f0f0;
}

.box {
  background: #FFFFFF;
  border-radius: 25px;
  padding: 20px;
  margin-bottom: 40px;
}

.box .count {
  color: #2585b2;
  font-size: 75px;
}


.effect2 {
  position: relative;
}

.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.effect2:after {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}


a {
  text-decoration: none !important;
}

.search {
  width: 100%;
  height: 60px;
  border: 1px solid #e1f2fc;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-left: 12px;
  background: #fff;
}

.search i {
  font-size: 40px;
  cursor: pointer;
}

.search #myInput {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  font-size: 28px !important;
  outline: none !important;
  margin: 0;
  background: transparent;
  border-radius: 18px;
  box-shadow: none;
}

.search:focus-within {
  border: 2px solid #fff;
  box-shadow: rgb(0 0 0 / 9%) 0 10px 12px 3px, rgb(0 0 0 / 8%) 0 5px 16px 4px, rgb(0 0 0 / 12%) 0 7px 7px -5px;
}

.inline {
  display: inline-block;
  float: right;
  margin: 20px 0px;
}

tbody,
td,
tfoot,
th,
thead,
tr {}





.heading-title {
  color: black;
  padding: 1.1rem;
}

.card-container {
  background: #fff;
  padding: calc(var(--bs-gutter-x) * .5);
  border-radius: 20px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.card-header {
  border: none !important;
}



table {
  text-align: center;
  border-collapse: unset;
  border-spacing: 0;
  /* border: 1px solid #403f81; */
  /* border-radius: 30px; */
  background: #fff !important;
}

.th-tr {
  background: transparent !important;
}

.table-thead {
  background: -webkit-linear-gradient(123deg, #bb2830, #671515) !important;
}

.table thead th {
  border: none !important;
  border-top: 0;
  background: transparent !important;
  color: #ffffff;
  padding: 13px 25px !important;
  vertical-align: middle;
  padding: 18px 10px !important;
  text-align: center !important;
  font-weight: 400;
  /* border-right: 1px solid #000000 !important; */
}

.table thead .head {
  border-bottom: 1px solid #929292 !important;
  border-top: 0;
  background: transparent !important;
  color: #ffffff;
  padding: 15px 25px !important;
  vertical-align: middle;
  font-weight: 500;
}

.table thead th:last-child {
  border-right: unset !important;
}

.table-container-div {
  padding: 0px !important;
  /* margin: 10px !important; */
  border: 1px solid #e9e9e9
}

.table-container-div .table {
  margin: 0px !important;
}

.table td,
.table th {
  border: none !important;
  /* border-right: 1px solid #000000 !important; */
  padding: 12px 0px;
  border-left: 0;
  border-bottom: 0;
}

.table>:not(:first-child) {
  border: 0px !important;
}

.table td:last-child,
.table th:last-child {
  border-right: unset !important;
}

/* .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 25px!important;
} */

.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;

  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  border-radius: 10px;
  margin-top: 10px;

  font-family: "Rubik", sans-serif !important;

}


#preloader {
  background-color: #fff;
  padding: 0;
  margin: 0;
  height: 100%;
  position: fixed;
  z-index: 99999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-theme-version=dark] #preloader {
  background-color: #151C2C;
}





.fs-title label {
  color: #6be5d2;
  line-height: 25px;
}

#progress-bar {
  background-color: #000;
  color: #FFFFFF;
  width: 0%;
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  transition: width .3s;
}

#progress-div {
  border: 1px solid #6be5d2;
  padding: 5px 0px;
  margin: 0px;
  border-radius: 4px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
}

#progress-text {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 35%;
  font-size: 20px;
  color: #000;
}

ul.share-buttons {
  list-style: none;
  padding: 0;
  width: 178px;
  margin: 5px auto;
}

ul.share-buttons li {
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}



.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

/* background: -webkit-linear-gradient(180deg, #0e605a, #169d9a); */

.loader-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 16px solid #e9e9e9;
  border-radius: 50%;
  border-top: 16px solid #870808;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  margin-left: -60px;
  margin-top: -60px;
}


/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.fs-title label {
  color: #8d307d;
  line-height: 25px;
}

#progress-bar {
  background-color: #db1d1d;
  color: #FFFFFF;
  width: 0%;
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  transition: width .3s;
}

#progress-div {
  border: 1px solid #db1d1d;
  padding: 5px 0px;
  margin: 0px;
  border-radius: 4px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
}

#progress-text {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 35%;
  font-size: 20px;
  color: #000;
}

.fa-chevron-circle-right {
  margin-right: 10px !important;
}

ul.share-buttons {
  list-style: none;
  padding: 0;
  width: 180px;
  margin: 5px auto;
}

ul.share-buttons li {
  display: inline;
}

.steps label,
.fs-title {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #f2f8f2;
  background-color: #007f43;
  border-color: #f2f8f2;
  box-shadow: none !important;
}


.btn:hover {
  color: #fff !important;
}

.download-btn {

  padding: 12px 40px !important;

  background: -webkit-linear-gradient(123deg, #1e6937, #2f9d55) !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 10px !important;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.6px;
  font-weight: 500 !important;
  height: 46px;
  width: auto !important;

  border: none !important;

}

.fs-title {
  font-size: 25px;
  margin: 0 0 35px;
  line-height: 1.6;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.radio-container {
  width: 100%;
}

.checkbox-container {
  display: block !important;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* padding-top: 0 !important; */
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


/* Create a custom checkbox */

.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d8cfe5;
  border: 1px solid #4962d2;
}


/* On mouse-over, add a grey background color */

.checkbox-container:hover input~.checkmark {
  background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.checkbox-container input:checked~.checkmark {
  background-color: #4962d2;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the checkmark when checked */

.checkbox-container input:checked~.checkmark:after {
  display: block;
}


/* Style the checkmark/indicator */

.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


#progressbar {
  width: 50%;
  margin: auto;
  padding: 0;
}

#progressbar li {
  width: 25% !important;
}



input,
textarea,
select {
  border-radius: 8px !important;
  border: none;
  box-shadow: none;
  border: none;
  box-shadow: none;
  font-size: 15px !important;
  background: #ffffff !important;
  height: 50px;
  color: #000;
  /* font-weight: 700; */
  margin-bottom: 0;
  font-family: "Rubik", sans-serif !important;



}

.search-input {
  height: auto !important;
  border: 1px solid #e1e1e1 !important
}

::placeholder {
  font-family: "Rubik", sans-serif !important;
}

.steps .action-button,
.action-button {
  box-shadow: none;

  background: #923132 !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 10px !important;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.6px;

  width: auto !important;
  padding: 8px 10px;
  border: none !important;
}

.steps .action-button:hover,
.steps .action-button:focus,
.action-button:hover,
.action-button:focus {
  background: #fdfdfd !important;
  color: #923132 !important;
  border: 1px solid #923132 !important
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: black !important;
  color: black !important;
}

.steps label {
  color: #3d3d3d;
}

.radio-container input:checked~.checkmark {
  background-color: #de3029;
}

.table-responsive {
  padding: 15px;
  background: #ffffff;
  /* box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%); */
  border-radius: 10px !important;
}

.fill-content {
  background: #fff3f3;
  padding: 15px !important
}

.null-content {
  padding: 4px !important;
}

.checkbox-container {

  font-weight: 500 !important;
  padding-left: 35px !important;
  font-size: 18px;
  display: flex !important;
  align-items: center;
  color: #923234;
  justify-content: center;
}

#preloader-new {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #7f1e23;
  z-index: 11111;
}

#preloader-new>div {
  position: relative;
  width: 160px;
  height: 160px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#preloader-new>div>h1 {
  color: white;
  font-weight: 100;
  font-size: 1.2rem;
  font-family: sans-serif;
  text-align: center;
}

.inscription {
  width: 13ch;
  display: flex;
}

/* 
.table-responsive {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;  
}

 
.table-responsive::-webkit-scrollbar {
  width: 12px;
  height: 12px; 
}

.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #555;
} */


.inscription>i {
  color: #3a3a3a;
  padding-right: 0.3rem;
  padding-left: 0.7rem;
  font-family: monospace;
  font-style: italic;
}

.inscription>span {
  color: #3a3a3a;
  font-family: monospace;
  width: 4ch;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  animation: slashes 4s steps(4) infinite;
}

.rectangles {
  align-self: center;
  width: 80px;
  height: 80px;
  position: relative;
  justify-content: center;
}

.rect {
  position: absolute;
  width: 45px;
  height: 45px;
  border: 4px double black;
  border-radius: 10px;
  animation: spinner 3s ease-in-out infinite;
}

.rect.q {
  top: 0;
  left: 0;
  border-color: rgb(255, 255, 255);
}

.rect.w {
  top: 0;
  right: 0;
  border-color: rgb(255, 255, 255);
}

.rect.e {
  bottom: 0;
  left: 0;
  border-color: rgb(255, 255, 255);
}

.rect.r {
  bottom: 0;
  right: 0;
  border-color: rgb(255, 255, 255);
}

@keyframes spinner {
  45% {
    border-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  55% {
    border-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(1turn);
  }

  100% {
    transform: rotate(1turn);
  }
}

@keyframes slashes {
  0% {
    width: 0;
  }
}



.checkbox-container .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 2px solid #923234;
  border-radius: 4px !important;

}

.checkbox-container .checkmark:after {
  left: 11px;
  top: -8px;
  width: 8px;
  height: 24px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-control:focus {
  border: 1px dashed #863a3a !important;
  box-shadow: none !important;
}

.checkbox-container input:checked~.checkmark {
  background-color: #923234;
}

.mobile {
  border: 2px solid #ccc !Important;
  border-radius: 30px !important;
  padding: 50px 15px 50px 15px;
  background: #fdfdfd;
  max-width: 350px;
  position: relative;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(54%) sepia(25%) saturate(1016%) hue-rotate(143deg)
}

.mobile::before {
  content: '';
  background: #fdfdfd;
  display: inline-block;
  top: 20px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 50px;
  height: 8px;
  border: 1px solid #dddddd;
  border-radius: 6px;
}

.mobile::after {
  content: '';
  height: 45px !Important;
  width: 45px;
  background: radial-gradient(#fdfeff, #fdfdfd, #000000);
  border-radius: 50%;
  display: inline-block;
  bottom: 6px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}



.header-dash {
  border-bottom: 3px double #c9a7a9;
  width: fit-content;
  padding: 0px 50px;
}

.header-dash h2 {
  color: #a2474c;
  font-weight: 600;
}

.nav-link {
  color: #9b5e5e !important;
  font-size: 18px;
}

.active {
  color: #a02d2d !important;
  font-weight: bold;

}

.dropdown-menu {
  min-width: 7rem !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: black !important;
}

.container-custom {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  padding: 15px;
  background: #ffffff;
  box-shadow: rgb(98 98 103 / 20%) 0px 0px 5px 0px;
}




.label-container {
  position: fixed;
  bottom: 48px;
  right: 90px;
  display: table;
  visibility: hidden;
  z-index: 1111;
}

.float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 40px;
  right: 40px;
  background-color: #008f48 !important;
  color: #f8f8f8;
  border-radius: 50px !important;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  animation: bot-to-top 2s ease-out;
}


/* ul{
position:fixed;
right:40px;
padding-bottom:20px;
bottom:80px;
z-index:100;
}

ul li{
list-style:none;
margin-bottom:10px;
}

ul li a{
background-color:#F33;
color:#FFF;
border-radius:50px;
text-align:center;
box-shadow: 2px 2px 3px #999;
width:60px;
height:60px;
display:block;
}

ul:hover{
visibility:visible!important;
opacity:1!important;
} */

.label-container {
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}

.label-text {
  color: #ffffff;
  background: #008f48;
  display: table-cell;
  vertical-align: middle;
  padding: 8px 23px;
  border-radius: 15px;
}

.label-arrow {
  display: table-cell !important;
  vertical-align: middle;
  color: #034b53;
  opacity: 0.5;
}

a.float+div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover+div.label-container {
  visibility: visible;
  opacity: 1;
}

.my-float {
  font-size: 24px !important;
  margin-top: 17px;
}

a#menu-share+ul {
  visibility: hidden;
}

a#menu-share:hover+ul {
  visibility: visible;
  animation: scale-in 0.5s;
}

a#menu-share i {
  animation: rotate-in 0.5s;
}

a#menu-share:hover>i {
  animation: rotate-out 0.5s;
  color: #ffffff !important;
}

a#menu-share:hover {
  background-color: #008f48 !important
}

@keyframes bot-to-top {
  0% {
    bottom: -40px
  }

  50% {
    bottom: 40px
  }
}

@keyframes scale-in {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes rotate-in {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate-out {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.containerrr {
  width: 283px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 29% !important;
  }
}


.report-btn:after,
.report-btn:before {
  content: "\f019" !important;
}

.four b {
  color: #ffffff;
  font-weight: 700;
}

.fourr:hover:after {
  -webkit-transform: rotate(3000deg);
  transform: rotate(3000deg);
}

.fourr:hover:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fourr:after,
.fourr:before {
  content: "\f067";
}

.fourr b {
  color: #fff;
  font-weight: 700;
}

.pledge-fieldset {
  height: 100vh !important;

  /* overflow-y: scroll;
  overflow-x: hidden; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fieldset-div {
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent !important;
  padding: 18px;
  border-radius: 15px;
  background-position: bottom;
}

.main-container {
  padding: 18px;
}

.sub-container {
  padding: 15px;
}

.table-container {
  padding: 15px 0px;
  background-position: bottom;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

#progressbar li:before {
  width: 30px;
  line-height: 30px;
  background: #ffcbb9;
}

#progressbar li:after {
  background: #ffcbb9;
  top: 14px;
  font-family: "Rubik", sans-serif !important;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: black !important;
  color: #fff !important;
}

.icons {
  margin-right: 10px;
  color: black;
}

.threee h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}

.threee h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: black;
}

.threee h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: black;
}

.threee {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 1em;
  color: black;
}

#photograph {
  padding: 11px 15px !important;
}

@media only screen and (max-width: 600px) {
  .fieldset-div {
    padding: 10px;
  }

  .radio-container {
    width: 100%;
  }


}


.fieldset-block {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  /* padding: 10px 30px 10px 30px; */
  padding: 50px;
  position: relative;
  z-index: 10;
  transform-style: preserve-3d;
}

.backgroundSlab {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: translateZ(-1px);
}

.backgroundSlab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(44 124 75);
  border-radius: 20px;
  z-index: 1;
  transform: rotate(-1.5deg);
}

.backgroundSlab::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(90 175 123);
  border-radius: 20px;
  z-index: 2;
  transform: rotate(1.5deg);
}


.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: 0px solid #aaa !important;
  border-radius: 4px !important;
  outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px !important;
}

.select2-container .select2-selection--single {
  height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #212529 !important;
  padding-left: 5px !important;
  font-size: 17px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 48px !important;
  align-items: center !important;
  font-family: "Rubik", sans-serif !important;
  line-height: 48px !important;
  background: #f9f9f9 !important;
  border-radius: 10px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px !important;
  right: 11px !important;
}

.select2-container {
  /* width: 100% !important;
  border: 1px solid #c2d8c2 !important; */
  border-radius: 10px;
  border: 1px solid #ddd;
}

.search-filter {
  background: #f2f8f2;
  padding: 10px;
  border-radius: 10px;
  color: #07803f;
}

.me .select2-container .select2-selection--single .select2-selection__rendered {
  background: white !important;
  color: #009545;
  text-align: center;
  /* border-radius: 6px !important; */
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.9px;
}

.me .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #5ca662 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  height: 0;
  left: 50%;
  margin-left: -11px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.me .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #5ca662 transparent #fff transparent;
  border-width: 0 8px 8px 8px;
  border-radius: 35px !important;
}

.label-span {
  color: black;
  background: #e6ece6;
  padding: 12px;
  border-radius: 6px;
}

.btn-outline-danger {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f8f2;
  color: green;
  border-color: #cfd5cf;
  box-shadow: none !important;
}

.download-btnn {
  background: -webkit-linear-gradient(123deg, #1e6937, #2f9d55) !important;
  color: #ffffff !important;
  border-color: #f0dad3 !important;

  display: inline-block;
  border-radius: 10px;
}

.not-list-btn {
  background: grey !important;
  color: #ffffff !important;
  border-color: #f0dad3 !important;
  /* padding: 5px 40px; */
  /* margin: 10px 10px; */
  display: inline-block;
  border-radius: 10px;
  box-shadow: none;
}

.not-list-btn:hover {
  box-shadow: none;
  background: grey !important;
}

#edit-status:checked {
  box-shadow: none !important;
}

#edit-status:checked+.not-list-btn {
  box-shadow: none;
  background: -webkit-linear-gradient(123deg, #1e6937, #2f9d55) !important;
}

.not-list-btn:focus,
.not-list-btn.focus {
  box-shadow: none !important;
}




.download-btnn:hover {
  background: -webkit-linear-gradient(300deg, #971b22, #ff3a46) !important;

}


.btn-check:checked+.download-btnn {
  background: #e31f25 !important;
  color: #fff !important;
  /* padding: 5px 40px; */
  /* margin: 10px 10px; */
  display: inline-block;
  border-radius: 10px;
}



.upload-btn-wrapper input[type=file] {
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.upload__img-box {
  width: 200px;
  padding: 0 10px;
  margin-bottom: 12px;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}

.upload__img-close:after {
  content: "\2716";
  font-size: 14px;
  color: white;
}

.cropper-block {
  height: 250px;
}

.custom_c_btn {
  font-family: "Rubik", sans-serif !important;
  border-radius: 5px !important;
  background: #923132 !important;
  color: white;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 10px 20px -20px !important;
  margin: 0px 10px;
}

.nine h1 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  color: #494646;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.nine h1 span {
  margin-top: 5px;
  font-size: 15px;
  color: #444;
  word-spacing: 1px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;

  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 25px 0;
  grid-gap: 20px;
  align-items: center;
}

.nine h1 span:after,
.nine h1 span:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  height: 5px;
  background-color: #e9e9e9;
}

.custom-table-container2 {
  border-radius: 10px !important;
  border: 1px solid #e6e1e1;
  /* border-right: none; */
}

.custom-table-container2 .table td,
.custom-table-container2 .table th {
  padding: 15px;
  text-align: left !important;
  border: 1px solid #ddd;
  border-top: none;
  border-left: none;
}

:root {
  --dd-overlay: rgba(0, 0, 0, .75);
  --dd-background: #FFFFFF;
  --dd-text1: #333333;
  --dd-text2: #FFFFFF;
  --dd-primary: #FD4741;
  /* background: linear-gradient(to right bottom, #032643, black, #073d69); */
  --dd-gradient: linear-gradient(45deg, #032643 0%, black 100%) !important;
  --dd-radius: .35em;
  --dd-shadow: 0 0 2.5em rgba(0, 0, 0, 0.1);
  --dd-range: rgba(0, 0, 0, 0.05);
  --dd-monthBackground: var(--dd-gradient);
  --dd-monthText: var(--dd-text2);
  --dd-monthBorder: transparent;
  --dd-confirmButtonBackground: var(--dd-gradient);
  --dd-confirmButtonText: var(--dd-text2);
  --dd-selectedBackground: var(--dd-gradient);
  --dd-selectedText: var(--dd-text2);
  --dd-borderColor: rgba(0, 0, 0, 0.1);
}

#searchInput {
  background-image: url(../images/search.png) !important;
  background-position: 12px 13px !important;
  background-size: 21px !important;
  background-repeat: no-repeat !important;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 47px;
  border: 1px solid #ddd;
  margin-bottom: 28px;
  border-radius: 10px !important;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 0px 6px rgb(0 0 0 / 5%);
}

.steps input:focus,
.steps textarea:focus {
  color: #333333;
  border: 1px solid #d2d7d4 !important;
}

.ql-container {
  border: 1px dashed #ababab !important;
  border-radius: 10px !important;

}



.cta {
  /* display: flex; */
  padding: 11px 18px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  background: linear-gradient(107deg, #217af9 0%, #6e3df8 80%);
  transition: 1s;
  /* box-shadow: 6px 6px 0 black;
  transform: skewX(-15deg); */
  border-radius: 10px;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 0px 2px #ffffff, 0 0 0px 3px #7241f3, 5px 6px 5px 2px #e2d9d9;
}

.cta:focus {
  outline: none;
}

.cta:hover {
  transition: 0.5s;
  /* box-shadow: 10px 10px 0 #fbc638; */
}

.cta .second {
  transition: 0.5s;
  margin-right: 0px;
}

.cta:hover .second {
  transition: 0.5s;
  margin-right: 45px;
}


.second {
  width: 20px;
  margin-left: 30px;
  position: relative;
  top: 12%;
}

.one,
.two {
  transition: 0.4s;
  transform: translateX(-60%);
}

/* .two {
  transition: 0.5s;
  transform: translateX(-30%);
} */

.cta:hover .three {
  animation: color_anim 1s infinite 0.2s;
}

.cta:hover .one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.cta:hover .two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: #fbc638;
  }

  100% {
    fill: white;
  }
}

.doctor-imgg {
  width: 100%;
}

.alembic-log {
  width: 100%
}

.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.alembic-log2 {
  width: 8%;
}


.dr-name {
  font-weight: 900 !important;
  color: #6abf4a;
  border-bottom: 2px dashed #9b9c9b;
  padding-bottom: 10px;
}

.dr-name2 {
  font-weight: 900 !important;
  color: #6abf4a;
  border-bottom: 2px dashed #9b9c9b;
  padding-bottom: 10px;
}

.options-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 20px;
}

.image-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 25%;

  border-radius: 12px;
}

.image-radio input[type="radio"] {
  display: none;
}

.image-radio img {
  width: 85%;

}

.image-radio input[type="radio"]:checked+img {
  border-color: #42b5e3;
  transform: scale(1.03);
  filter: drop-shadow(0px 1px 6px #42b5e3);
}

@media (max-width: 768px) {}


textarea {
  border: 1px solid #bbb1d9;
}

textarea:hover,
textarea:focus {
  border-color: #bbb1d9 !important;
}





.skip-btn {
  padding: 9px 14px;
  border-radius: 33px;
  color: white;
  opacity: 1;
  animation: shadow-pulse 2s infinite;
  background: linear-gradient(#00aeef, #0078a6);
  width: 100px;
}

.skip-block {
  position: fixed !important;
  bottom: 5%;
  right: 2%;
  text-align: end;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0px 0px 0px 2px #c0e0ec;
  }

  100% {
    box-shadow: 0 0 0px 7px #d7f4ff
  }
}

.green-text {
  color: #66be53
}

.delete-fafa {
  font-size: 24px !important;
  color: #3c7fc7
}

.start-btnn {
  width: auto;
  padding: 10px 15px 10px 15px;
  border-radius: 7px;
  font-size: 35px;
  color: white;
  opacity: 1;
  animation: shadow-pulse 2s infinite;
  background: linear-gradient(#00aeef, #0078a6);
}

.center-block {
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.start-btn-dash {
  font-size: 18px;
  padding: 5px 30px 5px 25px;
  text-align: center;
  border: 1px solid #c12f2f !important
}

.active>.page-link,
.page-link.active {
  background-color: #923132;
  border-color: #c12f2f;
  color: white !important
}

.page-link {
  color: #923132 !important;
}

.counter {
  border: 1px solid #faeae3;
  margin: auto;
  text-align: center;
  width: 180px;
  border-radius: 50%;
  padding: 10px 1px 0px 1px;
  box-shadow: rgb(146 50 52) 0px 0px, #faeae3 0px -9px, rgb(146 50 52) -9px -1px, rgb(250 234 226) 0px 9px, rgb(146 50 52) 9px 0px;
  padding: 13px;
  height: 180px;
}

.counter-value {
  font-size: 35px;
}

.circle-counter {

  border: 1px solid #ebebeb;
  border-radius: 10px;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 20px 35px;
  width: fit-content;
}



.counter-content {
  position: relative;
  z-index: 2;
}

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

.counter-icon {
  color: #923234;
  background: #fff4f0;
  width: fit-content;
  margin: auto;
  /* margin-top: 13px; */
  padding: 7px;
  border-radius: 57%;
}

.counter-title {
  font-size: 15px;
  color: #666666;
}

.counter-number {
  font-size: 32px;
  font-weight: 700;
  color: #a2474c;
  margin-top: 5px;
}


.loader-round {
  position: fixed;

  top: 0;
  width: 100%;
  bottom: 0;
  background: #f5f5f5;
  height: 100%;
  z-index: 111111111111111;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.loader-round svg {
  overflow: visible;
  width: 300px;
}

.loader-round svg path#line {
  fill: none;
  stroke: #e00000;
  stroke-width: 2;
  stroke-linecap: butt;
  stroke-linejoin: round;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  stroke-opacity: 1;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: dash 3s linear infinite;
}

.loader-round svg path#heart {
  transform-origin: 50% 50%;
  animation: blink 3s linear infinite;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1;
  }

  80% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  60% {
    opacity: 0;
    transform: scale(0);
  }

  70% {
    opacity: 1;
    transform: scale(1.2);
  }

  75% {
    opacity: 1;
    transform: scale(1.0);
  }

  80% {
    opacity: 1;
    transform: scale(1.2);
  }

  85% {
    opacity: 1;
    transform: scale(1.0);
  }

  100% {
    opacity: 0;
    transform: scale(1.0);
  }
}


.wheel-wrapper {
  position: relative;
  width: 100%;
  max-width: 450px;
  /* set max size */
  margin: 0 auto;
  /* center horizontally */

}

.wheel-ring {
  position: absolute;
  width: 130%;
  z-index: 0;
  bottom: -15%;
  left: -15.5%;
  margin: auto;
}

.wheel {
  width: 100%;
  height: auto;
  /* background: url('../img/activity/3_5.png'); */
}

.wheel-center {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.sWheel-marker {
  display: none !important;
}

.video-container {
  position: relative;
  padding-bottom: 38%;

  border: 2px solid #ffdbdb;

  border-radius: 10px;
  background: #ffffff;
  box-shadow: rgb(127 0 0) 0px 0px 15px 0px;
}

#iframe-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  margin: auto;
  text-align: center;
  padding: 0px 10px;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none !important;
}

.header-last-btn {
  position: absolute;
  z-index: 11;
  bottom: 5%;
}

.fullscreenBtn {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9999999;
  background: #ffffff;
  color: #da1821;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 28px;
}

.pledge-fieldset34 {
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
}

.superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt>div {
  width: 45% !important;
}

.superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt>div img {
  max-width: 22% !important;
}

.swal2-title {
  font-weight: 500 !important;
}

.doctorname-block {
  background: #ffffff26;
  border-radius: 15px;
  padding: 25px;
}

.doctorname-block h3 {
  text-align: center;
  color: #fde039;
  border-bottom: 1px dashed #d4d4d4;
  padding-bottom: 14px
}

.h3,
h3 {
  font-size: calc(1rem + .5vw) !important;

}

.h33 {
  font-weight: bold;
}

@media (min-width: 1200px) {

  .h3,
  h3 {
    font-size: 1.75rem !important;
  }
}

.left-fieldset {
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: 3rem;
}

fieldset:not(:first-of-type) {
  display: none;
}

.delete-btn {
  background: #e9cbcb;
  border: 1px solid #f6f5f5;
  color: #dd3849;
}

thead {
  background: #923132;
}

th {
  color: white
}

.form-label {
  font-size: 18px;
}

.custom-file:hover {
  background: #923132;
}

.custom-file:focus {
  background: #923132;
}

input.custom-file[type="file"] {
  padding: 10px 23px 4px 17px
}

input.custom-file[type="file"]:focus {
  box-shadow: none;
  outline: none;
}

input.custom-file[type="file"]::-webkit-file-upload-button,
input.custom-file[type="file"].invalid::-webkit-file-upload-button,
input.custom-file[type="file"].valid::-webkit-file-upload-button {
  color: #fff;
  font-size: 13px;
  border: 0;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 10px;
  padding: 8px 10px 8px 10px;
  background: #923132 !important;
  outline: none;
}

input.custom-file[type="file"]::-webkit-file-upload-button:focus,
input.custom-file[type="file"].invalid::-webkit-file-upload-button:focus,
input.custom-file[type="file"].valid::-webkit-file-upload-button:focus {
  box-shadow: none;
  outline: none;
}

.doctor-fieldset {
  border: 1px dashed #a69e9e;
  padding: 30px;
  border-radius: 10px;
}

.doctor-legend {
  margin: auto;
  width: auto;
  color: #0c3e7a;
  font-weight: 600;
  font-size: 30px;
  padding: 0px 13px;
  float: none;
}

/* .legend-label {
  font-size: 17px;
  position: absolute;
  top: -13px;
  background: white;
  left: 27px;
} */

.consent-doctor-block {
  min-width: 0;

  margin: 0;
  border: 1px dashed #dfc693 !important;
  box-shadow: 0 3px 5px #0000000b;
  border-radius: 10px;
  position: relative;
}

legend {
  float: none !important;
  width: auto !important;
  padding: 5px 10px !important;
  margin-bottom: 0.5rem !important;
  font-size: 33px;
  border-radius: 10px;
  color: #863a3a;
  font-weight: 600;
  position: relative;
  margin: auto;
}

.pdf-link {
  display: inline;
  /* or inline-block if you need width */
  word-break: break-word;
  /* good fallback */
  overflow-wrap: anywhere;
  /* modern, forces breaks when needed */
  -webkit-hyphens: auto;
  hyphens: auto;
}

.wrapper-2 {
  padding: 30px;
  text-align: center;
}

.wrapper-1 h1 {
  font-family: "Kaushan Script", cursive;
  font-size: 4em;
  letter-spacing: 3px;
  color: #923132;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.wrapper-2 p {
  font-weight: 400;
}

.nice-select {
  float: none !important;
  height: 50px !important;
}

.jconfirm .jconfirm-box.jconfirm-type-dark {
  border-top: solid 7px #923132 !important;
}

.btn-primary {
  background-color: #923132 !important;
}

.example-1 {
  animation: shadow-pulse 2s infinite;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px #5331698c;
  }

  100% {
    box-shadow: 0 0 0 13px rgb(0 0 0 / 0%);
  }
}

.btn-block {
  position: absolute;
  top: 51.5%;
  display: flex;
  justify-content: space-between;
  /* height: 100vh; */
  align-items: center;
}

.btn-block1 {
  display: flex;
  align-items: center;
}

.next2,
.previous2 {
  padding: 10px 12px;
  border-radius: 100%;
  color: white;
  opacity: 1;
  animation: shadow-pulse 2s infinite;
  background: linear-gradient(#061c6f, #49c6f2);
  border: 1px solid #9db8ff;
}

.btn-bloc22k {
  background: url(../images/pledge/3.png) !important;
  background-attachment: fixed !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;

}

.btn-bloc22k2 {
  background: url(../images/pledge/4.png) !important;
  background-attachment: fixed !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0
}



.relative-logo {
  position: relative;
  z-index: 11;
}

.nice-select-dropdown {
  width: 100%;
}

.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.accordion-button:not(.collapsed) {
  color: #a02d2d !important;
  background-color: #a02d2d2b !important;
}

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

.h3-head {
  color: #863a3a;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px dashed;
}

.h5-head {
color: #b34647; font-weight: 500;font-size: 16px;font-style: italic;
}

.player-div {
    background: #fbfbfb;
    padding: 25px;
    border-radius: 15px !important;
}

.edit-container {
    position: relative;
}

.edit-icon {
    color: #a02f30;
    padding: 10px 12px;
    font-size: 16px;
    border-radius: 50% !important;
    border: 2px solid #0b275a4d;
    position: absolute;
    background: #fff;
    bottom: -13px;
    right: -8px;
}

.image-div img {
    border-radius: 15px !important;
}
.dr-photo {
    border-radius: 50% !important;
    border: 2px solid #0b275a4d !important;
}
.user-detaild-text{
  font-size: 17px !important;
}