
html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    box-sizing: border-box;
}

/*body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #ced6ffda;
    background-repeat: no-repeat;
}*/
body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background: linear-gradient(-45deg, #52b5ee, #5b3ce7, #23a6d5, #23abd5);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100vh;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.card {
    z-index: 0;
    background-color: #ECEFF1;
    padding-bottom: 20px;
    margin-top: 90px;
    margin-bottom: 90px;
    border-radius: 10px;
}


.top {
    padding-top: 40px;
    padding-left: 13% !important;
    padding-right: 13% !important;
}

/*Icon progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px;
}

    #progressbar li {
        list-style-type: none;
        font-size: 13px;
        width: 14.1%;
        float: left;
        position: relative;
        font-weight: 400;
    }

    #progressbar .step0:before {
        font-family: FontAwesome;
        content: "\f10c";
        color: #fff;
    }

    #progressbar li:before {
        width: 40px;
        height: 40px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        background: #C5CAE9;
        border-radius: 50%;
        margin: auto;
        padding: 0px;
        
    }

    /*ProgressBar connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 12px;
        background: #C5CAE9;
        position: absolute;
        left: 0;
        top: 16px;
        z-index: -1;
       
    }

    #progressbar li:last-child:after {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        position: absolute;
        left: -50%;
    }

    #progressbar li:nth-child(1):after, #progressbar li:nth-child(6):after {
        left: -50%;
    }

    #progressbar li:first-child:after {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        position: absolute;
        left: 50%;
    }

    #progressbar li:last-child:after {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    #progressbar li:first-child:after {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    /*Color number of the step and the connector before it*/
    #progressbar li.active:before, #progressbar li.active:after {
        background: #651FFF;
        animation-name: slidein;
        transition: background-color 2s, transform 2s;
    }

    #progressbar li.active:before {
        font-family: FontAwesome;
        content: "\f00c";
        animation-name: slidein;
        transition: background-color 2s, transform 2s;
    }

   @keyframes slidein {
    from {
        background: #C5CAE9;
        
    }


    to {
        background: #651FFF;
    }
}

.icon {
    width: 35px;
    height: 35px;
    margin-right: 12px;
}

.icon-content {
    padding-bottom: 20px;
}

@media screen and (max-width: 992px) {
    .icon-content {
        width: 50%;
    }
}
.table {
background-color:white;
}


.content.is-collapsed {
    max-height: 0
}
.inputbox {
    background-image: url("delivery5.jpg");
    background-size: 100% 495px;
}
#main
{
    background-color:white;
}
.footer-copyright {
    color:white;

}
    .footer-copyright > a{
        color: white;
    }
    .footer-copyright > a:hover {
        color: blue;
        text-decoration:none;
    }
.tab_box
{
    background-color:white;
}