body {
    height: 100vh;
}

.text-center {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
    transform: scale(0.77);
    transform-origin: center;
}

.recaptcha {
    padding-top: 10px;
}

a {
    text-decoration: none;
}

.forgetPass a {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
}

.menuText {
    color: #8c99a7;
}

.card h2 {
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    height: 50%;
}

.card {
    padding: 30px;
    background: #fff;
    max-width: 200px;
    border-radius: 20px;
    margin: 42px auto;
    border: none;
    /*height: 100%;*/
}

.highlight {
    font-weight: 500;
    text-align: center;
    font-size: 35px;
    height: 50%;
}

.clrActive {
    color: #378137;
}

.clrInactive {
    color: #b92119;
}

.shadow1 {
    box-shadow: 0px 7px 13px 2px rgba(141, 144, 156, 0.22), 0px 6px 3px 0px rgba(168, 170, 179, 0.09);
}

.shadow2 {
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
}

.contentBlock.container {
    max-width: 100%;
}

.menuBlock {
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    overflow: auto;
}

.heading-blk {
    /*padding: 45px 20px 0px;*/
    text-align: center;
    height: 90px;
}

.heading-blk h3 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 3px;
    padding: 45px 20px 0px;
}

.databaseWrapper {
    width: 100%;
}

.action-blk, .search-res {
    margin: 0 auto;
    width: calc(100% - 200px);
    max-width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
}

/*.col1{*/
/*    float: left;*/
/*    width: 10%;*/
/*    !*height: 50px;*!*/
/*    !*line-height: 50px;*!*/
/*}*/

/*.col2{*/
/*    float: left;*/
/*    width: 27%;*/
/*    !*height: 50px;*!*/
/*    !*line-height: 50px;*!*/
/*}*/
/*.col3{*/
/*    float: left;*/
/*    width: 17%;*/
/*    !*height: 50px;*!*/
/*    !*line-height: 50px;*!*/
/*}*/

.center-align {
    text-align: center;
}

.table td, .table th {
    border-top: none;
}

.table thead th {
    border-bottom: none;
}

.companyTable thead tr, .companyTable tbody tr {
    width: 100%;
    border-bottom: 1px solid #a5afba;
}

.right-align {
    float: right;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    bottom: 15px;
    left: 15px;
}

input[type=checkbox] + label {
    cursor: pointer;
}

/*.table-responsive {*/
/*    overflow: auto;*/
/*}*/
tbody {
    overflow: auto; /* keeps the scrollbar even if it doesn't need it; display purpose */
}

/*@media (min-width: 1200px) {*/
/*    .search-res  {*/
/*        overflow: auto;*/
/*    }*/
/*}*/

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f2f3f5;
}

.company-action, .company-filter {
    width: 50%;
}

.button-new {
    line-height: normal;
    color: #fff;
    background: #378137;
    border: 1px solid #a2acb7;
    padding: 6.5px;
    width: 80%;
    font-size: 11px;
    border-radius: 0;
}

.button-company {
    line-height: normal;
    color: #a2acb7;
    background: #fff;
    border: 1px solid #a2acb7;
    padding: 6.5px;
    width: 80%;
    font-size: 11px;
    border-radius: 0;
}

.button-company .fa-check {
    color: #378137;
}

.button-company .fa-times {
    color: #b92119;
}

.company-action .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
}

.btn .fa {
    font-size: 13px;
}

.company-filter select {
    width: auto;
    float: right;

}

a.button-new:hover, a.button-new:focus {
    color: #fff;
}

a.button-company:hover, a.button-company:focus {
    color: #a2acb7;
}

.ibin-action {
    width: 35%;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px;
    text-align: center;
    align-items: center;
}

.user-action {
    width: 35%;
    max-width: 100%;
    padding: 10px;
    text-align: center;
    margin: 40px;
}

.fa-fw {
    width: 1.95714em;
    text-align: center;
}

.ibin-action .button-company {
    width: auto;
}

.btn-success {
    color: #fff;
    background-color: #378137;
    border: 1px solid #378137;
    line-height: normal;
    padding: 6.5px;
    font-size: 13px;
    border-radius: 0;
    margin-bottom: 5px;
    font-family: ibin_font_bold;
}

.btn-primary:hover {
    color: #fff;
    background-color: #378137;
    border: 1px solid #378137;
}

.btn-default-cus {
    color: #a2acb7;
    background-color: #fff;
    border: 1px solid #a2acb7;
    line-height: normal;
    padding: 6.5px;
    font-size: 13px;
    border-radius: 0;
    margin-bottom: 5px;
    font-family: ibin_font_bold;
}

.btn-default-cus:hover {
    color: #a2acb7;
    background-color: #fff;
    border: 1px solid #a2acb7;
}

.ibin-form {
    margin: 0 auto;
    font-size: 16px;
    width: calc(100% - 200px);
}

.nav-link {
    color: #444242;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #808e9d;
}

.nav-link:hover {
    color: #808e9d;
}

.heading-info {
    text-align: center;
    margin: 40px;
    color: #808e9d;
    font-size: 28px;
}

.btn-space {
    margin-right: 10px;
}

.formIbin h6 {
    color: #5d5a5a;
    font-weight: 600;
    font-size: 13px;
}

.form-control {
    border: 0;
    border-bottom: 1px solid #808E9D;
    height: calc(1.95rem + 2px);
    border-radius: 0;
}

.updateWrapper .form-control {
    border: 1px solid #808E9D;
}

.formIbin .col-form-label, .formIbin .form-control {
    font-size: 13px;
}

.formInput {
    margin-left: -50px;
    margin-top: -4px;
}

form label {
    color: #808e9d;
}

.cusButton {
    border: 1px solid #808e9d;
    color: #fff;
    background-color: #808e9d;
    border-radius: 0;
    letter-spacing: 0;
    padding: .375rem 2rem;
    font-size: 13px;
    font-family: ibin_font_bold;
}

.formIbin input[type="file"] {
    display: none;
}

.formIbin input[type="file"]:after {
    border: 1px;
}

.comTextarea {
    border: 1px solid #ced4da;
    border-radius: 0;
}

textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

textarea::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #808e9d;
}

.form-group {
    margin-bottom: 0.5rem;
}

#addPerson {
    background-color: #808e9d;
    color: #fff;
    margin-left: 16px;
    margin-top: 20px;
}

#management .formInput {
    margin-left: -80px;
}

.input-group-btn {
    /*margin-top: 5px;*/
}

.input-group {
    width: 96.5%;
}

.content-blk {
    height: calc(100% - 90px);
}

.buttonSearch {
    background-color: #221f1f !important;
}

.company-filter .form-control {
    border: 1px solid #a2acb7;
}

table tbody {
    font-size: 16px;
    color: #000000;
    text-align: left;
    letter-spacing: 0;
    opacity: 1;
    font-family: ibin_font;
}

.custom-control-label::before {
    top: 0.025rem;
    left: -1.5rem;
    width: 19px;
    height: 19px;
    background-color: #ffffff;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    border: 1px solid #919191;
}

.custom-control-label::after {
    top: 0.025rem;
    left: -1.5rem;
    width: 19px;
    height: 19px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #808E9D;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #808E9D;
}

.formIbin .dropdown-divider {
    margin-right: 80px;
    border-top: 1px solid #f5f6f7;
}

.DocumentUpload a {
    color: #808E9D;
}

.userBlk .company-action {
    width: 40%;
}

.userBlk .search-blk {
    width: 60%;
}

.userBlk .searchInput {
    width: 100%;
    margin-bottom: 4px;
}

.userBlk .searchInput input[type='text'] {
    padding: 5px;
}

.userBlk .controlBtn {
    padding: 5px;
    text-align: right;
}

.userBlk .controlBtn .button2 {
    padding: 5px;
}

.notifyBlk {
    margin-top: 20px;
}

.dataInfo {
    color: #221F1F;
}

.dataInfo:hover {
    color: #808E9D;
}

.logoLink {
    color: #221f1f;
}

.companyName {
    font-size: 24px;
    font-family: ibin_font_semi_bold;
    text-decoration: underline;
}

.xWrapPart {
    margin: 0 auto;
    width: calc(100% - 190px);
    max-width: 100%;
    margin-bottom: 15px;
}

.d_flex {
    display: flex;
}

.filePH {
}

.filePH img {
    float: left;
}

.filePH span {
    font-size: 13px;
    float: left;
    margin-left: 10px;
    display: block;
    height: 45px;
    line-height: 45px;
}

.filePH::after {
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
    clear: both;
    float: none;
    content: '';
}

.returnButton {
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    width: calc(100% - 200px);
    max-width: 100%;
}

.returnButton .button2 {
    text-transform: uppercase;
    color: #FFF;
    font-family: ibin_font_semi_bold;
    font-size: 12px;
    width: 158px;
    padding: 12px;
    margin: 10px;
    background: #808E9D 0% 0% no-repeat padding-box;
    border: 0;
    transition: background .1s ease;
    cursor: pointer;
    height: auto;
    float: left;
    letter-spacing: 0;
}

.addIcon {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: #808E9D 2px solid;
    line-height: 11px;
    text-align: center;
    float: right;
    color: #808E9D;
    margin-right: 50px;
}

.removeIcon{
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: #dc3545 2px solid;
    line-height: 11px;
    text-align: center;
    float: right;
    color: #dc3545;
    font-size: 9px;
    font-weight: 700;
}

.menu_3 {
    margin-left: 10px;
    float: right;
    text-align: right;
    line-height: 97px;
}

.menu_3 a {
    cursor: pointer;
    display: block;
    float: left;
    text-align: center;
    color: #F2F3F5;
    text-decoration: none;
    width: 109px;
    text-transform: uppercase;
    font-family: ibin_font_light;
}

.menu_3_part_2 {
    /*float: right;*/
    /*position: relative;*/
    /*left: 140px;*/
    /*width: 260px;*/
    /*top: 26px;*/
    /*height: 49px;*/

    margin-left: 10px;
    float: right;
    text-align: right;
    line-height: 72px;
}

.menu_3_part_2 a {
    display: block;
    border: 1px solid #F2F3F5;
    float: left;
    text-decoration: none !important;
    color: #F2F3F5 !important;
    line-height: 49px;
    height: 49px;
    text-align: center;
    width: 130px;
    text-transform: uppercase;
    font-family: ibin_font_light;
    margin-top: 24px;

}

.menu_3 a:hover {
    color: #fff;
    font-family: ibin_font_semi_bold;
}

.homeHeaderWrapper {
    width: calc( 100% - 280px );
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}


.headerWrapper{
    width: calc( 100% - 280px );
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}

.logoHeader {
    width: 115px;
    height: 63px;
}

.contentWrapper {
    /*height: 100%;*/
    /*position: relative;*/
    margin-top: 98px;
    /*overflow: auto;*/

    display: flex !important; flex: 1 0 auto; flex-direction: column !important
}

.contentWrapper .content-blk {
    top: 0;
    height: auto !important;
    padding-top: 87px;
}

.searchIp {
    top: 209px;
    width: 687px;
    text-align: center;
    align-items: center;
    margin: 75px auto;
}

.searchIp input[type='text'] {
    font-family: ibin_font;
    border: 0;
    padding: 12px;
    width: calc(100% - 18px);
    font-size: 14px;
    border: 1px #808E9D solid;
    margin: 0 auto;
    background: url(../../img/Icon.png) no-repeat center right;
    box-shadow: 0px 5px 12px rgba(128, 142, 157, .3);
}

.searchBtn {
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    margin: 35px auto;
}

.searchBtn .button2 {
    text-transform: uppercase;
    color: #FFF;
    font-family: ibin_font_semi_bold;
    font-size: 13px;
    width: 114px;
    padding: 12px;
    margin: 10px;
    background: #808E9D;
    border: 0;
    transition: background .1s ease;
    cursor: pointer;
}

.searchBtn button {
    text-transform: uppercase;
    color: #FFF;
    font-family: ibin_font_semi_bold;
    font-size: 13px;
    width: 114px;
    padding: 12px;
    margin: 10px;
    background: #221f1f;
    border: 0;
    transition: background .1s ease;
    cursor: pointer;
}

.pageLableHome {
    font-family: ibin_font_semi_bold;
    font-size: 30px;
    letter-spacing: 3px;
    color: #221F1F;
    opacity: 1;
    text-align: center;
    margin-top: 81px;
}

.searchResult {
    width: calc(100% - 280px);
    margin: auto;
}

.css-serial {
    counter-reset: serial-number; /* Set the serial number counter to 0 */
}

.css-serial td:first-child:before {
    counter-increment: serial-number; /* Increment the serial number counter */
    content: counter(serial-number); /* Display the counter */
}

span.ibinNum {
    font-size: 30px;
    font-family: ibin_font_bold;
    letter-spacing: 7.2px;
    color: #221F1F;
}

.ibinDetails {
    width: calc(100% - 462px);
    margin: auto;
    margin-bottom: 201px;
}

.ibinDetails .xWrapPart, .ibinDetails .xWrapFull, .ibinDetails .returnButton {
    width: 100%;
}

.ibinDetails .pageLabel {
    margin-bottom: 73px;
}

.supportWrapper, .updateReqWrapper {
    width: 745px;
    align-items: center;
    margin: 0 auto;
}

.supportWrapper .formWrapper, .updateReqWrapper .formWrapper {
    max-width: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
 #updateReqForm{
     margin-top: 20px;
 }

.supportWrapper .controlBtn button, .updateReqWrapper .controlBtn button {
    height: 47px;
}

.updateWrapper {
    width: 915px;
    margin: 0 auto;
}

.registerWrapper{
    margin-bottom: 10%;
}

.registerWrapper .pageNote, .updateWrapper .pageNote, .lableIcon {
    color: #808e9d;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 75px;
}

.notice{
 color: #808E9D;
}

.pageNote .fa {
    font-size: 98px;
}

.registerWrapper .pageSubLabel, .updateWrapper .pageSubLabel {
    margin-top: 33px;
    margin-bottom: 33px;
    padding: 0;
}

.registerContent {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    height: 470px;
    margin-bottom: 10px;
}

.successContent {
    height: 152px;
    width: 536px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.progressbar {
    overflow: hidden;
    counter-reset: step;
    width: 237px;
    margin: 0 auto;
    margin-top: 75px;
    padding-inline-start: 0;
    height: 21px;
}

.progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 47.25px;
    float: left;
    position: relative;
}

.progressbar li.active:before, .progressbar li.activeProg:after {
    background: #221F1F;
    color: #FFFFFF;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    height: 20px;
    display: block;
    font-size: 13px;
    font-family: ibin_font_bold;
    color: #FFFFFF;
    background: #A5AFBA;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    text-align: center;
}

.progressbar li:after {
    content: '';
    width: 47.25px;
    height: 3px;
    background: #A5AFBA 0% 0% no-repeat padding-box;
    position: absolute;
    left: 34px;
    top: 9px;
    /* z-index: -1; */
}

.progressbar li:last-child:after {
    content: none;
}

.registerForm .heading-info {
    margin: 0 auto;
    margin-top: 35px;

}

.companyInfo, .companyDes, .stockInfo, .uploadDoc {
    width: 850px;
    margin: 0 auto;
}

.registerForm .formIbin h6 {
    margin-left: -5px;
    margin-top: 32px;
}

.selectPlaceholder {
    color: #808E9D;
}

.companyManagement {
    width: 425px;
    margin: 0 auto;
}

.companyManagement h6 {
    margin-left: 5px !important;
}

.registerForm .cusButton {
    height: 32px;
}

.uploadDoc .heading-info {
    margin-bottom: 55px !important;
}

h6.updateIpHead {
    color: #808E9D !important;
    font-size: 12px !important;
    font-family: ibin_font;
    font-weight: normal !important;
}

.controlBtn a.button {
    color: #FFF;
    font-family: ibin_font_bold;
    font-size: 13px;
    border: 0;
    top: 808px;
    left: 899px;
    width: 122px;
    height: 47px;
    background: #221F1F 0% 0% no-repeat padding-box;
    opacity: 1;
    cursor: pointer;
    border-radius: 0;
    text-align: center;
    padding: 15px;
}

.home-wrapper {
    width: 100%;
}

.pagination-wrapper{
    margin: 0 auto;
    width: calc(100% - 200px);
    max-width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
}

.home-wrapper .pagination-wrapper{
    width: calc(100% - 280px);
}

.page-link{
    line-height: .75;
    border-radius: 0 !important;
    color: #808E9D;
    padding: .5rem 0;
}

.page-item.disabled .page-link{
    border: 1px solid #808E9D;
}

.page-item.active .page-link {
    background: #221F1F 0% 0% no-repeat padding-box;
    border: 1px solid #808E9D;
}

.adminLogWrapper {
    background-color: #808e9d;
    height: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance:textfield;
}

.halfWidth_1{
    width: calc(30% - 32px);
}

.halfWidth_2{
    width: calc(70% - 32px);
}

.halfWidthCol{
    padding-right: 0;
    padding-left: 0;
}

.reduceIcon{
    width: 90%;
    margin: auto;
    display: grid;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
}
.fileExtention{
    color: #808e9d;
    font-size: 10px;
}

/*.ui-datepicker .ui-widget-content {*/
/*    background: #999 none;*/
/*}*/
.ui-datepicker-header,.ui-widget-header {
    background: none;
    background-color: #808e9d !important;
}

div.ui-datepicker, .ui-datepicker table tbody{font-size:9pt;}

.ui-datepicker-select-year tbody{
    font-size:8pt !important;
}

.ui-state-hover .ui-icon{
    /*background: none;*/
    color: green;
}

#companyActivity{
    border: 1px solid #808E9D;;
}

@font-face {
    /* font-family: 'dim_sansbook';
    src: url('dimsans-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; */
    font-family: 'dim_sansbook';
    font-weight: normal;
    font-style: 900;
    src: url('../fonts/dimsans-webfont.woff2') format('woff2'),
    url('../fonts/dimsans-webfont.woff') format('woff'),
    url('../fonts/dimsans-webfont.ttf') format('truetype');
}

.dim_font {
    font-family: 'dim_sansbook' !important;
}

.adminWrp .halfWidth_1 {
    width: calc(30% - 15px);
}

.adminWrp .halfWidth_2 {
    width: 70%;
}

.adminWrp .inputText {
    margin: 10px 0;
}

.adminWrp .reduceIcon {
    width: 85%;
    margin: 5px auto;
    display: grid;
}

.ibinHint{
    color: #808e9d;
    font-size: 10px;
    margin-left: 10px;
}

.ibinIp{
    max-width: 60%;
}
.ibinGenerate{
    max-width: 20%;
    text-align: center;
    margin: auto;
}

.ibinGenerate a{
    color: #378137;
}
.ibinChek a{
    color: #eab957;
}

.additionalDocs .addIcon{
    margin-right: 125px;
}

.addDocsBlk .formInput{
    margin-left: 0;
    margin-top: 0;
}

.docInput{
    border: 1px solid #808E9D !important;
}

.addDocsBlk .form-group.col-sm-5{
     flex: 0 0 40.666667%;
     max-width: 40.666667%;
}

.error-invalid {
    border-color: red !important;
}
#searchStatus{
    width: calc(70% - 30px);
}

#countFilter{
    width: calc(30% - 30px);
}

.ibinBanner {
    border: 2px solid #378137;
    width: 35%;
    margin: 10% auto;
    max-width: 100%;
    text-align: center;
    align-items: center;
    padding: 40px;
    font-size: 16px;
    border-radius: 25px;
}

.success-banner{
    border-color: #378137;
}

.error-banner{
    border-color: #b92119;
}

.lableContent{
    width: 536px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    color: #808E9D
}

.forgotWrapper{
    width: 745px;
    align-items: center;
    margin: 0 auto;
}

.updatedField {
    color: #f30707 !important;
    text-decoration: line-through;
    font-style: italic;
}
.vUpdatedField{
    font-style: italic;
    color: #525f6e !important;
}
/*h6.innerHeading{*/
/*    margin-top: 32px;*/
/*}*/


