.lh-3 {
    line-height: 5;
}

#phone_msg {
    margin-left: 5px;
    color: red;
    margin-top: -20px!important;
    position: absolute;
}

#gender_msg {
    margin-left: 5px;
    color: red;
    margin-top: -20px!important;
    position: absolute;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    height: 37px;
    padding-top: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc!important;
    border: 1px solid #aaa;
    border-radius: 24px !important;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 4px;
}

.c-tags {
    border-width: 1px;
    border-style: dashed;
    display: inline-block;
    color: #717171;
    background: #FFF;
    -webkit-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border-radius: 50px;
    margin: 0 3px 6px 0;
    padding: 5px 10px;
}

.c-tags a:hover {
    border-color: #08C;
}

.gj-textbox-md {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    padding: 4px 0;
    margin: 0;
    width: 100%;
    background: #fff;
    text-align: left;
    color: rgba(0, 0, 0, .87);
}

.set-place::placeholder {
    color: #6C757D;
}

.set-place {
    padding-left: 15px
}

.gj-datepicker-md [role=right-icon] {
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 26px;
}

.timeline-item {
    position: relative;
    color: #000;
    border-left: 2px solid #4285f4;
    padding: 14px 0px 0px 15px;
}

.timeline-item::before {
    content: attr(date-is);
    position: absolute;
    left: 2em;
    font-weight: bold;
    top: 1em;
    display: block;
    font-weight: 700;
}

.timeline-item::after {
    width: 17px;
    height: 17px;
    display: block;
    top: 1em;
    position: absolute;
    left: -10px;
    border-radius: 15px;
    content: "";
    border: 2px solid #ff7c33;
    background: white;
}

.timeline-item:last-child {
    border-image: linear-gradient(to bottom, #4285f4 60%, #4285f4 1 100%);
}

@media (max-width: 460px) and (min-width: 320px) {
    .cr-boundary {
        width: 250px!important;
        height: 250px!important;
    }
}