/*Initial pages container*/
.col-md-6 {
    flex: 0 0 auto;
    width: 60%
}

.confirmbtn {
    color: #1266AE;
    font-family: Figtree,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.signout-btn {
    background-color: #1266AE;
    color: white;
    border: none;
    padding: 8px 32px;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    top: 200px;
    right: 5px;
    width: 140px;
}

/*Styling for index page container*/
.container {
    max-width: auto;
    margin: 50px auto;
    margin-top: 0px !important;
    padding: 20px;
    padding-top: 0px;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    float: left;
}

/*Account pages Container*/
.form-container {
    max-width: 700px;
    width: 65%;
    margin-top: 0px !important;
    padding: 20px;
    padding-top: 0px;
    background-color: transparent;
}

body {
    font-family: Figtree,sans-serif;
    background-color: #FFFFFF;
    padding: 0;
    font-size: 17px;
    margin: 0;
}

p {
    margin-bottom: 20px !important;
    color: #313131 !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*Stylng for fonts in black*/
.main-font {
    font-family: Figtree,sans-serif;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px;
}

.required {
    color: red;
}

.hint-text {
    color: #7D7D7D;
}

a {
    color: #1266AE;
    text-decoration-line: underline;
}

form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-control {
    white-space: normal;
    word-wrap: break-word;
}

.edit-form {
    padding-left: 50px;
    flex: 0 0 auto;
    width: 75%;
}

h1 {
    color: #0067b8;
    font-size: 24px;
    margin-bottom: 10px;
}

/*Page Headers*/
h2 {
    color: #1266AE;
    font-family: Figtree,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

/*Smaller headers*/
h3 {
    color: #1266AE;
    font-family: Figtree,sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

label {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
}

input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.screen-input {
    width: 80%;
    height: 46px;
}

/*row container for header and navbar*/
.header-nav-row {
    padding-right: 0;
    padding-left: 0;
}

/*Styling for radio buttons*/
.radio-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}


.form-check-input[type=radio] {
    width: 1.2em;
    height: 1.2em;
    background-color: #D9D9D9;
    margin-top: 8px;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
}

    .form-check-input[type=radio]:checked::before {
        background: #000000;
        flex-shrink: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .form-check-input[type=radio]:checked {
        border-radius: 11px;
        width: 1.2em;
        height: 1.2em;
        background-color: #000000;
        border-color: #000000;
        fill: #000000;
        flex-shrink: 0;
        display: inline-block;
        vertical-align: middle;
    }

/*Styling for Checkboxes buttons*/
.form-check {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.form-check-input {
    margin: 8px;
    padding: 4px;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
}

.form-check-label {
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
}

/*Styling for guidance boxes*/
.guide {
    flex: 0 0 auto;
    background-color: #E0EDF9;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

    .guide h3 {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .guide .btn-blue {
        margin-left: 0px !important;
        margin-bottom: 10px !important;
    }

    .guide p {
        margin-bottom: 10px !important;
    }

    .guide ul {
        margin-bottom: 10px !important;
    }

.flex-wrap {
    margin-left: 8%;
    padding-bottom: 3%;
}

/*Stylng for ALL buttons*/
.button-group {
    display: flex;
    margin-top: 20px;
    align-content: flex-start;
    column-gap: 10px;
    margin-bottom: 20px;
}

.btn-white {
    background-color: #fff;
    color: #1266AE;
    border-color: #1266AE;
    width: 100%;
    min-width: 40px;
    max-width: 200px;
    font-size: 17px;
    font-weight: 700;
    overflow-x: hidden;
    white-space: nowrap;
}

    .btn-white:hover {
        background-color: #005099;
        opacity: 0.6;
        color: #FFFFFF !important;
    }

.btn-blue {
    background-color: #1266AE;
    color: white;
    width: 100%;
    min-width: 40px;
    max-width: 200px;
    font-size: 17px;
    font-weight: 700;
    overflow-x: hidden
}

    .btn-blue:hover {
        background-color: #005099;
        opacity: 0.6;
        color: #FFFFFF !important;
    }

button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 0.9em;
    cursor: pointer;
    width: 175px;
    height: 46px;
}

.mx-3 {
    margin-left: 10px !important;
    margin-bottom: 1rem !important;
}

.mx-3 {
    margin-left: 0px !important;
}

#azure-map {
    height: 411px;
}

.mandatory {
    color: red;
}

.alert {
    margin-bottom: 10px;
}

.tank-image {
    width: 100%;
    max-width: 100%;
    display: block;
    overflow: hidden;
}

    .tank-image img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover; 
        max-width: 100% !important; 
        max-height: 100% !important; 
    }

/*Layout for mobile*/
@media (max-width: 500px) {
    .guide {
        width: 100%;
        padding-left: 20px !important;
    }

    .button-group {
        text-align: center !important;
        align-items: center !important;
        align-content: center !important;
        justify-content: center !important;
        width: 100% !important;
        display: flex;
        margin-bottom: 20px;
    }

    .row {
        width: 100%;
        max-width: 100%;
        margin-left: 0px !important;
    }

    .content-row {
        margin-left: 0px !important;
    }

    .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }


    .form-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100%;
    }

    .btn-blue {
        margin-right: 0px !important;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 100%
    }

    .signout-btn {
        padding-right: 12px !important;
    }
}
