[data-tooltip]{position:relative;display:inline-block}[data-tooltip]:after,[data-tooltip]:before{position:absolute;left:50%;-webkit-transform:translate(-50%,-12px);-moz-transform:translate(-50%,-12px);-ms-transform:translate(-50%,-12px);-o-transform:translate(-50%,-12px);transform:translate(-50%,-12px);z-index:1000;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:0;-webkit-transition:opacity .35s ease .25s;-o-transition:opacity .35s ease .25s;-moz-transition:opacity .35s ease .25s;transition:opacity .35s ease .25s}[data-tooltip]:before{content:attr(data-tooltip);background:#333;color:#eee;padding:8px 12px;white-space:nowrap;bottom:100%;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 5px 15px -5px rgba(0,0,0,.65);-moz-box-shadow:0 5px 15px -5px rgba(0,0,0,.65);box-shadow:0 5px 15px -5px rgba(0,0,0,.65)}[data-tooltip]:after{content:"";background:transparent;border:8px solid transparent;border-top-color:#333}[data-tooltip]:active:after,[data-tooltip]:active:before,[data-tooltip]:focus:after,[data-tooltip]:focus:before,[data-tooltip]:hover:after,[data-tooltip]:hover:before{opacity:1}[data-tooltip].tooltip-multiline:before{width:100vw;max-width:240px;white-space:normal}[data-tooltip][class*=tooltip-bottom]:after,[data-tooltip][class*=tooltip-bottom]:before{-webkit-transform:translate(-50%,12px);-moz-transform:translate(-50%,12px);-ms-transform:translate(-50%,12px);-o-transform:translate(-50%,12px);transform:translate(-50%,12px)}[data-tooltip][class*=tooltip-bottom]:before{bottom:auto;top:100%}[data-tooltip][class*=tooltip-bottom]:after{bottom:0;border:8px solid transparent;border-bottom-color:#333}[data-tooltip].tooltip-bottom-left:before{-webkit-transform:translate(-24px,12px);-moz-transform:translate(-24px,12px);-ms-transform:translate(-24px,12px);-o-transform:translate(-24px,12px);transform:translate(-24px,12px)}[data-tooltip].tooltip-bottom-right:before{left:auto;right:50%;-webkit-transform:translate(24px,12px);-moz-transform:translate(24px,12px);-ms-transform:translate(24px,12px);-o-transform:translate(24px,12px);transform:translate(24px,12px)}[data-tooltip].tooltip-top-left:before{-webkit-transform:translate(-24px,-12px);-moz-transform:translate(-24px,-12px);-ms-transform:translate(-24px,-12px);-o-transform:translate(-24px,-12px);transform:translate(-24px,-12px)}[data-tooltip].tooltip-top-right:before{left:auto;right:50%;-webkit-transform:translate(24px,-12px);-moz-transform:translate(24px,-12px);-ms-transform:translate(24px,-12px);-o-transform:translate(24px,-12px);transform:translate(24px,-12px)}
@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


*{
    font-family: 'Gotham-Book', sans-serif;
}

body{
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}
.background-grey{
	background: rgba(128, 128, 128, 0.3)!important;
}
h1,
h2,
h3,
h4,
h5,
h6,input {
    font-family: 'Gotham-Book', sans-serif;
}
img{
    max-width: 100%;
}
.form-group{
    margin-bottom: 16px;
}
.logs-detail .logs-info {
    border-top: 1px solid #ccc;
}
.employee-section-active {
    color: #007bff;
    background: #fff!important;
    border: 1px solid #e0e0e0;
}
.package-disable{ background: rgba(128, 128, 128, 0.3)!important; }
.error{
    margin-top: 10px;
    color: red;
}
.btn{
    font-weight: 700;
}
.btn:focus{
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.btn:hover{
    background: transparent;
    border: 1px solid #333;;
    color: #333;
}
.btn-success{
    background: #90278C!important;
    border: 1px solid #90278C;
}
.btn-success:hover{
    color: #90278C;
    background: transparent!important;
    border: 1px solid #90278C;
}
.name-signin{
    color: #007bff;
}
.hidden-upload-file{
    display: none;
}
.hidden{
    display: none;
}
.pagination-page{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    list-style: none;
}
.status-label{
    font-size: 15px;
    font-weight: 600;
}
.css-vj8t7z{
    /* height: 44px; */
    -webkit-border-radius: 0!important;
       -moz-border-radius: 0!important;
            border-radius: 0!important;
}
.css-205izw{
    /* height: 44px; */
    -webkit-border-radius: 0!important;
       -moz-border-radius: 0!important;
            border-radius: 0!important;
}
.pagination-page li .pagi-item{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    cursor: pointer;
}
.pagination-page .pagi-item.active{
    background-color: #28a745;
    color: #fff;
}
.color-f{
    color: #fff;
}
/*---------------------------------------------Login Page-------------------------------*/
.login-admin{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/bg_login.jpg') no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.card-container.card {
    width: 400px;
    padding: 40px 40px;
}
.card-container.card h3{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
       -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border: none;
    -webkit-transition: all 0.218s;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}


/*---------------------------------------------Header-------------------------------*/

.app-header .logo-header {
    background-color: #9F2B9B;
    height: 80px;
    overflow: hidden;
    display: inherit;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.05);
       -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.header-top-main{
    padding: 0 15px;
}
.header-top{
    background: #fff;
    height: 80px;
    position: relative;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.05);
       -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.header-top .title-header{
    color: #333333;
    font-size: 24px;
    font-weight: 700;
}
.select-company > div{
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
    border:  1px solid #000;
}
.btn-header > .rrs{
    margin-right: 20px;
    width: 200px;
}
.btn-header .btn-success{
    height: 44px;
    line-height: 32px;

}
.text-search-header{
    width: 200px;
    padding-left: 40px!important;
}
.search-header{
    position: relative;
}
.search-header .btn-search{
    position: absolute;
    top: 10px;
    left: 5px;
    background: none;
    border: 0;
    z-index: 99;
    cursor: pointer;
}
.search-header .btn-search:focus{
    outline: none;
}
/*---------------------------------------------Menu Left-------------------------------*/
.menu-left-main{
    background-color: #2e3038;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 999;
    min-height: -webkit-calc(100vh - 0px);
    min-height: -moz-calc(100vh - 0px);
    min-height: calc(100vh - 0px);
}

.main-info-user{
    color: #fff;
}
.main-menu-left .item-menu-left{
    margin-bottom: 30px;
}
.main-menu-left h4{
    padding: 5px 15px;
    font-size: 16px;
    color: #b8c7ce;
}
.main-menu-left ul.nav li{
    position: relative;
    display: block;
    width: 100%;
}
.main-menu-left ul.nav li a{
    color: #b8c7ce;
    font-size: 14px;
    padding: 5px 5px 5px 32px;
    display: inline-block;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.main-menu-left ul.nav li a div{
    min-width: 20px;
    position: relative;
    top: -2px;
}
.main-menu-left ul.nav li a img{
    width: 14px;
}
.main-menu-left ul.nav li a:hover{
    color: #fff;
}
.main-menu-left ul.nav li a i{
    width: 20px;
}
.info-user{
    padding: 30px 15px;
}

.info-user .avatar-user img{
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
}

/*---------------------------------------------Main-------------------------------*/

.content-layout{
    background: #F2F4F9;
    padding: 30px;
}
.table-main tr td{
    border-bottom: 15px solid #f3f4f9;
    background: #fff;
}

.table>:not(:first-child){
    border-top: 0;
}

.table-main tr th{
    border-bottom: 15px solid #f3f4f9;
    text-transform: uppercase;
    background: #fff;
}
.save-order .table-main{
    border: 1px solid #f3f4f9;
    margin-bottom: 0;
}
.save-order .table-main tbody tr:last-child td{
    border-bottom: 0;
}
.save-order .table-main tr th{
    border-bottom: 0;
}
.table-product-assign-page tr td{
    /*border-bottom: 15px solid #f3f4f9;*/
}

.table-product-assign-page tr th{
    border-bottom: 15px solid #f3f4f9;
    text-transform: uppercase;
}
.save-order .table-product-assign-page{
    border: 1px solid #f3f4f9;
    margin-bottom: 0;
}
.save-order .table-product-assign-page tbody tr:last-child td{
    border-bottom: 0;
}
.save-order .table-product-assign-page tr th{
    border-bottom: 0;
}
input.form-control{
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    height: 44px;
    padding-left: 9px;
}
input.form-control:focus{
    outline: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.date-of-birth > div{
    width: 100%;
}
.date-of-birth .react-datepicker-wrapper{
    width: 100%;
}
.date-of-birth .react-datepicker__input-container{
    width: 100%;
}
/*---------------------------------------------Detail-------------------------------*/
.rm-border-bottom {
    border-bottom: 0 !important;
}
.right-form {
    background-color: #fff;
}
.right-form .title-form {
    color: #333333;
    font-size: 16px;
    font-weight: 800;
    border-bottom: 1px solid #f4f4f4;
    padding: 20px 15px;
    margin: 0;
}

.product-assign-default-individual-type {
    
}
.product-assign-default-individual-type label {
    line-height: 24px;
    padding-top: 5px
}
.product-assign-default-individual-type div.form-check select {
    border: 1px solid #e0e0e0;
    height: 100%;
    background-color: #ffffff;
    text-indent: 0;
    padding-left: 5px;
}

.list-item-right {
    border-bottom: 1px solid #f4f4f4;
    padding: 15px;
    width: 100%;
}
.list-item-right:last-child{
    border-bottom: 0;
}
.list-item-right-add{
    padding: 15px 25px;
}
.list-item-plan{
    background: #F1F4F9;
}

.list-item-right div.form-check {
    margin: 10px 0;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    padding: 0 15px;
}
.list-item-right div.form-check .status-label {
    width: 50%;
}
.list-item-right div.form-check select {
    border: 0;
    height: 44px;
    background-color: #ffffff;
    text-indent: 0;
    padding-left: 5px;
    width: 100%;
}
.list-item-right div.form-check select::-ms-expand {
    display: none;
}
.list-item-right div.form-check select:focus{
    outline: none;
}
.add-admin .information {
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
}
.add-admin .information .title-information {
    color: #333333;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    padding: 20px 25px;
    border-bottom: 1px solid #e0e0e0;
}
.add-admin .information .title-information-detail{
    background-color: #f5f5f5;
    padding: 15px 1rem;
    margin-bottom: 1rem;
    color: #333333;
    font-size: 16px;
    font-weight: 800;
}
.add-admin .information .main-information {
    padding: 10px 25px 15px;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.upload-featured{
    position: relative;
}
.upload-featured .upload-image {
    width: 100%;
    padding: 10px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
       -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
            box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    background: #fff;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.upload-featured .upload-image img{
    display: block;
    width: 100%;
}
.upload-featured .buton-upload {
    position: absolute;
    top: 50%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: none;
}
.upload-featured .upload-image.logo{
    width: 100%;
    padding: 10px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.upload-featured .upload-image.logo img{
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
       -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
         -o-transform: translate(0,-50%);
            transform: translate(0,-50%);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.upload-featured:hover .buton-upload{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.upload-featured .buton-upload a{
    outline: none;
    -webkit-appearance: unset;
}
.upload-featured .buton-upload .fa {
    font-size: 24px;
    color: #fff;
    padding: 10px;
    background: rgba(0,0,0,0.7);
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    cursor: pointer;
}
.upload-featured .buton-upload button {
    outline: none;
    border: 0;
    background: none;
    margin-left: 30px;
}

.col-left-client .btn{
    width: 140px;
}
.input-flex{
    position: relative;
}
.input-flex input{
    padding-left: 20px;
}
.input-flex span{
    position: absolute;
    left: 7px;
    top: 9px;
    font-size: 18px;
}
.input-flex span + input{
    padding-left: 20px;
}
textarea.form-textarea-company{
    resize: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    padding-left: 9px;
}
textarea.form-textarea-company:focus{
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}


.logo-rate-list{
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.logo-rate-list img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.img-logo-company{
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
    margin:  0 auto;
}
.img-logo-company img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.claim-profile .form-group{
    padding: 0 1rem 1rem;
    border-bottom: 1px solid #ccc;
}
.claim-profile .form-group.active{
    border-bottom: 1px solid #ccc;
}

.information-profile-top{
    margin: 0 25px;
    border-bottom: 1px solid;
    padding: 25px 0;
}
.date-profile{
    border: 10px; 
    -webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box; 
            box-sizing: border-box; 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -moz-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
    cursor: default; 
    text-decoration: none; 
    margin: 0px; padding: 0px; 
    outline: none; 
    font-size: inherit; 
    font-weight: inherit; 
    position: relative; 
    background-color: rgb(100, 181, 246); 
    -webkit-border-radius: 16px; 
       -moz-border-radius: 16px; 
            border-radius: 16px; 
    white-space: nowrap; 
    width: -webkit-fit-content; 
    width: -moz-fit-content; 
    width: fit-content;
}
.date-profile div{
    color: rgb(255, 255, 255); 
    background-color: rgb(188, 188, 188); 
    -webkit-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
    display: -webkit-inline-box; 
    display: -webkit-inline-flex; 
    display: -moz-inline-box; 
    display: -ms-inline-flexbox; 
    display: inline-flex; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
       -moz-box-align: center; 
        -ms-flex-align: center; 
            align-items: center; 
    -webkit-box-pack: center; 
    -webkit-justify-content: center; 
       -moz-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center; 
    font-size: 16px; 
    -webkit-border-radius: 50%; 
       -moz-border-radius: 50%; 
            border-radius: 50%; 
    height: 32px; 
    width: 32px; 
    margin-right: -4px;
}
.date-profile svg{
    display: inline-block; 
    color: rgb(255, 255, 255); 
    fill: rgb(255, 255, 255); 
    height: 19.2px; 
    width: 19.2px; 
    -webkit-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    font-size: 19.2px; 
    margin: 6.4px;
}
.date-profile span{
    color: rgba(0, 0, 0, 0.87); 
    font-size: 14px; 
    font-weight: 400; 
    line-height: 32px; 
    padding-left: 12px; 
    padding-right: 12px; 
    -webkit-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
    white-space: nowrap;
}
.adj-button-approved{
    background-color: white;
    color: black;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding: 10px;
    margin-right: 10px;
}
.adj-button-approved .fa{
    font-size: 24px;
    margin: 0 5px;
}
.adj-button-approved span{
    display: none;
}
.adj-button-approved:hover{
    cursor: pointer;
}
.adj-button-approved:hover span{
    display: block;
}
.adj-button-approved.aprroved svg{
    display: inline-block;
    color: rgba(0, 0, 0, 0.87);
    fill: rgb(76, 175, 80);
    height: 24px;
    width: 24px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.adj-button-approved.partial-approval svg{
    display: inline-block; 
    color: rgba(0, 0, 0, 0.87); 
    fill: rgb(0, 150, 136); 
    height: 24px; 
    width: 24px; 
    -webkit-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.adj-button-approved.rejected svg{
    display: inline-block; 
    color: rgba(0, 0, 0, 0.87); 
    fill: rgb(244, 67, 54); 
    height: 24px; 
    width: 24px; 
    -webkit-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.adj-button-approved.more svg{
    display: inline-block; 
    color: rgba(0, 0, 0, 0.87); 
    fill: rgb(3, 169, 244); 
    height: 24px; 
    width: 24px; 
    -webkit-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.information-profile-body{
    padding:  25px;
}

.update-status .btn svg{
    display: inline-block; 
    color: rgba(0, 0, 0, 0.87); 
    fill: rgba(0, 0, 0, 0.87); 
    height: 24px; width: 24px; 
    -webkit-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    vertical-align: middle; 
    margin-left: 12px; 
    margin-right: 0px;
}
.update-status .btn span{
    margin-left: 20px;
}
.nav-employee-profile.nav-tabs{
    margin-bottom: 0;
    border-bottom: 0;
}
.nav-employee-profile.nav-tabs .nav-item{
    border: 0;
    margin-bottom: 0;
}
.nav-employee-profile.nav-tabs .nav-link{
    padding-bottom: 23px;
    padding-top: 23px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    text-transform: uppercase;
    font-size: 16px;
    border: 0;
    color: #495057;
    position: relative;
}
.nav-employee-profile.nav-tabs .nav-link.active{
    color: #4183c4;
}
.nav-employee-profile.nav-tabs .nav-link.active:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #4183c4;
}
.claim-document{
    padding: 0 15px 15px;
}
.claim-document:first-child{
    padding-top: 15px;
}
.claim-document .title-document{
    border: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    outline: none;
    font-size: 15px;
    font-weight: inherit;
    position: relative;
    color: rgba(0, 0, 0, 0.87);
    line-height: 15px;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    background: none;
    padding: 0 0 15px;
}
.claim-document.active .title-document{
    background-color: rgb(204, 204, 204);
    color: rgba(0, 0, 0, 0.87);
    position: relative;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    padding: 15px;
    margin-bottom: 15px;
}
.claim-document .title-document .fa{
    font-size: 24px;
    margin-right: 20px;
}
.inbox-body{
    padding: 15px 30px 0;
    max-height: 540px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.inbox-body .chat-message-box{
    padding-left: 5px;
    padding-right: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    font-size: 16px;
}
.inbox-body .ltria-admins{
    /* background-color: #DCEDC8; */
    /* -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 6px #B2B2B2;
       -moz-box-shadow: 0 0 6px #B2B2B2;
            box-shadow: 0 0 6px #B2B2B2; */
    display: inline-block;
    padding: 15px 18px;
    position: relative;
    vertical-align: top;
    width: 100%;
/*     float: right; */
    margin: 5px 0 5px;
    border-bottom: 1px solid #e0e0e0;
}
.inbox-body .ltria-admins .title{
    margin-bottom: 10px;
}
/* .inbox-body .ltria-admins:before{
    background-color: #DCEDC8;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform: rotate( 29deg ) skew( -35deg );
    -moz-transform: rotate( 29deg ) skew( -35deg );
    -ms-transform: rotate( 29deg ) skew( -35deg );
    -o-transform: rotate( 29deg ) skew( -35deg );
    -webkit-transform: rotate( 29deg ) skew( -35deg );
    width: 20px;
    -webkit-box-shadow: 2px -2px 2px 0 rgba( 178, 178, 178, .4 );
       -moz-box-shadow: 2px -2px 2px 0 rgba( 178, 178, 178, .4 );
            box-shadow: 2px -2px 2px 0 rgba( 178, 178, 178, .4 );
    right: -9px;
} */
.inbox-body .ltria-admins .date-send{
    font-size: 10px;
    color: #c7c7c7;
}
.inbox-body .ltria-admins .user-send{
    font-size: 20px;
    font-weight: bold;
    color: #83888c;
}

.inbox-body .employee{
    /* background-color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 6px #B2B2B2;
       -moz-box-shadow: 0 0 6px #B2B2B2;
            box-shadow: 0 0 6px #B2B2B2; */
    display: inline-block;
    padding: 15px 18px;
    position: relative;
    vertical-align: top;
    float: left;
    margin: 5px 0 5px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}
/* .inbox-body .employee:before{
    background-color: #fff;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform: rotate( -150deg ) skew( -35deg );
    -moz-transform: rotate( -150deg ) skew( -35deg );
    -ms-transform: rotate( -150deg ) skew( -35deg );
    -o-transform: rotate( -150deg ) skew( -35deg );
    -webkit-transform: rotate( -150deg ) skew( -35deg );
    width: 20px;
    -webkit-box-shadow: 2px -2px 2px 0 rgba( 178, 178, 178, .4 );
       -moz-box-shadow: 2px -2px 2px 0 rgba( 178, 178, 178, .4 );
            box-shadow: 2px -2px 2px 0 rgba( 178, 178, 178, .4 );
    left: -9px;
} */

.inbox-body .employee .date-send{
    font-size: 10px;
    color: #c7c7c7;
}
.inbox-body .employee .user-send{
    font-size: 20px;
    font-weight: bold;
    color: #007ff4;
}
.inline-chat-message-box{
    position: relative;
    width: 100%;
}
.chat-message-box{
    margin: 15px;
}
.chat-message-box textarea{
    max-height: 48px;
    resize: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 13px;
    padding-right: 100px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    background: #f5f9fa;
    border: 0;
    padding-left: 20px;
}
.chat-message-box textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    background: #f5f9fa;
}
.chat-message-box textarea::-moz-placeholder { /* Firefox 19+ */
    background: #f5f9fa;
}
.chat-message-box textarea:-ms-input-placeholder { /* IE 10+ */
    background: #f5f9fa;
}
.chat-message-box textarea:-moz-placeholder { /* Firefox 18- */
    background: #f5f9fa;
}
.chat-message-box textarea:focus{
    background: #f5f9fa;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border: 0;
}
.inline-chat-message-box .icon-chat{
    position: absolute;
    right: 32px;
    bottom: 4px;
}
.icon-chat button{
    background: none;
    border: 0;
    height: 40px;
    width: 40px;
    z-index: 99;
}
.icon-chat button:hover{
    cursor: pointer;
}
.icon-chat button.update-chat{
    width: 30px;
}
.icon-chat button:focus{
    outline: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.update-chat{
    border: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    vertical-align: bottom;
    background-color: rgb(0, 121, 107);
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    height: 40px;
    width: 40px;
    overflow: hidden;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    text-align: center;
}
.update-chat svg{
    display: inline-block; 
    color: rgb(255, 255, 255); 
    fill: rgb(255, 255, 255); 
    height: 40px; 
    width: 24px; 
    -webkit-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; 
    line-height: 40px;
    margin-left: 0;
}
.update-chat div{
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    top: 0px;
}
.add-admin .claim-detail-info .information{
    height: 100%;
}
.tab-content-claim{
    padding: 0 25px 25px;
    height: -webkit-calc(100% - 65px);
    height: -moz-calc(100% - 65px);
    height: calc(100% - 65px);
}
.tab-content-claim .tab-pane{
    border: 1px solid #e0e0e0;
    height: 100%;
}
.tab-content-claim .tab-chat{
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 78px;
}
.tab-content-claim .tab-chat .chat-message-box{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    overflow: hidden;
}

.add-admin.my-profile .claim-detail-info .information{
    height: auto;
}

.menu-left .logout{
    color: #b8c7ce;
    font-size: 16px;
    padding: 5px 15px;
    font-weight: 700;
    /*background: #fff;*/
    display: inline-block;
    width: auto;
    margin: 0 auto;
}
/*.menu-left .logout:hover{
    color: #fff;
    background: #fff;
}*/

.login-form  .error{
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.add-admin .claim-detail-info .claim-profile-active{
    padding: 25px;
}
.add-admin .claim-detail-info .claim-profile-active .basic_information{
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}
.add-admin .claim-detail-info .claim-profile-active .form-group{
    padding: 0 0 1rem;
    margin: 0 3rem 1rem;
    border-bottom: 0;
}
.add-admin .claim-detail-info .claim-profile-active .form-group.active{
    border-bottom: 1px solid #ccc;
}
.add-admin .claim-detail-info .claim-profile-active .basic_information .title-information-detail{
    text-transform: uppercase;
    font-weight: 400;
    padding-right: 20px;
}
.add-admin .claim-detail-info .claim-profile-active .basic_information .title-information-detail span{
    width: 12px;
    height: 12px;
    display: inline-block;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin-right: 10px;
}
.active-pending{
    background: #6c757d;
}
.active-info{
    background: #17a2b8;
}
.active-approved{
    background: #7ed321;
}
.active-partial{
    background: #ffc107;
}
.active-rejected{
    background: red;
}
/* .owl-document{
    position: relative;
}
.owl-document .owl-nav{
    display: none;
}
.slide-document .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 40px;
}
.slide-document .owl-carousel .owl-nav button.owl-prev,.slide-document .owl-carousel .owl-nav button.owl-next,.slide-document .owl-carousel button.owl-dot{
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #f5f5f5;
    margin: 0 4px;
}
.slide-document .owl-carousel button.owl-dot.active{
    background: #4183c4;
    margin: 0 4px;
}
.slide-document .owl-carousel button.owl-dot:hover{
    background: #4183c4;
    margin: 0 4px;
}
.slide-document .owl-carousel button.owl-dot:focus{
    outline: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.slide-document .owl-item{
    padding: 50px 30px;
    text-align: center;
    position: static;
    height: 100%;
}
.slide-document .title{
    color: #4183c4;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;

}
.slide-document{
    position: relative;
    height: 100%;
}
.slide-document .owl-document{
    position: static;
    height: 100%;
}
.slide-document .owl-document .owl-stage-outer{
    position: static;
    height: 100%;
}
.slide-document .owl-document .owl-stage-outer .owl-stage{
    height: 100%;
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.slide-document .owl-document .owl-stage-outer .owl-stage .owl-item .item{
    position: static;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slide-document .img{
    max-width: 100%;
    max-height: 400px;
    overflow: hidden;
}
.slide-document .img img{
    width: auto;
} */
.slide-document{
    height: 100%;
}
.slide-document .swiper-container{
    height: 100%;
}
.slide-document .swiper-container .swiper-pagination{
    bottom: 40px;
}
.slide-document .swiper-container .swiper-wrapper {
    height: 100%;
}
.slide-document .swiper-container .swiper-wrapper .swiper-slide{
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slide-document .swiper-container .swiper-wrapper .swiper-slide .img{
    width: 100%;
    max-width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 0 30px 30px;
    display: inline-block;
    position: relative;
}
.slide-document .swiper-container .swiper-wrapper .swiper-slide .img:hover{
    cursor: pointer;
}
.slide-document .swiper-container .swiper-wrapper .swiper-slide .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}
.slide-document .swiper-container .swiper-wrapper .swiper-slide .title{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    color: #4183c4;
    text-transform: uppercase;
}
.form-group-fa label{
    min-width: 120px;
}
 
.list-checkbox input[type="checkbox"] {
    display:none;
}
.list-checkbox input[type="checkbox"] + label{
    position: relative;
    padding-left: 25px;
    width: 100%;
    font-size: 12px;
}

.list-checkbox input[type="checkbox"] + label:before{
    /*display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) left top no-repeat;*/
    cursor:pointer;
    content: '\f096';
    font-family:'FontAwesome';
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 1px;
    color: #7ed321;
    font-size: 20px;
}

.list-checkbox input[type="checkbox"]:checked + label:before{
    /*background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -19px top no-repeat;*/
    content: '\f046';
}

/*.list-checkbox input[type="radio"] {
    display:none;
}

.list-checkbox input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -38px top no-repeat;
    cursor:pointer;
}

.list-checkbox input[type="radio"]:checked + label span {
    background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -57px top no-repeat;
}*/

.switch {
  position: relative;
  display: inline-block;
  min-width: 60px;
  max-width: 60px;
  height: 34px;
  margin-bottom: 0;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00E8BA;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #F16B75;
}

.switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #F16B75;
     -moz-box-shadow: 0 0 1px #F16B75;
          box-shadow: 0 0 1px #F16B75;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
     -moz-transform: translateX(26px);
      -ms-transform: translateX(26px);
       -o-transform: translateX(26px);
          transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
  -webkit-border-radius: 34px;
     -moz-border-radius: 34px;
          border-radius: 34px;
}

.switch .slider.round:before {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.loading{
    font-family: 'Roboto', sans-serif;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-spinner div {
  -webkit-transform-origin: 32px 32px;
     -moz-transform-origin: 32px 32px;
      -ms-transform-origin: 32px 32px;
       -o-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          -moz-animation: lds-spinner 1.2s linear infinite;
            -o-animation: lds-spinner 1.2s linear infinite;
       animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  -webkit-border-radius: 20%;
     -moz-border-radius: 20%;
          border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          -moz-animation-delay: -1.1s;
            -o-animation-delay: -1.1s;
       animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
     -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
       -o-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          -moz-animation-delay: -1s;
            -o-animation-delay: -1s;
       animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
     -moz-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
       -o-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          -moz-animation-delay: -0.9s;
            -o-animation-delay: -0.9s;
       animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          -moz-animation-delay: -0.8s;
            -o-animation-delay: -0.8s;
       animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
     -moz-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
       -o-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          -moz-animation-delay: -0.7s;
            -o-animation-delay: -0.7s;
       animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
     -moz-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
       -o-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          -moz-animation-delay: -0.6s;
            -o-animation-delay: -0.6s;
       animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          -moz-animation-delay: -0.5s;
            -o-animation-delay: -0.5s;
       animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
     -moz-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
       -o-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          -moz-animation-delay: -0.4s;
            -o-animation-delay: -0.4s;
       animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
     -moz-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
       -o-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          -moz-animation-delay: -0.3s;
            -o-animation-delay: -0.3s;
       animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
     -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          -moz-animation-delay: -0.2s;
            -o-animation-delay: -0.2s;
       animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
     -moz-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
       -o-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          -moz-animation-delay: -0.1s;
            -o-animation-delay: -0.1s;
       animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
     -moz-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
       -o-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          -moz-animation-delay: 0s;
            -o-animation-delay: 0s;
       animation-delay: 0s;
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.item-form-finish{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 30px;
    .col-left{
        min-width: 40px;
        font-size: 25px;
        line-height: 22px;
        color: #004A8B;
    }
    .col-right{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        .content{
            color: #0060B4;
            margin-bottom: 30px;
            & > span{
                font-weight: 700;
            }
        }
        .title{
            font-size: 20px;
            line-height: 22px;
            color: #007BE8;
            border-bottom: 1px solid #007BE8;
            padding-bottom: 8px;
            margin-bottom: 20px;
            span{
                font-weight: 700;
            }
        }
        .item-7{
            padding: 5px 8px;
            .title{
                margin-bottom: 0;
                border-bottom: 0;
                padding-bottom: 0;
            }
        }
        .item-7:nth-child(2n+1){
            background: rgba(204, 229, 250, 0.48);
        }
    }
    .inline-item{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        .switch{
            margin: 0 25px;
        }

    }
    .left-item{
        padding: 0 10px;
    }
    .right-item{
        padding-left: 20px;
    }
}
.lightbox{
    position: fixed;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    height: 100vh;
    width: 100%;
}
.sldier-lightbox{
    height: 100%;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.container-lightbox{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.wrapper-lightbox{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-transform: translate3d(0px,0,0);
       -moz-transform: translate3d(0px,0,0);
            transform: translate3d(0px,0,0);
}
.item-lightbox{
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-property: -webkit-transform,-webkit-transform;
    -webkit-transition-property: transform,-webkit-transform;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
}
.item-lightbox .inline-item-wrapper{
    position: relative;
    z-index: 2000;
}
.item-lightbox .click-body{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: transparent;
}
.item-lightbox .inline-item{
    /*width: 800px;*/
}
.item-lightbox .inline-item .img-inline-item{
    max-width: 800px;
    max-height: -webkit-calc(100vh - 100px);
    max-height: -moz-calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.item-lightbox .inline-item .img-inline-item img{
   /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
    max-height: -webkit-calc(100vh - 100px);
    max-height: -moz-calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    max-width: 100%;
}
.container-lightbox .btn-lightbox{
    top: 50%;
    position: absolute;
    background: none;
    border: 0;
    z-index: 999;
}
.container-lightbox .btn-lightbox:hover{
    cursor: pointer;
}
.container-lightbox .btn-lightbox img{
    max-height: 50px;
}
.container-lightbox .btn-lightbox:focus{
    outline: none;
}
.container-lightbox .btn-lightbox i {
    color: #fff;
    font-size: 40px;
}
.container-lightbox .btn-lightbox.btn-left{
    left: -50px;
}
.container-lightbox .btn-lightbox.btn-right{
    right: -50px;
}
.container-lightbox .close-lightbox{
    position: absolute;
    right: -50px;
    top: -50px;
    z-index: 999;
    background: none;
    border: 0;
    font-size: 35px;
    color: #fff
}
.container-lightbox .close-lightbox:focus{
    outline: none;
}
.container-lightbox .close-lightbox:hover{
    cursor: pointer;
}
.show-less-hide {
    max-height: 38px;
    width: 100%;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.claim-setting-list{
    background: #F1F4F9;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}
.home-setting-item{
    margin: 16px;
    border: 1px solid #ccc;
}
.item-inline-wallet-submission{
	border: 1px solid rgba(213, 213, 213, 0.2);
	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
	        box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	overflow: hidden;
}
.title-wallet-submission{
	font-size: 18.61px;
	line-height: 29px;
	letter-spacing: 1.32964px;
	color: #000000;
	margin-bottom: 15px;
}
.row-wallet{
	font-size: 13px;
	line-height: 29px;
	letter-spacing: 1.32964px;
	color: #333333;
    position: relative;
}
.row-wallet::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: url('../images/line.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    padding: 0 10px;
}
.row-wallet .title-sub{
    padding-top: 10px;
    padding-bottom: 10px;
}
.row-wallet:first-child{
    color: #FFFFFF;
    background: #007BE8;
}
.row-wallet .check{
    max-width: 17px;
    margin: 6px auto;
}
.row-wallet:last-child::before{
    content: none;
}
.row-wallet .name-benefit{
    color: #007BE8;
    text-decoration: underline;
    cursor: pointer;
}
.row-wallet .title-sub-benefit{
    text-align: left;
    padding-left: 50px;
    padding-right: 10px;
}
.row-wallet .title-sub-benefit:first-child{
    padding-left: 50px;
}
.basic_information{
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}
.body-flex-claims .header-inline{
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 10.5px;
    letter-spacing: 1px;
    color: #333333;
    background: #fff;
    padding: 10px 20px;
}
.body-flex-claims .body-inline{
    border-top:1px solid #F2F2F2;
    padding: 70px 0 50px;
}
.body-flex-claims .body-inline-claim-list{
    padding: 25px 25px 0;
}
.body-flex-claims .body-submission{
    padding: 30px;
}

.inline-body-flex-claims{
	border: 1px solid #F2F2F2;
    background: #fff;
}
.inline-body-flex-claims .item{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    margin-bottom: 25px;
    padding: 20px 25px;
}
.inline-body-flex-claims .item:hover{
    cursor: pointer;
}

.inline-body-flex-claims .outlite-status{
    margin-bottom: 10px;
}
.inline-body-flex-claims .status .inline-body-flex-claims .status div{
    line-height: 22px;
    font-size: 16px;
    color: #7f8386;
    min-width: 210px;
    text-align: right;
}
.inline-body-flex-claims .status .inline-body-flex-claims .status div span{
    display: inline-block;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    height: 14px;
    width: 14px;
    margin-right: 10px;
}
.inline-body-flex-claims .status .inline-body-flex-claims .status div span.status-0{
    background: #ffd863;
}
.inline-body-flex-claims .status .inline-body-flex-claims .status div span.status-1{
    background: #ff245b;
}
.inline-body-flex-claims .status .inline-body-flex-claims .status div span.status-2{
    background: #00926d;
}
.inline-body-flex-claims .status .inline-body-flex-claims .status div span.status-3{
    background: #ff245b;
}
.inline-body-flex-claims .status .inline-body-flex-claims .status div span.status-4{
    background: #ff245b;
}
.inline-body-flex-claims .price{
    line-height: 22px;
    font-size: 24px;
    text-align: right;
    letter-spacing: 0.1px;
    color: #7A8994;
}
.inline-body-flex-claims .col-left{
    line-height: 22px;
    letter-spacing: 0.1px;
    color: #7A8994;
}
.inline-body-flex-claims .type{
    font-size: 9px;
    text-decoration: underline;
}
.inline-body-flex-claims .date{
    font-size: 12px;
    color: #7f8386;
    line-height: 22px;
    position: relative;
}
.inline-body-flex-claims .date:first-child{
    margin-right: 8px;
}
.inline-body-flex-claims .date:after{
    content: '|';
    margin-left: 8px;
}
.inline-body-flex-claims .date:last-child:after{
    content: '';
}

.inline-body-flex-claims .title{
    line-height: 24px;
    font-size: 24px;
    color: #7f8386;
    margin-bottom: 10px;
}
.inline-body-flex-claims .name{
    font-size: 24px;
    color: #7f8386;
    line-height: 24px;
}
.inline-body-flex-claims .crumb{
    line-height: 8px;
    font-size: 12px;
    color: #d3d3d3;
}
.inline-body-flex-claims .crumb span{
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.form-group select.select{
    border: 1px solid #F2F2F2;
    height: 40px;
    width: 312px;
    background: transparent;
    text-indent: 10px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.form-group label.title{
    line-height: 27px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #000000;
}
.form-group div.sub-title{
    line-height: 22px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #6C757E;
}
.form-group input{
    height: 40px;
    width: 100%;
    border: 1px solid #F2F2F2;
    padding-left: 10px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.form-group .row-flex{
    margin: 0 -8px;
}
.form-group .row-flex .col-flex{
    padding: 0 8px;
}
.select-date input{
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.select-date label{
    width: 40px;
    background: rgba(204,204,204,0.5);
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
    border: 1px solid #F2F2F2;
    border-left: 0;
}
.select-date label i{
    font-size: 20px;
    color: #ccc;
}
.select-date label:hover{
    cursor: pointer;
}
.upload-file{
	background: #f6f9fa;
    padding: 0 5px;
}
.upload-file label{
    padding: 7px 10px;
    background: #fff;
    width: 100%;
}
.upload-file .dropfile{
    height: 200px;
    width: 100%;
    background: #f7f7f7;
    font-size: 18px;
    color: #505359;
}
.upload-file .dropfile span{
    font-size: 14px;
    color: #afb1b3;
}

.dropzone{
	width: 100%;
    cursor: pointer;
}
.dropzone input{
    display: none;
	
}
.list-upload{
	overflow-y: auto;
    max-height: 246px;
}
.item-upload{
    height: 67px;
    overflow: hidden;
    background-color: #edeaea;
    padding: 0 15px;
}
.item-upload .row{
    height: 100%;
}
.item-upload .fa{
    font-size: 30px;
    color: rgb(0, 179, 0);
}
.item-upload .name-file{
    height: 21px;
    overflow: hidden;
}
.item-upload .remove{
    color: #337ab7;
}
.item-upload .remove:hover{
    text-decoration: underline;
    cursor: pointer;
}
.item-upload img{
    max-height: 65px;
    width: 100%;
    height: 100%;
    padding: 10px;
    -o-object-fit: contain;
        object-fit: contain;
}
.text-currency-rate{
	font-size: 14px;
	background-color: #d9edf7;
	padding: 10px;
	font-weight: 500;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: 5px;
	color: #000000;
	text-align: center;
}
.note-category{
	background: #F7F7F7;
	border: 1px solid #E1E3E4;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	padding: 10px 30px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #7E868E;
    letter-spacing: 0.66482px;
}
.note-category div{
    font-weight: 500;
}
.note-category ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.note-category ul li{
    list-style: none;
    padding-left: 20px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
}
.note-category ul li span{
    font-weight: 700;
}
.note-category ul li:before{
    content: '';
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #C4C4C4;
    position: absolute;
    left: 4px;
    top: 6px;
}
.list-checktax{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.list-checktax .item-checktax{
    margin-left: 10px;
}
.list-checktax .item-checktax input{
    display: none;
}
.list-checktax .item-checktax input + label{
    position: relative;
    padding-left: 30px;
    margin: 0;
}
.list-checktax .item-checktax input + label:before{
    font-family: 'FontAwesome';
    content:"\f00d";
    width: 21px;
    height: 21px;
    left: 0;
    background: red;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    top: -3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 13px;
    padding-left: 2px;
}
.list-checktax .item-checktax input:checked + label:before{
    font-family: 'FontAwesome';
    content:"\f00c";
    background: #00BC97;
    color: #fff;
    font-size: 13px;
    padding-left: 0;
}
.list-radio label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.list-radio label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	display: none;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	border: 1px solid #eee;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.list-radio label:hover input ~ .checkmark {
	background-color: #2196F3;
}
.list-radio label:hover .checkmark:after{
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background: white;
	display: block;
}
/* When the radio button is checked, add a blue background */
.list-radio label input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.list-radio label input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.list-radio label .checkmark:after {
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background: white;
}

.basic_information_coverage .title-information_coverage{
    font-size: 18.61px;
    line-height: 19px;
    letter-spacing: 1.30435px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.basic_information_coverage .title-information_coverage .text-download{
    text-transform: none;
    text-decoration: underline;
}
.col-history{
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1.30435px;
    text-transform: uppercase;
}
.col-history:nth-child(1){
    width: 10%;
}
.col-history:nth-child(2){
    width: 15%;
}
.col-history:nth-child(3){
    width: 30%;
}
.col-history:nth-child(4){
    width: 5%;
}
.col-history:nth-child(5){
    width: 40%;
}

.basic_information_coverage .outline-form-group-coverage{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 9px;
       -moz-border-radius: 9px;
            border-radius: 9px;
    overflow: hidden;
}
.basic_information_coverage .form-group-coverage{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    padding: 20px 0;
    position: relative;
}
.basic_information_coverage .form-group-coverage:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background: url('../images/line.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    padding: 0 30px;
}
.basic_information_coverage .form-group-coverage:first-child{
    background: #007BE8;
    color: #FFFFFF;
    padding: 12px 0;
    text-transform: uppercase;
}

.basic_information_coverage .form-group-coverage:last-child:before{
    content: none;
}
.col-benefit{
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1.30435px;
	text-transform: uppercase;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
    max-height: 19px;
}
.col-benefit:nth-child(1){
    width: 145px;
}
.col-benefit:nth-child(2){
    width: 153px;
}
.col-benefit:nth-child(3){
    width: 166px;
}
.col-benefit:nth-child(4){
    width: 180px;
}
.col-benefit:nth-child(5){
    width: 170px;
}
.col-benefit:nth-child(6){
    width: 140px;
}
.col-benefit:nth-child(7){
    width: 140px;
}
.col-benefit:nth-child(8){
    width: 160px;
}

.basic_information_coverage .col-start{
    min-width: 180px;
    margin: 0 34px 0 50px;
}
.basic_information_coverage .col-end{
    min-width: 180px;
    margin: 0 34px 0 0;
}
.basic_information_coverage .col-des{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 34px 0 0;
}
.basic_information_coverage .col-status{
    min-width: 150px;
}

.basic_information_coverage_table{
	overflow-y: auto;
    width: 100%;
}
.basic_information_coverage_table .outline-form-group-coverage{
    min-width: 1400px;
}
.basic_information_coverage_table .form-group-coverage{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 15px;
}
.basic_information_coverage_table .form-group-coverage:first-child{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 15px;
}
.choose-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.choose-user .choose-user-item {
    width: auto;
    padding: 6px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid rgba(122,137,148,0.6);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    color: #007BE8;
    letter-spacing: 0.133241px;
    font-weight: 500;
    font-size: 17px;
    line-height: 11px;
    margin-right: 17px;
    margin-bottom: 17px;
    cursor: pointer;
}
.choose-user .choose-user-item.active {
    background: #007BE8;
    border: 1px solid #007BE8;
    color: #fff;
}
.item-inline-wallet-submission-claim{
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.react-datepicker-wrapper {
    width: 100%;
}
.custom-input-datepicker {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.react-datepicker-wrapper .react-datepicker__input-container {
    width: 100%;
}


.modal-alert .modal-content{
    border: 0;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    overflow: hidden;
}
.modal-alert .modal-content.no-overflow{
    overflow: inherit;
}
.modal-alert .modal-content.success .modal-header{
    background: #00BC97;
}
		
.modal-alert .modal-content.failed .modal-header{
        background: #EA2C54;
}
.modal-alert .modal-content.attention .modal-header{
    background: #E8B500;
}


.modal-alert .modal-header{
    padding: 21px 25px;
}
.modal-alert .modal-header .modal-title{
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.modal-alert .text-mesage{
    font-size: 18px;
    line-height: 18px;
    color: #6B6A6D;
}

.modal-alert .close-alert{
    font-size: 14px;
    line-height: 20px;
    color: #6B6A6D;
    padding: 6px 40px;
    background: transparent;
    border: 1px solid #6B6A6D;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.modal-alert .close-alert:focus{
    outline: none;
}
.modal-alert .close-alert:hover{
    background: #6B6A6D;
    color: #fff;
    cursor: pointer;
}
.modal-alert .close-alert.accept{
    background: #00BC97;
    color: #fff;
    border-color: #00BC97;
}
.modal-alert .close-alert.accept:hover{
    background: transparent;
    color: #00BC97;
}
.tooltip-qm {font-size: 14px;}
.tooltip-inner{font-size: 14px;}
.modalDeleteClaim .modal-body{
    padding: 40px 60px;
}
.modalDeleteClaim .modal-body h2{
    font-size: 30px;
}
.modalDeleteClaim .modal-body p{
    font-size: 20px;
    letter-spacing: 1.2px;
}
.banner-setting{
    max-width: 942px;
    margin: 0 auto;
}
.banner-setting__info{
    height: 335px;
    position: relative;
}
.banner-setting__image{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.banner-setting__text{
    font-size: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
       -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
         -o-transform: translate(0,-50%);
            transform: translate(0,-50%);
    left: 0;
    right: 0;
    padding: 0 30px;
    text-align: center;
}
.row-btn{
    margin: 0 -40px;
}
.row-btn .col-btn{
    padding: 0 40px;
}
.modalDeleteClaim .modal-body{
    padding: 40px 60px;
}
.modalDeleteClaim .modal-body h2{
    font-size: 30px;
}
.modalDeleteClaim .modal-body p{
    font-size: 20px;
    letter-spacing: 1.2px;
}
.tooltip-qm {font-size: 14px;}
.tooltip-inner{font-size: 14px;}

.choose-benefit-for-family .card{
    margin: 0 0 30px 0;
    padding: 0;
    background: #fff;
    position: relative;
    /*-webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;*/
}
.choose-benefit-for-family .card > .image{
    position: absolute;
    top: -17px;
    left: -16px;
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
}

.choose-benefit-for-family .card .card-header{
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 0;
}
.choose-benefit-for-family .card .btn-collap{
    text-align: left;
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.choose-benefit-for-family .card .btn-collap:hover{
    border: 1px solid transparent;
}
.choose-benefit-for-family .card .type{
    display: inline-block;
    width: 100px;
    min-width: 100px;
    background: #007BE8;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-right: 20px;
    position: relative;
    top: 2px;
    font-size: 10px;
    padding-top: 2px;
}
.choose-benefit-for-family .title-benefit{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    white-space: normal;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #7A8994;
    text-transform: uppercase;
}
.choose-benefit-for-family .fa{
    margin-left: 20px;
    font-size: 24px;
}
.choose-benefit-for-family .card-body .title{
    color: #47525e;
    line-height: 30px;
    margin-bottom: 10px;
}
.choose-benefit-for-family .card-body .title a{
    font-size: 14px;
    color: #c6c8cd;
    text-decoration: underline;
}

.choose-benefit-for-family .card-body .sub-title{
    color: #a7acb2;
    font-size: 18px;
}
.choose-benefit-for-family .card-body .title-summary{
    margin-bottom: 20px;
    line-height: 30px;
}
.choose-benefit-for-family .card-body .title-summary a{
    font-size: 14px;
    color: #c6c8cd;
    text-decoration: underline;
}

.choose-benefit-for-family .card-body .item-block{
    background: #FFFFFF;
    border: 2px solid #a7acb2;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25), inset 1px 1px 4px #a7acb2;
       -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25), inset 1px 1px 4px #a7acb2;
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25), inset 1px 1px 4px #a7acb2;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.choose-benefit-for-family .card-body .item-block:hover{
    cursor: pointer;
}
.choose-benefit-for-family .card-body .item-block .item-block-name{
    min-width: 100px;
    max-width: 100px;
    font-style: normal;
    font-weight: bold;
    line-height: 22px;
    font-size: 30px;
    letter-spacing: 1px;
    color: #f0f0f0;
    background: #dcdcdc;
    border-right: 2px solid #a7acb2;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.choose-benefit-for-family .card .card-body .item-block .description{
    color: #a7acb2;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 10px;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
}
.choose-benefit-for-family .card .card-body .item-block .description span{
    font-size: 12px;
    margin-left: 10px;
}
            
.choose-benefit-for-family .card .card-body .item-block.active{
    border: 2px solid #6c757e;
}
.choose-benefit-for-family .card .card-body .item-block.active .item-block-name{
    border-right: 2px solid #6c757e;
    background: -webkit-linear-gradient(312.59deg, #3394ED 5.57%, #23AEDD 67.13%, #00E8BA 100%), #007BE8;
    background: -moz-linear-gradient(312.59deg, #3394ED 5.57%, #23AEDD 67.13%, #00E8BA 100%), #007BE8;
    background: -o-linear-gradient(312.59deg, #3394ED 5.57%, #23AEDD 67.13%, #00E8BA 100%), #007BE8;
    background: linear-gradient(137.41deg, #3394ED 5.57%, #23AEDD 67.13%, #00E8BA 100%), #007BE8;
    border-right: 1px solid #007BE8;
}
.choose-benefit-for-family .card .card-body .item-block.active .description{
    color: #6c757e;
    font-weight: bold;
}
.choose-benefit-for-family .btn-button {
    width: 174px;
    height: 50px;
    background: #007BE8;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF;
    border: 1px solid transparent;
}
.choose-benefit-for-family .btn-button:hover {
    background: transparent;
    border: 1px solid #007BE8;
    color: #007BE8;
    cursor: pointer;
}
.modal-init-employees-confirm .modal-content{
    overflow: inherit;
}
.checkobx--feature{
    width: 25px;
    height: 25px;
}
.form-verify-code{
    position: relative;
}
.form-verify-code .code{
    position: absolute;
    top: 13px;
    left: 10px;
    z-index: 9;
    margin: 0;
}
.form-verify-code .title{
    position: absolute;
    top: 13px;
    left: 70px;
    margin: 0;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #F7F7F7), color-stop(50%, #fff));
    background-image: -webkit-linear-gradient(#F7F7F7 50%, #fff 50%);
    background-image: -moz-linear-gradient(#F7F7F7 50%, #fff 50%);
    background-image: -o-linear-gradient(#F7F7F7 50%, #fff 50%);
    background-image: linear-gradient(#F7F7F7 50%, #fff 50%);
    padding: 0 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    z-index: -1;
}
.form-verify-code .title.focus{
    top: -10px;
    opacity: 1;
    z-index: 9;
}
.form-verify-code input{
    padding-left: 70px;
}
.table-currency tr td{
    background: #fff;
    padding: 20px 10px;
    border-bottom: 5px solid #F2F4F9;
}
.table-currency tr th{
    background: #fff;
    padding: 20px 10px;
    border-bottom: 5px solid #F2F4F9;
}
@media (max-width: 1600px){
    .form-group-fa{
        display: block!important;
    }
    .form-group-fa label{
        margin-bottom: 8px!important;
    }
    .form-group-fa > div{
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}
@media (max-width: 575px){
    .form-group-fa > .row .col-sm-6:first-child{
        margin-bottom: 10px;
    }
}