body {
	font-family: "Roboto", sans-serif;
}

h1 {
	font-size: 26px;
	margin-bottom: 0px;
}

h3 {
	font-size: 16px;
	margin-bottom: 0px;
	color: #000104;
}

.form-info {

	padding: 0px 30px;
	/* position: relative; */
	display: grid;
	/* flex-wrap: wrap; */
	align-items: stretch;
	/* width: 100%; */
	align-items: end;
	height: 95vh;

}

.input-group-text {

	background-color: #fff;
	border: none;
	border-radius: .25rem;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 14px;
	border-radius: 0px 15px 15px 0px;

}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 13px;
	height: 49px;
}

.form-control {
	border-radius: 20px;
	border: none;
}

.input-group-text {
	background-color: #fff;
	border: none;
	border-radius: 15px 0px 0px 15px;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {

	border-radius: 15px 0px 0px 15px;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: none;
	outline: 0;
	box-shadow: none;
}

.input-group img {
	width: 18px;
	height: 18px;
	object-fit: contain;

}

button.btn.btn-success.login-btn {
	color: #ad0015;
	background-image: linear-gradient(#E7001C, #74000E);
	width: 100%;
	color: #fff;
	border-radius: 15px;
	border: transparent;

}

.resend-img p {
	font-size: 12px;
	margin-top: 10px;
}


.profile-header h1 {

	color: #fff;
	font-weight: bold;

}

.profile-header {
	background-image: linear-gradient(to right,#E7001C, #74000E);
	padding: 30px 0px;

}

.profile-header {
	padding: 30px 20px;
}

.border-line {

	background-image: linear-gradient(to right, #B59043, #F3E672, #C09143);
	height: 5px;
	width: 100%;

}
.profile-header.entries-profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.entries-img-right img {
    width: 29px;
}
.profile-name {
	display: flex;
	align-items: center;
}

.profile-img img {
	width: 100%;
}

.profile-img {
	width: 13%;
	margin-right: 15px;
}

.profile-header-name {
	padding: 22px 0px 18px 0;
	border-bottom: 1px solid #DCDCDC;
}

.search-container {
	display: flex;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	max-width: 400px;
	margin: 20px auto;
	
	border-radius: 15px;
	overflow: hidden;
}

.search-input {
	flex: 1;
	padding: 10px 20px;
	border: none;
	font-size: 16px;
}

.search-icon {
	background-color: #fff;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

/* Adjust icon size and appearance as needed */
.search-icon i {
	color: #888;
	font-size: 18px;
}
:focus-visible {

border: none;
outline: none;
}
.search-info {
    padding: 0px 20px;
}
.card-body img {
    width: 28px;
}

.card-body {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    border-radius: 13px;
    padding: 30px 0px;
    margin: 7px 0px;
}
.card-info {
    padding: 0px 20px;
}
.card-body p{
	margin-bottom: 0px;
	margin-top: 10px;

}
h1.colour-red {
    color: #dd011b;
    font-weight: bold;
}

.card-body.card-body-entrie {
    padding: 12px 36px;
}
.card-infon.card-entrie {
    margin-top: 30px;
    padding: 0px 20px;
}

label.form-label {
    color: #000;
    color: #000104;
    font-weight: 600;
}

.entry-form .form-control {
  
    background-color: #dd011b;
    background-color: #ffe5e5;
    
}


.shop-name .form-control {
  
    background-color:#fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
    
}

::placeholder {
  color: #525252  !important;
  opacity: 1; /* Firefox */
  font-size: 16px !important
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #525252 !important;
}

.card-entry .form-control {
    padding: 10px 14px !important;
    
}

button.btn.btn-success.login-btn.btn-submit {
    /* width: 90%; */
    background-image: linear-gradient(#E7001C, #74000E);
    width: 87%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 52px auto  0px  auto;
    border: none;
}

.table-bordered>:not(caption)>* {
    border-width: 0px 0;
    border-bottom: 1px solid;
    border: none;
    background-color: #fff

}
.table-responsive {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 9px;
    
}

th.width {
    background-image: linear-gradient(#B59043, #F3E672, #C09143);
}
    table {
      table-layout: fixed;
      width: 100%;
    }
    td {
    text-align: center;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #939598;
    text-align: center;
    font-size: 12px;
}
.table>:not(caption)>*>*{
	font-size: 12px;
}
td span {
    font-weight: bold;
    text-decoration: underline;
}

a {
  color: #434748;
    text-decoration: underline;
}

   .custom-file-input-container {
      display: flex;
      align-items: center;
      background-color: #ffe5e5;
      justify-content: space-between;
      padding-left: 14px;
      border-radius: 13px 0px 0px 13px;
    }

    .custom-file-labels {
      margin-right: 10px;
    }

    .custom-file-input {
      display: none;
    }

    .custom-file-button {
      display: inline-block;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #e9ecef;
      border: 1px solid #ced4da;
      border-radius: 0.25rem;
      cursor: pointer;
    }

    .custom-file-button:hover {
      background-color: #dce0e3;
    }

    button.custom-file-button {
    background-image: linear-gradient(#E7001C, #74000E);
    color: #fff;
    padding: 9px;
    border-radius: 0px 13px 13px 0px;
}

.btn-success {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    outline: none;
    text-decoration: none;
}