
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;700&family=Quicksand:wght@300;500;700&display=swap');


*, 
body {
    font-family: 'Quicksand';
    margin: 0;
    padding: 0;
    /*overflow-x: hidden;*/
}

/* 
    --------
    FONTS
    > Titles : Oswald
    > Body   : Quicksand
    --------
*/


.navbar-toggler .icon-bar {
  margin: 7px;
  display: block;
  width: 22px;
  height: 1px;
  background-color: #cccccc;
  border-radius: 1px;
}

#navbar-main{
    width: 100%;
    height: 60px;
    background-color: white;
    box-shadow: 1px 5px 10px hsl(0, 0%, 50%, 0.8); /*#dcd7d8;*/
    /*position: fixed;
    top: 0;
    left: 0;*/
    z-index: 2;
}
#logocontainer {
    /*width: 80%;*/
    height: 50px;
    margin: 5px 10px 5px 10px;
}
#logocontainer img{
    width: auto;
    height: 50px;
}

#bodycontainer{ 
    width: 100%;
    height: auto;
    /*position: absolute;   */
    /*left: 0;
    top: 15;*/
}

#bannercontainer{
    width: 100%;
    height: auto;
    background-color: #00c3dc;  
    padding: 10px 5% 10px 5%;
    /*margin-left: 0;*/
}
#bannercontainer h2{
    color: #d8fffb;
    font-family: "Oswald";
    line-height: 1.5em;
}
.bannersub{
    color: #d8fffb;
    font: 1em "Oswald";
    line-height: 1.25em;
    overflow-y: hidden;
}
.bannersub2{
    font: 0.8em "Quicksand";
    line-height: 1em;
    overflow-y: hidden;
}
.bannersub2 a{
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    /*background-color: whitesmoke;*/
    color: white;
}

#maincontainer{
    width: 100%;
    height: 100%;
    margin: 10px auto; /*10% 0 10%;*/
    /*padding-top: 30%;*/
    /*background-color: #dcdcdc;*/
    overflow-y: hidden;
}

.input-group {
  align-self: flex-start;
}
.icondiv{
    width: 80%; /*250px;*/
    height: 110px;
    border: 1px solid #00c3dc;
    margin: 10px auto;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    justify-content: right;
}
.icondiv img{
    width: 50px;
    height: 50px;
    margin: 25px;
    /*margin:  auto;*/
}
.icontextcontainer{
    width: 60%;
    height: auto;
    margin: 5px;
    overflow-y: hidden;
    padding:  5px;
}
.icontextcontainer h5{
    color: #00c3dc;
    font: bold 0.8em 'Oswald';
    /*line-height: 1em;*/
    margin: 0;
}
.icontextcontainer p{
    font-size: 0.8em;
    margin: 5px;
    overflow-y: hidden;
}
.iconbutton{
    width: 150px;
    border: none;
    background-color: #00c3dc;
    border-radius: 3px;
    color: white;
    font: bold 0.8em 'Oswald';
    padding: 5px;
}
.iconbutton:hover{
    cursor: pointer;
}

#footer{
    width: 100%;
    position: absolute;

}
#bluecontainer{
    width: 100%;
    height: auto;
    background-color: #d8fffc;
    padding: 10px 10% 10px 10%;
}
#blackcontainer{
    width: 100%;
    height: 30px;
    background-color: black;
    color: white;
    font-size: 0.8em;
    padding: 3px 10% 3px 10%;
}
#blackcontainer b{
    font: 700 0.8em 'Oswald';
    color: #d8fffc;
    margin: 0;
}
#contactuscontainer a{
    font-size: 0.8em;
    color:  black;
    text-decoration: none;
    cursor: pointer;
}
.footertitle, .footertitle2{
    font: bold 0.8em 'Oswald';
    margin: 0;
}
.footertitle{
    color: #00c3dc;
}
.footertitle2{
    color: black;
}
.footertext{
    font-size: 0.8em;
    margin: 0;
}

/*----- DESKTOP VIEW -------*/
/*@media screen and (min-width:425px){
}*/

@media screen and (min-width:768px){
    #bodycontainer{
        width: 100vw;
        /*height: auto;
        margin: 0 auto;*/
    }
    #bannercontainer{
        /*width: 100vw;*/
        /*height: 190px;*/
        padding: 10px 10% 10px 10%;
    }
    #maincontainer{
        width: 90%;
        height: 250px;
        /*height: auto;*/
        margin: 10px 5% 10px 5%; 
        display: flex;
        justify-content: left;
        overflow-y: hidden;
        align-content: center;
    }
    .icondiv{
        width: 25%;
        height: auto;
        margin: 5px; 
        display: grid;
        align-items: center;
        overflow-y: hidden;
        vertical-align: center;
        text-align: center;
        justify-content: normal;
    }
    .icondiv:hover{
        box-shadow: 1px 5px 10px hsl(0, 0%, 50%, 0.8);
    }
    .icondiv img{
        width: 50px;
        height: 50px;
        margin: 10px auto;
        /*margin:  auto;*/
    }   
    .icontextcontainer{
        width: 90%;
        height: auto;
        margin: 5px;
    }
    .icontextcontainer h5{
        line-height: 1em;
        overflow-y: hidden;
    }
    .iconbutton{
        width: 100px;
        margin-bottom: 10px;
        /*position: fixed;
        bottom: 10px;*/
    }

    #bluecontainer{
        width: 100%;
    }
    #blackcontainer{
        width: 100%;
    }
  /*  #footer{
        position: absolute;
        bottom: 0;
    }*/
}

@media screen and (min-width:1024px){   
    #bannercontainer{
        /*height: 200px;*/
    }
    #maincontainer{
        width: 80%;
        height: auto; /*250px;*/
        margin: auto;
    }
    .icondiv{
        width: 25%;
        height: 200px;
        /*float: left;*/
        margin: 15px; 
    }
}

@media screen and (min-width:1280px){
    #bannercontainer{
        /*height: 200px;*/
    }
}

@media screen and (min-width:1440px){
    #bannercontainer{
        /*height: 200px;*/
    }
}

.header-font {
   font-family: 'Lucida Sans';
   font-weight: bold;
   font-size: 18px;
}

.subheader-font {
   font-family: 'Lucida Sans';
   font-weight: bold;
   font-size: 14px;
   color: #1d9d74;
}

.body-font {
    font-family: 'Calibri';
   font-weight: bold;
   font-size: 14px ;
}


.login-card {
    /*background: rgb(255, 255, 255, 0.4);*/
}

.dark-card {
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.4);
}

.flat-card {
    border-radius: 0 !important;
    /*background: rgba(255, 255, 255, 0.7);*/
}

.logo-image {
    width: 150px;
    height: 150px;
    border-radius: 120px !important;
    /*background-color: white;*/
}

.upload-output {
    min-height: 200px;
    max-height: 200px;
    min-width: 200px;
}


.required-field-block {
    position: relative;
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}

.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
    color: #B80000;
    font-size: 26px;
    margin: -3px 0 0 12px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-center {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}   

.modal-backdrop-dark {
    background-color: black;
    /* background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover; */
}

.modal-content {
    opacity: 1 !important;
}

.digit-input {
    width: 30px !important;
    height: 50px !important;
    line-height: 50px !important;
    text-align: center !important;
    font-size: 24px !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 200 !important;
    margin: 0 2px !important;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid black;
}

.splitter {
    padding: 0 5px !important;
    color: white !important;
    font-size: 24px !important;
}

.prompt {
    margin-bottom: 20px !important;
    font-size: 20px !important;
    color: white !important;
}

/* UTILITIES */
.upage-left, .upage-right{
    width: 50%;
    height: auto;
    /*margin: calc(50% - 10px);*/
    padding: 10px;
}
.upage-left{
    float: left;
    left: 0;
    border-color: green;
}
.upage-right{
    float: right;
    right: 0;
    border-color: blue;
}

.sub-content-title{
    width: 100%;
    color: #939393;
    font: 15pt 'Verdana';
    font-weight: bold;
    text-align: center;
}

.modal-link {
    cursor: pointer;
}

/*
*       PORTAL VIEW
*/
.portal-container{
    width: 100%;
    height: 120vh;
    /*padding: 10px 10px 10% 10px;*/
    /*margin-bottom: 10%;*/
    /*background-blend-mode: soft-light;*/
}
.portal-container h3{    
    /*background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: screen;
    background-color: #191970 !important;*/
    color: white;
    font-weight: bolder;
    text-shadow: 2px 2px 8px #aeaeae;
    padding: 1em;
}
.body-portal{    
    /*background-image: url('../images/bg8.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.portal-banner{
    width: 100%;
    height: 140vh;
    /*background-image: linear-gradient(to top right, #0080FF, #349aff);*/
    background-image: linear-gradient(20deg, #0080FF, #487b6a);
}
.portal-banner nav img{
    /*color: white;
    font: 0.8em Arial, sans-serif;*/
    padding: 0.5em 0.5em 0.1em 0.5em;
    width: 100%;
    height: auto;
}
.portal-banner-img{
    width: 100%;
    height: 100%;
    background-image: url('../images/bb.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
}
.portal-header{
    /*height: 100px;*/
    width: 100%;
}
.carousel-inner{
    width: 70%;
    height: auto;
    margin: 10px auto;
    /*float: left;*/
    color: white;
}
.carousel-indicators{
    bottom: -50px;
}
.carousel-item{
    font-size: 0.8em;
}
.carousel-item img{
    width: 100%;
}
.button-container{
    width: 100%;
    height: 90vh;
    padding: 10px;
    /*background-color: hsla(0, 0%, 100%, 0.3);*/
    /*background-image: url('../images/bg8.png');*/
   /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center;*/
    margin: 0 auto; 
}
.button-div{
    width: 45%;
    /*width: 80%;*/
    height: 200px;
    padding: 1em;
    cursor: pointer;
    border-radius: 15px;
    box-shadow: 3px 3px 13px #aeaeae;
    color: black;
    /*color: white;*/
    font: 0.8em Arial, sans-serif;
    background-color: white;
    margin: 2%;
    text-align: center;
    float: left;
    /*background-color: hsla(0, 0%, 100%, 0.3);*/
}
#newappModal .button-div{
    width: 45%;
}
#newappModal .button-div img{
    width: 70%;
}
#paymentModal .button-div{
    width: 45%;
}
#paymentModal .button-div img{
    width: 70%;
}
.button-div a{
    color: white;
    text-decoration: none;
    text-indent: 10px;
}
.button-div img{
    /*opacity: 0.3;*/
    width: 50px;
    margin: 10% 5% 10% 10%;
    /*float: left;*/
}
.button-div h5{
    color: #939598;
    font: 1em Arial, sans-serif;
    font-weight: bold;
}
.button-div small{
    font: 1em Arial, sans-serif;
}
.button-div:hover h5{
    color: white;
    font: 1.2em Arial, sans-serif;
    font-weight: bolder;
}
.button-div:hover{
    color: white;
    box-shadow: 3px 3px 13px #aeaeae;
    /*font: 1em Arial, sans-serif;*/
    font-weight: bolder;
}
.divider-span{
    width: 3px;
    height: 50%;
    background-color: #0080FF;
    /*float: left;*/
}

/*.gradient-blue{
    background-image: linear-gradient(to top right, #0080FF, #349aff);
}
.gradient-violet{
    background-image: linear-gradient(to top right, #8282EE, #9999f1);
}
.gradient-orange{
    background-image: linear-gradient(to top right, #FF934D, #ffa367);
}
.gradient-yellow{
    background-image: linear-gradient(to top right, #F5C11F, #f6c838);
}
.gradient-green{
    background-image: linear-gradient(to top right, #00B300, #00cd00);
}*/
.fixed-bottom{
    /*background-color: white;*/
    text-align: center;
}

/* ---------
*   NEW / UPDATE FORM
*/
#banner{
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*opacity: 0.3;*/
    background-blend-mode: screen; /*multiply*/
    background-color: #191970 !important;
    /*background-color: #0080FF !important;*/
}
.new-banner{
    background-image: linear-gradient(20deg, #0080FF, #487b6a);
}
.homebtn{
    display: none;
}
.sticky-home{
    width: 2.5em;
    height: 2.5em;
    border-radius: 1.5em;
    border: 2px solid #0080FF;
    background-color: white;
    color: white;
    padding: 0.5em 0 0 0.5em;
    position: fixed;
    /*top: 3em;*/
    right: 0;
    bottom: 3em;
    z-index: 2;
}
.red-text{
    color: red;
    font-size: small;
    background-color: white;
    padding: 5px;
}
.div-status{
    width: 100%;
    padding: 10px;
    color: white;
    font-weight: bolder;
}
.bg-blue{   
    background-color: #4da6ff;    
}
.bg-red{
    background-color: #ff4d4d;
}
.bg-orange{
    background-color: #ff934d;
}
.bg-green{
    background-color: #00B300;
}

#newForm label.error {
    color: red;
    font-size: small;
    margin-bottom: 0px !important;
}
.busline-container{
    border: 2px solid #b6b6b6;
    padding: 5px;
}
.div-btnviewtable{
    width: 100%;
    border: 1px solid #4da6ff;
    color: #4da6ff;
    /*font: 1em 'Tahoma' bolder;*/
    cursor: pointer;
    margin: 25px 5px 5px 5px;
    padding: 5px;
    font-weight: bolder;
}
.div-btnviewtable:hover{    
    color: white;
    background-color: #4da6ff;
}

#form_banner{
    width: 100%;
}
.form-title{
    font: small-caps bold 12px/30px Verdana, serif;
    color: #a6a6a6;
    margin-top: 10px;
    padding-top: 10px;
}
#newForm label{    
    font: small bold 12px/15px Verdana, serif;
    color: #0080ff; /*black;*/
}
.divider-gray{
    width: 100%;
    height: 3px;
    background-color: #a6a6a6;
    margin-top: 10px;
}
.div-notes{
    width: 100%;
    height: auto;
    color: #ff3434;
    border: 3px solid #ff3434;
} 
.div-notes div{    
    margin: 10px;
}
#note{
    width: 100%;
    height: auto;
    padding: 10px;
    color: white;
    background-color: #ff3434;
}
.img-container img{
    height: 150px;
}

.error {
  color: #F00;
  background-color: #FFF;
  font-size: smaller;
}


/* ---------
*/
/* ---------
    STEPPER DIV
*/
.stepper-div{
    width: 100%;
    height: auto;/*3em;*/
    margin: 15px auto;
    padding-left: 5%;
    padding-right: 5%; 
}
/*.steps-div{
    float: left; 
}*/

.circle-div{
    width: 2.5em;
    height: 2.5em;
    border-radius: 1.5em;
    /*margin-left: 3em;*/
    margin-right: 1em;
    margin-top: 15px;
    text-align: center;
    padding: 0.25em;
    font-weight: bolder;
    /*float: left;*/
}
.div-blue{
    border: 2px solid #0080ff;
    background-color: #0080ff;
    color: white;
}
.div-gray{
    border: 2px solid #a6a6a6;
    background-color: white;
    color: #a6a6a6;
}
.line-div{ 
    display: none;
}
.stepper-line-gray{
    border: 1px solid #a6a6a6;
    background-color: white;
}
.stepper-line-blue{
    border: 2px solid #0080ff;
    background-color: white;
}
.line-div-y-align{
    display: inline;
    position: absolute;   
    /*width: 1px;*/
    /*height: 25px;*/
    float: left;
    top: 2em;
    left: 2.15em;
    z-index: 2;
}
/*.stepper-label{
    width: 100%;
}*/
.stepper-label label{
    /*position: absolute;*/
    width: 100%;
    top: 15px;
    left: 4em;
}
label.bluetext{
    color: #0080ff; 
    font-weight: bold;
}
/* ---------
*/

/* ============================================================
*       RESPONSIVE VIEW 
*/

@media screen and (min-width:900px){ /* Desktop/Laptop View */
    .carousel-item{
        font-size: 0.8em;
    }
    .homebtn{
        display: block;
        float: right;
    }
    .homebtn a{        
        color: white;
    }
    .sticky-home{
        display: none;
    }

    .button-container{        
        /*margin: 0 20% 0 20%;*/
        width: 100%;
    }
    .button-div{
        width: 18.3%;
        height: 230px;
        padding: 1em;
        float: left;
        margin: 10px;
        color: #343534;
        text-align: center;        
        box-shadow: none ;
    }    

     .button-div-none{
        /*width: 18.3%;*/
        width: 8.3%;
        height: 230px;
        padding: 1em;
        float: left;
        margin: 10px;
        color: #f0f0f0;
        text-align: center;        
        box-shadow: none ;
    }     
    .button-div a{
        color: #343534;
        text-decoration: none;
    }      
    .button-div a:hover{
        color: white;
        text-decoration: none;
    }
    .gradient-blue, .gradient-violet, .gradient-orange, .gradient-yellow, .gradient-green{
        background-image: none;
    }
    .gradient-blue:hover{
        background-image: linear-gradient(to top right, #0080FF, #349aff);
    }
    .gradient-violet:hover{
        background-image: linear-gradient(to top right, #8282EE, #9999f1);
    }
    .gradient-orange:hover{
        background-image: linear-gradient(to top right, #FF934D, #ffa367);
    }
    .gradient-yellow:hover{
        background-image: linear-gradient(to top right, #F5C11F, #f6c838);
    }
    .gradient-green:hover{
        background-image: linear-gradient(to top right, #00B300, #00cd00);
    }
    .busline-container{
        margin-bottom: 3px;
    }
    #form_banner{
        width: 50%;
    }

    .circle-div{
        margin-top: 0;
    }
    .line-div{ 
        display: inline;
        position: absolute;   
        width: 100%;
        height: 1px;
        float: left;
        top: 1em;
        z-index: -2;
    }
    .stepper-line-gray{
        border: 1px solid #a6a6a6;
        background-color: white;
    }
    .line-div-y-align{
        display: none;
    }
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .container-center-md {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
}

.bg-gradient-1 {
    background: linear-gradient(81.67deg, #0084f4 0%, #1a4da2 100%);
}

.bg-gradient-2 {
    background: linear-gradient(82.59deg, #00c48c 0%, #00a173 100%);
}

.bg-gradient-3 {
    background: linear-gradient(69.83deg, #0084f4 0%, #00c48c 100%);
}

.bg-gradient-4 {
    background: linear-gradient(81.67deg, #ff647c 0%, #1f5dc5 100%);
}

.dashboard-card-header {
    padding: 0.30rem 1.25rem !important;
}

.dashboard-card {
    box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
}

.medium-font-weight {
    color: #6c6c6c;
    font-weight: 600 !important;
}
.modal-link {
    cursor: pointer;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.customized-modal-content {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
    padding-top: 2.25 !important;
}

.display-label {
    padding-left: 1rem !important;
    width: 100% !important;
    margin-bottom: 0px !important;
    color: #f0f0f0;
}

.display-value {
    padding: 0.5rem !important;
    padding-left: 1.25rem !important;
    width: 100% !important;
    background-color: #D6F1EF;
    margin-bottom: 0px !important;
    /*height: 90% !important;*/
}

.display-col {
    display: table-cell; /* Make elements inside the container behave like table cells */
}

.display-text {
    padding: 0.5rem !important;
    padding-left: 1.25rem !important;
    padding-bottom: : 2rem !important;
    width: 100% !important;
    background-color: #D6F1EF;
    margin-bottom: 0px !important;
}

.display-col {
    padding: 1px !important;
}

label.error {
    color: red;
    font-size: small;
    margin-bottom: 0px !important;
}

#dataTables td {
    vertical-align: middle !important;
}

.tr-active {
    background-color: #b7ccdf !important;
    border: 1px solid green;
}

.bg-alice-blue {
    background-color: #F0F8FF;
}

.bg-light-steel-blue {
    background-color: #B0C4DE;
}

.bg-indian-red {
    background-color: #CD5C5C;
}

table.table-bordered > tbody > tr.tr-active > td{
    border:2px solid #B0C4DE;
}

.bg-gradient-1 {
    background: linear-gradient(81.67deg, #0084f4 0%, #1a4da2 100%);
}

.bg-gradient-2 {
    background: linear-gradient(82.59deg, #00c48c 0%, #00a173 100%);
}

.bg-gradient-3 {
    background: linear-gradient(69.83deg, #0084f4 0%, #00c48c 100%);
}

.bg-gradient-4 {
    background: linear-gradient(81.67deg, #ff647c 0%, #1f5dc5 100%);
}

.dashboard-card-header {
    padding: 0.30rem 1.25rem !important;
}

.dashboard-card {
    box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
}

.medium-font-weight {
    color: #6c6c6c;
    font-weight: 600 !important;
}

.background-colored-light{
    background-color: #ECECEC !important;
}



label.subtitle {
    color: #2a6973;
    font: bold 15px 'Tahoma';
    margin-bottom: 10px;
}

/* Flaired edges, by Tomas Theunissen */
hr.flaired-edges {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: grey !important;
    border-width: 2px 0 0 0;
    border-radius: 20px;
}
hr.flaired-edges:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 20px;
    margin-top: -21px;
    border-style: solid;
    border-color: grey;
    border-width: 0 0 2px 0;
    border-radius: 20px;
}
.font-weight-md {
    font-weight: 400;
}

.text-remaining {
    position:  relative;
    display: inline-block;
}

.text-remaining textarea {
    resize: none;
}

.text-remaining span {
    color:  coral;
    position:  absolute;
    bottom:  5px;
    right: 20px;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/* Dropdown bug in table-responsive */
@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}
@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
  border-color: grey;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}

.bg-main-template {
    background-image: linear-gradient(20deg, #0080FF, #487b6a);
    background-attachment:fixed;
height:100%;
}

.footer {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: red;
      color: white;
      text-align: center;
    }
