

.center {
    margin-top: 3rem;
}

.card {
    width: 450px;
    height: 250px;
    background-color: #fff;
    background: linear-gradient(#f8f8f8, #fff);
    /*box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4);*/
    box-shadow: 0 0px 0px 0px rgba(0,0,0,0);
    border-radius: 6px;
    overflow: hidden;
    position: relative;

}

.card h1 {
    text-align: center;
}

.card .additional {
    position: absolute;
    width: 150px;
    height: 100%;
    background: linear-gradient(#dE685E, #EE786E);
    transition: width 0.4s;
    overflow: hidden;
    z-index: 2;
}

.card.green .additional {
    background: linear-gradient(#92bCa6, #A2CCB6);
}
.card.blue .additional {
    background: linear-gradient(#5d68a4b5, #4661F294);
}
.card.red .additional {
    background: linear-gradient(#a4965db5, #F24646D6);
}
.card.pink .additional {
    background: linear-gradient(#ffc0db, #CCA2A4);
}


.card .additional {
    width: 100%;
    border-radius: 0 5px 5px 0;
}

.card .additional .user-card {
    width: 150px;
    height: 100%;
    position: relative;
    float: left;
}

.card .additional .user-card::after {
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    right: -2px;
    height: 80%;
    border-left: 2px solid rgba(0,0,0,0.025);
}

.card .additional .user-card .level,
.card .additional .user-card .points {
    top: 15%;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: bold;
    background: rgba(0,0,0,0.15);
    padding: 0.125rem 0.75rem;
    border-radius: 100px;
    white-space: nowrap;
}

.card .additional .user-card .points {
    top: 85%;
}


.card .additional .user-card img {
    top: 50%;
    border-radius: 50%;
}

.card .additional .more-info {
    width: 300px;
    float: left;
    position: absolute;
    left: 150px;
    height: 100%;
}

.card .additional .more-info h1 {
    color: #fff;
    margin-bottom: 0;
}

.card .additional .more-info h1 {
    color: #224C36;
}

.card .additional .coords {
    margin: 0 1rem;
    color: #fff;
    font-size: 1rem;
}

.card .additional .coords {
    color: #325C46;
}

.card .additional .coords span + span {
    float: right;
}

.card .additional .stats {
    font-size: 2rem;
    display: flex;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    top: auto;
    color: #fff;
}

.card .additional .stats {
    color: #325C46;
}

.card .additional .stats > div {
    flex: 1;
    text-align: center;
}

.card .additional .stats i {
}

.card .additional .stats div.title {
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
}

.card .additional .stats div.value {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5rem;
}

.card .additional .stats div.value.infinity {
    font-size: 2.5rem;
}

.card .general {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    box-sizing: border-box;
    padding: 1rem;
    padding-top: 0;
}

.card .general .more {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 0.9em;
}

.heart-on{
    position: absolute ;
    top: 10px;
    left: 10px
}
.first_title{
    font-size: 16px;
    font-weight: 900;

    margin-top: 6px;
}
.second_title{
    font-size: 14px;
    font-weight: 900;

    margin-top: 5px;
    margin-bottom: 5px;
}

.third_title{
    font-size: 22px;
    font-weight: bold;

}
.site_title{
    font-size: 13px;
    font-weight: bold;
}
.info_box{
    width: 220px;
    height: 250px;
    float:right;
}

.user_info_name{
    font-size: 1.1rem;
    font-weight: bold;
}
.user_info_province{
    font-size: 0.8rem;
    font-weight: bold;
}
.color_base{
    background: linear-gradient(#113ff7e3, #08AAF957);
    color: yellow;
}

.color_green {
    background: linear-gradient(#92bCa6, #A2CCB6);
}

.color_blue  {
    background: linear-gradient(#5d68a4b5, #4661F294);
}
.color_red {
    background: linear-gradient(#a4965db5, #F24646D6);
}
.color_pink  {
    background: linear-gradient(#ffc0db, #CCA2A4);
}

.base_image_400{
    width: 400px !important;
    height: 250px !important;
    background-image: url('/img/new_400.png');
    background-size: cover;
}

.base_image_850{
    width: 850px !important;
    height: 480px !important;
    background-image: url('/img/850.png');
}
.content_400{
    width: 43%;
    min-height: 100%
}
.content_850{
    width: 43%;
    min-height: 100%
}
.base_color_yellow{
    color: yellow;
}

.img_400{
    margin-top: 63px;
    border-radius: 50%;
    width: 132px;
    height: 127px;
}
.img_850{
    margin-top: 150px;
    border-radius: 50%;
    width: 210px;
    height: 200px;
}
.name_400{
    font-size: 14px;
    margin-right: -5px;
    font-weight: bolder
}
.name_850{
    font-size: 1.5rem;
    margin-right: -5px;
    font-weight: bolder
}
.city_province_400{
    font-size: 0.80rem;
    font-weight: 401
}
.city_province_850{
    font-size: 1.10rem;
    font-weight: 500;
}

.id_code_400{
    margin-top: -3px;
    color: white
}
.id_code_850{
    margin-top: 10px;
    color: white;
    font-size: 1.2rem;
    font-weight: bolder;
}
.city_province_text_850{
    font-size: 1.4rem;
}
.information_box{
    margin-right: -15px;
}
.province_city_box{
    margin-top: -5px;
}
.classic-list-group{
    min-width: 300px;
}
.bg-classical-list-group{
    background: #0b2e13 !important;
    color: white;
}
/*****hokm css*/
.base_hokm_male{
    width: 1000px !important;
    height: 1428px !important;
    min-height: 100% !important;
    background-image: url('/img/hokms/hokm_mr.jpg?ver=1');
    background-size: cover;
}
.base_hokm_female{
    width: 1000px !important;
    height: 1428px !important;
    min-height: 100% !important;
    background-image: url('/img/hokms/hokm_mrs.jpg?ver=1');
    background-size: cover;
}

.hokm_name{
    position: absolute;
    top: 637px;
    font-size: 1.6rem;
    font-weight: bolder;
    right: 225px;
}
.hokm_code{
    position: absolute;
    top: 711px;
    font-size: 1.6rem;
    font-weight: bolder;
    right: 325px;

}
.hokm_province{
    position: absolute;
    top: 1005px;
    font-size: 24px;
    font-weight: bolder;
    right: 185px;


}
.hokm_city{
    position: absolute;
    top: 1003px;
    font-size: 24px;
    font-weight: bolder;
    right: 550px;

}
.hokm_name_male{
    position: absolute;
    top: 633px;
    font-size: 1.6rem;
    font-weight: bolder;
    right: 250px;
}

.pictureHokm{
    position: absolute;
    left: 222px;
    top: 627px;
    border-radius: 2px;
}
.hokm_number{
    position: absolute;
    left: 105px;
    top: 128px;
    font-weight: bolder;
}
.hokm_date{
    position: absolute;
    left: 94px;
    top: 160px;
    font-weight: bolder;
}


/*****boss css*/
.base_boss_male{
    width: 1000px !important;
    height: 1428px !important;
    min-height: 100% !important;
    background-image: url('/img/hokms/boss_mr.jpg?ver=1');
    background-size: cover;
}
.base_boss_female{
    width: 1000px !important;
    height: 1428px !important;
    min-height: 100% !important;
    background-image: url('/img/hokms/boss_mrs.jpg?ver=1');
    background-size: cover;
}
.boss_province{
    margin-right: 21px !important;
    font-size: 30px;
    margin-top: -8px;
}

/*****boss css*/
.base_boss_city_male{
    width: 1000px !important;
    height: 1428px !important;
    min-height: 100% !important;
    background-image: url('/img/hokms/boss_city_mr.jpg?ver=1');
    background-size: cover;
}
.base_boss_city_female{
    width: 1000px !important;
    height: 1428px !important;
    min-height: 100% !important;
    background-image: url('/img/hokms/boss_city_mrs.jpg?ver=1');
    background-size: cover;
}
.boss_province{
    margin-right: 21px !important;
    font-size: 30px;
    margin-top: -8px;
}

/*****boss css*/
.cabine{
    width: 480px !important;
    height: 300px !important;
    min-height: 100% !important;
    background-image: url('/img/hokms/cabine.png?ver=2');
    background-size: cover;
}
.cabine_boss{
    width: 480px !important;
    height: 300px !important;
    min-height: 100% !important;
    background-image: url('/img/hokms/cabine_boss.jpg?ver=1');
    background-size: cover;
}

.cabine_first_name{
    position: absolute;
    top: 179px;
    right: 56px;
    font-weight: bolder;
    font-size: 12px;

}
.cabine_last_name{
    position: absolute;
    top: 179px;
    right: 196px;
    font-weight: bolder;
    font-size: 12px;

}
.cabine_province{
    position: absolute;
    top: 202px;
    right: 66px;
    font-weight: bolder;
    font-size: 12px;

}
.cabine_city{
    position: absolute;
    top: 202px;
    right: 186px;
    font-weight: bolder;
    font-size: 12px;

}
.cabine_role{
    position: absolute;
    top: 235px;
    right: 132px;
    font-weight: bolder;
    font-size: 12px;

}
.cabine_role_boss{
    position: absolute;
    top: 235px;
    right: 49px;
    font-weight: bolder;
    font-size: 12px;
    max-width: 402px;

}
.cabine_code{
    position: absolute;
    top: 181px;
    left: 94px;
    font-size: 12px;
    font-weight: bolder;

}
.cabine_date{
    position: absolute;
    top: 200px;
    left: 83px;
    font-size: 12px;
    font-weight: bolder;

}
.cabine_img{
    position: absolute;
    width: 138px;
    height: 136px;
    left: 28px;
    top: 25px;

}
.cabine_boss_img{
    position: absolute;
    width: 138px;
    height: 136px;
    left: 27px;
    top: 25px;


}
/*economic club*/
.economic_club{
    width: 480px !important;
    height: 300px !important;
    min-height: 100% !important;
    background-image: url('/img/hokms/economic_club.jpg?ver=1');
    background-size: cover;
}

.economic_club_first_name {
    position: absolute;
    top: 183px;
    right: 53px;
    font-weight: bolder;
    font-size: 12px;
}
.economic_club_last_name {
    position: absolute;
    top: 204px;
    right: 87px;
    font-weight: bolder;
    font-size: 12px;
}
.economic_club_province {
    position: absolute;
    top: 182px;
    right: 208px;
    font-weight: bolder;
    font-size: 12px;
}

.economic_club_city{
    position: absolute;
    top: 203px;
    right: 221px;
    font-weight: bolder;
    font-size: 12px;
}
.economic_club_code {
    position: absolute;
    top: 182px;
    left: 85px;
    font-size: 12px;
    font-weight: bolder;
}
.economic_club_date {
    position: absolute;
    top: 201px;
    left: 59px;
    font-size: 12px;
    font-weight: bolder;
}

.economic_club_role {
    position: absolute;
    top: 235px;
    right: 33px;
    font-weight: bolder;
    font-size: 12px;
    margin-left: 32px !important;
}
.economic_club_img {
    position: absolute;
    width: 138px;
    height: 136px;
    left: 27px;
    top: 28px;
}

.certificate_1{
    width: 904px !important;
    height: 1280px !important;
    min-height: 100% !important;
    background-image: url('/img/certs/cert_gam_dovom.jpg');
    background-size: cover;
}

.cert_fullname{
    position: absolute;
    top: 722px;
    right: 463px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.cert_national_id{
    position: absolute;
    top: 774px;
    right: 188px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.cert_province{
    position: absolute;
    top: 772px;
    right: 476px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}
.cert_city{
    position: absolute;
    top: 775px;
    right: 722px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}
.cert_level{
    position: absolute;
    top: 810px;
    right: 317px;
    font-size: 29px;
    font-weight: bold;
    text-decoration: underline;
}
.cert_how_long{
    position: absolute;
    top: 812px;
    right: 505px;
    font-size: 23px;
    font-weight: bold;
    text-decoration: underline;

}
.cert_date{
    position: absolute;
    top: 813px;
    right: 733px;
    font-size: 23px;
    font-weight: bold;
    text-decoration: underline;
}
.cert_teacher{
    position: absolute;
    top: 856px;
    right: 217px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
}
.cert_title{
    position: absolute;
    top: 858px;
    right: 484px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    color: #1c3bb3;
}
.cert_id{
    position: absolute;
    top: 388px;
    right: 633px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid;
    padding: 1px;
    min-width: 126px;
}
.cert_number{
    position: absolute;
    top: 388px;
    right: 633px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid;
    padding: 1px;
    color: #282626;
    min-width: 126px;
}
.cert_base_date{
    position: absolute;
    top: 415px;
    right: 633px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid;
    padding: 1px;
    min-width: 126px;
}
