html , body , .page-container {
    height: 100%;
    overflow: hidden;
}

main.page-content .page-content-wrapper::-webkit-scrollbar{
    display: none;
}

main.page-content .page-content-wrapper::-webkit-scrollbar{
    display: none;
}


a{text-decoration: none ;
    color:black;}
a:hover{
    color:black;
}

.underlined-text{
   text-decoration: underline; 
}

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


@media (min-width: 500px) and (max-height: 600px) { 
    
    .page-container{
     height: 600px;
    overflow-y: scroll;
    scroll-behavior: smooth;    
}
}

main.page-content.full-height-section {
    height: 100%;
}

main.page-content.full-height-section {
    height: 100%;
    background: linear-gradient(359deg, rgba(0, 235, 255, 0.1) 0%, rgba(255, 255, 255, 1) 50%, rgba(115, 255, 80, 0.1) 100%, rgba(113, 255, 80, 0.08) 100%);
}


/************ Slidebar *********/
.sn-sidebar {
  background-image: url(../icons/menu_background.jpeg);
    background-color: white;
  background-size: cover;
 background-position: left;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 310px;
  border-radius: 0px 25px 0px 0px;
  height: 100%;
  padding-top: 0px;
  transform: translateX(-100%);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index:150;
  &.sn-sidebar-in {
    transform: translateX(-0%);
  }
  &.sn-sidebar-right {
    left: inherit;
    right: 0px;
    transform: translateX(100%);
    &.sn-sidebar-in {
      transform: translateX(0%);
    }
  }
}
.sn-sidebar-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #35353566;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index:140;
  &.sn-sidebar-in {
    visibility: visible;
    opacity: 1;
  }
}

.sn-sidebar-wrapper {
    height: 100%;
   /* background: linear-gradient(359deg, rgba(0, 235, 255, 0.1) 0%, rgba(255, 255, 255, 1) 50%, rgba(115, 255, 80, 0.1) 100%, rgba(113, 255, 80, 0.08) 100%); */
}

.sn-sidebar a.slidebar-btn {
    color: black;
    display: block;
    margin-left: 25px;
    margin-top: 25px;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.sn-sidebar a.slidebar-btn:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
}

a.slidebar-btn img {
    width: 28px;
    margin-right: 12px;
}

a.slidebar-btn.menu-home-btn {
    text-align: center;
    margin-bottom: 65px;
}

a.menu-logout.slidebar-btn {
    margin-top: 40px;
}

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

.page-container{
    margin: auto;
}
.button-row{
	      max-width: 520px;
    margin: 0 auto;
	    margin-top: 16px;
  }
.page-container .login-logo {
    width: 240px;
    display: flex;
    margin: 65px auto 85px auto;
}
img#explode {
    width: 200px;
    display: block;
    margin: auto;
       margin-top: -20px;
}header.page-header img.header-logo {
    margin-top: -40px;
}
.input-box {
    padding: 0px 18px;
    width: 100%;
}

.input-box.fixed-input-box {
    padding: 0px 18px;
    position: fixed;
    width: 100%;
    bottom: 30px;
}

.input-style1 {
    background-color: white;
    height: 42px;
    align-items: center;
    display: flex;
    box-shadow: 0px 0px 21px #e4e4e4;
    width: 100%;
    max-width: 500px;
    margin: auto;
    border-radius: 25px;
    padding: 5px 20px;
    margin-bottom: 17px;
}

.input-style1 input {
    padding-left: 10px;
    border: none;
    font-size: 14px;
    width: calc(100% - 25px);
    outline: none;
}

.input-style1 input {
    padding-left: 10px;
    border: none;
    font-size: 14px;
    width: calc(100% - 25px);
    outline: none;
}

.input-style1 i {
color: #5ba7fb;
font-size: 20px;
}

.input-style1.password-input {
    padding: 5px 14px 5px 20px;
}

.input-style1.password-input input {
    padding-right: 5px;
}

.input-style1.password-input i.bi-key-fill{
    transform: rotate(140deg);
}

.input-style1.password-input i.bi-eye{
    cursor: pointer;
    color: gray;
}

.input-style1.password-input img {
    width: 20px;
}

.submit-button-wrapper {
   max-width: 500px;
    margin: auto;
    text-align: center;
}

.submit-button-style1 {
    background-color: #60b01b;
    border: none;
    color: white;
    width: 100%;
    border-radius: 25px;
    height: 45px;
}

.submit-button-wrapper p {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}

.submit-button-wrapper p a {
    color: #5ba7fb
}

.page-container .signup-logo {
    width: 120px;
    display: flex;
    margin: 10px auto 17px auto;
}

.input-style2 {
    position: relative;
  display: inline-block;
    height: 30px;
    align-items: center;
    display: flex;
    box-shadow: 0px 1px 1px #c6c6c6;
    width: 100%;
    max-width: 500px;
    margin: auto;
    border-radius: 2px;
    margin-bottom: 20px;
}

.input-style2 input {
    background-color: transparent;
    padding-left: 10px;
    border: none;
    font-size: 14px;
    width: calc(100% - 25px);
    outline: none;
}

.input-style2 select {
    background-color: transparent;
}

.accept-term-wrapper {
    margin-top: 32px;
}

.check-box-container {
    max-width: 500px;
    margin: auto;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 32px;
    color: red;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-box-container a {
    color: red;
    text-decoration: underline;
}

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

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
}

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

.check-box-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

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

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

.check-box-container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.small-btn-style {
    color: white;
    font-size: 13px;
    width: 120px;
    display: inline-block;
    text-align: center;
    border-radius: 7px;
    height: 34px;
    line-height: 34px;
}

.input-placeholder {
  position: relative;
}

.input-placeholder input:valid + .placeholder {
  display: none;
}
.placeholder {
  position: absolute;
  pointer-events: none;
  top: 2px;
  bottom: 2px;
  left: 6px;
  margin: auto;
  color: #ccc;
}
.placeholder span {
  color: red;
}

header.page-header {
    background-color: #ffffff;
    height: 110px;
    padding: 15px 15px 10px 15px;
    display: flex;
    box-shadow: 0px 0px 35px #c0c0c057;
    position: relative;
    z-index: 100;
}

.left-header-navigation a {
    font-size: 22px;
    color: #000000;
}
.right-back-button img{
  filter: brightness(0%);
}

header.page-header img.header-logo {
    width: 280px;
    display: block;
    margin: auto;
    margin-top: -10px;
}

.page-footer {
    background-color: #2d2d47;
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 50px;
    box-shadow: 0px 0px 20px #c0c0c057;
}

.page-footer div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 600px;
    margin: auto;
    padding: 0px 18px;
    height: 100%;
}

a.footer-btn img {
    width: 25px;
}

.page-title-text p {
    padding: 0px 10px;
    font-size: 16px;
    letter-spacing: 1.5px;
}

.page-title-text.col-12 {
    margin-top: 20px;
    margin-bottom: 8px;
    text-align: center;
}

main.page-content.page-height {
    height: calc(100% - 160px);
}

main.page-content.page-height .page-content-wrapper {
    background-color: #f1f6ff;
}

main.page-content .page-content-wrapper{
    height: 100%;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.wide-box-wrapper {
    text-align: center;
    margin: auto;
    /* margin-bottom: 16px; */
}

.wide-box-img {
    height: 100%;
    width: 100%;
    max-width: 450px;
    /* padding: 0px 20px; */
}

.wide-box-text span {
    position: relative;
}


.input-field > label {
  font-size: 14px;    
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -13px;
  display: none;
}

.input-field > input[type=text]:placeholder-shown + label {
  display: block;
}


.first-text {
    color: #757575;
}

.second-text {
    color: #f21d1f;
}

.input-style2 select {
    padding: 0px 6px;
    color: #757575;
    width: 100%;
    border: none;
    font-size: 14px;
    outline: none;
}

.input-style2.file-input-style2 {
    font-size: 14px;
    padding: 0px 10px;
    color: #757575;
}

.input-style2.file-input-style2 span {
    color: #ec1e1e;
    margin-left: 3px;
}



.calendar {
  padding:8px;
  background: #ffffff;
  border-radius: 4px;
  font-size:18px;
  border: 1px solid #333333;
  box-shadow: 0px 20px 40px rgba(59,60,56,0.05);
}
.ui-datepicker {
  background: #ffffff;
  border-radius: 15px;
}
.ui-datepicker-header {
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  background: #757575;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 21px;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}
.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #333333;
}
.ui-datepicker-title {
  text-align: center;
  font-size:18px;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 34px;
  color: #757575;
  margin-bottom: 2px;
  font-size: 18px;
}
.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333333;
  line-height: 30px;
  font-size: 16px;
}
.ui-state-default:hover {
  color: #ffffff;
  background:#757575;
  border-radius:50px;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}
.ui-state-highlight {
  color: #ffffff;
  background-color:#757575;
  border-radius:50px;
}
}
.ui-state-active {
  color: #ffffff;
  background-color:#31639c;
  border-radius:50px;
}
.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.icon {
    margin-left: -30px;
    margin-top: -26px;
    position: relative;
    color: #31639c;
    font-size:20px;
}

.textarea-style {
    text-align: center;
    max-width: 500px;
    margin: 25px auto 10px auto;
}

.textarea-style textarea {
    width: 100%;
    height: 100px;
    padding: 3px 10px;
    font-size: 14px;
    background-color: transparent;
}
.btn-grey{
    background-color: #D3D3D3 !important;
    border-color: #D3D3D3 !important; 
    color: #000000 !important;
}
.modal-header{
    display: flex;
    flex-wrap: wrap;
}
.modal-footer{
        display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.image-container {
  padding: 10px; /* or whatever padding you had */
  display: inline-block;
}

.wide-box-img {
  display: block;
  width: 100%;
}

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