@font-face {
    font-family: 'Cremona';
    src: url('../webfonts/Cremona-Regular.woff2') format('woff2'),
        url('../webfonts/Cremona-Regular.woff') format('woff');
    font-weight: 400;    
    font-style: normal;
    font-display: swap;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: 'NeueHaasDisplay';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    background-color: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}
.owl-carousel .owl-item img {
    width: auto;
}

.font-cremona {
    font-family: 'Cremona' !important;
}

/* COMMON STYLE :START */

/* ---- container :start ---- */
.max-container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.max-container2 {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}
.container-padding {
    padding: 20px 20px;
}
.container-padding-x {
    padding-left: 20px;
    padding-right: 20px;
}
.container-padding-y {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* ---- container :start ---- */

/* ---- font size :start ---- */
.fs-10px {
    font-size: 10px !important;
}
.fs-12px {
    font-size: 12px !important;
}
.fs-14px {
    font-size: 14px !important;
}
.fs-16px {
    font-size: 16px !important;
}
/* ---- font size :end ---- */

/* ---- hd-type :start ---- */
.hd-type-1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 15px;
}
.hd-type-2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 15px;
}
/* ---- hd-type :end ---- */

/* ---- .btn-style-1 :start ---- */
.btn-style-1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 100px;
    text-align: center;
    padding: 15px 20px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.btn-style-1 img,
.btn-style-1 svg {
    margin-left: 5px;
    transition: 0.5s;
}
.btn-style-1 svg path {
    fill: #ffffff;
    transition: 0.5s;
}
.btn-style-1:hover {
    color: #ffffff;
    background-color: #4c98cd;
    border-color: #4c98cd;
}
.btn-style-1:hover img {
    filter: brightness(0) invert(1);
}
.btn-style-1:hover svg path {
    fill: #ffffff;
}
/* ---- .btn-style-1 :end ---- */

/* ---- .btn-style-2 :start ---- */
.btn-style-2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    color: #474d5a;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 15px 20px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.btn-style-2 img,
.btn-style-2 svg {
    margin-left: 5px;
    transition: 0.5s;
}
.btn-style-2 svg path {
    fill: #ffffff;
    transition: 0.5s;
}
.btn-style-2:hover {
    color: #ffffff;
    background-color: #4c98cd;
    border-color: #4c98cd;
}
.btn-style-2:hover img {
    filter: brightness(0) invert(1);
}
.btn-style-2:hover svg path {
    fill: #ffffff;
}
/* ---- .btn-style-2 :end ---- */

/* ---- .btn-style-3 :start ---- */
.btn-style-3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    color: #ffffff;
    background-color: #4c98cd;
    border: 1px solid #4c98cd;
    border-radius: 5px;
    text-align: center;
    padding: 15px 20px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.btn-style-3 img,
.btn-style-3 svg {
    margin-left: 5px;
    transition: 0.5s;
}
.btn-style-3 svg path {
    fill: #ffffff;
    transition: 0.5s;
}
.btn-style-3 :last-child {
    margin: 0;
}
.btn-style-3:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.btn-style-3:hover img {
    filter: brightness(0) invert(1);
}
.btn-style-3:hover svg path {
    fill: #ffffff;
}
/* ---- .btn-style-2 :end ---- */

/* ---- .box-style-1 :start ---- */
.box-style-1 {
    width: 100%;
    /* max-width: 220px; */
    height: 100%;
    border: 2px solid #dfdfdf;
    border-radius: 10px;
    padding: 10px 15px 5px 15px;
}
.box-style-1.bcolor-2 {
    border-color: #ffe9dc;
}
.box-style-1 h3 {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 7px;
}
.box-style-1 h4 {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
}
.box-style-1 ul {
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    color: #4c98cd;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.box-style-1 ul:last-child {
    margin-bottom: 0;
}
.box-style-1 ul li {
    width: calc(50% - 5px);
    position: relative;
    padding: 0px 0 0px 10px;
    margin: 0px 0px 5px 0px;
    overflow: hidden;
}
.box-style-1 ul li::before{
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 4px;
    color: #d1d1d1;
    position: absolute;
    top: 6px;
    left: 0px;
}
/* ---- .box-style-1 :end ---- */

/* ----  list__scroll :start ---- */
.list__scroll .nice-select .list {
    max-height: 300px;
    overflow: auto;
}
.list__scroll .simplebar-track.simplebar-vertical {
    width: 7px;
}
.list__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    width: 5px;
}
.list__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
}
.list__scroll .simplebar-scrollbar:before {
    border-radius: 0;
}
.list__scroll .simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.3;
}
/* ----  list__scroll :end ---- */

/* ---- form-style-1 :start ---- */
.form-style-1 {
    width: 100%;
    height: auto;
}
.form-style-1 .form-label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}
.form-style-1 .form-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    margin-top: 12px;
    display: block;
}
.form-style-1 .form-text:first-child {
    margin-top: 0;
}
.form-style-1 .form-text2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    margin-top: 12px;
    display: block;
}
.form-style-1 .form-text2:first-child {
    margin-top: 0;
}
.form-style-1 .form-text2 a {
    color: inherit;
    text-decoration: none;
}
.form-style-1 .form-text2 a:hover {
    color: inherit;
    text-decoration: underline;
}
.form-style-1 .form-control {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #e9e9e7;
    border: 2px solid #e9e9e7;
    border-radius: 100px;
    padding: 10px 20px;
    transition: 0.5s;
}
.form-style-1 textarea.form-control {
    border-radius: 20px;
}
.form-style-1 .form-control:focus {
    border-color: #4c98cd;
    box-shadow: none;
}
.form-style-1 .form-control:disabled {
    background-color: #e9e9e7;
    border-color: #e9e9e7;
}
.form-style-1 .form-control::placeholder {
    color: #2e2e2e;
}
.form-style-1 .nice-select {
    width: 100%;
    height: 45px;
    line-height: 1;
    color: #000000;
    background-color: #e9e9e7;
    border: 2px solid #e9e9e7;
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 30px;
    transition: 0.5s;
}
.form-style-1 .nice-select::after {
    top: 0;
    right: 15px;
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 100%;
    border: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.form-style-1 .nice-select.open {
    border-color: #4c98cd;
}
.form-style-1 .nice-select.open::after {
    -webkit-transform: scaleY(-1) rotate(0deg);
        -ms-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
}
.form-style-1 .nice-select .list {
    max-height: 300px;
    overflow-y: auto;
}
.form-style-1 .nice-select .list .option:hover {
    color: #ffffff;
    background-color: #000000 !important;
}

.form-style-1 h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    color: #000000;
}
/* ---- form-style-1 :end ---- */

/* ---- form-style-2 :start ---- */
.form-style-2 {
    width: 100%;
    height: auto;
}
.form-style-2 .form-label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}
.form-style-2 .form-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    margin-top: 12px;
    display: block;
}
.form-style-2 .form-text:first-child {
    margin-top: 0;
}
.form-style-2 .form-text2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    margin-top: 12px;
    display: block;
}
.form-style-2 .form-text2:first-child {
    margin-top: 0;
}
.form-style-2 .form-text2 a {
    color: inherit;
    text-decoration: none;
}
.form-style-2 .form-text2 a:hover {
    color: inherit;
    text-decoration: underline;
}
.form-style-2 .form-control {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #dfdfdf;
    border-radius: 10px;
    padding: 10px 20px;
    transition: 0.5s;
}
.form-style-2 textarea.form-control {
    border-radius: 20px;
}
.form-style-2 .form-control:focus {
    border-color: #4c98cd;
    box-shadow: none;
}
.form-style-2 .form-control:disabled {
    background-color: #e8e8e8;
    border-color: #dfdfdf;
}
.form-style-2 .form-control::placeholder {
    color: #2e2e2e;
}
.form-style-2 .nice-select {
    width: 100%;
    height: 45px;
    line-height: 1;
    background-color: #ffffff;
    border: 2px solid #dfdfdf;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 30px;
    transition: 0.5s;
}
.form-style-2 .nice-select::after {
    top: 0;
    right: 15px;
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 100%;
    border: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.form-style-2 .nice-select.open {
    border-color: #4c98cd;
}
.form-style-2 .nice-select.open::after {
    -webkit-transform: scaleY(-1) rotate(0deg);
        -ms-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
}
.form-style-2 .nice-select .list {
    max-height: 300px;
    overflow-y: auto;
}
.form-style-2 .nice-select .list .option:hover {
    color: #ffffff;
    background-color: #000000 !important;
}

.form-style-2 h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    color: #000000;
}
/* ---- form-style-2 :end ---- */

/* ---- checkbox-style-1 :start ---- */
.checkbox-style-1 {
    display: flex;
    align-items: center;
}
.checkbox-style-1.form-check-inline {
    display: inline-flex;
}
.checkbox-style-1 .form-check-input {
    width: 20px;
    height: 20px;
    background-color: #cdcdcd;
    border: 2px solid #cdcdcd;
    border-radius: 5px;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
    transition: 0.5s;
}
.checkbox-style-1 .form-check-input:focus {
    box-shadow: none;
}
.checkbox-style-1 .form-check-input:hover {
    background-color: #cdcdcd;
    border-color: #cdcdcd;
}
.checkbox-style-1 .form-check-input:checked {
    background-color: #cdcdcd;
    border-color: #cdcdcd;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.checkbox-style-1 .form-check-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    color: #000000;
    margin-top: 3px;
    margin-left: 10px;
    height: 100%;
}
.checkbox-style-1 .form-check-label a {
    color: inherit;
    text-decoration: underline;
}
.checkbox-style-1 .form-check-label a:hover {
    color: inherit;
    text-decoration: none;
}

.form-check-input[type=radio] {
    border-radius: 100px;
}
.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000'/%3e%3c/svg%3e");
}
/* ---- checkbox-style-1 :end ---- */

/* ---- modal-style-1 :start ---- */
.modal-style-1 .modal-content {
    border-radius: 12px;
}
.modal-style-1 .modal-header {
    width: 100%;
    height: auto;
    padding: 20px 20px;
}
.modal-style-1 .modal-header {
    border-color: #eeeeee;
}
.modal-style-1 .modal-header .modal-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #181717;
    margin-bottom: 0px;
}
.modal-style-1 .modal-body {
    padding: 20px 20px;
}
.modal-style-1 .modal-footer {
    width: 100%;
    height: auto;
    padding: 15px 20px;
    border-color: #eeeeee;
}
/* ---- modal-style-1 :end ---- */

/* ------ .table-style-1 :start ------ */
.table-style-1 {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    border-color: #dfdfdf;
    vertical-align: middle;
    margin-bottom: 20px;
}
.table-style-1:last-child {
    margin-bottom: 0px;
}
.table-style-1 :last-child {
    margin-bottom: 0;
}
.table-style-1.table>:not(caption)>*>* {
    padding: 10px;
    border-bottom-width: 1px;
}
.table-style-1.table-bordered>:not(caption)>* {
    border-width: 1px;
}
.table-style-1.table-bordered>:not(caption)>*>* {
    border-width: inherit;
}
.table-style-1.table.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0px;
}
.table-style-1.table-borderless>:not(caption)>* {
    border-width: 0px;
}

.table-style-1.table-bordered-outer {
    border: 1px solid #000000;
}
.table-style-1 th, 
.table-style-1 td {
    vertical-align: middle;
}
.table-style-1 th {
    font-weight: 500;
}
.table-style-1 thead tr th,
.table-style-1 thead tr td {
    background-color: #dfdfdf;
}
/* ------ .table-style-1 :end ------ */

/* COMMON STYLE :END */

/* Header section :start */
.header-section {
    width: 100%;
    height: auto;
    background-color: #474d5a;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.header-section .headsec-left {}
.header-section .headsec-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* Header section :end */

/* full-page-section :start */
.full-page-section {
    width: 100%;
    height: 100dvh;
    /* min-height: 500px; */
    display: flex;
    position: relative;
}
.full-page-section .fpsec-left {
    width: 100%;
    height: 100%;
    position: relative;
}
.full-page-section .fpsec-left .fpsleft-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.full-page-section .fpsec-left .fpsleft-caption h1 {
    font-family: 'Cremona';
    font-size: 72px;
    font-weight: 500;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 0px;
}
.full-page-section .fpsec-left .fpleft-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.full-page-section .fpsec-right {
    width: 100%;
    max-width: 480px;
    height: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 20px 20px;
    display: flex;
    align-items: center;
}

.full-page-section .fpsec-right .fpright-block {
    width: 100%;
    height: auto;
    max-height: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px 30px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
}
.full-page-section .fpsec-right .fpright-block .fprblock-logo {
    text-align: center;
    margin-bottom: 30px;
}

.full-page-section.register-page .fpsec-right .fpright-block .regpg-text {
    font-family: 'Cremona';
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}
.full-page-section.register-page .fpsec-right .fpright-block .regpg-text h2 {
    font-size: 16px;
    color: #6b6f6d;
    margin-bottom: 5px;
}
.full-page-section.register-page .fpsec-right .fpright-block .regpg-text p {
    font-size: 14px;
    margin-bottom: 5px;
}
/* full-page-section :end */

/* .items-list :start */
.items-list {
    width: 100%;
    height: auto;
}
.items-list > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.items-list > ul > li {
    width: calc(20% - 16px);
}

.items-list .ilist-block {
    width: 100%;
    height: 100%;
}
.items-list .ilist-block :last-child {
    margin-bottom: 0;
}
.items-list .ilist-block h3 {
    font-size: 12px;
    font-weight: 400;
    color: #7b7b7b;
    margin-bottom: 5px;
}
.items-list .ilist-block h4 {
    font-size: 14px;
    font-weight: 500;
    color: #4c98cd;
    margin-bottom: 2px;
}
.items-list .ilist-block p {
    font-size: 11px;
    font-weight: 400;
    color: #646464;
    margin-bottom: 5px;
}
/* .items-list :end */

/* Kanban section :start */
.kp-status-1 {
    --progress-status-color: #ffffff;
    --progress-status-color-rgb: 255, 255, 255;
}
.kp-status-2 {
    --progress-status-color: #f5eb10;
    --progress-status-color-rgb: 245, 235, 16;
}
.kp-status-3 {
    --progress-status-color: #ffc52c;
    --progress-status-color-rgb: 255, 197, 44;
}
.kp-status-4 {
    --progress-status-color: #ed2b26;
    --progress-status-color-rgb: 237, 43, 38;
}
.kp-status-5 {
    --progress-status-color: #c0bfbf;
    --progress-status-color-rgb: 192, 191, 191;
}
.kp-status-6 {
    --progress-status-color: #94c954;
    --progress-status-color-rgb: 148, 201, 84;
}

.kanban-outer {
    width: 100%;
    height: auto;
    padding: 0px 0px 20px 0px;
    overflow: auto;
}
.kanban-outer .simplebar-track {
    background-color: #e9e9e9;
    border-radius: 7px;
    overflow: hidden;
}
.kanban-outer .simplebar-track .simplebar-scrollbar::before {
    opacity: 0.5;
    background-color: #4c98cd;
}
.kanban-outer .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
}
.kanban-outer .simplebar-track.simplebar-horizontal {
    height: 7px;
    right: 20px;
}
.kanban-outer .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0
}
.kanban-outer .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
    height: 7px;
}
.kanban-outer .simplebar-track.simplebar-vertical {
    width: 7px;
}
.kanban-outer .simplebar-track.simplebar-vertical .simplebar-scrollbar {
    left: 0;
}
.kanban-outer .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
    width: 7px;
}

.kanban-outer .kanban-inner {
    width: 100%;
    height: auto;
    display: flex;
    gap: 5px;
}

.kanban-block {
    width: 250px;
    background: #F3F3F3;
    background: linear-gradient(0deg, rgba(243, 243, 243, 1) 20%, rgba(235, 243, 249, 1) 100%);
    border: 1px solid #d1e2ef;
    border-radius: 10px;
    padding: 15px 15px;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    /* overflow: hidden; */
}
.kanban-block:not(:last-child)::before {
    content: '\f061';
    font-family: 'Font Awesome 7 Free';
    font-size: 12px;
    font-weight: 900;
    color: #000000;
    background-color: #F3F3F3;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 15px;
    right: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.kanban-block .kb-header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.kanban-block .kb-header .kbh-icon {
    flex-shrink: 0;
    flex-grow: 0;
}
.kanban-block .kb-header .kbh-icon img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: initial;
}
.kanban-block .kb-header .kbh-title h2 {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
}
.kanban-block .kb-header .kbh-right {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: auto;
}
.kanban-block .kb-header .kbh-right .status {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    display: inline-block;
    background-color: var(--progress-status-color);
    border: 1px solid #4c98cd;
}

.kanban-block .kb-body {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.kanban-block .kb-body .kbb-item {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border: 1px solid rgba(var(--progress-status-color-rgb), 0.4);
    border-radius: 8px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.kanban-block .kb-body .kbb-item .kitem-status {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    display: inline-block;
    background-color: var(--progress-status-color);
    border: 2px solid #ebedee;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
}
.kanban-block .kb-body .kbb-item .kitem-details h3 {
    font-size: 10px;
    font-weight: 400;
    color: #474d5a;
    margin-bottom: 3px;
}
.kanban-block .kb-body .kbb-item .kitem-details h4 {
    font-size: 12px;
    font-weight: 500;
    color: #474d5a;
    margin-bottom: 0px;
}

.kanban-bottom {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.kbstatus-denote {
    width: 100%;
    height: auto;
}
.kbstatus-denote > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.kbstatus-denote .kstatus-block {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}
.kbstatus-denote .kstatus-block .ksd-status {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    display: inline-block;
    background-color: var(--progress-status-color);
    border: 1px solid #ebedee;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
}
.kbstatus-denote .kstatus-block .ksd-text {
    font-size: 12px;
    font-weight: 400;
    color: #3a4f5e;
}

.kbstatus-refreshed {
    border: 1px solid #dedede;
    border-radius: 8px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.kbstatus-refreshed h3 {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
    text-wrap: nowrap;
}
.kbstatus-refreshed p {
    font-size: 10px;
    font-weight: 500;
    color: #7b7b7b;
    margin-bottom: 0;
    text-wrap: nowrap;
    display: inline-flex;
    /* align-items: center; */
}
.kbstatus-refreshed p i {
    margin-right: 2px;
}
/* Kanban section :end */

/*radio button start*/
.chkstyle1 input[type=radio] + label {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin: 0;
    cursor: pointer;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} 
.chkstyle1 input[type=radio] {
    display: none;
} 
.chkstyle1 input[type=radio] + label:before {
    content: "";
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 100px;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    padding-top: 3.4px;
    margin-right: 4px;
    vertical-align: middle;
    color: transparent;
    margin-top:-2px;
} 
.chkstyle1 input[type=radio] + label:active:before {
    transform: scale(0);
} 
.chkstyle1 input[type=radio]:checked + label:before {
    border-color: #4c98cd;
    color: #fff;
    border-width: 5px;
} 
.chkstyle1 input[type=radio]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}  
.chkstyle1 input[type=radio]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #4c98cd;
    border-color: #4c98cd;
}
.chkstyle1 .form-check-inline {
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 12px;
}
.chkstyle1 .form-check-inline:last-child{
    margin-right: 0;
}
.order-status-inner {
    display: flex;
    gap: 12px;
    margin: 24px 0 7px;
}
.order-status-inner label{
    font-weight: 500;
    margin-bottom: 0;
}
/*radio button end*/