.customfilter {
    float: left;
    padding-right: 20px;
    padding-top: 20px;
}

.small-box>.inner {
    padding: 10px;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #00c0ef !important;
}

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

.small-box:hover .icon {
    font-size: 95px;
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}

.border-bottom {
    border-bottom: 1px solid #000000;
}

/* 
.timeline-container {
    font-family: "Roboto", sans-serif;
    width: 50%;
    margin: auto;
    display: block;
    position: relative;
}

.timeline-container ul.tl {
    margin: 20px 0;
    padding: 0;
    display: inline-block;

}

.timeline-container ul.tl li {
    list-style: none;
    margin: auto;
    min-height: 50px;
    border-left: 1px solid #86D6FF;
    padding: 0 0 50px 30px;
    position: relative;
    display: flex;
    flex-direction: row;
}

.timeline-container ul.tl li.dashed {
    border-left: 1px dashed #86D6FF;
}

.timeline-container ul.tl li:last-child {
    border-left: 0;
}

.timeline-container ul.tl li .item-icon {
    position: absolute;
    left: -18px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #258CC7;
    height: 20px;
    width: 20px;
}

.timeline-container ul.tl li:hover::before {
    border-color: #258CC7;
    transition: all 1000ms ease-in-out;
} */

ul.tl li .item-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

ul.tl li .item-detail {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

ul.tl li .item-timestamp {
    color: #8D8D8D;
    font-size: 12px;
    text-align: right;
    padding-left: 20px;
}

.nav-dropdown-items a {
    padding-left: 30px !important;
}

.content-header {
    padding-top: 10px;
}

.div_married {
    display: none;
}


.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

/*-------------------------------------*/

.form-wrapper {
    /* width: 450px;
            padding: 15px;
            margin: 150px auto 50px auto;
            background: #444; */
    background: rgba(0, 0, 0, .2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
}

.form-wrapper input {
    /* width: 330px; */
    /* height: 20px; */
    padding: 10px 5px;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #d83c3c;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.form-wrapper button:hover {
    background: #e54040;
}

.form-wrapper button:active,
.form-wrapper button:focus {
    background: #c42f2f;
}

.form-wrapper button:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}

.form-wrapper button:hover:before {
    border-right-color: #e54040;
}

.form-wrapper button:focus:before {
    border-right-color: #c42f2f;
}

.form-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.alert-bg-7 {
    background-color: rgb(255, 166, 0);

    padding: 2px;
}

.alert-bg-10 {
    background-color: rgb(255, 123, 0);

    padding: 2px;
}

.alert-bg-15 {
    background-color: rgb(255, 51, 0);

    padding: 2px;
}

.alert-bg-20 {
    background-color: rgb(204, 0, 0);

    padding: 2px;
}

.social-button {
    padding-right: 5px;
}

.share-text {
    padding-right: 10px;
}

.student-container {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

/* bootstrap-tagsinput.css file - add in local */

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    /* padding: 0 6px; */
    margin: 0;
    /* width: auto;
    max-width: inherit; */
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.phone-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.phone-number {
    margin-right: 10px;
}

.fa-phone {
    margin-right: 5px;
}

.bootstrap-tagsinput {
    width: 100%;
}


.form-control {
    border: 1px solid #686868 !important;
}

.bootstrap-tagsinput {
    border: 1px solid #686868 !important;
}


/* timeline */



.cardTop {

    /* width: 497px;
    height: 284px; */
    background: #aab9f685;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    align-items: flex-end;



}


.timeline {

    /* width: 355px;
    height: 696px; */
    background: #ECF1F524;
    mix-blend-mode: normal;
    backdrop-filter: blur(15px);

    /* overflow: hidden; */


    padding-top: 10px;
    /* position: absolute; */
    margin-top: -131px;
    margin-left: 40px;
    margin-right: 40px;
    box-shadow: 0px 20px 53px -30px rgba(95, 102, 173, 0.566816);
    border-radius: 10px;

    * {

        margin: 0;
        padding: 0;
        outline: none;
        text-decoration: none;
        list-style: none;

    }

    h3 {
        font-family: Open Sans;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 30px;
        color: #000000;
        margin-left: 66px;
        margin-top: 40px;



    }

    label {

        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        /* identical to box height */
        margin-left: 66px;
        margin-top: 10px;
        color: #000000;

    }

    .timeline-box {
        width: 100%;
        /* height: 509px; */
        background: #fbfcfd;
        margin-top: 99.5px;


        .timeline-container {

            width: 100%;
            /* height: 357px; */
            display: flex;

            .timeline-lines {
                margin-left: 40px;
                /* margin-top: 6px; */


                .timeline-dot {
                    width: 14px;
                    height: 14px;
                    background: #D1D6E6;
                    border-radius: 7px;
                }

                .timeline-line {
                    height: 240px;
                    width: 2px;
                    background: #D1D6E6;
                    margin-left: 5.3px;
                }
            }

            .timeline-cards {

                margin-left: 12px;
                transform: translateY(-50px);

                .timeline-card {
                    /*width: 249px;*/
                    height: 240px;
                    padding-top: 10px;
                    background: #aab9f685;
                    box-shadow: 0 2px 2px 0 #eeeeee40;
                    border-radius: 10px;
                    box-shadow: 0px 16px 15px -10px rgba(105, 96, 215, 0.0944602);
                    margin-bottom: 10px;

                    .timeline-details {
                        background: #fff;
                        height: 64%;
                    }

                    h3 {

                        font-family: Open Sans;
                        font-style: normal;
                        font-weight: bold;
                        font-size: 18px;
                        margin-left: 25px;
                        margin-bottom: 5px;
                        padding: 0;
                        margin-top: 0;

                        color: #2B2862;

                    }

                    h4 {

                        font-family: Open Sans;
                        font-style: normal;
                        font-weight: bold;
                        font-size: 14px;
                        /* line-height: 19px; */
                        margin-left: 25px;
                        margin-bottom: 5px;




                        color: #2B2862;

                    }

                    p {

                        font-family: Open Sans;
                        font-style: normal;
                        font-weight: normal;
                        font-size: 16px;
                        /* line-height: 22px; */

                        color: #2B2862;
                        margin-left: 25px;
                    }
                }
            }

        }

        .timeline-bottom {
            width: 100%;
            /* height: 107px; */
            background: #fff;
            box-shadow: 0 0 2px #eeeeee50;
            padding-top: 45px;

            .timeline-btn {
                width: 249px;
                /* height: 62px; */
                background: #FFFFFF40;
                mix-blend-mode: normal;
                cursor: pointer;
                border: 1px solid #8260D780;
                border-radius: 5px;

                display: flex;
                align-items: center;
                justify-content: center;
                font-family: Open Sans;
                font-style: normal;
                font-weight: bold;
                font-size: 14px;
                line-height: 19px;
                color: #2B2862;

                margin-left: 53px;
                transition: 0.3s;
                background: #2B2862;
                color: #fff;
                border-color: #2B2862;

                &:hover {
                    transform: scale(1.03)
                }
            }
        }
    }
}

/* timeline */