﻿.section-bg {
    background-color: #535353;    
}

    .section-bg p, .section-bg h2, .section-bg h3, .section-bg h4, .section-bg ul li, .get-started .content h3 {
        color: white;
    }

    .section-bg a.active.show h4, .alt-services .icon-box h4 a {
        color: var(--color-primary);
    }

    .section-bg .testimonial-item p, .section-bg .service-item p, .section-bg .service-item h3, .section-bg.get-started form h3, .section-bg.get-started form p {
        color: var(--color-default);
    }



/*.fun-hr {
    width: 100%;
    height: 2em;
}

.user-a a, .userName {
    color: var(--bs-body-color)
}


.user-a a:hover {
    color: var(--color-primary)
}

.edit-content {
    color: #ff671f;
}


.quality-bg {
    background-color: var(--bs-body-color);
    color: black;
}

.quality-bg hr{
    color: black;
}
*/


.role-content {
    border-top: 5px solid #ff671f;  
    border-bottom: 5px solid #ff671f;
    background-color: #353535;
}

.role-card {
    border: 2px solid #ff671f;
    background: black;
    color: white;
    box-shadow: rgb(255 255 255 / 0.4) 13px 10px;
}

    .role-card .card-header {
        border-color: #ff671f;
        border-width: 2px;
        margin-left: 3em;
        margin-right: 3em;
    }

    .role-card .card-body {
        margin-left: 2em;
    }

    .role-card .card-footer {
        border-color: #ff671f;
        border-width: 2px;
        margin: 2em;

    }

        .role-card .card-footer .btn-primary {
            border: 2px solid white;
            background-color: #03010134;
            color: #ff671f;
            margin-left: 2em;
            margin-top: 1em;
            box-shadow: rgb(255 255 255 / 0.4) 4px 4px;
        }

        .role-card .card-footer .btn-danger {
            border: 2px solid white;
            background-color: #03010134;
            color: #ff671f;
            margin-left: 1em;
            margin-top: 1em;
            box-shadow: rgb(255 255 255 / 0.4) 4px 4px;
        }

            .role-card .card-footer .btn-primary:hover,
            .role-card .card-footer .btn-danger:hover {
                border: 2px solid #ff671f;
                background-color: #808080;
                color: #010e11;
                box-shadow: rgb(129 130 130 / 0.4) 4px 4px;
            }

      

.role-button {
    background-color: #808080;
    color: #010e11 !important;
    border: 2px solid #010e11;
}

role-button:hover {
}


.edit-roles-bg {
    background-color: #364d59;
    z-index: -1;
    
}
.user-info h1 {
    color: ghostwhite !important;
}

.user-info label,
hr
{
    color: var(--color-primary);

}
.user-info input {
    margin:.3em;
    
}

.role-check-label {
    color: black !important;
}

.user-info .form-group {
     
    justify-content:flex-end;

}

    .user-info .btn-primary,
    .user-info button,
    .user-info a {
        box-shadow: rgb(0 2 0 / 0.4) 10px 10px;
        margin: 1em;
    }

.user-info .card {
    color: black;
    /*background-color: #364d59;*/
    background-color: #535353;
    border: solid, 5px, solid, #ff671f;
    box-shadow: rgb(0 2 0 / 0.4) 10px 10px;
}

.user-info .card-header {
    border-color: black;
    border-width: 2px;
    margin: .5em;
}

.user-info .card-footer{
    border-color: black;
    border-width: 2px;
    margin: .4em;
    padding: 0;
}
.user-info .btn-primary,
.user-info button,
.user-info a {
    border: 2px solid #010e11;
    padding: 8px 15px;
    background-color: #ffffff00;
    color: white;
    transition: 0.4s;
    border-radius: 5px;
}
    .user-info .btn-primary:hover,
    .user-info button:hover,
    .user-info a:hover {
       background-color: #808080;
       color: black !important;
       border: 2px solid #010e11;

    }

.btn-outline-info {
    color: white;
    background-color: black;
    border-color: white;
    transition: .6s;
}

.btn-outline-info:hover {
    color: black;
    border-color: black;
    background-color: white;
    
}
/*background-color: #364d59;*/

.btn-util-container {
    background-color: var(--bs-body-color) !important;
    height: max-content;
    padding-bottom: 3em;
    /*background-color: #364d59;*/
    border: thick solid #ff671f;
}

.act-section-bg {
    background-color: var(--bs-body-color);
    border: 2px solid #ff671f;
    color: #364d59;
}

.act-section {
    padding-top: 2em !important;
}

.wrapper {
    
    overflow: hidden;
}

.account-item {
    padding: 1.2em;
    background-color: var(--bs-body-color);
    border: 2px solid #ff671f;
    color: #364d59;
    flex-wrap: nowrap;
}

.act-container {
    float: left;
    justify-content: flex-end;
    flex-wrap: wrap;
    
}

.profile-container {
    justify-content: flex-start;
}

#profile-form .form-floating,
#email-form .form-floating,
#change-password-form .form-floating
{
  margin-bottom: 1em;
}

/*#registerSubmit*/
#profile-form button#update-profile-button,
#email-form button,
#change-password-form button,
#enable-authenticator,
#download-data button,
#delete,
.btn-style,
#delete button
{
    border: 2px solid #010e11;
    
   /* font-weight:600;*/
    /*background: rgba(255, 130, 31, 0.8);*/
    padding: 8px 15px;
    background-color: #364d59;
    color: var(--color-primary) !important;
    transition: 0.4s;
    border-radius: 5px;
}
    
    #email-form button:hover,
    #change-password-form button:hover,
    #enable-authenticator:hover,
    #profile-form button#update-profile-button:hover,
    #enable-authenticator:hover,
    #download-data button:hover,
    #registerSubmit:hover,
    .btn-style:hover {
        background-color: var(--color-primary);
        color: var(--bs-body-color) !important;
        border: 2px solid #010e11;
    }




#enable-authenticator {
    margin-top: .5em;
}

#download-data {
    height: fit-content;
    width: fit-content;
    position:fixed;
    left: 53%;
    right: auto;
    top: auto;
    bottom:auto;
}


.nav-pills .nav-item .nav-link {
    color: var(--color-primary);
    margin: 0;
    width: 10em;
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    
    --bs-nav-pills-link-active-color: var(--color-primary) !important;
    --bs-nav-pills-link-active-bg: #364d59;
}

#delete:hover {
    background-color: red;
    color: black;
    font-weight: 900;
} 
#delete button:hover {
    background-color: var(--color-primary);
    color: var(--bs-body-color) !important;
}




.btn-quote {
    background: var(--color-primary);
    color: white;
}

.btn-quote:hover {
    color: var(--color-default);
    background: var(--color-primary);
}

@media screen and (max-width: 770px) {


    wrapper {
        width: none;
        
    }
    .account-item
    {
        flex-wrap:wrap-reverse;
        justify-content: center;

    }

    .settings-lable {
        display: none;
    }

    .account-item h2 {
        margin: 0.5em;
    }

    .act-container {
        display: flex;
        justify-content: center;
        
    }

    .nav-pills {
        text-align: center;
        --bs-nav-pills-border-radius: none !important;
        --bs-nav-pills-link-active-bg: var(--bs-body-color);
       
    }

    .nav-pills:hover {
        --bs-nav-pills-link-active-color: white;
    }
}




@media screen and (max-width: 770px)
{
    .slide-size {
        display: none;
    }

    .row .heroSection .startBtn {
        top: 80%;
        left: 28%;
    }

    .hero .info h2:after {
        height: 0;
    }
}

.services .service-item .icon:before{
    background: #353535;
}

.input-group-text{
    border-radius: 0;
}

.form-warning p, .get-started .form-warning p {
    margin: 0;
}

#submit-container{
    padding: 5px;
    width: 50%;
    margin: auto;
}

.input-group-prepend{
    width: 25%;
    text-align:center;
}

.input-group-text{
    display: block;
}

#get-started .content p{
    font-size: 16px;
}

.service-details p{
    font-size: 16px;
}

.service-details ul li{
    margin-left: 25px;
}

/*.row .heroSection .startBtn {
    position: static;
    width: 65%;
    margin: auto;
}*/

@media screen and (max-width: 600px) {
    .row .heroSection .startBtn {
        top: 62%;
        left: 8%;
        position: absolute;
        z-index: 10000;
        padding: .5em .9em;
    }
}

.projects .portfolio-content{
    max-height: 30vh;
}

.portfolio-content img {
    width: 100%;
}

.projects .portfolio-content .portfolio-info .preview-link{
    left: calc(50% - 10px);
}

.btn-orange {
    background: var(--color-primary);
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.btn-secondary {
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

form .row .col-sm-auto{
    max-width: 550px;
}