@font-face {
    font-family: 'Sora';
    src: url('https://engage.mjunpackedregister.com/fonts/Sora-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('https://engage.mjunpackedregister.com/fonts/Inter_24pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
	background-color: #f2f2f2;
}

h1, h2, h3, h4 {
    font-family: 'Sora', sans-serif;
}

h5, h6, h7, p, div, span, table, a, tr, td, th, .form-control, .form-check-input, label, .label, .input-group, button, .btn, .form-group, body {
    font-family: 'Inter', sans-serif;
}

/* widths */
.w90 {
    width: 90%;
}
.w90x{
    width: 100%;
}
.w33{
    width: 33.33%;
}
.w60{
    width: 66.6%;
}
.w25{
    width: 25%;
}
@media (max-width:1024px){
    .w-50{
        width:80%!important;
    }
    .w-75{
        width:80%!important;
    }
    .w-25{
      width: 50%!important;
    }
}
@media (max-width:767px){
    .w-50{
        width:96%!important;
    }
    .w-75{
        width:96%!important;
    }
    .w-25{
      width: 75%!important;
    }
    .w-md-75{
      width: 75%!important;
    }
}
@media (max-width: 992px){
    .w90{
        width: 98%;
    }
    .w60{
        width: 85%;
    }
    }
    @media (max-width: 992px){
    .w90x{
        width: 75%;
        margin-bottom: 10px;
    }
    .w33{
        width: 75%;
    }
    }
    @media (max-width: 400px){
    .w90x{
        width: 98%;
        margin-bottom: 10px;
    }
    .w33{
        width: 98%;
    }
    .w60{
        width: 100%;
    }
}
/* buttons & links */
.btn{
    border-radius: 50px 50px 50px 50px;
    border: 1px solid #5b5b5b;
    color: #000000;
}
.btn:hover{
    color: #FFFFFF;
    background-color: #FF6500;
}
.btn-link{
  border: 0px solid #5b5b5b;
}
a{
    color: #000000;
}
a:hover{
    color: #8789FF;
}
.btn-info{
    background-color: #97DEFF;
}
.btn-secondary{
    background-color: #FDD1AC;
}
.btn-primary{
    background-color: #8789FF;
}
.btn-outline-secondary {
	background-color: #FDD1AC;
}
.btn-warning{
    background-color: #8789FF;
}
.btn-danger{
    background-color: #ff0000;
}
.btn-success{
    background-color: #00ff51;
}
.btn-lt-purple{
    background-color: #DED3FF;
}
.btn-disabled{
  background-color: #DED3FF!important;
  color: #5B5B5B!important;
  border: 1px solid #5B5B5B!important;
  cursor: not-allowed!important;
}
.btn:focus, .btn:active{
    border-radius: 50px 50px 50px 50px;
    border: 1px solid #5b5b5b;
    color: #000000;
}
.btn-warning:focus, .btn-warning:active{
  background-color: #8789FF!important;
  border-color: #5b5b5b!important;
}
.btn-info:focus, .btn-info:active{
    background-color: #97DEFF!important;
    border-color: #5b5b5b!important;
}
.btn-secondary:focus, .btn-secondary:active{
    background-color: #FDD1AC!important;
    border-color: #5b5b5b!important;
}
.btn-primary:focus, .btn-primary:active{
    background-color: #8789FF!important;
    border-color: #5b5b5b!important;
}
.btn-danger:focus, .btn-danger:active{
    background-color: #ff0000!important;
    border-color: #5b5b5b!important;
}
.btn-success:focus, .btn-success:active{
    background-color: #00ff51!important;
    border-color: #5b5b5b!important;
}

/* text and bg colors */
.bg-lt-blue{
    background-color: #97DEFF;
  }
.bg-purple{
    background-color: #8789FF;
}
.bg-grey{
    background-color: #5B5B5B;
}
.bg-orange{
    background-color: #FF6500;
}
.bg-lt-purple{
    background-color: #DED3FF!important;
}
.bg-beige{
    background-color: #FDD1AC!important;
}
.bg-secondary{
    background-color: #FDD1AC!important;
}
.bg-success{
    background-color: #00ff51!important;
}
.bg-danger{
    background-color: #ff0000!important;
}
.bg-info{
    background-color: #97DEFF!important;
}
.text-dark{
    color: #000000;
}
.text-white{
    color: #ffffff;
}
.text-grey{
    color: #5B5B5B;
}
.text-danger{
    color: #ff0000!important;
}
.text-secondary{
    color: #FDD1AC!important;
}
.text-primary{
    color: #8789FF!important;
}
.text-warning{
    color: #8789FF!important;
}
.text-success{
    color: #00ff51!important;
}
.text-info{
    color: #97DEFF!important;
}
.badge-secondary{
    background-color: #FDD1AC!important;
    color: black;
}
.badge-success{
    background-color: #00ff51!important;
    color: black;
}
.badge-danger{
    background-color: #ff0000!important;
    color: black;
}
.badge-info{
    background-color: #97DEFF!important;
    color: black;
}
.badge-warning{
    background-color: #FF6500!important;
    color: black;
}
.badge-primary{
    background-color: #8789FF!important;
    color: black;
}
/* overlay */
.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}
.spinner {
  display: block;
  position: fixed;
  z-index: 1031; /* High z-index so it is on top of the page */
  top: 20%;
  right: 50%; /* or: left: 50%; */
  margin-top: -..px; /* half of the elements height */
  margin-right: -..px; /* half of the elements widht */
}

/* inputs and checkboxes */
.radio {
    height: 15px;
    width: 15px;
}
.checkbox{
    height: 20px;
    width: 20px;
}
.label{
    margin-bottom: 1px;
  }
.form-control{
    background-color: #F4F4F4;
    color: #5B5B5B!important;
    border-radius: 7px;
    border: 1px solid #F4F4F4;
}
.form-control:focus {
    border-color: #FF6500;
    background-color: #F4F4F4;
    box-shadow: none;
}
.input-group-text {
      background-color: #F4F4F4;
      border: 1px solid #F4F4F4;
}
input:readonly{
    background-color: #DED3FF!important;
    color: #5B5B5B!important;
    border: 1px solid #5B5B5B!important;
    cursor: not-allowed;
}
input:disabled{
    background-color: #DED3FF!important;
    color: #5B5B5B!important;
    border: 1px solid #5B5B5B!important;
    cursor: not-allowed;
}
input[type="checkbox"]:checked, 
input[type="radio"]:checked, .form-check-input:checked {
    background-color: #8789FF!important; /* Change background when selected */
    accent-color: #8789FF!important; /* Modern browsers allow setting the accent color */
}

/* cards and divs*/
.card-header:first-child{
    border-radius: 50px 50px 0px 0px;
}
.card{
    border-radius: 50px 50px 50px 50px
  }
[class^="col-"], div {
      border-radius: 50px 50px 50px 50px
}
.cardhover{
    transition: transform 0.5s ease;
    border-color: #007c9c!important;
  }
.cardhover:hover{
  cursor: pointer;
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.selectedtype{
    border: 2px solid red!important;
    border-color: red!important;
    transform: scale(1.1);
    transition: transform 0.5s ease;
    margin-bottom: 10px;
}
div.border{
    border-radius: 0px;
}
.card-footer:last-child {
    border-radius: 0px 0px 50px 50px!important;
}
.card-footer{
    border-radius: 0px 0px 50px 50px!important;
}
.termsx{
    overflow-y: scroll;
    height: 350px;
    width: 90%;
    border: 1px solid #8d8279;
    padding: 8px 8px 8px 8px;
    background-color: #fff!important;
}
div.termsx{
    border-radius: 15px;
}
.nav-tabs {
	border-bottom: 1px solid #FDD1AC;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #ffffff;
	/* background-color: #8789FF; */
	/* border-color: #dee2e6 #dee2e6 #fff; */
	border: 1px solid #5b5b5b;
	/* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; */
	font-weight: 700;
	background-color: #ff6500;
}
.nav-tabs .nav-link {
	border: 1px solid #FDD1AC;
	border-top-left-radius: .4rem;
	border-top-right-radius: .4rem;
}
input[readonly]{
	background-color: #DED3FF !important;
	color: #5B5B5B !important;
	border: 1px solid #5B5B5B !important;
	cursor: not-allowed;
}
select[disabled]{
  background-color: #DED3FF !important;
	color: #5B5B5B !important;
	border: 1px solid #5B5B5B !important;
	cursor: not-allowed;
}
.rounded {
	border-radius: .85rem !important;
}
.alertable{
    width: 500px;
    left: calc(50% - 250px);
    border-radius: 35px;
}
@media (max-width:600px){
    .alertable{
        width: 300px;
        left: calc(50% - 150px);
    }
    .alertable-message{
        font-size: 0.9rem;
    }
}
.alertable-message{
    font-family: 'Sora', sans-serif
}
.alertable-overlay{
    border-radius: 0;
}
.alertable-cancel{
    border-radius: 50px 50px 50px 50px;
    border: 1px solid #5b5b5b;
    color: #000000;
    background-color: #FDD1AC;
}
.alertable-cancel:hover{
    color: #FFFFFF;
    background-color: #FF6500;
}
.alertable-ok{
    border-radius: 50px 50px 50px 50px;
    border: 1px solid #5b5b5b;
    color: #000000;
    background-color: #8789FF;
}
.alertable-ok:hover{
    color: #FFFFFF;
    background-color: #FF6500;
}
.alertable-ok:focus, .alertable-ok:active {
  background-color: #8789FF;
}
.alertable-cancel:focus, .alertable-cancel:active {
  background-color: #FDD1AC;
}
