@import "fontface.css";

/* Using a string */

body {
    font-family: 'promptregular' !important;
    font-size: 16px;
}



footer {
    padding: 15px;
    background-color: #000;
}

.menu-set {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999
}

.top-menu {
    background-color: #fff;
}

.logo {
    width: 216px;
}

.p-15px {
    padding: 15px;
}

.mr-30px {
    margin-right: 30px;
}

.px-15px {
    padding-left: 15px;
    padding-right: 15px;
}

.blue {
    color: #0085da;
}

.gray {
    color: #b5b5b5;
}
.text-dark-gray {
    color:#222;
}
.w-15px {
    width: 15px;
}

.mrm3 {
    margin-top: -3px;
}

.tot-user {
    color: #ff9d00;
    opacity: 0.5;
    /* font-size: 18px; */
}

.text-red {
    color: #ff0000;
}

.btn-regis {
    background-image: linear-gradient(to right, #00a8ff, #8822b2 128%);
}

.btn-cc {
    border: solid 2px #b5b5b5;
    background-color: #ffffff !important;
    color: #b5b5b5 !important;
}

.add-on {
    position: absolute;
    top: 9px;
    right: 10px;
}

.font-size-18 {
    font-size: 18px;
}

label.document-more {
    z-index: 1;
}

.menu-bottom {
    /*position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;*/
}

.line-login-menu {
    height: 8px;
    /* background-image: linear-gradient(to right, #00a8ff, #8822b2); */
    background-color: #ffe600;
}

.cf-identities {
    border-radius: 6px;
    border: solid 2px #00bf33;
    width: 390px;
    height: 70px;
    margin: auto;
    margin-top: 30px;
    font-size: 24px;
    color: #00bf33;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cf-identitiesNotpass{
    border-radius: 6px;
    border: solid 2px #d80000;
    width: 390px;
    height: 61px;
    margin: auto;
    margin-top: 30px;
    font-size: 20px;
    color: #d80000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	}

.btn-identities {
    font-size: 20px;
    padding: 4px 30px;
    border-radius: 30px;
    color: #fff;
    width: 200px;
    overflow: hidden;
    position: relative;
}
.table-condensed th.prev {
    visibility: inherit!important;
}
.btn-success {
    background-color: #00bf33;
}

.btn-delete {
    background-color: #b5b5b5;
}

.add-files {
    background-color: #0085da;
}

.btn-promotion-view {
    border: solid 1px #00a8ff;
    color: #00a8ff;
}

.identities-table thead {
    background-image: linear-gradient(to right, #00a8ff, #8822b2);
    color: #fff;
}

    .identities-table thead th,
    .identities-table tbody td {
        border: solid 1px #b5b5b5;
        padding: 10px;
    }


/* -------------------------------------------
------------- LOGIN -------------------------
---------------------------------------------- */

.height-top-footer {
    height: 87.3vh;
}

.card-w-login {
    width: 560px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

    .card-w-login .card {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        border: 0;
        border-radius: 30px;
    }

    .card-w-login h1.title {
        font-size: 24px;
        color: #5a5a5a;
        position: relative;
    }

        .card-w-login h1.title::after {
            content: "";
            height: 2px;
            width: 70px;
            /* background-image: linear-gradient(to left, #8822b2, #00a8ff); */
            background-color: #ffe600;
            border-radius: 25px;
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 50%;
            bottom: -10px;
        }

.from-login {
    width: 345px;
    margin: auto;
    margin-top: 45px;
    margin-bottom: 45px;
}

    .from-login .form-group label {
        color: #707070;
        font-size: 16px;
    }

    .from-login .form-group .form-control {
        border-radius: 22px;
        border: solid 1px #545859;
        /* margin-bottom: 10px; */
    }

.login-btn-submit {
    width: 260px;
    height: 42px;
    background-color: #ffe600;
    background-image: inherit;
    color: #222222;
    /* background-image: linear-gradient(to left, #8822b2, #00a8ff); */
    margin: 39px 39px 0 46px;
    /* color: #fff; */
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

    .login-btn-submit:hover {
        color: #222222;
    }

    /*.login-btn-submit::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: -300px;
        background-image: linear-gradient(to left, #8822b2, #00a8ff);
        border-radius: 50px;
    }*/

    .login-btn-submit span {
        position: relative;
        z-index: 99;
    }

    .login-btn-submit:hover::after {
        top: 0;
        left: 0px;
        transition: 0.8s;
    }
.datepicker-days .table-condensed thead tr:first-child {
    background-image: linear-gradient(144deg, #00a8ff, #0070b6 77%);
}
.datepicker-days .table-condensed thead tr:last-child {
    background-image: linear-gradient(148deg, #f18131, #ed4730 88%);
}
/* -------------------------------------------
------------- LOGIN -------------------------
---------------------------------------------- */
.goback {
    color: #707070;
    border: 0;
    background-color: #fff;
    font-size: 16px;
    padding: 0;
}

.text-title-page {
    font-size: 28px;
    color: #ed4730;
    margin-top: 20px;
}

.line-text-title {
    border-color: #0085da;
    width: 75px;
    margin-left: 0;
    margin-top: 0;
}

.font-promptlight {
    font-family: 'promptlight';
}

.tot-2-shot {
    width: 310px;
    padding: 8px 20px 8px;
    border-radius: 10px;
    border: solid 1px #0085da;
    background-image: linear-gradient(91deg, #0085da 0%, #ffffff 100%);
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .tot-2-shot img {
        width: 124px;
        margin-left: auto;
    }

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrappe .btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 99;
}

.upload-btn-wrapper .btn img {
    width: 112.6px;
}

.upload-btn-wrapper .btn .text-upload-img {
    margin: 19.8px 0 0;
    color: #0085da;
    font-size: 28px;
    text-align: center;
    font-weight: 100;
}

.upload-btn-wrapper .btn {
    border-radius: 10px;
    border: solid 2px #0085da;
    padding: 40px 75px;
}

.upload-btn-wrapper .btn img.contact-user {
    width: 77px;
}

.checkidentity {
    font-size: 24px;
}
.datepicker-dropdown.datepicker {
    padding: 0px;
    width: 280px;
}
/*.table_set .k-grid {
    border: solid 1px #b5b5b5;
}*/
/*.table_set .k-widget.k-grid .k-grid-header-wrap.k-auto-scrollable {
    background-image: linear-gradient(to right, #00a8ff, #8822b2);
    color: #fff;
}
.table_set .k-widget.k-grid .k-grid-header {
   padding-right:0px!important;
}*/
.table_set {
    overflow: hidden !important;
}
.table_set .k-grid-header {
    background-color: #ffe600;
    /*background-image: linear-gradient(to right, #00a8ff, #8822b2);*/
    color: #000;
    border-color: transparent;
    border-bottom-width: 0px;
    border-right: 1px solid #b5b5b5;
}
.identities-responsive.width-suspend.table_set .k-widget {
    height:auto!important;
}
.table_set .k-grid-header .k-grid-header-wrap.k-auto-scrollable {
    border-color: transparent;
}
.table_set .k-grid-header .k-header {
    vertical-align: middle;
    text-align: center;
}


.table_set .k-grid-header .k-grid-header-wrap.k-auto-scrollable table thead tr th {
    padding: 15px;
    font-weight: normal;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;

}

.datetimepicker-days table.table-condensed thead tr:first-child {
    background-image: linear-gradient(144deg, #00a8ff, #0070b6 77%);
}
.datetimepicker-days table.table-condensed thead tr:last-child {
    background-image: linear-gradient(148deg, #f18131, #ed4730 88%);
}
.table-condensed thead tr:first-child th, .table-condensed thead tr:last-child th {
    background-color: transparent !important;
}
.datetimepicker-days table.table-condensed tfoot tr th.today {
    background-image: linear-gradient(97deg, #9a52f6, #8822b2 99%);
}
.datetimepicker-days table.table-condensed thead tr:first-child th .glyphicon.glyphicon-arrow-left::before,
.datetimepicker-days table.table-condensed thead tr:first-child th .glyphicon.icon-arrow-left::before {
    content: "<<";
    font-style: inherit;
}
.table-condensed thead tr:first-child th:hover {
    background-color: transparent!important;
}
.datetimepicker-days table.table-condensed thead tr:first-child th .glyphicon.glyphicon-arrow-right::before,
.datetimepicker-days table.table-condensed thead tr:first-child th .glyphicon.icon-arrow-right::before {
    content: ">>";
    font-style: inherit;
}
.datetimepicker-days table.table-condensed thead tr:first-child th .glyphicon.icon-arrow-left,
.datetimepicker-days table.table-condensed thead tr:first-child th .glyphicon.icon-arrow-right {
    font-style: inherit;
}
.datepicker tfoot tr th.today {
    cursor: pointer;
    background-color: #8822b2 !important;
}
.datepicker-days .table-condensed .prev .icon-arrow-left::before {
    content: "<<";
}
.datepicker-days .table-condensed .next .icon-arrow-right::before {
    content: ">>";
}
.datepicker-days .table-condensed .prev i, .datepicker-days .table-condensed .next i {
    font-style: inherit;
}
.k-widget.k-grid.k-grid-display-block {
    height: auto!important;
}

.table_set .k-grid-header .k-grid-header-wrap.k-auto-scrollable table thead tr th a {
    font-size: 16px;
}
.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: #00a8ff!important;
    position: absolute;
    top: -7px;
    left: 6px;
}

.table_set .k-grid-header .k-grid-header-wrap.k-auto-scrollable table thead tr th:first-child {
    border-left: solid 1px #b5b5b5;
}

.table_set .k-grid-header .k-grid-header-wrap.k-auto-scrollable table thead tr th:last-child {
    border-right: solid 0px #b5b5b5;
}
.table_set .k-grid .k-grid-content table tbody tr td {
    padding: 15px;
}

.table_set .k-widget.k-grid {
    border-width: 0px;
}
.table_set .k-grid-content.k-auto-scrollable table tbody tr td {
    border-left: solid 1px #b5b5b5;
    text-align: center;
}
.table_set .k-grid-content {
    border-right: 1px solid #b5b5b5;
}
.table_set .k-widget .k-pager-wrap.k-grid-pager {
    border: solid 1px #b5b5b5;
}

.identities-responsive.width-suspend.table_set {
    border:0px!important;
}
.table_set .k-grid-content.k-auto-scrollable {
    height: auto !important;
    /*max-height: 450px;*/
}
.k-pager-numbers .k-link {
    color: #ff9d00 !important;
}
.table_set .k-grid tr.k-alt {
    background-color: transparent;
}
.table_set .k-grid tr:hover {
    background-color: rgba(0,0,0,.04);
}
.table_set .k-grid tr td:nth-child(2) span a , .link-underline {
    color: #0070b6;
    text-decoration: underline;
}
.form_transactions [id*=lbldata] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
}
.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    /* --------------------------------------------
----------------- identities -----------------
---------------------------------------------- */
.btn-success:hover {
    background-color: #00bf33;
}

.btn-delete:hover,
.add-files:hover {
    color: #fff;
}

.btn-promotion-view:hover {
    color: #00a8ff;
}

.btn-promotion-view::after {
    content: "";
    background: #0085da;
    /* background: linear-gradient(90deg, rgba(66, 139, 202, 0) 0%, rgba(255, 255, 255, 1) 100%); */
    position: absolute;
    top: 0;
    left: -300px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.btn-identities:hover::after,
.btn-promotion-view:hover::after {
    left: 0px;
    transition: 0.8s;
    background-color: transparent;
}

.identities-table th:first-child {
    width: 5%;
}

.identities-table th:nth-child(2) {
    width: 10%;
}

.identities-table th:nth-child(3) {
    width: 20%;
}

.identities-table th:nth-child(4) {
    width: 30%;
}

.identities-table th:nth-child(5) {
    width: 35%;
}

.table.identities-table thead th:first-child,
.table.identities-table tbody td:first-child {
    border-left: 0px;
}

.table.identities-table thead th:last-child,
.table.identities-table tbody td:last-child {
    border-right: 0px;
}

.table.identities-table thead th,
.table.identities-table tbody tr:last-child td {
    border-top: 0;
    border-bottom: 0;
}

.table.identities-table thead th {
    text-align: center;
    font-weight: 100;
}

.identities-table {
    margin-bottom: 0;
}

.table.identities-table thead th,
.table.identities-table tbody td {
    vertical-align: middle;
    position: relative;
    font-size: 18px;
}

.identities-responsive {
    border: solid 1px #b5b5b5;
    overflow: hidden;
    border-radius: 20px;
}


/* Customize the label (the container) */

.custom-checkbox.address-identitycard {
    font-size: 16px;
    padding-left: 30px;
}

    .custom-checkbox.address-identitycard .checkmark {
        top: 0;
        left: 0px;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border: solid 1px #b5b5b5;
        border-radius: 5px;
    }

    .custom-checkbox.address-identitycard:hover input ~ .checkmark {
        background-color: #fff;
        border: solid 1px #b5b5b5;
    }

    .custom-checkbox.address-identitycard .checkmark::after {
        left: 6px;
        top: 0px;
        width: 6px;
        height: 15px;
        border: solid #ed4730;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    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 checkbox */

    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: -7px;
    left: 10px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: solid 1px #8822b2;
}


    /* .custom-checkbox:hover input~.checkmark {
    background-color: #fff;
    border: solid 1px #8822b2;
}

.custom-checkbox input:checked~.checkmark {
    background-color: #fff;
    border: solid 1px #8822b2;
} */

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #0085da;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-identities-phone {
    color: #0085da;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
}

.form-identities-ccid {
    color: #b5b5b5;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
}

.form-identities-promotion {
    color: #5a5a5a;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
}

hr.line-orange {
    border-top: solid 1px #ff9d00;
    /* margin: 50px 0px 0px 0px; */
    margin: 20px 0px 0px 0px;
}

h3.title {
    font-size: 22px;
}

.single-page-radio {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    color: #222;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .single-page-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.single-page-checkmark {
    position: absolute;
    top: 0;
    left: 15px;
    height: 25px;
    width: 25px;
    border: solid 1px #00a8ff;
    background-color: #ffffff;
    border-radius: 50%;
}

.single-page-radio:hover input ~ .single-page-checkmark {
    border: solid 1px #00a8ff;
    background-color: #ffffff;
}

.single-page-radio input:checked ~ .single-page-checkmark {
    background-color: #fff;
    border: solid 1px #00a8ff;
}

.single-page-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.single-page-radio input:checked ~ .single-page-checkmark:after {
    display: block;
}

.single-page-radio .single-page-checkmark:after {
    top: 3px;
    left: 3px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #39abfb;
}

.form-control-idtt {
    border-radius: 50px;
    font-size: 18px;
    color: #ff9d00;
}

.term-title {
    font-size: 26px;
    color: #0070b6;
}

.name-opreater {
    /*position: absolute;
    bottom: -10px;
    left: 15px;*/
	padding-left: 0;
	padding-top: 10px;
}

.signature-customer {
    border-radius: 8px;
    border: solid 2px #00a8ff;
    width: 100%;
    height: 243px;
    position: relative;
}

.signature-clear {
    color: #8822b2;
    background: transparent;
    border: 0;
    position: absolute;
    right: 5px;
    top: 5px;
}

.signature-line {
    width: 318px;
    border-color: #ed4730;
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: 25px;
    left: 50%;
}

.signature-calenda {
    width: 240px;
}

.btn-print {
    background-image: linear-gradient(to right, #f18131, #b46a61);
    color: #fff;
    border-radius: 25px;
    width: 130px;
    position: relative;
    overflow: hidden;
}

    .btn-print::after {
        content: "";
        position: absolute;
        background-image: linear-gradient(to right, #f18131, #b46a61);
        top: 0px;
        left: -500px;
        width: 100%;
        height: 100%;
        border-radius: 50px;
    }

    .btn-print:hover {
        color: #fff;
    }

    .btn-print span {
        position: relative;
        z-index: 99;
    }

    .btn-print:hover::after {
        left: 0px;
        transition: 0.8s;
        /* background-image: ; */
    }

.input-choosefile {
    border-right: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width: 95%;
}

.document-more {
    display: block;
    border-radius: 22px;
    background-color: #000000;
    color: white;
    padding: 0.5rem;
    cursor: pointer;
    width: 132px;
    height: 38px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
}

.file-upload-filename {
    position: absolute;
    top: 4px;
    width: 231px;
    overflow: hidden;
    visibility: revert;
    padding: 4px 13px;
    border-radius: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}



/* --------------------------------------------
----------------- END identities -----------------
---------------------------------------------- */

.line-bottom::after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}
.line-bottom:last-child::after {
    height: 0px;
}
.bar-border-blue {
    display: -moz-inline-stack;
    display:inline-block;
    padding: 20px 55px 20px 30px;
    border-radius: 6px;
    border: solid 1px #0085da;
    margin-bottom:30px;
}


    @media (max-width:575px) {
        footer {
        padding: 15px;
        background-color: #000;
        font-size: 10px;
    }
    .pd35_lr {
        padding-left: 0px;
        padding-right: 0px;
    }
    .detail-box {
        border-radius: 10px;
        border: 1px solid #ed4730;
        padding: 15px 10px;
        position: relative;
    }
    .calenda-print .col-md-6 {
        padding-left:0px;
    }
    .pd35_lr h2.text-title-page.font-promptlight {
        margin-left: 15px;
    }

    .logo {
        width: 100%;
    }

    .top-menu .nav-item.p-15px {
        padding: 0px;
        font-size: 14px;
    }

    .top-menu .tot-user {
        margin-left: auto;
    }

    .top-menu .px-15px.text-right {
        font-size: 13px;
        padding: 0;
        margin-bottom: 5px;
    }

    .top-menu .dropdown-toggle {
        padding: 0px;
        font-size: 14px;
    }

    .top-menu .col-md-7.col-5 .nav-item.p-15px:last-child {
        display: none;
    }

    .top-menu {
        padding: 5px 0px;
    }

        .top-menu .text-center.d-md-none {
            font-size: 15px;
            text-align: left !important;
        }

    .menu-bottom .nav-item .nav-link.font-size-18 {
        font-size: 15px;
    }

    .menu-bottom .navbar-collapse .navbar-nav .dropdown-menu {
        background-color: transparent;
        border: 0;
    }

        .menu-bottom .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
            font-size: 14px;
            color: #fff;
            padding-left: 0;
        }

    .card-w-login {
        width: 95%;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }

    .from-login {
        width: 100%;
        margin: auto;
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .login-btn-submit {
        width: 100%;
        height: 42px;
        background-color: #ffe600;
        margin: 30px 0px 0px 0px;
        color: #222222;
        border-radius: 50px;
        position: relative;
        overflow: hidden;
    }

        /*.login-btn-submit::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: -600px;
            background-image: linear-gradient(to left, #8822b2, #00a8ff);
            border-radius: 50px;
        }*/

    .height-top-footer {
        height: 85.3vh;
    }

    .card-w-login .card {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        border: 0;
        border-radius: 20px;
    }

    .text-title-page {
        font-size: 20px;
        color: #ed4730;
        margin-top: 20px;
    }

    .tot-2-shot {
        margin-right: 5px;
    }

    .upload-btn-wrapper .btn .text-upload-img {
        margin: 19.8px 0 0;
        color: #0085da;
        font-size: 20px;
        text-align: center;
        font-weight: 100;
    }

    .upload-btn-wrapper .btn img {
        width: 90px;
    }

        .upload-btn-wrapper .btn img.contact-user {
            width: 65px;
        }

    .upload-btn-wrapper .btn {
        border-radius: 10px;
        border: solid 2px #0085da;
        padding: 30px 60px;
    }

    .checkidentity {
        font-size: 18px;
    }

    .btn-identities {
        font-size: 15px;
        padding: 8px 25px;
        border-radius: 30px;
        color: #fff;
        width: 40%;
        overflow: hidden;
        position: relative;
    }

    .btn-promotion-view {
        border: solid 1px #00a8ff;
        color: #00a8ff;
    }

    .identities-responsive {
        border: solid 1px #b5b5b5;
        overflow: hidden;
        border-radius: 10px;
        width: 100%;
        overflow-x: scroll;
    }

    .identities-table {
        margin-bottom: 0;
        width: 800px;
    }

    .checkmark {
        position: absolute;
        top: -7px;
        left: 3px;
        height: 15px;
        width: 15px;
        background-color: #fff;
        border: solid 1px #8822b2;
    }

    .table.identities-table thead th,
    .table.identities-table tbody td {
        vertical-align: middle;
        position: relative;
        font-size: 15px;
    }

    .form-identities-phone {
        color: #0085da;
        border-radius: 50px;
        text-align: center;
        font-size: 15px;
    }

    .form-identities-ccid {
        color: #b5b5b5;
        border-radius: 50px;
        text-align: center;
        font-size: 15px;
    }

    .form-identities-promotion {
        color: #5a5a5a;
        border-radius: 50px;
        text-align: center;
        font-size: 15px;
    }

    h3.title {
        font-size: 15px;
    }

    .name-opreater {
        /*position: inherit;
        bottom: -10px;*/
        padding-left: 0;
	padding-top: 10px;
    }

    .signature-calenda {
        width: 240px;
        margin-bottom: 30px;
    }

    hr.line-orange {
        border-top: solid 1px #ed4730;
        margin: 20px 0px 0px 0px;
    }

    .single-page-radio {
        display: block;
        position: relative;
        padding-left: 40px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 15px;
        color: #222;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .single-page-checkmark {
        position: absolute;
        top: 0;
        left: 15px;
        height: 20px;
        width: 20px;
        border: solid 1px #00a8ff;
        background-color: #ffffff;
        border-radius: 50%;
    }

    .single-page-radio .single-page-checkmark:after {
        top: 2px;
        left: 2px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #39abfb;
    }

    .form-control-idtt {
        border-radius: 50px;
        font-size: 15px;
        color: #ff9d00;
    }

    .add-on {
        position: absolute;
        top: 4px;
        right: 10px;
    }

    .custom-checkbox.address-identitycard {
        font-size: 15px;
        padding-left: 30px;
    }

    .cf-identities {
        border-radius: 6px;
        border: solid 2px #00bf33;
        width: 200px;
        height: 45px;
        margin: auto;
        margin-top: 30px;
        font-size: 18px;
        color: #00bf33;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .cf-identitiesNotpass {
        border-radius: 6px;
        border: solid 2px #d80000;
        width: 200px;
        height: 45px;
        margin: auto;
        margin-top: 30px;
        font-size: 18px;
        color: #d80000;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    hr.signature-line {
        width: 250px;
    }
}

@media (max-width:375px) {
    .top-menu .px-15px.text-right {
        font-size: 11px;
        padding: 0;
        margin-bottom: 5px;
    }

    .top-menu .col-md-5.col-7 {
        padding-left: 0;
    }

    .top-menu .text-center.d-md-none {
        font-size: 15px;
        text-align: center !important;
    }

    .height-top-footer {
        height: 82.3vh;
    }

    .btn-identities {
        font-size: 15px;
        padding: 4px 25px;
        border-radius: 30px;
        color: #fff;
        width: 40%;
        overflow: hidden;
        position: relative;
    }

    .btn-promotion-view {
        border: solid 1px #00a8ff;
        color: #00a8ff;
    }

    .signature-calenda {
        width: 190px;
        margin-bottom: 30px;
    }
}

@media (min-width:576px) {
    .logo {
        width: 200px;
    }

    .top-menu .dropdown-toggle {
        font-size: 14px;
    }

    .top-menu .col-md-7.col-5 .nav-item.p-15px:last-child {
        display: none;
    }

    .menu-bottom .nav-item .nav-link.font-size-18 {
        font-size: 16px;
    }

    .menu-bottom .navbar-collapse .navbar-nav .dropdown-menu {
        background-color: transparent;
        border: 0;
    }

        .menu-bottom .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
            font-size: 14px;
            color: #fff;
            padding-left: 0;
        }

    .top-menu .tot-user {
        margin-left: auto;
    }

    .top-menu .nav-item.p-15px {
        padding: 0px;
        font-size: 14px;
    }

    .top-menu .px-15px.text-right {
        font-size: 13px;
        padding: 0;
        margin-bottom: 5px;
    }

    .top-menu .text-center.d-md-none {
        font-size: 15px;
    }

    footer {
        padding: 15px;
        background-color: #000;
        font-size: 14px;
    }

    h3.title {
        font-size: 15px;
    }

    .text-title-page {
        font-size: 20px;
        color: #ed4730;
        margin-top: 20px;
    }

    .upload-btn-wrapper .btn .text-upload-img {
        margin: 16.8px 0 0;
        color: #0085da;
        font-size: 14px;
        text-align: center;
        font-weight: 100;
    }

    .upload-btn-wrapper .btn {
        border-radius: 10px;
        border: solid 2px #0085da;
        padding: 30px 60px;
    }

        .upload-btn-wrapper .btn img {
            width: 90px;
        }

            .upload-btn-wrapper .btn img.contact-user {
                width: 60px;
            }

    .checkidentity {
        font-size: 18px;
    }

    .btn-identities {
        font-size: 17px;
        padding: 9px 20px;
        border-radius: 30px;
        width: 200px;
        overflow: hidden;
        position: relative;
    }

    .identities-responsive {
        border: solid 1px #b5b5b5;
        overflow: hidden;
        border-radius: 10px;
        width: 100%;
        overflow-x: scroll;
    }

    .identities-table {
        margin-bottom: 0;
        width: 880px;
    }

    .checkmark {
        position: absolute;
        top: -7px;
        left: 4px;
        height: 15px;
        width: 15px;
        background-color: #fff;
        border: solid 1px #8822b2;
    }

    .form-identities-phone {
        color: #0085da;
        border-radius: 50px;
        text-align: center;
        font-size: 15px;
    }

    .form-identities-ccid {
        color: #b5b5b5;
        border-radius: 50px;
        text-align: center;
        font-size: 15px;
    }

    .form-identities-promotion {
        color: #5a5a5a;
        border-radius: 50px;
        text-align: center;
        font-size: 15px;
    }

    .single-page-radio {
        display: block;
        position: relative;
        padding-left: 50px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 15px;
        color: #222;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .single-page-checkmark {
        position: absolute;
        top: 0;
        left: 15px;
        height: 20px;
        width: 20px;
        border: solid 1px #00a8ff;
        background-color: #ffffff;
        border-radius: 50%;
    }

    .single-page-radio .single-page-checkmark:after {
        top: 2px;
        left: 2px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #39abfb;
    }

    .form-control-idtt {
        border-radius: 50px;
        font-size: 15px;
        color: #ff9d00;
    }

    .add-on {
        position: absolute;
        top: 6px;
        right: 12px;
    }

    .name-opreater {
       /* position: inherit;
        bottom: -10px;*/
        left: 30px;
		padding-left: 30px;
		padding-top: 10px;
    }

    .signature-calenda {
        width: 240px;
        margin-bottom: 30px;
    }

    .cf-identities {
        border-radius: 6px;
        border: solid 2px #00bf33;
        width: 265px;
        height: 40px;
        margin: auto;
        margin-top: 30px;
        font-size: 18px;
        color: #00bf33;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cf-identitiesNotpass {
        border-radius: 6px;
        border: solid 2px #d80000;
        width: 265px;
        height: 40px;
        margin: auto;
        margin-top: 30px;
        font-size: 18px;
        color: #d80000;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media (min-width:768px) {
    .top-menu .col-md-7.col-5 .nav-item.p-15px:last-child {
        display: inherit;
    }

    .menu-bottom .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 16px;
        color: #fff;
        padding-left: 0;
    }

    .menu-bottom .navbar-collapse .navbar-nav .dropdown-menu {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .15);
    }

    .signature-line {
        width: 210px;
        border-color: #ed4730;
        position: absolute;
        transform: translate(-50%, -50%);
        bottom: 25px;
        left: 50%;
    }

    .signature-calenda {
        width: 175px;
        margin-bottom: 30px;
    }

    .btn-identities {
        font-size: 17px;
        padding: 5px 20px;
        border-radius: 30px;
        width: 140px;
        overflow: hidden;
        position: relative;
    }
}

@media (min-width:992px) {
    .menu-bottom .navbar-collapse .navbar-nav .dropdown-menu {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .15);
    }

        .menu-bottom .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
            font-size: 16px;
            padding-left: 0;
            padding: .25rem 1.5rem;
            color: #ff9d00;
        }

    .top-menu .nav-item.p-15px {
        padding: 15px;
        font-size: 16px;
    }

    .top-menu .dropdown-toggle {
        padding: 0px;
        font-size: 16px;
    }

    .top-menu .px-15px.text-right {
        font-size: 16px;
        padding: 0;
        margin-bottom: 5px;
    }

    .top-menu .tot-user {
        margin-left: 0;
    }

    .logo {
        width: 180px;
    }

    .top-menu .col-md-7.col-5 .nav-item.p-15px:last-child {
        display: inherit;
        margin-top: 10px;
    }

    .top-menu .col-md-7.col-5 .nav-item.p-15px:first-child {
        position: relative;
    }

        .top-menu .col-md-7.col-5 .nav-item.p-15px:first-child::after {
            content: "";
            height: 30px;
            width: 1px;
            position: absolute;
            top: 28px;
            right: 0px;
            background-color: #b5b5b5;
        }

    .upload-btn-wrapper .btn {
        border-radius: 10px;
        border: solid 2px #0085da;
        padding: 40px 75px;
    }

        .upload-btn-wrapper .btn img {
            width: 112.6px;
        }

            .upload-btn-wrapper .btn img.contact-user {
                width: 77px;
            }

        .upload-btn-wrapper .btn .text-upload-img {
            margin: 16.8px 0 0;
            color: #0085da;
            font-size: 20px;
            text-align: center;
            font-weight: 100;
        }

    .identities-table {
        margin-bottom: 0;
        width: 100%;
    }

    .signature-calenda {
        width: 250px;
        margin-bottom: 30px;
    }

    .name-opreater {
        /*position: absolute;
        bottom: -10px;
        left: 30px;*/
    }

    .identities-responsive {
        border: solid 1px #b5b5b5;
        overflow: hidden;
        border-radius: 10px;
        width: 100%;
        overflow-x: inherit;
    }
}

@media (min-width:1200px) {
    .upload-btn-wrapper .btn {
        border-radius: 10px;
        border: solid 2px #0085da;
        padding: 40px 90px;
    }

    .login-btn-submit {
        width: 260px;
        height: 42px;
        background-color: #ffe600;
        margin: 20px 39px 0 46px;
        color: #222222;
        border-radius: 50px;
        position: relative;
        overflow: hidden;
    }

    .text-title-page {
        font-size: 24px;
        color: #ed4730;
        margin-top: 20px;
    }

    .cf-identities {
        border-radius: 6px;
        border: solid 2px #00bf33;
        width: 340px;
        height: 50px;
        margin: auto;
        margin-top: 30px;
        font-size: 20px;
        color: #00bf33;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.cf-identitiesNotpass{
		border-radius: 6px;
		border: solid 2px #d80000;
	    width: 340px;
        height: 50px;
		margin: auto;
		  margin-top: 30px;
        font-size: 20px;
		color: #d80000;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
    .checkmark {
        position: absolute;
        top: -7px;
        left: 10px;
        height: 15px;
        width: 15px;
        background-color: #fff;
        border: solid 1px #8822b2;
    }

    .form-identities-phone {
        color: #0085da;
        border-radius: 50px;
        text-align: center;
        font-size: 16px;
    }

    .form-identities-ccid {
        color: #b5b5b5;
        border-radius: 50px;
        text-align: center;
        font-size: 16px;
    }

    .form-identities-promotion {
        color: #5a5a5a;
        border-radius: 50px;
        text-align: center;
        font-size: 16px;
    }

    .btn-identities {
        font-size: 17px;
        padding: 5px 20px;
        border-radius: 30px;
        width: 160px;
        overflow: hidden;
        position: relative;
    }

    h3.title {
        font-size: 16px;
    }

    .signature-line {
        width: 260px;
        border-color: #ed4730;
        position: absolute;
        transform: translate(-50%, -50%);
        bottom: 25px;
        left: 50%;
    }
}

@media (min-width:1600px) {
    .upload-btn-wrapper .btn {
        border-radius: 10px;
        border: solid 2px #0085da;
        padding: 40px 130px;
    }
}

.cf-identitiesNotpass > img{
    width: 15px;
    margin-right: 5px;
    position: relative;
    top: 1px;
	}