.thumbnail {
    height: 100px;
    width: 100%;
    object-fit: cover;
    margin: 10px;
    float: left;
}

#result > div {
    margin-bottom: 0px;
    width: 25%;
    float: left;
    text-align: center;
}

#result {
    overflow: hidden;
}

.select2-selection {
    height: 35px !important;
}

.select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single {
    border-color: #cccccc;

}

.select2-container {
    width: 100% !important;
}

#input-upload > ul li {
    color: #AAAAAA;
    display: block;
    position: relative;
    float: left;
}

#input-upload > ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

#input-upload > ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    padding: 25px 25px 25px 80px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

#input-upload > ul li .check {
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 35px;
    left: 40px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

#input-upload ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 0px;
    left: 0px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

#input-upload input[type=radio]:checked ~ .check {
    border: 5px solid #fc9e21;
}

#input-upload input[type=radio]:checked ~ .check::before {
    background: #fc9e21;
}

#input-upload input[type=radio]:checked ~ label {
    color: #fc9e21;
}

.d-none {
    display: none;
}
.wavy {
    width: 100%;
    padding: 50px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
}
.form-upload {
    padding: 20px;
    background-color: #fff;
}
.info_right {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
}
.info_right a {
    color: #333;
    font-weight: 500;
}
.info_right a i {
    margin-right: 10px;
}
.page-profile .detail-bg--info {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 20px;
}
.page-profile .detail-bg--info .info--inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-left: 200px;
}
.page-profile .detail-bg--info .info--inner .info-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #e9e9e9;
    position: absolute;
    bottom: -50px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-profile .detail-bg--info .info--inner .info-image img {
    width: 100%;
    max-width: 90%;
    object-fit: contain;
}
.page-profile .detail-bg--info .info--inner .info-image a input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}
.page-profile .detail-bg--info .info--inner .info-image a {
    top: 0;
    right: 9px;
    position: absolute;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    border-radius: 50%;
    background-color: #fff;
    border: #a9a9a9;
}
.page-profile .detail-bg--info .info--inner .info-name {
    font-weight: 700;
    color: #fff;
    font-size: 1.7em;
    padding-top: 10px;
}
.page-profile .detail-bg--info .info--inner .info-item a {
    font-size: 1.05em;
    color: #d9d9d9;
    transition: .3s all ease;
}
.page-profile .form-effect .group-effect {
    margin-bottom: 30px;
}
.form-effect .group-effect {
    position: relative;
    height: 44px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 20px;
}
.form-effect .group-effect .input-effect option:checked, .form-effect .group-effect .input-effect:focus, .form-effect .group-effect .input-effect.valid {
    background: #fff;
    border-color: #e9e9e9;
}
.form-effect .group-effect .input-effect.valid ~ .label-effect {
    transform: translateY(0) !important;
    top: -10px;
}
.form-effect .group-effect .input-effect {
    height: 100%;
    width: 100%;
    background: #f1f1f1;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #1f2d3d;
    font-size: 1.1em;
    padding-left: 15px;
    margin-top: 0;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    border-radius: 6px;
    border: 1px solid transparent;
}
.form-effect .group-effect .input-effect:focus ~ .label-effect, .form-effect .group-effect .input-effect:valid ~ .label-effect,
.form-effect .group-effect .input-effect:valid ~ .label-effect  {
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
    font-size: 1em;
    color: #a9a9a9;
    background: #fff;
    display: inline-block;
    opacity: 1;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    left: 10px;
}

.form-effect .group-effect .label-effect {
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 100%;
    pointer-events: none;
    margin-bottom: 0;
    font-size: 1.1em;
    line-height: 44px;
    color: #454545;
    opacity: .8;
    -o-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
    -webkit-transition: 0.2s all ease-out;
}

.template-1-heading-small {
    font-size: 1.2em;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.template-1-heading-small:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background-color: #c3c3c3;
    border-radius: 20px;
}
.template-1-heading-small:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    height: 4px;
    width: 30px;
    background-color: #065cab;
    border-radius: 20px;
}
.template-1-table .bg-theme {
    background: #065cab;
    color: #fff;
}
.template-1-tooltip button {
    border-radius: 50%;
    outline: none;
    box-shadow: none;
    height: 20px;
    width: 20px;
    font-size: .7em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.template-1-tooltip {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
