﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: linear-gradient(45deg, #DCF2FF, white);
    width: 100%;
    height: 100vh;
}
.navbar-separator {
    border-left: 1px solid white;
    height: 20px;
    margin: 8px 10px 0 10px;
}

@media (max-width: 768px) {
    .navbar-separator {
        display: none;
    }
    
}

.alink {
    color: #0d6efd;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 400;
}


.navbar-1 {
    background: #60DDCE;
    padding: 5px 80px;
}

.left > span > a {
    text-decoration: none;
    color: white;
    margin-right: 15px;
}

.right > span > a {
    color: white;
    margin-left: 15px;
}

.flex-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#marathi-website {
    text-transform: capitalize;
    -webkit-text-decoration: solid;
    text-decoration: solid;
    font-weight: 500;
}

@media screen and (max-width: 668px) {
    .navbar-1 {
        padding: 4px 8px;
    }

    .left {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .right {
        display: flex;
        flex-direction: column-reverse;
        align-items: baseline;
    }

        .right > span > a {
            font-size: 18px;
        }

    .left > span > a {
        font-size: 18px;
    }
}
.user-login img {
    border: 10px;
   /**/
    padding: 40px;
    width: 35rem;
}

#navbar-2 {
    padding: 0 80px;
    background-color: #00868E;
}

@media screen and (max-width: 668px) {
    #second-info-2 {
        display: flex;
        flex-direction: row-reverse;
    }

        #second-info-2 > p {
            font-size: 20px;
            padding: 0;
        }

    #logo-info-2 {
        font-size: 3px;
    }
}

.body-container-info > p {
    font-size: 76px;
    padding-top: 25px;
    margin: 12px;
}

.navbar-3 {
    background-color: #60DDCE;
}

    .navbar-3 > ul > li {
        color: #DCF2FF;
    }
     
.accordion-item, .accordion-header {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 20px;
}

.accordion-item {
    box-shadow: 0 2px 20px 0 rgba(110, 130, 208, 0.18);
}

.accordion-button {
    width: 100%;
    height: 60px;
    color: black;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

.btn-primary {
    background-color: #00868E !important;
}

.card {
    background: transparent !important;
    border: none !important;
}

.card-section {
    background: #D1EEFF;
    border-radius: 10px;
}

.types-of-complaint {
    background-color: white;
}

.complaint-register-page {   
    background: white;
    border-radius: 30px 30px 0 0;
    box-shadow: 4px 4px 25px 6px rgba(0, 0, 0, 0.2509803922);
}

   
.bg-primary {   
    background-color: #00868E !important;
}

.user-profile-page {
    background: #00868E;
}

.user-conversation-page {
  /*  border: 2px solid;*/
}

.bg-custom-grey {
    background-color: #cacaca !important;
}
       
.user-login {
    box-sizing: border-box;
   // border: 2px solid;
}

    .user-login img {
        border: 10px;
        margin-top: 14rem;
        padding: 40px;
    }

.user-login-form {
    border-radius: 20px;  

}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}
.bd-callout-warning {
    border-left-color: #f0ad4e
}
.bd-callout-danger {
    border-left-color: #d9534f
}

.footer-section {
    background-color: #021934; 
}

.admin-header {
    background-color: #00868E;
}
  
:root {
    --offcanvas-width: 270px;
    --topNavbar: 88px;
}

.sidebar-nav {
    width: var(--offcanvas-width) !important;
}   

@media (min-width: 992px) {
    body {
        overflow: auto;
    } 

    .offcanvas-backdrop::before {
        display: none;
    }
        
    .sidebar-nav {
        transform: none;
        visibility: visible !important;
        top: var(--topNavbar) !important;
        height: calc(100% - var(--topNavbar));
    }
}
/*# sourceMappingURL=main.css.map */
#accordian-width1{
    width: 48%;
}
@media only screen and (max-width: 600px) {
    /* Styles for screens with width up to 600 pixels */
    #accordian-width1 {
        width: 100%;
    }
}


/*form section  */
.Sahakar-form {
    background: white;
    border-radius: 10px;
    box-shadow: 4px 4px 20px 6px rgba(191, 191, 191, 0.25);
}
    .Sahakar-form p{
        font-size:28px;
    }
@media screen and (max-width: 768px) {
    .Sahakar-form p {
        font-size: 19px;
    }
}
    .Sahakar-form .form-control {
        /* border: none; Remove all borders */
        /* border-bottom: 2px solid #ccc; Add bottom border only */
        border-radius: 0; /* Remove rounded corners */
        outline: none;
        box-shadow: none; /* Remove shadow on focus */
        transition: border-color 0.3s ease;
    }

        .Sahakar-form .form-control:focus {
            border-bottom: 2px solid #007bff; /* Change border color on focus */
            outline: none; /* Remove focus outline */
            box-shadow: none; /* Remove box-shadow */
        }

    .Sahakar-form label {
        margin-bottom: 0.5rem;
    }

    .Sahakar-form .form-check-input {
        width: 1.2em;
        height: 1.2em;
    }

        .Sahakar-form .form-check-input:checked {
            background-color: #00868E;
            border-color: #00868E;
        }

    .Sahakar-form .btn-primary {
        background-color: #00868E !important;
    }

    .Sahakar-form .form-check-label {
        padding-left: 5px;
    }
    /* / form section */
@media screen and (max-width: 768px) {
    .payment-successful-page {
       width:300px;

    }
}