.main-content {
    min-height: calc(100vh - 120px);
}

.admin_bg {
    background-image: url('/assets/image/admin_bg.jpg');
    background-repeat: repeat;
    background-size: 10%;
}

.custom-heading {
    color: #246098;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}

/* home page css */
.homesection {
    position: relative;
    width: 100%;
    background-image: url('/assets/image/homesec.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 20px;
    color: white;
    min-height: 230px;
    text-align: center;
    background-position: center center;
}

/* employee and supervisor css */
.custom_section {
    position: relative;
    width: 100%;
    background-image: url('/assets/image/homesec.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 20px;
    min-height: 230px;
    text-align: center;
    background-position: center center;
}

/* user pub xone text white */
.userhomesec {
    margin: 0 auto;
    color: white;
}

.homesec {
    margin: 0 auto;
}

.homelogo {
    height: 150px;
}

.custom-row {
    padding: 20px;
    justify-content: space-around;
}

/* superviser dashboard button css */
a.superbutton {
    border: 2px solid;
    border-color: #246098;
    color: #246098;
    margin: 5px;
    border-radius: 30px;
}

a.superbutton:hover {
    border: 2px solid;
    border-color: #246098;
    background: #246098;
    color: #fff;
}

/* supervisor add and user list custom button  */
a.greenbutton {
    border: 2px solid;
    border-color: #14945c;
    color: #14945c;
    margin: 5px;
    border-radius: 30px;
}

a.greenbutton:hover {
    border: 2px solid;
    border-color: #19ae6e;
    background: #19ae6e;
    color: white;
    border-radius: 30px;
}



.paymentsec {
    /* border: 1px solid; */
    /* padding: 20px; */
    margin: 30px;
    border-radius: var(--bs-border-radius) !important;
    background: #0a0a0a1a;
}

.required {
    color: red;
}

.custom-row .col-md-4 {
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    color: black;
    text-align: center;
}

.col-md-3 {
    border: 1px solid #ddd;
    border-radius: 10px;
    color: black;
    text-align: center;
    background-color: #246098;
}


.col-md-3.p-3.servicecol {
    flex: 0 0 auto;
    width: 25%;
    display: grid;
    /* justify-items: center; */
    align-items: center;
}


/* QR code div */
.Qrscanner {
    display: flex;
    align-items: center;
}

.qrimage {
    height: 100px;
}

.pleft {
    float: left;
}

.carousel-control-prev-icon {
    background-image: url('/assets/image/back.png') !important;
}

.carousel-control-next-icon {
    background-image: url('/assets/image/forward.png') !important;
}

.linkdecoration {
    text-decoration: none;
}

.text-white {
    color: white;
}


#signature_canvas {
    border: 1px solid #a5a5a4;
    width: 100%;
}


/* footer */
footer {
    background-color: #dc8b42;
    color: #fff;
    text-align: center;
    padding: 20px;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
}

/* Media query for small screens (adjust breakpoint as needed) */
@media screen and (max-width: 768px) {
    footer {
        font-size: 14px;
    }

    .col-md-7.offset-md-3 {
        margin-left: 0px !important;
    }
}

/* home page css end */

/* .loginbody {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/assets/image/bluebanner.png');
} */
.stepper-body {
    background-repeat: no-repeat;
    background-size: cover;
    background-image_: url('/assets/image/bluebanner.png');
}

.loginbody {
    background-repeat: no-repeat;
    background-size: cover;
    background-image_: url('/assets/image/bluebanner.png');
    background-color: #dc8b42;
}
.noborder{
    border: 0 !important 
}

.form-label {
    float: left;
}

/* save button css */

.logincol {
    flex: 0 0 auto;
    width: 25%;
    display: flex;
    align-items: center;
}


.hometabel {
    overflow: auto;
}

/* login page button css */
.btn.savebutton {

    background: #dc8b42;
    color: white;
}

.btn.savebutton:hover {

    background: #ed9c55;
    color: white;
}

/* navbar profile icon */
.navprofile {
    text-decoration: none;
    color: black;
}

.navprofile:hover {
    color: gray;
}

/* employee and supervisoe css */
/* .navprofile1 {
    text-decoration: none;
    color: #14945c;
}

.navprofile1:hover {
    color: #0ede84;
} */

/* .navsupervisor and employee logout button color change */
/* button.logoutbtn {
    color: white;
    background-color: #14945c;
}

button.logoutbtn:hover {
    color: white;
    background-color: #19ae6e;
} */

/* i.iconcolor {
    color: #df720d;
}

i.iconcolor:hover {
    color: #d3935b;
} */

i.shipcolor {
    color: #14945c;
}

.col-md-7.offset-md-3 {
    margin-left: 20%;
}

thead.table_color th {
    background-color: #14945c;
    color: white;
}



.pagemsg {
    color: red;
}


.bgimage {
    background-image: url('/assets/image/banner.png');
    /* background-size: cover; */
    background-repeat: no-repeat;
    /* background-size: cover; */
}


/* user role background */
.bg_image {
    background-image: url('/assets/image/bluebanner.png');
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-size: cover;
}

/* employee application background */
/* .background {
    background-image: url('/assets/image/admin_bg.jpg');

} */

/* employee dashboard background */
.africa {
    background-image: url('/assets/image/africabackground.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.empdashboard {
    background-image: url('/assets/image/admin_bg.jpg');
    background-repeat: repeat;
    background-size: 10%;
}

/* employee view application background */
.bgImage {
    background-image: url('/assets/image/homesec.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .africa {
    background-image: url('/assets/image/africabackground.jpg');
} */

.viewpapplication {
    background-image: url('/assets/image/homesec.png');
}

/* employee my profile */
.profilebgimage {
    background-image: url('/assets/image/homesec.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.africa {
    background-image: url('/assets/image/africabackground.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.myprofile {
    background-image: url('/assets/image/homesec.png');
}


/* supervisor new selected country css */

/* dashboard page  */
/* .supervisor {
    background-image: url('/assets/image/admin_bg.jpg');
    background-repeat: repeat;
    background-size: 10%;
} */

/* .africa {
    background-image: url('/assets/image/africabackground.jpg');
} */

.supdash {
    background-image: url('/assets/image/admin_bg.jpg');
    background-repeat: repeat;
    background-size: 10%;
}

/* addemployee */
/* .africa {
    background-image: url('/assets/image/africabackground.jpg');
} */

.addemp {
    background-image: url('/assets/image/admin_bg.jpg');
    background-repeat: repeat;
    background-size: 10%;
}

.logobanner {
    background-image: url('/assets/image/homesec.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

/* user dashboard  */
.usersection {
    /* position: relative; */
    /* width: 100%; */
    background-image: url('/assets/image/banner.png');
    background-repeat: no-repeat;
    /* background-size: cover; */
    align-items: center;
    padding: 80px;
    color: black;
}

/* user dashboard background */
.user_section {
    /* position: relative; */
    width: 70%;
    background-image: url('/assets/image/bluebanner.png');
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    padding: 80px;
    color: black;
    background-position: bottom;

}

.col-4.coursel {
    width: 30%;
    padding: 0;
}

.row.banner {
    width: 100%;
}

/* navbar language image */
img.lang {
    height: 15px;
    width: 15px;
    margin-right: 5px;
    margin-bottom: 1px;
}

/* STEPER css ( collectdata */
/* * {
    margin: 0;
    padding: 0;
} */

/* html {
    height: 100%;
} */

/*Background color*/


.dropdown {
    position: relative;
    margin: 15px
}


/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    border-bottom: 2px solid skyblue;
    outline-width: 0;
}

/*Blue Buttons*/
#msform .action-button {
    background: #246098;
    color: white;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #16497f;
}

/*Previous Buttons*/
#msform .action-button-previous {
    background: #246098;
    color: white;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #16497f;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    display: flex;
    justify-content: center;
    padding-left: 0px;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 15%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #service:before {
    font-family: FontAwesome;
    content: "\f0c0";
}

#progressbar #collectdata:before {
    font-family: FontAwesome;
    content: "\f1c0";
}

#progressbar #documents:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #speed:before {
    font-family: FontAwesome;
    content: "\f09d";
}

#progressbar #delivery:before {
    font-family: FontAwesome;
    content: "\f00c";
}

#progressbar #pay:before {
    font-family: FontAwesome;
    content: "\f1f4";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue;
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}

/* steper speed div css */
.speeddiv {
    min-width: 200px;
    background-color: #246098;
    color: white;
    border-radius: 10px;
    padding: 3rem;
}

/* speed norml div text */
.speedh2 {
    text-decoration: none;
    color: white;
}


.normalfield {
    justify-content: space-around;
}

.pull-right {
    margin-right: 20px;
    height: 37px;
    line-height: 37px;
}

.servicecol>div {

    background: #246098;
    padding: 30px;
    /* border: 1px solid #032f57; */
    min-height: 200px;
    border-radius: 10px;
    color: #fff;
}

.servicecol.childService>div {

    background: #246098;
    padding: 30px;
    border: 1px solid #032f57;
    min-height: 50px;
    border-radius: 10px;
    color: #fff;
}

/* Styles for the selected card */
.servicecol.selected-parent>div {
    background-color: #17a9cc;
    color: white;
    border-color: #0787a5;
}

/* .selected-child {
    background-color: #246098;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    margin: 2px;

} */

.servicecol.selected-child>div {
    background-color: #17a9cc;
    color: white;
    border-color: #0787a5;

}

.selected-service {
    background-color: #123b62;
    color: white;
}

/* payment card image */
.payment-img {
    width: 10%;
    padding: 10px;
}

/* verify button */
a#verify {
    width: 100px;
    background: #246098;
    color: white;
    border: 0 none;
    border: 1px solid #343a40;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    border-radius: 10px
}

a#verify:hover {
    background-color: #16497f;
}

.chart {
    height: 300px !important;
}

.chart-container {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* application card  */
.applicationcard {
    padding-top: 31px;
}

.icons {
    float: right;
    display: flex;
}

/* Add your custom styles here */
#embassyTable {
    font-size: 14px;
}

#embassyTable thead th {
    background-color: #f2f2f2;
    font-weight: bold;
}

#embassyTable tbody td {
    text-align: left;
}

#embassyTable .btn {
    padding: 5px 10px;
    margin: 2px;
    font-size: 14px;
}

.fofodiv {
    align-items: center;
    float: right;
    color: darkmagenta;
}

.fofo_div {
    text-align: center;
}

button#service_back {
    display: block;
    background: #246098;
    margin-left: 15px;
    color: white;
}

button#service_back:hover {
    background: #16497f;

    color: white;
}

/* when service is consular service and add some field  */
.deceased-section {
    margin: 30px;
    border-radius: var(--bs-border-radius) !important;
    /* border:1.1px solid ; */
    background: #625f600a;
}

.remains-section {
    margin: 30px;
    border-radius: var(--bs-border-radius) !important;
    /* border:1.1px solid ; */
    background: #625f600a;
}

.witness-section {
    margin: 30px;
    border-radius: var(--bs-border-radius) !important;
    /* border:1.1px solid ; */
    background: #625f600a;
}

/* employee dashboard recipt and visa icon :disabled  */
.cameroon .disabled-link {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.7;
}


.visa_detail {
    background-image: url('/assets/image/PASSEPORTBG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 540px;
    width: 830px;
    margin: 0 auto;
    padding: 20px;
}

.sign-left img {
    width: 100px;
}

.visa-sec1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

p.visa_uidn.fw-bold {
    margin: 0;
    background: #ffffff8a;
    padding: 5px;
    border-radius: 5px;
}

.signature-sec {
    display: flex;
    align-items: center;
    justify-content: end;
}

.sign-right {
    padding: 0 0 0 5px;
}

.sign-right p {
    font-size: 10px;
    margin: 0;
    font-weight: 700;
}

img.bannerClass {

    width: 70%;
    height: 350px;
}

.country-dropdown {
    max-height: 200px;
    overflow-y: auto;
    padding: 10px;
}

.country-dropdown label {
    margin-left: 10px;
}

.modal {
    z-index: 1050 !important;
    /* Ensure modal is above other elements */
}

.modal-backdrop {
    z-index: 1040 !important;
    /* Ensure backdrop is behind the modal */
}
