@charset "UTF-8";

html,
body {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif, "微軟正黑體", "Microsoft JhengHei", "新細明體", PMingLiU, AppleGothic, Dotum, Lucida Grande, Verdana Sans-serif;
    background-color: #ebeeef;
    color: #555;
}

body.login_bg_st {
    background-image: url('../img/TWS_login_page_bg.png');
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
}
footer{
    margin-top:60px;
}
/*-----------------------------------------------
*table
-------------------------------------------------*/
table.table {
    color: #747474;
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: rgb(150 205 255 / 8%);
    color: var(--bs-table-hover-color);
}

/*-----------------------------------------------
*fs
-------------------------------------------------*/
.fs25px {
    font-size: 25px;
}

.fs13px {
    font-size: 13px;
}

/*-----------------------------------------------
**layout
-------------------------------------------------*/
.lattice_container {}

.lattice_container h5 {
    margin-top: 10px;
    color: #555;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .container-fluid {
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container-fluid {
        max-width: 90%;
    }
}


.logo-img {}

@media screen and (max-width: 560px) {
    .logo-img {
        max-width: 140px;
        width: 100%;
    }

    .logo-title {
        font-size: 18px !important;
    }
}

header {
    background: #fff;
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eff2f5;
    border-radius: 10px 10px 0px 0px;
}

.card-header h3 {
    font-size: 1.2rem;
    color: #555;
    padding: 10px 10px 0px;
}

.card-body {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #d7d7d7;
}
.border-top-style.card-body {
    border-radius: 0px 0px 6px 6px;
    position: relative;
}
.border-top-style.card-body::before{
    background-color: #111;
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    width: 100%;
    height: 8px;
    left: 0px;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#226baa+0,32d6ff+100 */
    background: #22aaa7; /* Old browsers */
    background: -moz-linear-gradient(left,  #22aaa7 0%, #32d6ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #22aaa7 0%,#32d6ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #22aaa7 0%,#32d6ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#226baa', endColorstr='#32d6ff',GradientType=1 ); /* IE6-9 */
}
.card-header+.card-body {
    border-radius: 0px 0px 6px 6px;
}

.card .card-header-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
}

.card>.card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 70px;
    padding: 0 2.25rem;
    background-color: transparent;
}

.danger_card {
    background-color: #fffafb !important;
    border: solid 2px #ffeaec;
    border-radius: 5px;
}

.card_list_link {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #ececec;
    display: block;
    padding: 21px 16px;
    text-decoration: none;
    color: #28a5bc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #a4e3ee;
}

.card_list_link:hover {
    box-shadow: 0px 5px 10px 0px #cfcfcf;
}

.card_list{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.card_list-header{
    padding: 0.5rem 1rem;
    margin-bottom: 0px;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px);
}
a.card_list-body{
    display: block;
    text-decoration: none;
    color: #747474;
}
/*-----------------------------------------------
*color
-------------------------------------------------*/
.bg-light-cyan {
    background: #effffe !important;
}

.bg-light-pink {
    background: #ffeef6 !important;
}

.bg-light-green {
    background: #eefff3 !important;
}

.bg-light-purple {
    background: #f9eeff !important;
}

.bg-light-gray {
    background: #fafdfe !important;
}

.bg-light-brown {
    background: #fffaee !important;
}

.primary＿color {
    color: #26a5be;
}

/*-----------------------------------------------
*bg-color
-------------------------------------------------*/
.bg-gray-100 {
    background-color: #f3f6f9 !important;
}

/*-----------------------------------------------
*table
-------------------------------------------------*/
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f6f7fc;
}
.disabled_tr{
    background: #ececec;
    cursor: not-allowed;
    opacity: 0.7;
}
.disabled_tr:hover{
    background: #ececec;
    cursor: not-allowed;
    color: #747474 !important;
    
}
/*-----------------------------------------------
*tab
-------------------------------------------------*/
.nav-tabs.nav-tabs-line {}

.nav-tabs.nav-tabs-line .nav-link {
    border: none;
    color: #555;
}

.nav-tabs.nav-tabs-line .nav-link.active,
.nav-tabs.nav-tabs-line .nav-link:hover {
    border: none;
    color: #26a5be;
    font-weight: bold;
    border-bottom: solid #26a5be 2px;
}


/*-----------------------------------------------
**btn
-------------------------------------------------*/
.btn {
    font-size: 15px;
}

.btn:not(:last-child) {
    margin-right: 10px;
}

.btn.btn-outline-secondary {
    margin-right: 0px;
}

.btn.disabled,
.btn:disabled {
    background-color: #717171;
    border-color: #535353;
    cursor: no-drop;
}
.btn.btn-cancel.disabled,
.btn.btn-cancel:disabled {
    background-color: #dfdfdf;
    border-color: #dfdfdf;
    cursor: no-drop;
}

.btn-new {
    border-radius: 18px;
}

.btn-new i {
    color: #ffffffcf;
    font-size: 13px;
    margin-right: 4px;
}

.btn-main-menu {
    background-color: #d6dfed;
    color: #4f5053;
    border-radius: 50%;
}

button.btn.btn-main-menu.show {
    background-color: #28a6bd;
    color: #fff;
}

.btn-tool {
    border-color: #ebeeef;
    background: #ffffff;
    color: #28a6bd;
    border-radius: 50%;
}

.btn-filte {
    background: #fff;
    border: solid 1px #ffffff;
    color: #494949;
    border-radius: 18px;
    padding-left: 21px;
    padding-right: 20px;
}

.btn-filte::after {
    transform: rotate(-45deg);
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    padding: 4px;
    box-shadow: 2px -2px 0 0 #26a5bc inset;
    border: none;
}

.btn-cancel {
    font-size: 16px;
    color: #787878;
    border: solid 1px #dfdfdf;
    background: #fff;
}

.btn-cancel:hover {
    color: #787878;
    border: solid 1px #cecece;
    background: #e5e5e5;
}

.btn-issues-prompt {
    /* position: absolute; */
    /* top: 5px; */
    /* right: 5px; */
    z-index: 10;
    display: block;
    padding: .2rem .3rem;
    font-size: .65em;
    color: #db6b76;
    background-color: #fff;
    border: 1px solid;
    border-radius: .25rem;
    margin: 0 auto;
}

.btn-issues-prompt:hover,
.btn-issues-prompt.active {
    color: #fff;
    background-color: #db6b76;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 2rem;
    font-size: 1rem;
    border-radius: .3rem;
}

@media screen and (max-width: 768px) {
    .btn-issues-prompt {
        position: relative;
        top: 0px;
        right: 0px;
    }
}

.btn-back {
    background: #ffda85;
    border: solid 1px #f5cc6d;
    color: #977527;
    border-radius: 50%;
}

.btn-back:hover {
    background: #f0c152;
    border: solid 1px #f0c152;
    color: #ffffff;
}

.btn.btn-light-success {
    color: #2292a6;
    background-color: #c8eaf0;
    border-color: #e8e8e8;
}

.btn.btn-light-success:hover {
    color: #fff;
    background-color: #25a5bd;
    border-color: transparent;
}

.btn.btn-round-success {
    color: #25a5bd;
    background-color: #d6f2f8;
    border-color: transparent;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    padding: 0px;
    line-height: 37px;
    text-align: center;
}

.btn.btn-round-success:hover {
    color: #fff;
    background-color: #25a5bd;

}

.btn.btn-round-danger {
    color: #c15057;
    background-color: #efe1e1;
    border-color: transparent;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    padding: 0px;
    line-height: 37px;
    text-align: center;
}

.btn.btn-round-danger:hover {
    color: #fff;
    background-color: #c15057;

}

.btn-filte-group {
    height: 38px;
}

.btn-filte-group .dropdown-item {}

.btn-filte-group .dropdown-item.active,
.btn-filte-group .dropdown-item:hover{
    background: #f4f4f4;
    color: #111;
}
.dropdown-item:focus{
    background: none;
}

.btn-filte-group .dropdown-item.active::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    font-size: 13px;
    margin-right: 7px;
    color: #28a6bd;
}

.btn-round-new {
    border-radius: 50%;
    height: 38px;
    width: 38px;
    padding: 0px;
    line-height: 38px;
    text-align: center;
}

.btn-clear-search {
    border: solid 1px #c297ba;
    border-radius: 18px;
    color: #93608a;
    background: #ebeeef;
    margin-right: 6px;
    height: 38px;
}

.btn-clear-search:hover,
.btn-clear-search:focus {
    border: solid 1px #f5c8ec;
    border-radius: 18px;
    color: #93608a;
    background: #f9e6f6;
}

/**
*
**/

.system_login_btn img {
    max-width: 82px;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    width: 100%;
}

.system_login_btn span {
    vertical-align: middle;
    display: inline-block;
    width: 70%;
}

.system_login_btn {
    color: #fff;
    background-color: #25a5bd;
    width: 100%;
    line-height: 40px;
    display: flex;
}

.system_login_btn:hover {
    color: #fff;
    background-color: #1a8a9e;
}

.select_longin_btn {
    color: #fff;
    background-color: #25a5bd;
    width: 100%;
    line-height: 40px;
    display: flex;
    border-radius: 35px;
}

.select_longin_btn:hover {
    color: #fff;
    box-shadow: 0px 3px 8px 0px #00000047;
}

.select_longin_btn.tws_st {
    border: none;
}

.select_longin_btn.fd_st {
    background: #3c67c8;
    border: none;
}

.select_longin_btn.google_st {
    background: #de4b39;
    border: none;
}

.select_longin_btn.ai_st {
    background: #fff;
    border: solid 1px #c4c4c4;
    color: #555;
}

.select_longin_btn.is_st {
    background: #0c72bc;
    border: none;
}

.select_longin_btn img {
    max-width: 40px;
}

.select_longin_btn span {
    vertical-align: middle;
    display: inline-block;
    width: 70%;
}

.change_status_btn {
    color: #25a5bd;
    background-color: #fff;
    width: 100%;
    line-height: 40px;
    border-radius: 35px;
    display: block;
    border: solid 1px #25a5bd;
}

.change_status_btn:hover,
.change_status_btn.active {
    color: #fff;
    background-color: #25a5bd;
}

.change_status_btn.white_st {
    color: #888;
    border: solid 1px #888;
}

.change_status_btn.white_st:hover {
    color: #fff;
    background-color: #888;
}

/*-----------------------------------------------
*input
-------------------------------------------------*/
.form-check-input:checked {
    background-color: #26a5bd;
    border-color: #26a5bd;
}

.range_input_group {
    display: flex;
}

.range_input_side {
    width: 45%;
}

.range_input_middle {
    width: 10%;
    line-height: 37px;
    text-align: center;
    padding-top: 30px;
    color: #858585;
}

.input-group.date .btn-outline-secondary {
    background: #c8eaf0;
    border: solid 1px #9dd9e4;
    color: #2292a6;
}

.input-search-wrap {
    display: flex;
}

@media screen and (max-width: 768px) {
    .input-search-wrap {
        margin-bottom: 10px;
    }
}

.input-search-group {
    width: auto;
    height: 38px;
    min-width: 350px;
}

@media screen and (max-width: 768px) {
    .input-search-group {
        min-width: auto;
    }
}

.input-search-group .dropdown-menu {
    min-width: 550px;
}

.input-search-group .input-search {
    border-radius: 17px 0px 0px 17px;
    background-color: #f8f8f8;
    border: 1px solid #ced4da;
}

.input-search-group .btn-search-arrow {
    background: #f8f8f8;
    border: none;
    border-top: solid 1px #ced4da;
    border-bottom: solid 1px #ced4da;
}

.input-search-group .btn-search-arrow:hover,
.input-search-group .btn-search-arrow:focus {
    background: #fff;
    border: none;
    border-top: solid 1px #ced4da;
    border-bottom: solid 1px #ced4da;
    color: #111;
}

.input-search-group .btn-search {
    background: #f8f8f8;
    border-radius: 0px 17px 17px 0px;
    border-color: #d7d7d7;
    border-left: none;
}

.input-search-group .btn-search:hover,
.input-search-group .btn-search:focus {
    color: #111;
}

.input-search-group.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    color: #111;
    background: #f8f8f8;
    border-top: solid 1px #ced4da;
    border-bottom: solid 1px #ced4da;
}

.btn-main-menu-group {}

.btn-main-menu-group .dropdown-menu {
    box-shadow: 0px 0px 10px 2px #cee7eb;
}

.btn-main-menu-group .dropdown-menu .dropdown-item {}

.btn-main-menu-group .dropdown-menu .dropdown-item.active,
.btn-main-menu-group .dropdown-menu .dropdown-item:focus {
    background-color: #26a5bd;
    color: #fff;
}

/*-----------------------------------------------
*in
-------------------------------------------------*/
.row-calendar-inline .calendar-inline {
    width: 45%;
}

.row-calendar-inline:after {
    clear: both;
    display: block;
    content: "";
}

.JdataPicker {
    width: 100%;
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-append,
.input-append:focus {
    border-right: 0 !important;
}

.input-append.success .add-on,
.input-prepend .add-on {
    background-color: #26a5bd;
    color: #fff;
    display: inline-block;
    float: left;
    border-radius: 0 4px 4px 0px;
}

.input-append .add-on,
.input-prepend .add-on {
    position: absolute;
    background-color: #dce0e8;
    color: #5E5E5E;
    text-shadow: none;
    border: #dce0e8;
    border-radius: 0 2px 2px 0;
    height: 37px;
    min-width: 34px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 6px;
}

.JdataPicker .add-on {
    right: 0px;
    top: 0px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.row-calendar-inline .form-row-text {
    font-weight: 700;
    float: left;
    width: 10%;
    text-align: center;
    color: #263238;
    position: relative;
    top: 37px;
}

.form-check label {
    position: relative;

    color: #4d5056;
    direction: ltr;
    margin-bottom: 10px;
    cursor: pointer;
}

.form-check-inline {
    margin-top: 5px;
}

/*-----------------------------------------------
**datepick
-------------------------------------------------*/
.datepicker thead tr .datepicker-switch {
    color: #6f7b8a;
    font-size: 13px;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover {
    background-color: #25a5bd;
    border-radius: 50px;
}

.datepicker td,
.datepicker th {
    padding: 5.5px !important;
}

.input-group.date .add-on i,
.input-prepend.date .add-on i {
    line-height: 25px;
}

.datepicker thead tr .dow {
    color: #14889d;
    text-transform: uppercase;
    font-size: 11px;
}

.datepicker thead tr .next {
    color: #1976d2;
}

.datepicker thead tr .prev {
    color: #1976d2;
}

/*-----------------------------------------------
*label
-------------------------------------------------*/
.label {
    width: auto;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    font-size: .8rem;
    background-color: #ebedf3;
    color: #3f4254;
    font-weight: 400;
    font-size: .9rem;
    padding: .15rem .75rem;
    border-radius: .42rem;
}

.label.label-success {
    background-color: transparent;
    color: #15b960;
    background: #ccecdc;

}

.label.label-danger {
    background-color: transparent;
    color: #ad3627;
    background: #ecd0cc;

}

.label.label-unknown {
    background-color: transparent;
    color: #818181;
    background: #b4b4b4;

}

.label.label-warning {
    background-color: transparent;
    color: #f0a124;
    background: #ffeec1;
    /* font-weight: bold; */
}

.label.label-ready {
    background-color: transparent;
    color: #9573d4;
    background: #f1e4ff;

}

.label.label-yet {
    background-color: transparent;
    color: #526eea;
    background: #d8dfff;
}

a .label {
    text-decoration: none !important;
    display: inline-block;
}

/*-----------------------------------------------
*department-group
-------------------------------------------------*/
.department-group {}

.department-add-btn {
    color: #25a5bd;
    text-decoration: none;
    background: #d6f2f8;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.department-label {
    background-color: #ededed;
    color: #44757e;
}

.department-delet {
    display: inline-block;
    padding: 2px 0px 2px 10px;
    color: #d17474;
}

.department-delet:hover {
    color: #b95c5c;
}

/*-----------------------------------------------
*download step
-------------------------------------------------*/
.progressbar_card {
    text-align: center;
    z-index: 0;
    border: none;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

.progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

.progressbar .active {
    color: #25a5bd;
}

.progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

.progressbar #step_one:before {
    content: "1"
}

.progressbar #step_two:before {
    content: "2"
}

.progressbar #step_three:before {
    content: "3"
}

.progressbar #step_four:before {
    content: "4"
}



.progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

.progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

.progressbar li.active:before,
.progressbar li.active:after {
    background: #25a5bd;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.card-download {
    display: block;
    width: 100%;
    border-radius: 8px;
    background-color: #ffffff;
    text-align: center;
    padding: 10px;
    border: solid 1px #e6e6e6;
    text-decoration: none;
}

.card-download img {
    width: 100%;
    max-width: 95px;
}

.card-download p {
    padding: 10px 0px 0px;
    margin: 0px;
    color: #676767;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}

.card-download:hover {
    width: 100%;
    border-radius: 8px;
    background-color: #f7f7f7;
    border: solid 1px #c1c1c1;
    box-shadow: 0px 4px 10px 0px #d6d6d6;
    color: #25a5bd;
}

.card-download-lording {
    border-radius: 8px;
    background-color: #fbfbfb;
    padding: 30px 30px 20px;
    border: solid 1px #d6d6d6;
    text-align: center;
    color: #8a8a8a;
}

.card-download-lording i {
    font-size: 50px;
    margin-bottom: 10px;
    color: #c8f0cc;
}

.card-download-done {
    border-radius: 8px;
    background-color: #fbfbfb;
    padding: 30px 30px 20px;
    border: solid 1px #d6d6d6;
    text-align: center;
    color: #8a8a8a;
}

.card-download-done i {
    font-size: 50px;
    margin-bottom: 10px;
    color: #74cb7d;
}

.card-download-lording-title {
    font-size: 25px;
    padding: 0px;
    margin: 0px;
    color: #5a5a5a;
}

/*-----------------------------------------------
*
-------------------------------------------------*/
.fs-view-item {
    display: flex;
}

.fs-view-item .semi-bold {
    color: #26a5bd;
    margin-right: 10px;
}

/*-----------------------------------------------
*
-------------------------------------------------*/
.breadcooke {
    display: flex;
    color: #768387;
}

.breadcooke .breadcooke-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #768387;
}

.breadcooke .breadcooke-item:after {
    content: "•";
    padding-right: .5rem;
    padding-left: .5rem;
}

.breadcooke .breadcooke-item:last-child:after {
    content: "";
}

.breadcooke .breadcooke-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*-----------------------------------------------
*
-------------------------------------------------*/
.pagination_radius {
    display: flex;
    justify-content: flex-end;
}

.pagination_radius a {
    border-radius: 5px;
}

.pagination_radius a.page-link {
    border: none;
    margin: 5px;
    color: #8888;
    padding: 2px 9px;
    font-size: 13px;
}

.pagination_radius .page-item.active a.page-link {
    background-color: #25a5bd;
}

.pagination_radius a.page-link.page-previous,
.pagination_radius a.page-link.page-next {
    background-color: #f8f8f8;
    color: #bcbcbc;
}

.pagination_radius a.page-link.page-previous:hover,
.pagination_radius a.page-link.page-next:hover {
    background-color: #e6e6e6;
    color: #555;
}

.pagination_radius a.active {
    border-radius: 5px;
}

/*-----------------------------------------------
*sticky-tooltip-wrap
-------------------------------------------------*/
.sticky-tooltip-wrap {
    z-index: 88;
    position: fixed;
    right: 0px;
    top: 40%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    border-radius: 10px 0px 0px 10px;
    /* background: #fff; */
    /* box-shadow: 0px 0px 19px 0px #cdcdcd; */
}

.sticky-tooltip-wrap li {
    margin: 0px 0px 2px 0px;
    padding: 0px;
    position: relative;
}

.sticky-tooltip-wrap li a {
    box-shadow: 0px 0px 19px 0px #cdcdcd;
    text-decoration: none;
    border-radius: 6px 0px 0px 6px;
    background: #26a5bd;
    width: 40px;
    height: 35px;
    text-align: center;
    display: block;
    line-height: 35px;
    color: #ffffff !important;
    /* border: solid 1px #a5d9e1; */
    cursor: pointer;
}

.sticky-tooltip-wrap li a:hover {
    background: #2b8d9f;
    color: #fff;
}

.sticky-tooltip-wrap li.active a {
    background: #0d6271;
    color: #fff;
}

.sticky-tooltip-wrap li.active a .sticky-tip-text span {
    color: #0f6372 !important;
    background: #eefdff !important;
}

.sticky-tooltip-wrap li:hover a .sticky-tip-text span {
    color: #0f6372 !important;
}

.tooltip {}

.tooltip-arrow::before {
    border-left-color: #fff !important;
}

.tooltip-inner {
    font-size: 16px;
    padding: 10px;
    background-color: #fff !important;
    color: rgb(31, 128, 167);
    box-shadow: 0px 0px 30px 0px rgb(202, 202, 202);
}

.sticky-tip-text {
    position: absolute;
    top: -1px;
    right: 38px;
}

.sticky-tip-text span {
    background: #fff;
    color: #494949;
    border-radius: 5px;
    width: max-content;
    height: 38px;
    line-height: 35px;
    padding: 0 8px;
    border: solid 1px #dcdcdc;
    display: inline-block;
}

.sticky-tip-text:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #ffffff;
    display: inline-block;
    content: "";
    /* position: absolute; */
    right: 2px;
    top: 3px;
    position: relative;
}

.sticky-tooltip-wrap .sticky-tip-text {
    display: none;
}

.sticky-tooltip-wrap:hover .sticky-tip-text {
    display: block;
    width: max-content;
}

/*-----------------------------------------------
*modal
-------------------------------------------------*/
.modal-content {
    border-radius: 1rem;
    box-shadow: 0px 0px 10px 0px #00000026;
}

.modal-header .btn-close {
    border-radius: 50%;
    background-color: #c8c8c8;
    width: 15px;
    height: 15px;
    background-size: 38%;
}

.modal-footer {
    background: #fcfcfc;
    border-radius: 0px 0px 13px 15px;
    border-color: #f4f4f4;
}

/* https://dribbble.com/shots/2793251-Invoice-list-page-dashboard?1466596564= */
@charset "UTF-8";

html,
body {
    font-family: Arial, Helvetica, sans-serif, "微軟正黑體", "Microsoft JhengHei", "新細明體", PMingLiU, AppleGothic, Dotum, Lucida Grande, Verdana Sans-serif;
    background-color: #ebeeef;
    color: #555;
}

/*-----------------------------------------------
*table
-------------------------------------------------*/
table.table {
    color: #747474;
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: rgb(150 205 255 / 8%);
    color: var(--bs-table-hover-color);
}

/*-----------------------------------------------
*fs
-------------------------------------------------*/
.fs25px {
    font-size: 25px;
}

/*-----------------------------------------------
**layout
-------------------------------------------------*/
@media (min-width: 992px) {
    .container-fluid {
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container-fluid {
        max-width: 90%;
    }
}


.logo-img {}

@media screen and (max-width: 560px) {
    .logo-img {
        max-width: 140px;
        width: 100%;
    }

    .logo-title {
        font-size: 18px !important;
    }
}

header {
    background: #fff;
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eff2f5;
    border-radius: 10px 10px 0px 0px;
}

.card-header h3 {
    font-size: 1.2rem;
    color: #555;
    padding: 10px 10px 0px;
}

.card-body {
    background: #fff;
    border-radius: 10px;

}

.card-header+.card-body {
    border-radius: 0px 0px 6px 6px;
}

.card .card-header-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
}

.card>.card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 70px;
    padding: 0 2.25rem;
    background-color: transparent;
}

.danger_card {
    background-color: #fffafb !important;
    border: solid 2px #ffeaec;
    border-radius: 5px;
}

.card_list_link {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #ececec;
    display: block;
    padding: 21px 16px;
    text-decoration: none;
    color: #28a5bc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #a4e3ee;
}

.card_list_link:hover {
    box-shadow: 0px 5px 10px 0px #cfcfcf;
}

/*-----------------------------------------------
*color
-------------------------------------------------*/
.bg-light-cyan {
    background: #effffe !important;
}

.bg-light-pink {
    background: #ffeef6 !important;
}

.bg-light-green {
    background: #eefff3 !important;
}

.bg-light-purple {
    background: #f9eeff !important;
}

.bg-light-gray {
    background: #fafdfe !important;
}

.bg-light-brown {
    background: #fffaee !important;
}

.primary＿color {
    color: #26a5be;
}

/*-----------------------------------------------
*bg-color
-------------------------------------------------*/
.bg-gray-100 {
    background-color: #f3f6f9 !important;
}

/*-----------------------------------------------
*table
-------------------------------------------------*/
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f6f7fc;
}

/*-----------------------------------------------
*tab
-------------------------------------------------*/
.nav-tabs.nav-tabs-line {}

.nav-tabs.nav-tabs-line .nav-link {
    border: none;
    color: #555;
}

.nav-tabs.nav-tabs-line .nav-link.active,
.nav-tabs.nav-tabs-line .nav-link:hover {
    border: none;
    color: #26a5be;
    font-weight: bold;
    border-bottom: solid #26a5be 2px;
}


/*-----------------------------------------------
**btn
-------------------------------------------------*/
.btn {
    font-size: 15px;
}

.btn-new {
    border-radius: 18px;
}

.btn-new i {
    color: #ffffffcf;
    font-size: 13px;
    margin-right: 4px;
}

.btn-main-menu {
    background-color: #d6dfed;
    color: #4f5053;
    border-radius: 50%;
}

button.btn.btn-main-menu.show {
    background-color: #28a6bd;
    color: #fff;
}

.btn-tool {
    border-color: #ebeeef;
    background: #ffffff;
    color: #28a6bd;
    border-radius: 50%;
}

.btn-filte {
    background: #fff;
    border: solid 1px #baeef8;
    color: #494949;
    border-radius: 18px;
    padding-left: 21px;
    padding-right: 20px;
}

.btn-filte::after {
    transform: rotate(-45deg);
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    padding: 4px;
    box-shadow: 2px -2px 0 0 #26a5bc inset;
    border: none;
}

.btn-cancel {
    font-size: 16px;
    color: #787878;
    border: solid 1px #dfdfdf;
    background: #fff;
}

.btn-cancel:hover {
    color: #787878;
    border: solid 1px #cecece;
    background: #e5e5e5;
}

.btn-issues-prompt {
    /* position: absolute; */
    /* top: 5px; */
    /* right: 5px; */
    z-index: 10;
    display: block;
    padding: .2rem .3rem;
    font-size: .65em;
    color: #db6b76;
    background-color: #fff;
    border: 1px solid;
    border-radius: .25rem;
    margin: 0 auto;
}

.btn-issues-prompt:hover,
.btn-issues-prompt.active {
    color: #fff;
    background-color: #db6b76;
}

.btn-group:not(:last-child) {
    margin-right: 5px;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 2rem;
    font-size: 1rem;
    border-radius: .3rem;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #28a6bc;
}

@media screen and (max-width: 768px) {
    .btn-issues-prompt {
        position: relative;
        top: 0px;
        right: 0px;
    }
}

.btn-back {
    background: #ffda85;
    border: solid 1px #f5cc6d;
    color: #977527;
    border-radius: 50%;
}

.btn-back:hover {
    background: #f0c152;
    border: solid 1px #f0c152;
    color: #ffffff;
}

.btn-primary {
    color: #fff;
    background-color: #25a5bd;
    border-color: #26a5be;
}

.btn-primary.btn.disabled {}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #1c8b9e;
    border-color: #1c8b9e;
}

.btn-hover-primary:hover {
    color: #fff;
    background-color: #25a5bd;
    border-color: #26a5be;
}

.btn.btn-light-success {
    color: #2292a6;
    background-color: #c8eaf0;
    border-color: #e8e8e8;
}

.btn.btn-light-success:hover {
    color: #fff;
    background-color: #25a5bd;
    border-color: transparent;
}

.btn.btn-light-danger {
    color: #c15057;
    background-color: #ecc5c7;
    border-color: #d2acae;
}

.btn.btn-light-danger:hover {
    color: #fff;
    background-color: #e66f7e;
    border-color: transparent;
}

.btn.btn-round-success {
    color: #25a5bd;
    background-color: #d6f2f8;
    border-color: transparent;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    padding: 0px;
    line-height: 37px;
    text-align: center;
}

.btn.btn-round-success:hover {
    color: #fff;
    background-color: #25a5bd;

}

.btn-filte-group {
    height: 38px;
}

.btn-filte-group .dropdown-item {}

.btn-filte-group .dropdown-item.active,
.btn-filte-group .dropdown-item:hover {
    background: #f4f4f4;
    color: #111;
}
.dropdown-item:focus{
    background: none;
}
.btn-filte-group .dropdown-item.active::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    font-size: 13px;
    margin-right: 7px;
    color: #28a6bd;
}

.btn-round-new {
    border-radius: 50%;
    height: 38px;
    width: 38px;
    padding: 0px;
    line-height: 38px;
    text-align: center;
}

.btn-clear-search {
    border: solid 1px #debdd8;
    border-radius: 18px;
    color: #93608a;
    background: #ebeeef;
    margin-right: 6px;
    height: 38px;
}

.btn-clear-search:hover,
.btn-clear-search:focus {
    border: solid 1px #f5c8ec;
    border-radius: 18px;
    color: #93608a;
    background: #f9e6f6;
}

/*-----------------------------------------------
*input
-------------------------------------------------*/
.form-check-input:checked {
    background-color: #26a5bd;
    border-color: #26a5bd;
}

.range_input_group {
    display: flex;
}

.range_input_side {
    width: 45%;
}

.range_input_middle {
    width: 10%;
    line-height: 37px;
    text-align: center;
    padding-top: 30px;
    color: #858585;
}

.input-group.date .btn-outline-secondary {
    background: #c8eaf0;
    border: solid 1px #9dd9e4;
    color: #2292a6;
}

.input-search-wrap {
    display: flex;
}

@media screen and (max-width: 768px) {
    .input-search-wrap {
        margin-bottom: 10px;
    }
}

.input-search-group {
    width: auto;
    height: 38px;
    min-width: 350px;
}

@media screen and (max-width: 768px) {
    .input-search-group {
        min-width: auto;
    }
}

.input-search-group .dropdown-menu {
    min-width: 550px;
}

.input-search-group .input-search {
    border-radius: 17px 0px 0px 17px;
    background-color: #f8f8f8;
    border: 1px solid #ced4da;
}

.input-search-group .btn-search-arrow {
    background: #f8f8f8;
    border: none;
    border-top: solid 1px #ced4da;
    border-bottom: solid 1px #ced4da;
}

.input-search-group .btn-search-arrow:hover,
.input-search-group .btn-search-arrow:focus {
    background: #fff;
    border: none;
    border-top: solid 1px #ced4da;
    border-bottom: solid 1px #ced4da;
    color: #111;
}

.input-search-group .btn-search {
    background: #f8f8f8;
    border-radius: 0px 17px 17px 0px;
    border-color: #d7d7d7;
    border-left: none;
}

.input-search-group .btn-search:hover,
.input-search-group .btn-search:focus {
    color: #111;
}

.input-search-group.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    color: #111;
    background: #f8f8f8;
    border-top: solid 1px #ced4da;
    border-bottom: solid 1px #ced4da;
}

.btn-main-menu-group {
    position: relative;
}

.btn-main-menu-group .dropdown-menu {
    box-shadow: 0px 0px 10px 2px #cee7eb;
    left: auto !important;
    right: 6px !important;
    top: 30px !important;
    bottom: auto !important;
    transform: none !important;
}

.btn-main-menu-group .dropdown-menu .dropdown-item {}

.btn-main-menu-group .dropdown-menu .dropdown-item.active,
.btn-main-menu-group .dropdown-menu .dropdown-item:focus {
    background-color: #26a5bd;
    color: #fff;
}

/*-----------------------------------------------
*in
-------------------------------------------------*/
.row-calendar-inline .calendar-inline {
    width: 45%;
}

.row-calendar-inline:after {
    clear: both;
    display: block;
    content: "";
}

.JdataPicker {
    width: 100%;
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-append,
.input-append:focus {
    border-right: 0 !important;
}

.input-append.success .add-on,
.input-prepend .add-on {
    background-color: #26a5bd;
    color: #fff;
    display: inline-block;
    float: left;
    border-radius: 0 4px 4px 0px;
}

.input-append .add-on,
.input-prepend .add-on {
    position: absolute;
    background-color: #dce0e8;
    color: #5E5E5E;
    text-shadow: none;
    border: #dce0e8;
    border-radius: 0 2px 2px 0;
    height: 37px;
    min-width: 34px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 6px;
}

.JdataPicker .add-on {
    right: 0px;
    top: 0px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.row-calendar-inline .form-row-text {
    font-weight: 700;
    float: left;
    width: 10%;
    text-align: center;
    color: #263238;
    position: relative;
    top: 37px;
}

.form-check label {
    position: relative;

    color: #4d5056;
    direction: ltr;
    margin-bottom: 10px;
    cursor: pointer;
}

.form-check-inline {
    margin-top: 5px;
}

/*-----------------------------------------------
**datepick
-------------------------------------------------*/
.datepicker thead tr .datepicker-switch {
    color: #6f7b8a;
    font-size: 13px;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover {
    background-color: #25a5bd;
    border-radius: 50px;
}

.datepicker td,
.datepicker th {
    padding: 5.5px !important;
}

.input-group.date .add-on i,
.input-prepend.date .add-on i {
    line-height: 25px;
}

.datepicker thead tr .dow {
    color: #14889d;
    text-transform: uppercase;
    font-size: 11px;
}

.datepicker thead tr .next {
    color: #1976d2;
}

.datepicker thead tr .prev {
    color: #1976d2;
}

/*-----------------------------------------------
*label
-------------------------------------------------*/
.label {
    width: auto;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    font-size: .8rem;
    background-color: #ebedf3;
    color: #3f4254;
    font-weight: 400;
    font-size: .9rem;
    padding: .15rem .75rem;
    border-radius: .42rem;
}

.label.label-success {
    background-color: transparent;
    color: #15b960;
    background: #ccecdc;

}

.label.label-danger {
    background-color: transparent;
    color: #ad3627;
    background: #ecd0cc;

}

.label.label-unknown {
    background-color: transparent;
    color: #484848;
    background: #b4b4b4;
}

.label.label-warning {
    background-color: transparent;
    color: #f0a124;
    background: #ffeec1;
    /* font-weight: bold; */
}

.label.label-ready {
    background-color: transparent;
    color: #9573d4;
    background: #f1e4ff;

}

.label.label-yet {
    background-color: transparent;
    color: #526eea;
    background: #d8dfff;
}

/*-----------------------------------------------
*department-group
-------------------------------------------------*/
.department-group {}

.department-add-btn {
    color: #25a5bd;
    text-decoration: none;
    background: #d6f2f8;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.department-label {
    background-color: #ededed;
    color: #44757e;
}

.department-delet {
    display: inline-block;
    padding: 2px 0px 2px 10px;
    color: #d17474;
}

.department-delet:hover {
    color: #b95c5c;
}

/*-----------------------------------------------
*download step
-------------------------------------------------*/
.progressbar_card {
    text-align: center;
    z-index: 0;
    border: none;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

.progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

.progressbar .active {
    color: #25a5bd;
}

.progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

.progressbar #step_one:before {
    content: "1"
}

.progressbar #step_two:before {
    content: "2"
}

.progressbar #step_three:before {
    content: "3"
}

.progressbar #step_four:before {
    content: "4"
}



.progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

.progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

.progressbar li.active:before,
.progressbar li.active:after {
    background: #25a5bd;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.card-download {
    display: block;
    width: 100%;
    border-radius: 8px;
    background-color: #ffffff;
    text-align: center;
    padding: 10px;
    border: solid 1px #e6e6e6;
    text-decoration: none;
}

.card-download img {
    width: 100%;
    max-width: 95px;
}

.card-download p {
    padding: 10px 0px 0px;
    margin: 0px;
    color: #676767;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}

.card-download:hover {
    width: 100%;
    border-radius: 8px;
    background-color: #f7f7f7;
    border: solid 1px #c1c1c1;
    box-shadow: 0px 4px 10px 0px #d6d6d6;
    color: #25a5bd;
}

.card-download-lording {
    border-radius: 8px;
    background-color: #fbfbfb;
    padding: 30px 30px 20px;
    border: solid 1px #d6d6d6;
    text-align: center;
    color: #8a8a8a;
}

.card-download-lording i {
    font-size: 50px;
    margin-bottom: 10px;
    color: #c8f0cc;
}

.card-download-done {
    border-radius: 8px;
    background-color: #fbfbfb;
    padding: 30px 30px 20px;
    border: solid 1px #d6d6d6;
    text-align: center;
    color: #8a8a8a;
}

.card-download-done i {
    font-size: 50px;
    margin-bottom: 10px;
    color: #74cb7d;
}

.card-download-lording-title {
    font-size: 25px;
    padding: 0px;
    margin: 0px;
    color: #5a5a5a;
}

/*-----------------------------------------------
*
-------------------------------------------------*/
.fs-view-item {
    display: flex;
    margin-bottom: 10px;
}

.fs-view-item .semi-bold {
    color: #26a5bd;
    margin-right: 10px;
}

/*-----------------------------------------------
*
-------------------------------------------------*/
.breadcooke {
    display: flex;
    color: #768387;
}

.breadcooke .breadcooke-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #768387;
}

.breadcooke .breadcooke-item:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: .5rem;
    padding-left: .5rem;
    color: rgb(202, 202, 202);
}

.breadcooke .breadcooke-item:last-child:after {
    content: "";
}

.breadcooke .breadcooke-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*-----------------------------------------------
*
-------------------------------------------------*/
.pagination_radius {
    display: flex;
    justify-content: flex-end;
}

.pagination_radius a {
    border-radius: 5px;
}

.pagination_radius a.page-link {
    border: none;
    margin: 5px;
    color: #8888;
    padding: 2px 9px;
    font-size: 13px;
}

.pagination_radius .page-item.active a.page-link {
    background-color: #25a5bd;
}

.pagination_radius a.page-link.page-previous,
.pagination_radius a.page-link.page-next {
    background-color: #f8f8f8;
    color: #bcbcbc;
}

.pagination_radius a.page-link.page-previous:hover,
.pagination_radius a.page-link.page-next:hover {
    background-color: #e6e6e6;
    color: #555;
}

.pagination_radius a.active {
    border-radius: 5px;
}

.pagination_total {
    padding: 0px 9px;
    font-size: 13px;
    /* display: block; */
    line-height: 32px;
}

.page-link.disabled {
    color: #dedede !important;
    cursor: no-drop;
}

a.page-link.disabled:hover {
    background-color: #f8f8f8 !important;
    color: #dedede !important;
}

/* Breadcrups CSS */
.arrow-steps-title {
    color: #fff;
    background: #00859f;
    font-size: 18px;
    border: solid 1px #d1dfde;
    border-bottom: none;
    padding: 7px;
    margin-bottom: -2px;
    z-index: 9;
    position: relative;
    border-top: none;
}

.arrow-steps-title .title {
    vertical-align: middle;
    margin-left: 10px;
}

.arrow-steps {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #effffe;
    border-bottom: solid 1px #72c5d5;
}

.arrow-steps .step {
    font-size: 14px;
    text-align: center;
    color: #666;
    cursor: default;
    margin: 0px;
    padding: 10px 10px 10px 30px;
    float: left;
    position: relative;
    background-color: #effffe;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
}


.arrow-steps .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 17px solid #d9e3f7;
    z-index: 2;
    transition: border-color 0.2s ease;
}

.arrow-steps .step:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 17px solid #effffe;
    z-index: 2;
    transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
    right: auto;
    left: 1px;
    border-left: 17px solid #2aa6bf;
    z-index: 0;
}

.arrow-steps .step:first-child:before {
    border: none;
}

.arrow-steps .step:first-child {
    /* border-top-left-radius: 4px; */
    /* border-bottom-left-radius: 4px; */
}

.arrow-steps .step span {
    position: relative;
}

.arrow-steps .step span:before {
    opacity: 0;
    content: "✔";
    position: absolute;
    top: -2px;
    left: -20px;
}

.arrow-steps .step.done span:before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.5s;
    -moz-transition: opacity 0.3s ease 0.5s;
    -ms-transition: opacity 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
    color: #fff;
    background-color: #2aa6bf;
}

.arrow-steps .step.current:after {
    border-left: 17px solid #2aa6bf;
}

/*-----------------------------------------------
*message
-------------------------------------------------*/
.message_container {
    border-radius: 3px;
    width: 100%;
    border: 1px solid #dadada;
    padding: 15px 17px 35px 17px;
    background: #e5e6eb;
    background: #f4f8fb;
    box-shadow: inset 1px 1px 2px #e6e7ea, inset -1px -1px 2px #e6e7ea;
    max-height: 492px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.message_list {
    list-style: none;
    margin: 0;
    padding: 0px;
}

.message_list li {
    padding: 0.5rem;
    overflow: hidden;
}

.message_list .message_list__box {
    max-width: 80%;
}

.message_list .message_list__box .message_list__info {
    margin-bottom: 3px;
    padding-left: 7px;
}

.message_list .message_list__box .download_items_wrap {
    margin: 0;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #c8c8c8;
}

.message_list .message_list__box .message_list__tool {
    padding: 0px 2px;
    cursor: pointer;
    float: right;
    color: #9e9c9c;
    font-size: 15px;
}

.message_list .message_list__box .message_list__tool:hover {
    color: #3f51b5;
}

.message_list .message_list__name {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
}

.message_list .message_list__time {
    color: #00BCD4;
    font-weight: normal;
}

.message_list--customer .message_list__messages {
    border-radius: 20px;
    display: inline-block;
    /* border-top-right-radius: 7px; */
    /* border-bottom-left-radius: 7px; */
}

.message_list--support .message_list__box {
    float: right;
}

.message_list--support .message_list__box:after {
    content: '';
    display: block;
    clear: both;
}

.message_list--support .message_list__messages {
    /* border-top-left-radius: 7px; */
    /* border-bottom-right-radius: 7px; */
    background: #34bfdb;
    float: right;
    border-radius: 20px;
    color: #fff;
}

.message_list__messages {
    background: #ffffffa1;
    padding: 16px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px 0px #cfcfcf;
}

.message_list__messages p {
    font-size: 15px;
    margin: 0 0 0.2rem 0;
    line-height: 26px;
}

/*-----------------------------------------------
*download_items_wrap
-------------------------------------------------*/
.download_items_wrap {
    background: #fff;
    border: solid 1px #dfdfdf;
}

.download_items_wrap a {
    display: inline-block;
    color: #111;
    text-decoration: none;
    display: flex;
    width: 100%;
}

.download_items_wrap a:hover .download_items-text {
    color: #444;
}

.download_items_wrap a:hover .download_items-text i {
    color: #fff;
    background: #89ccd9;
}

.download_items {
    display: inline-block;
    color: #fff;
    background: #257dc4;
    padding: 8px 15px;
    font-size: 19px;
    border-radius: 5px 0px 0px 5px;
    vertical-align: middle;
}

.download_items-doc {
    background: #257dc4;
}

.download_items-jpg {
    background: #2bac51;
}

.download_items-text {
    padding: 10px 20px 10px 7px;
    color: #acacac;
    border-radius: 0px 21px 19px 0px;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.download_items-text i {
    /* padding: 10px 0px 10px 30px; */
    color: #bababa;
    border-radius: 50%;
    background: #e5e5e5;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-left: 30px;
    font-size: 13px;
}

/*-----------------------------------------------
*upload_form
-------------------------------------------------*/
.upload_form {
    font-size: 1.25rem;
    /* 20 */
    background-color: #c8dadf;
    position: relative;
    /* padding: 100px 20px; */
    position: relative;
    height: 300px;
}

.upload_form label {
    width: 100%;
    text-align: center;
}

.upload_form.has-advanced-upload {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;

    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.upload_form.is-dragover {
    outline-offset: -20px;
    outline-color: #c8dadf;
    background-color: #fff;
}

.upload_form__dragndrop,
.upload_form__icon {
    display: none;
}

.upload_form.has-advanced-upload .upload_form__dragndrop {
    display: inline;
}

.upload_form__file {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.upload_form.has-advanced-upload .upload_form__icon {
    width: 100%;
    height: 80px;
    fill: #92b0b3;
    display: block;
    margin-bottom: 40px;
    font-size: 70px;
    color: #8cb5c0;
    text-align: center;
}

.upload_form.is-uploading .upload_form__input,
.upload_form.is-success .upload_form__input,
.upload_form.is-error .upload_form__input {
    visibility: hidden;
}

.upload_form__uploading,
.upload_form__success,
.upload_form__error {
    display: none;
}

.upload_form.is-uploading .upload_form__uploading,
.upload_form.is-success .upload_form__success,
.upload_form.is-error .upload_form__error {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.upload_form__uploading {
    font-style: italic;
}

.upload_form__success {
    -webkit-animation: appear-from-inside .25s ease-in-out;
    animation: appear-from-inside .25s ease-in-out;
}

@-webkit-keyframes appear-from-inside {
    from {
        -webkit-transform: translateY(-50%) scale(0);
    }

    75% {
        -webkit-transform: translateY(-50%) scale(1.1);
    }

    to {
        -webkit-transform: translateY(-50%) scale(1);
    }
}

@keyframes appear-from-inside {
    from {
        transform: translateY(-50%) scale(0);
    }

    75% {
        transform: translateY(-50%) scale(1.1);
    }

    to {
        transform: translateY(-50%) scale(1);
    }
}

.upload_form__restart {
    font-weight: 700;
}

.upload_form__restart:focus,
.upload_form__restart:hover {
    color: #39bfd3;
}

.upload_form__input {
    padding-top: 10%;
}

/*-----------------------------------------------
*calender-options-wrapper
-------------------------------------------------*/
.calender-options-wrapper {
    background: #fff;
}

.calender-options-wrapper ul {
    padding: 10px;
}

.calender-options-wrapper a {
    display: block;
    padding: 10px;
    background: #f1f1f1;
    text-decoration: none;
    color: #555;
}

.calender-options-wrapper i {
    margin-right: 10px;
}

.calender-options-wrapper a:hover {
    background: #c8eaf0;
    color: #2292a6;
}

/*-----------------------------------------------
*calender-options-wrapper
-------------------------------------------------*/
.paymentMethod__list {
    border-radius: 5px;
    display: block;
    text-align: center;
    /* border: solid 2px #a9f7f3; */
    padding: 10px 10px 0px;
    /* background: #e9fffe; */
    text-decoration: none;
}

.paymentMethod__list:after {
    display: block;
    content: "";
    clear: both;
}

.paymentMethod__list .paymentMethod__list__point {
    display: none;
}

.paymentMethod__list .paymentMethod__list__icon {
    text-align: center;
    line-height: 85px;
    font-size: 2em;
    color: #9ccdd7;
    border: solid 2px #c1e6ed;
    width: 85px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
}

.paymentMethod__list .paymentMethod__list__text {
    text-decoration: none;
    font-size: 18px;
    color: #83c2cf;
    padding: 10px 0px 5px;
    font-weight: bold;
}

.paymentMethod__list:hover .paymentMethod__list__icon {
    background: #01849f;
    color: #fff;
    border: solid 2px #01839f;
}

.paymentMethod__list:hover .paymentMethod__list__text {
    color: #2aa6bf;
}

.paymentMethod__list.active .paymentMethod__list__icon {
    background: #01849f;
    color: #fff;
    border: solid 2px #effffe;
}

.paymentMethod__list.active .paymentMethod__list__text {
    color: #01849f;
    text-decoration: none;
}

.paymentMethod__list.active .paymentMethod__list__point {
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #01849f transparent;
}

@media screen and (max-width: 1390px) {
    .paymentMethod__list .paymentMethod__list__icon {
        background: #fff;
        width: auto;
        border-radius: 5px;
    }
}

@media screen and (max-width: 760px) {
    .paymentMethod__list .paymentMethod__list__icon {
        font-size: 1.5em;
        line-height: normal;
        padding: 10px 0px;
    }

    .paymentMethod__list .paymentMethod__list__text {
        font-size: 15px;
    }
}

.paymentMethod__content {
    background: #1e8782;
    border-radius: 0px;
    width: 100%;
}

.paymentMethod__content:after {
    display: block;
    clear: both;
    content: "";
}

.paymentMethod__content .paymentMethod__content__icon {
    float: left;
    background: none;
    padding: 0px;
    line-height: normal;
    border: none;
    border-radius: 0px;
    font-size: 20px;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /* padding: 0px 20px; */
    color: #fff;
    border-radius: 50%;
    background: #28a29d;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.paymentMethod__content .paymentMethod__content__text {
    float: left;
    color: #fff;
    padding: 0px;
    line-height: normal;
    vertical-align: middle;
    line-height: 35px;
    font-size: 18px;
    line-height: 44px;
}

/**
resourceRecord__listGroup
**/

.resourceRecord__listGroup {
    list-style-type: disc;
    list-style-position: inside;
    color: #1d44c1;
    margin-bottom: 15px;
}

.resourceRecord__listGroup li {
    list-style-type: disc;
}

.resourceRecord__listGroup li p {
    display: inline-block;
    color: #111;
    font-size: 17px;
}


/**
  *login
  **/
.login_box {
    background: #fff;
    border-radius: 10px;
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    border: none;
    box-shadow: 0 40px 99px #00000029;
    position: absolute;
    padding: 24px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.login_box_title {
    font-size: 23px;
    text-align: center;
    /* border-bottom: solid 1px rgb(228, 228, 228); */
    /* margin-bottom: 10px; */
    /* padding-bottom:10px; */
    margin-left: 10px;
    color: #26a6bc;
    font-weight: bold;
}

.login_box_a {
    display: block;
    padding-top: 10px;
    text-decoration: none;
    color: #999;
}

.login_box_btn_box {
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid 1px rgb(228, 228, 228);
}

.login_box .logo {
    max-width: 200px;
}

.login_box .logo img {
    width: 100%;
}

.login_box_header {
    display: flex;
    /* justify-content: center; */
    border-bottom: solid 1px rgb(228, 228, 228);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/**
  *count_number
  **/
.count_number {
    font-size: 14px;
    color: #999;
}

.circle_number {
    border-radius: 50%;
    min-width: 27px;
    height: 27px;
    background-color: #ec5d5d;
    display: inline-block;
    line-height: 27px;
    margin-top: -3px;
    color: #fff;
}

/**
  *line_text_st
  **/
.line_text_st {
    width: 100%;
    border-top: solid 1px #cacaca;
    height: 10px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.line_text_st span {
    display: inline-block;
    background: #fff;
    padding: 10px;
    position: relative;
    top: -22px;
    color: #7e7e7e;
}

/**
**progress_step_wrap
**/
.progress_step_wrap{
    padding: 0;
    list-style-type: none;
    font-family: arial;
    font-size: 12px;
    clear: both;
    line-height: 1em;
    margin: 0 -1px;
    text-align: center;
    overflow: hidden;
    border-radius: 11px;
}

.progress_step_wrap li {
    float: left;
    padding: 10px 30px 10px 40px;
    background: #87a4aa;
    color: #fff;
    position: relative;
    border-top: 1px solid #87a4aa;
    border-bottom: 1px solid #87a4aa;
    width: 33.3%;
    font-size: 15px;
    margin: 0px;
    line-height: 21px;
}
@media screen and (max-width: 760px) {
    .progress_step_wrap li {
        padding: 10px 15px 10px 25px;
    }
}
.progress_step_wrap li:before {
    content: '';
    border-left: 20px solid #fff;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    position: absolute;
    top: -4px;
    left: 0px;
}
.progress_step_wrap li:after {
    content: '';
    border-left: 17px solid #87a4aa;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
}
.progress_step_wrap li:first-child::before{
    display: none;
}
.progress_step_wrap li:last-child::after{
    display: none;
}
.progress_step_wrap li.actived {
    background: #096e81;
}
.progress_step_wrap li.active {
    background: #0d94ae;
}

.progress_step_wrap li.actived:after {
    border-left-color: #096e81;
}
.progress_step_wrap li.active:after {
    border-left-color: #0e94ae;
}
.progress_step_box{
    text-align: center;
    background: #f6fdff;
    margin: 0px 0px 20px 0px;
    padding: 20px;
    border: solid 1px #c4f2ff;
    border-radius: 12px;
}
.progress_step_icon{
    font-size: 50px;
    color: #0e94ae;
}

/* loading element style */
.progress_step_icon.loading {
    animation: rotation 2s infinite linear;
}
  
@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }

  /*
  *mlvli
  */
  .mlvli {
    counter-reset: item;
    list-style-type: decimal;
    padding-left: 30px;
    line-height: 28px;
    margin-top: 20px;
    }

    .mlvli li {
        display: block;
        margin-bottom: 1em;
    }

    .mlvli li:before {
        content: counters(item, ".")" ";
        counter-increment: item;
        display: inline-block;
        width: 2em;
        margin-left: -29px;
    }

    .mlvli .mlvli li:before {
        width: 3em;
        display: inline;
    }

    .mlvli li p,
    .mlvli li h4 {
        margin: 0 0 1em 1.5em;
    }

    .mlvli li p:first-child,
    .mlvli li h4:first-child {
        margin-top: -1.15em;
    }

    .mlvli .mlvli h4,
    .mlvli .mlvli p {
        margin: -1.15em 0 1.5em 2em;
    }

    .mlvli .mlvli h4:last-child,
    .mlvli .mlvli p:last-child {
        margin: -1.15em 0 1.5em 2em;
    }

   
    .mlvli .mlvli .mlvli span {
        display: inline-block;
    }

    /****
    *docs s.
    *****/
    /*!
 * Bootstrap Docs (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under the Creative Commons Attribution 3.0 Unported License.
 * For details, see https://creativecommons.org/licenses/by/3.0/.
 */
.grid {
    display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    gap: var(--bs-gap, 1.5rem)
}

.grid .g-col-1 {
    grid-column: auto/span 1
}

.grid .g-col-2 {
    grid-column: auto/span 2
}

.grid .g-col-3 {
    grid-column: auto/span 3
}

.grid .g-col-4 {
    grid-column: auto/span 4
}

.grid .g-col-5 {
    grid-column: auto/span 5
}

.grid .g-col-6 {
    grid-column: auto/span 6
}

.grid .g-col-7 {
    grid-column: auto/span 7
}

.grid .g-col-8 {
    grid-column: auto/span 8
}

.grid .g-col-9 {
    grid-column: auto/span 9
}

.grid .g-col-10 {
    grid-column: auto/span 10
}

.grid .g-col-11 {
    grid-column: auto/span 11
}

.grid .g-col-12 {
    grid-column: auto/span 12
}

.grid .g-start-1 {
    grid-column-start: 1
}

.grid .g-start-2 {
    grid-column-start: 2
}

.grid .g-start-3 {
    grid-column-start: 3
}

.grid .g-start-4 {
    grid-column-start: 4
}

.grid .g-start-5 {
    grid-column-start: 5
}

.grid .g-start-6 {
    grid-column-start: 6
}

.grid .g-start-7 {
    grid-column-start: 7
}

.grid .g-start-8 {
    grid-column-start: 8
}

.grid .g-start-9 {
    grid-column-start: 9
}

.grid .g-start-10 {
    grid-column-start: 10
}

.grid .g-start-11 {
    grid-column-start: 11
}

@media (min-width: 576px) {
    .grid .g-col-sm-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-sm-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-sm-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-sm-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-sm-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-sm-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-sm-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-sm-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-sm-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-sm-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-sm-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-sm-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-sm-1 {
        grid-column-start: 1
    }

    .grid .g-start-sm-2 {
        grid-column-start: 2
    }

    .grid .g-start-sm-3 {
        grid-column-start: 3
    }

    .grid .g-start-sm-4 {
        grid-column-start: 4
    }

    .grid .g-start-sm-5 {
        grid-column-start: 5
    }

    .grid .g-start-sm-6 {
        grid-column-start: 6
    }

    .grid .g-start-sm-7 {
        grid-column-start: 7
    }

    .grid .g-start-sm-8 {
        grid-column-start: 8
    }

    .grid .g-start-sm-9 {
        grid-column-start: 9
    }

    .grid .g-start-sm-10 {
        grid-column-start: 10
    }

    .grid .g-start-sm-11 {
        grid-column-start: 11
    }
}

@media (min-width: 768px) {
    .grid .g-col-md-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-md-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-md-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-md-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-md-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-md-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-md-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-md-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-md-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-md-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-md-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-md-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-md-1 {
        grid-column-start: 1
    }

    .grid .g-start-md-2 {
        grid-column-start: 2
    }

    .grid .g-start-md-3 {
        grid-column-start: 3
    }

    .grid .g-start-md-4 {
        grid-column-start: 4
    }

    .grid .g-start-md-5 {
        grid-column-start: 5
    }

    .grid .g-start-md-6 {
        grid-column-start: 6
    }

    .grid .g-start-md-7 {
        grid-column-start: 7
    }

    .grid .g-start-md-8 {
        grid-column-start: 8
    }

    .grid .g-start-md-9 {
        grid-column-start: 9
    }

    .grid .g-start-md-10 {
        grid-column-start: 10
    }

    .grid .g-start-md-11 {
        grid-column-start: 11
    }
}

@media (min-width: 992px) {
    .grid .g-col-lg-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-lg-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-lg-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-lg-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-lg-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-lg-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-lg-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-lg-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-lg-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-lg-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-lg-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-lg-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-lg-1 {
        grid-column-start: 1
    }

    .grid .g-start-lg-2 {
        grid-column-start: 2
    }

    .grid .g-start-lg-3 {
        grid-column-start: 3
    }

    .grid .g-start-lg-4 {
        grid-column-start: 4
    }

    .grid .g-start-lg-5 {
        grid-column-start: 5
    }

    .grid .g-start-lg-6 {
        grid-column-start: 6
    }

    .grid .g-start-lg-7 {
        grid-column-start: 7
    }

    .grid .g-start-lg-8 {
        grid-column-start: 8
    }

    .grid .g-start-lg-9 {
        grid-column-start: 9
    }

    .grid .g-start-lg-10 {
        grid-column-start: 10
    }

    .grid .g-start-lg-11 {
        grid-column-start: 11
    }
}

@media (min-width: 1200px) {
    .grid .g-col-xl-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-xl-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-xl-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-xl-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-xl-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-xl-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-xl-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-xl-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-xl-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-xl-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-xl-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-xl-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-xl-1 {
        grid-column-start: 1
    }

    .grid .g-start-xl-2 {
        grid-column-start: 2
    }

    .grid .g-start-xl-3 {
        grid-column-start: 3
    }

    .grid .g-start-xl-4 {
        grid-column-start: 4
    }

    .grid .g-start-xl-5 {
        grid-column-start: 5
    }

    .grid .g-start-xl-6 {
        grid-column-start: 6
    }

    .grid .g-start-xl-7 {
        grid-column-start: 7
    }

    .grid .g-start-xl-8 {
        grid-column-start: 8
    }

    .grid .g-start-xl-9 {
        grid-column-start: 9
    }

    .grid .g-start-xl-10 {
        grid-column-start: 10
    }

    .grid .g-start-xl-11 {
        grid-column-start: 11
    }
}

@media (min-width: 1400px) {
    .grid .g-col-xxl-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-xxl-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-xxl-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-xxl-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-xxl-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-xxl-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-xxl-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-xxl-8 {
        grid-column: auto/span 8
    }

    .grid .g-col-xxl-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-xxl-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-xxl-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-xxl-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-xxl-1 {
        grid-column-start: 1
    }

    .grid .g-start-xxl-2 {
        grid-column-start: 2
    }

    .grid .g-start-xxl-3 {
        grid-column-start: 3
    }

    .grid .g-start-xxl-4 {
        grid-column-start: 4
    }

    .grid .g-start-xxl-5 {
        grid-column-start: 5
    }

    .grid .g-start-xxl-6 {
        grid-column-start: 6
    }

    .grid .g-start-xxl-7 {
        grid-column-start: 7
    }

    .grid .g-start-xxl-8 {
        grid-column-start: 8
    }

    .grid .g-start-xxl-9 {
        grid-column-start: 9
    }

    .grid .g-start-xxl-10 {
        grid-column-start: 10
    }

    .grid .g-start-xxl-11 {
        grid-column-start: 11
    }
}

.bd-navbar {
    padding: .75rem 0;
    background-color: #7952b3
}

.bd-navbar .navbar-toggler {
    padding: 0;
    border: 0
}

.bd-navbar .navbar-nav .nav-link {
    padding-right: .25rem;
    padding-left: .25rem;
    color: rgba(255, 255, 255, 0.85)
}

.bd-navbar .navbar-nav .nav-link:hover,
.bd-navbar .navbar-nav .nav-link:focus {
    color: #fff
}

.bd-navbar .navbar-nav .nav-link.active {
    font-weight: 600;
    color: #fff
}

.bd-navbar .navbar-nav-svg {
    width: 1rem;
    height: 1rem
}

.bd-subnavbar {
    position: relative;
    z-index: 1020;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15)
}

.bd-subnavbar .dropdown-menu {
    font-size: .875rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05)
}

.bd-subnavbar .dropdown-item.current {
    font-weight: 600;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem top 0.6rem;
    background-size: .75rem .75rem
}

@media (min-width: 768px) {
    .bd-subnavbar {
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }
}

.bd-search {
    position: relative
}

.bd-search::after {
    position: absolute;
    top: .4rem;
    right: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5rem;
    padding-right: .25rem;
    padding-left: .25rem;
    font-size: .75rem;
    color: #6c757d;
    content: "Ctrl + /";
    border: 1px solid #dee2e6;
    border-radius: .125rem
}

@media (max-width: 767.98px) {
    .bd-search {
        width: 100%
    }
}

.bd-search .form-control {
    padding-right: 3.75rem
}

.bd-search .form-control:focus {
    border-color: #7952b3;
    box-shadow: 0 0 0 3px rgba(121, 82, 179, 0.25)
}

.bd-sidebar-toggle {
    color: #6c757d
}

.bd-sidebar-toggle:hover,
.bd-sidebar-toggle:focus {
    color: #7952b3
}

.bd-sidebar-toggle:focus {
    box-shadow: 0 0 0 3px rgba(121, 82, 179, 0.25)
}

.bd-sidebar-toggle .bi-collapse {
    display: none
}

.bd-sidebar-toggle:not(.collapsed) .bi-expand {
    display: none
}

.bd-sidebar-toggle:not(.collapsed) .bi-collapse {
    display: inline-block
}

.bd-masthead {
    padding: 3rem 0;
    background: linear-gradient(165deg, #f7f5fb 50%, #fff 50%)
}

.bd-masthead h1 {
    font-size: calc(1.525rem + 3.3vw);
    line-height: 1
}

@media (min-width: 1200px) {
    .bd-masthead h1 {
        font-size: 4rem
    }
}

.bd-masthead p:not(.lead) {
    color: #495057
}

.bd-masthead .btn {
    padding: .8rem 2rem;
    font-weight: 600
}

.bd-masthead .lead {
    font-size: calc(1.275rem + .3vw);
    font-weight: 400;
    color: #495057
}

@media (min-width: 1200px) {
    .bd-masthead .lead {
        font-size: 1.5rem
    }
}

@media (min-width: 768px) {
    .mw-md-75 {
        max-width: 75%
    }
}

.masthead-followup-icon {
    padding: .75rem;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
    border-radius: .75rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1)
}

.masthead-followup-svg {
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.125))
}

#carbonads {
    position: static;
    display: block;
    max-width: 400px;
    padding: 15px 15px 15px 160px;
    margin: 2rem 0;
    overflow: hidden;
    font-size: .8125rem;
    line-height: 1.4;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.05)
}

#carbonads a {
    color: #343a40;
    text-decoration: none
}

@media (min-width: 576px) {
    #carbonads {
        max-width: 330px;
        border-radius: 4px
    }
}

.carbon-img {
    float: left;
    margin-left: -145px
}

.carbon-poweredby {
    display: block;
    margin-top: .75rem;
    color: #495057 !important
}

@media (min-width: 768px) {
    :root {
        scroll-padding-top: 4rem
    }
}

.bd-content>h2:not(:first-child) {
    margin-top: 3rem
}

.bd-content>h3 {
    margin-top: 2rem
}

.bd-content>ul li,
.bd-content>ol li {
    margin-bottom: .25rem
}

.bd-content>ul li>p~ul,
.bd-content>ol li>p~ul {
    margin-top: -.5rem;
    margin-bottom: 1rem
}

.bd-content>.table {
    max-width: 100%;
    margin-bottom: 1.5rem;
    font-size: .875rem
}

@media (max-width: 991.98px) {
    .bd-content>.table {
        display: block;
        overflow-x: auto
    }

    .bd-content>.table.table-bordered {
        border: 0
    }
}

.bd-content>.table th:first-child,
.bd-content>.table td:first-child {
    padding-left: 0
}

.bd-content>.table th:not(:last-child),
.bd-content>.table td:not(:last-child) {
    padding-right: 1.5rem
}

.bd-content>.table td:first-child>code {
    white-space: nowrap
}

.bd-title {
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {
    .bd-title {
        font-size: 3rem
    }
}

.bd-lead {
    font-size: calc(1.275rem + .3vw);
    font-weight: 300
}

@media (min-width: 1200px) {
    .bd-lead {
        font-size: 1.5rem
    }
}

.bd-text-purple-bright {
    color: #7952b3
}

.bd-bg-purple-bright {
    background-color: #7952b3
}

.skippy {
    background-color: #563d7c
}

.skippy a {
    color: #fff
}

@media (max-width: 767.98px) {
    .bd-sidebar {
        margin: 0 -.75rem 1rem
    }
}

.bd-links {
    overflow: auto;
    font-weight: 600
}

@media (min-width: 768px) {
    .bd-links {
        position: -webkit-sticky;
        position: sticky;
        top: 5rem;
        display: block !important;
        height: calc(100vh - 7rem);
        padding-left: .25rem;
        margin-left: -.25rem;
        overflow-y: auto
    }
}

@media (max-width: 767.98px) {
    .bd-links>ul {
        padding: 1.5rem .75rem;
        background-color: #f8f9fa;
        border-bottom: 1px solid #e9ecef
    }
}

.bd-links a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none
}

.bd-links a:hover,
.bd-links a:focus {
    color: rgba(0, 0, 0, 0.85);
    background-color: rgba(121, 82, 179, 0.1)
}

.bd-links .btn {
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65);
    background-color: transparent;
    border: 0
}

.bd-links .btn:hover,
.bd-links .btn:focus {
    color: rgba(0, 0, 0, 0.85);
    background-color: rgba(121, 82, 179, 0.1)
}

.bd-links .btn:focus {
    box-shadow: 0 0 0 1px rgba(121, 82, 179, 0.7)
}

.bd-links .btn::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform 0.35s ease;
    transform-origin: .5em 50%
}

@media (prefers-reduced-motion: reduce) {
    .bd-links .btn::before {
        transition: none
    }
}

.bd-links .btn[aria-expanded="true"] {
    color: rgba(0, 0, 0, 0.85)
}

.bd-links .btn[aria-expanded="true"]::before {
    transform: rotate(90deg)
}

.bd-links .active {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85)
}

@media (min-width: 768px) {
    .bd-layout {
        display: grid;
        gap: 1.5rem;
        grid-template-areas: "sidebar main";
        grid-template-columns: 1fr 3fr
    }
}

@media (min-width: 992px) {
    .bd-layout {
        grid-template-columns: 1fr 5fr
    }
}

.bd-sidebar {
    grid-area: sidebar
}

.bd-main {
    grid-area: main
}

@media (min-width: 768px) {
    .bd-main {
        display: grid;
        gap: inherit;
        grid-template-areas: "intro""toc""content";
        grid-template-rows: auto auto 1fr
    }
}

@media (min-width: 992px) {
    .bd-main {
        grid-template-areas: "intro   toc""content toc";
        grid-template-columns: 4fr 1fr;
        grid-template-rows: auto 1fr
    }
}

.bd-intro {
    grid-area: intro
}

.bd-toc {
    grid-area: toc
}

.bd-content {
    grid-area: content;
    min-width: 1px
}

@media (min-width: 992px) {
    .bd-toc {
        position: -webkit-sticky;
        position: sticky;
        top: 5rem;
        right: 0;
        z-index: 2;
        height: calc(100vh - 7rem);
        overflow-y: auto
    }
}

.bd-toc nav {
    font-size: .875rem
}

.bd-toc nav ul {
    padding-left: 0;
    list-style: none
}

.bd-toc nav ul ul {
    padding-left: 1rem;
    margin-top: .25rem
}

.bd-toc nav li {
    margin-bottom: .25rem
}

.bd-toc nav a {
    color: inherit
}

.bd-toc nav a:not(:hover) {
    text-decoration: none
}

.bd-toc nav a code {
    font: inherit
}

.bd-footer a {
    color: #495057;
    text-decoration: none
}

.bd-footer a:hover,
.bd-footer a:focus {
    color: #0d6efd;
    text-decoration: underline
}

.bd-example-row .row>.col,
.bd-example-row .row>[class^="col-"] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(39, 41, 43, 0.03);
    border: 1px solid rgba(39, 41, 43, 0.1)
}

.bd-example-row .row+.row {
    margin-top: 1rem
}

.bd-example-row-flex-cols .row {
    min-height: 10rem;
    background-color: rgba(255, 0, 0, 0.1)
}

.bd-example-cssgrid {
    text-align: center
}

.bd-example-cssgrid .grid+.grid {
    margin-top: 1rem
}

.bd-example-cssgrid .grid>* {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(255, 0, 255, 0.1);
    border: 1px solid rgba(255, 0, 255, 0.25)
}

.bd-highlight {
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.15)
}

.example-container {
    width: 800px;
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

.example-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.example-content-main {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

@media (min-width: 576px) {
    .example-content-main {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width: 992px) {
    .example-content-main {
        flex: 0 0 auto;
        width: 66.666667%
    }
}

.example-content-secondary {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

@media (min-width: 576px) {
    .example-content-secondary {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width: 992px) {
    .example-content-secondary {
        flex: 0 0 auto;
        width: 33.333333%
    }
}

.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -.75rem 0;
    border: solid #dee2e6;
    border-width: 1px 0 0
}

.bd-example::after {
    display: block;
    clear: both;
    content: ""
}

@media (min-width: 576px) {
    .bd-example {
        padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: 1px;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .bd-example+.bd-clipboard+.highlight {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
}

.bd-example+p {
    margin-top: 2rem
}

.bd-example>.form-control+.form-control {
    margin-top: .5rem
}

.bd-example>.nav+.nav,
.bd-example>.alert+.alert,
.bd-example>.navbar+.navbar,
.bd-example>.progress+.progress {
    margin-top: 1rem
}

.bd-example>.dropdown-menu {
    position: static;
    display: block
}

.bd-example>:last-child {
    margin-bottom: 0
}

.bd-example>svg+svg,
.bd-example>img+img {
    margin-left: .5rem
}

.bd-example>.btn,
.bd-example>.btn-group {
    margin: .25rem .125rem
}

.bd-example>.btn-toolbar+.btn-toolbar {
    margin-top: .5rem
}

.bd-example>.list-group {
    max-width: 400px
}

.bd-example>[class*="list-group-horizontal"] {
    max-width: 100%
}

.bd-example .fixed-top,
.bd-example .sticky-top {
    position: static;
    margin: -1rem -1rem 1rem
}

.bd-example .fixed-bottom {
    position: static;
    margin: 1rem -1rem -1rem
}

@media (min-width: 576px) {

    .bd-example .fixed-top,
    .bd-example .sticky-top {
        margin: -1.5rem -1.5rem 1rem
    }

    .bd-example .fixed-bottom {
        margin: 1rem -1.5rem -1.5rem
    }
}

.bd-example .pagination {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.bd-example-ratios .ratio {
    display: inline-block;
    width: 10rem;
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6
}

.bd-example-ratios .ratio>div {
    display: flex;
    align-items: center;
    justify-content: center
}

.bd-example-ratios-breakpoint .ratio-4x3 {
    width: 16rem
}

@media (min-width: 768px) {
    .bd-example-ratios-breakpoint .ratio-4x3 {
        --bs-aspect-ratio: 50%
    }
}

.bd-example-modal {
    background-color: #fafafa
}

.bd-example-modal .modal {
    position: static;
    display: block
}

.bd-example-offcanvas {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.bd-example-offcanvas .offcanvas {
    position: static;
    display: block;
    height: 200px;
    visibility: visible;
    transform: translate(0)
}

.tooltip-demo a {
    white-space: nowrap
}

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: .5rem;
    overflow: auto
}

.scrollspy-example-2 {
    position: relative;
    height: 350px;
    overflow: auto
}

.bd-example-border-utils [class^="border"] {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: .25rem;
    background-color: #f5f5f5
}

.bd-example-border-utils-0 [class^="border"] {
    border: 1px solid #dee2e6
}

.bd-example-rounded-utils [class*="rounded"] {
    margin: .25rem
}

.bd-example-position-utils {
    position: relative;
    padding: 3em
}

.bd-example-position-utils .position-relative {
    height: 200px;
    background-color: #f5f5f5
}

.bd-example-position-utils .position-absolute {
    width: 2em;
    height: 2em;
    background-color: #212529;
    border-radius: .25rem
}

.bd-example-position-examples::after {
    content: none
}

.bd-example-placeholder-cards::after {
    display: none
}

.bd-example-placeholder-cards .card {
    width: 18rem
}

.bd-example-toasts {
    min-height: 240px
}

.highlight {
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa
}

@media (min-width: 576px) {
    .highlight {
        padding: 1rem 1.5rem
    }
}

.highlight pre {
    padding: 0;
    margin-top: .65rem;
    margin-bottom: .65rem;
    white-space: pre;
    background-color: transparent;
    border: 0
}

.highlight pre code {
    font-size: inherit;
    color: #212529;
    word-wrap: normal
}

.bd-content .highlight {
    margin-right: -.75rem;
    margin-left: -.75rem
}

@media (min-width: 576px) {
    .bd-content .highlight {
        margin-right: 0;
        margin-left: 0
    }
}

.btn-bd-primary {
    font-weight: 600;
    color: #fff;
    background-color: #7952b3;
    border-color: #7952b3
}

.btn-bd-primary:hover,
.btn-bd-primary:active {
    color: #fff;
    background-color: #61428f;
    border-color: #61428f
}

.btn-bd-primary:focus {
    box-shadow: 0 0 0 3px rgba(121, 82, 179, 0.25)
}

.btn-bd-download {
    font-weight: 600;
    color: #ffe484;
    border-color: #ffe484
}

.btn-bd-download:hover,
.btn-bd-download:active {
    color: #2a2730;
    background-color: #ffe484;
    border-color: #ffe484
}

.btn-bd-download:focus {
    box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.25)
}

.btn-bd-light {
    color: #6c757d;
    border-color: #dee2e6
}

.show>.btn-bd-light,
.btn-bd-light:hover,
.btn-bd-light:active {
    color: #7952b3;
    background-color: #fff;
    border-color: #7952b3
}

.btn-bd-light:focus {
    box-shadow: 0 0 0 3px rgba(121, 82, 179, 0.25)
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

.bd-brand-logos {
    color: #7952b3
}

.bd-brand-logos .inverse {
    color: #fff;
    background-color: #7952b3
}

.bd-brand-item+.bd-brand-item {
    border-top: 1px solid #fff
}

@media (min-width: 768px) {
    .bd-brand-item+.bd-brand-item {
        border-top: 0;
        border-left: 1px solid #fff
    }
}

.color-swatches {
    margin: 0 -5px
}

.color-swatches .bd-purple {
    background-color: #563d7c
}

.color-swatches .bd-purple-light {
    background-color: #cbbde2
}

.color-swatches .bd-purple-lighter {
    background-color: #e5e1ea
}

.color-swatches .bd-gray {
    background-color: #f9f9f9
}

.color-swatch {
    width: 4rem;
    height: 4rem
}

@media (min-width: 768px) {
    .color-swatch {
        width: 6rem;
        height: 6rem
    }
}

.swatch-blue {
    color: #fff;
    background-color: #0d6efd
}

.swatch-blue::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "4.50""\a""4.50""\a""4.66";
    background-color: #0d6efd;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-indigo {
    color: #fff;
    background-color: #6610f2
}

.swatch-indigo::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "7.18""\a""7.18""\a""2.92";
    background-color: #6610f2;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-purple {
    color: #fff;
    background-color: #6f42c1
}

.swatch-purple::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "6.51""\a""6.51""\a""3.22";
    background-color: #6f42c1;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-pink {
    color: #fff;
    background-color: #d63384
}

.swatch-pink::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "4.50""\a""4.50""\a""4.66";
    background-color: #d63384;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-red {
    color: #fff;
    background-color: #dc3545
}

.swatch-red::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "4.52""\a""4.52""\a""4.63";
    background-color: #dc3545;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-orange {
    color: #000;
    background-color: #fd7e14
}

.swatch-orange::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "8.17""\a""2.57""\a""8.17";
    background-color: #fd7e14;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #000 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-yellow {
    color: #000;
    background-color: #ffc107
}

.swatch-yellow::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "12.8""\a""1.63""\a""12.8";
    background-color: #ffc107;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #000 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-green {
    color: #fff;
    background-color: #198754
}

.swatch-green::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "4.53""\a""4.53""\a""4.63";
    background-color: #198754;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-teal {
    color: #000;
    background-color: #20c997
}

.swatch-teal::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "9.86""\a""2.12""\a""9.86";
    background-color: #20c997;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #000 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-cyan {
    color: #000;
    background-color: #0dcaf0
}

.swatch-cyan::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "10.7""\a""1.95""\a""10.7";
    background-color: #0dcaf0;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #000 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-white {
    color: #000;
    background-color: #fff
}

.swatch-white::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "21""\a""1""\a""21";
    background-color: #fff;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #000 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-gray {
    color: #fff;
    background-color: #6c757d
}

.swatch-gray::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "4.68""\a""4.68""\a""4.47";
    background-color: #6c757d;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-gray-dark {
    color: #fff;
    background-color: #343a40
}

.swatch-gray-dark::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "11.5""\a""11.5""\a""1.82";
    background-color: #343a40;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.swatch-gray-500 {
    color: #000;
    background-color: #adb5bd
}

.swatch-gray-500::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.35;
    white-space: pre;
    content: "10.1""\a""2.07""\a""10.1";
    background-color: #adb5bd;
    background-image: linear-gradient(to bottom, transparent 0.25rem, #000 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
    background-repeat: no-repeat;
    background-size: .5rem 100%
}

.bd-blue-50 {
    color: #000;
    background-color: #f3f8ff !important;
}
.bd-blue-100 {
    color: #000;
    background-color: #cfe2ff !important;
}

.bd-blue-200 {
    color: #000;
    background-color: #9ec5fe !important;
}

.bd-blue-300 {
    color: #000;
    background-color: #6ea8fe !important;
}

.bd-blue-400 {
    color: #000;
    background-color: #3d8bfd !important;
}

.bd-blue-500 {
    color: #fff;
    background-color: #0d6efd !important;
}

.bd-blue-600 {
    color: #fff;
    background-color: #0a58ca !important;
}

.bd-blue-700 {
    color: #fff;
    background-color: #084298 !important;
}

.bd-blue-800 {
    color: #fff;
    background-color: #052c65 !important;
}

.bd-blue-900 {
    color: #fff;
    background-color: #031633 !important;
}

.bd-indigo-100 {
    color: #000;
    background-color: #e0cffc !important;
}

.bd-indigo-200 {
    color: #000;
    background-color: #c29ffa !important;
}

.bd-indigo-300 {
    color: #000;
    background-color: #a370f7 !important;
}

.bd-indigo-400 {
    color: #fff;
    background-color: #8540f5 !important;
}

.bd-indigo-500 {
    color: #fff;
    background-color: #6610f2 !important;
}

.bd-indigo-600 {
    color: #fff;
    background-color: #520dc2 !important;
}

.bd-indigo-700 {
    color: #fff;
    background-color: #3d0a91 !important;
}

.bd-indigo-800 {
    color: #fff;
    background-color: #290661 !important;
}

.bd-indigo-900 {
    color: #fff;
    background-color: #140330 !important;
}

.bd-purple-100 {
    color: #000;
    background-color: #e2d9f3 !important;
}

.bd-purple-200 {
    color: #000;
    background-color: #c5b3e6 !important;
}

.bd-purple-300 {
    color: #000;
    background-color: #a98eda !important;
}

.bd-purple-400 {
    color: #000;
    background-color: #8c68cd !important;
}

.bd-purple-500 {
    color: #fff;
    background-color: #6f42c1 !important;
}

.bd-purple-600 {
    color: #fff;
    background-color: #59359a !important;
}

.bd-purple-700 {
    color: #fff;
    background-color: #432874 !important;
}

.bd-purple-800 {
    color: #fff;
    background-color: #2c1a4d !important;
}

.bd-purple-900 {
    color: #fff;
    background-color: #160d27 !important;
}

.bd-pink-100 {
    color: #000;
    background-color: #f7d6e6 !important;
}

.bd-pink-200 {
    color: #000;
    background-color: #efadce !important;
}

.bd-pink-300 {
    color: #000;
    background-color: #e685b5 !important;
}

.bd-pink-400 {
    color: #000;
    background-color: #de5c9d !important;
}

.bd-pink-500 {
    color: #fff;
    background-color: #d63384 !important;
}

.bd-pink-600 {
    color: #fff;
    background-color: #ab296a !important;
}

.bd-pink-700 {
    color: #fff;
    background-color: #801f4f !important;
}

.bd-pink-800 {
    color: #fff;
    background-color: #561435 !important;
}

.bd-pink-900 {
    color: #fff;
    background-color: #2b0a1a !important;
}

.bd-red-100 {
    color: #000;
    background-color: #f8d7da !important;
}

.bd-red-200 {
    color: #000;
    background-color: #f1aeb5 !important;
}

.bd-red-300 {
    color: #000;
    background-color: #ea868f !important;
}

.bd-red-400 {
    color: #000;
    background-color: #e35d6a !important;
}

.bd-red-500 {
    color: #fff;
    background-color: #dc3545 !important;
}

.bd-red-600 {
    color: #fff;
    background-color: #b02a37 !important;
}

.bd-red-700 {
    color: #fff;
    background-color: #842029 !important;
}

.bd-red-800 {
    color: #fff;
    background-color: #58151c !important;
}

.bd-red-900 {
    color: #fff;
    background-color: #2c0b0e !important;
}

.bd-orange-100 {
    color: #000;
    background-color: #ffe5d0 !important;
}

.bd-orange-200 {
    color: #000;
    background-color: #fecba1 !important;
}

.bd-orange-300 {
    color: #000;
    background-color: #feb272 !important;
}

.bd-orange-400 {
    color: #000;
    background-color: #fd9843 !important;
}

.bd-orange-500 {
    color: #000;
    background-color: #fd7e14 !important;
}

.bd-orange-600 {
    color: #000;
    background-color: #ca6510 !important;
}

.bd-orange-700 {
    color: #fff;
    background-color: #984c0c !important;
}

.bd-orange-800 {
    color: #fff;
    background-color: #653208 !important;
}

.bd-orange-900 {
    color: #fff;
    background-color: #331904 !important;
}

.bd-yellow-100 {
    color: #000;
    background-color: #fff3cd !important;
}

.bd-yellow-200 {
    color: #000;
    background-color: #ffe69c !important;
}

.bd-yellow-300 {
    color: #000;
    background-color: #ffda6a !important;
}

.bd-yellow-400 {
    color: #000;
    background-color: #ffcd39 !important;
}

.bd-yellow-500 {
    color: #000;
    background-color: #ffc107 !important;
}

.bd-yellow-600 {
    color: #000;
    background-color: #cc9a06 !important;
}

.bd-yellow-700 {
    color: #000;
    background-color: #997404 !important;
}

.bd-yellow-800 {
    color: #fff;
    background-color: #664d03 !important;
}

.bd-yellow-900 {
    color: #fff;
    background-color: #332701 !important;
}

.bd-green-100 {
    color: #000;
    background-color: #d1e7dd !important;
}

.bd-green-200 {
    color: #000;
    background-color: #a3cfbb !important;
}

.bd-green-300 {
    color: #000;
    background-color: #75b798 !important;
}

.bd-green-400 {
    color: #000;
    background-color: #479f76 !important;
}

.bd-green-500 {
    color: #fff;
    background-color: #198754 !important;
}

.bd-green-600 {
    color: #fff;
    background-color: #146c43 !important;
}

.bd-green-700 {
    color: #fff;
    background-color: #0f5132 !important;
}

.bd-green-800 {
    color: #fff;
    background-color: #0a3622 !important;
}

.bd-green-900 {
    color: #fff;
    background-color: #051b11 !important;
}

.bd-teal-100 {
    color: #000;
    background-color: #d2f4ea !important;
}

.bd-teal-200 {
    color: #000;
    background-color: #a6e9d5 !important;
}

.bd-teal-300 {
    color: #000;
    background-color: #79dfc1 !important;
}

.bd-teal-400 {
    color: #000;
    background-color: #4dd4ac !important;
}

.bd-teal-500 {
    color: #000;
    background-color: #20c997 !important;
}

.bd-teal-600 {
    color: #000;
    background-color: #1aa179 !important;
}

.bd-teal-700 {
    color: #fff;
    background-color: #13795b !important;
}

.bd-teal-800 {
    color: #fff;
    background-color: #0d503c !important;
}

.bd-teal-900 {
    color: #fff;
    background-color: #06281e !important;
}

.bd-cyan-50 {
    color: #000;
    background-color: #e8fbff !important;
}
.bd-cyan-100 {
    color: #000;
    background-color: #cff4fc !important;
}

.bd-cyan-200 {
    color: #000;
    background-color: #9eeaf9 !important;
}

.bd-cyan-300 {
    color: #000;
    background-color: #6edff6 !important;
}

.bd-cyan-400 {
    color: #000;
    background-color: #3dd5f3 !important;
}

.bd-cyan-500 {
    color: #000;
    background-color: #0dcaf0 !important;
}

.bd-cyan-600 {
    color: #000;
    background-color: #0aa2c0 !important;
}

.bd-cyan-700 {
    color: #fff;
    background-color: #087990 !important;
}

.bd-cyan-800 {
    color: #fff;
    background-color: #055160 !important;
}

.bd-cyan-900 {
    color: #fff;
    background-color: #032830 !important;
}

.bd-gray-100 {
    color: #000;
    background-color: #f8f9fa !important;
}

.bd-gray-200 {
    color: #000;
    background-color: #e9ecef !important;
}

.bd-gray-300 {
    color: #000;
    background-color: #dee2e6 !important;
}

.bd-gray-400 {
    color: #000;
    background-color: #ced4da !important;
}

.bd-gray-500 {
    color: #000;
    background-color: #adb5bd !important;
}

.bd-gray-600 {
    color: #fff;
    background-color: #6c757d !important;
}

.bd-gray-700 {
    color: #fff;
    background-color: #495057 !important;
}

.bd-gray-800 {
    color: #fff;
    background-color: #343a40 !important;
}

.bd-gray-900 {
    color: #fff;
    background-color: #212529 !important;
}

.bd-white {
    color: #000;
    background-color: #fff !important;
}

.bd-black {
    color: #fff;
    background-color: #000 !important;
}

.bd-clipboard {
    position: relative;
    display: none;
    float: right
}

.bd-clipboard+.highlight {
    margin-top: 0
}

@media (min-width: 768px) {
    .bd-clipboard {
        display: block
    }
}

.btn-clipboard {
    position: absolute;
    top: .65rem;
    right: .65rem;
    z-index: 10;
    display: block;
    padding: .25rem .5rem;
    font-size: .65em;
    color: #0d6efd;
    background-color: #fff; !important;
    border: 1px solid;
    border-radius: .25rem
}

.btn-clipboard:hover,
.btn-clipboard:focus {
    color: #fff;
    background-color: #0d6efd !important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.bd-placeholder-img-lg {
    font-size: calc(1.475rem + 2.7vw)
}

@media (min-width: 1200px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem
    }
}

.chroma .c {
    color: #727272
}

.chroma .ch {
    font-style: italic;
    color: #60a0b0
}

.chroma .cm {
    color: #727272
}

.chroma .cp {
    color: #008085
}

.chroma .cpf {
    color: #007020
}

.chroma .c1 {
    color: #727272
}

.chroma .cs {
    color: #727272
}

.chroma .gd {
    background-color: #fcc; !important;
    border: 1px solid #c00
}

.chroma .ge {
    font-style: italic
}

.chroma .gr {
    color: #f00
}

.chroma .gh {
    color: #030
}

.chroma .gi {
    background-color: #cfc; !important;
    border: 1px solid #0c0
}

.chroma .go {
    color: #aaa
}

.chroma .gp {
    color: #009
}

.chroma .gs {
    font-weight: 700
}

.chroma .gu {
    color: #030
}

.chroma .gt {
    color: #9c6
}

.chroma .gl {
    text-decoration: underline
}

.chroma .k {
    color: #069
}

.chroma .kc {
    color: #069
}

.chroma .kd {
    color: #069
}

.chroma .kn {
    color: #069
}

.chroma .kp {
    color: #069
}

.chroma .kr {
    color: #069
}

.chroma .kt {
    color: #078
}

.chroma .m {
    color: #c24f19
}

.chroma .mb {
    color: #40a070
}

.chroma .mf {
    color: #c24f19
}

.chroma .mh {
    color: #c24f19
}

.chroma .mi {
    color: #c24f19
}

.chroma .il {
    color: #c24f19
}

.chroma .mo {
    color: #c24f19
}

.chroma .s {
    color: #d73038
}

.chroma .sa {
    color: #4070a0
}

.chroma .sb {
    color: #c30
}

.chroma .sc {
    color: #c30
}

.chroma .dl {
    color: #4070a0
}

.chroma .sd {
    font-style: italic;
    color: #c30
}

.chroma .s2 {
    color: #c30
}

.chroma .se {
    color: #c30
}

.chroma .sh {
    color: #c30
}

.chroma .si {
    color: #a00
}

.chroma .sx {
    color: #c30
}

.chroma .sr {
    color: #337e7e
}

.chroma .s1 {
    color: #c30
}

.chroma .ss {
    color: #fc3
}

.chroma .na {
    color: #006ee0
}

.chroma .nb {
    color: #366
}

.chroma .nc {
    color: #168174
}

.chroma .no {
    color: #360
}

.chroma .nd {
    color: #6b62de
}

.chroma .ni {
    color: #727272
}

.chroma .ne {
    color: #c00
}

.chroma .nf {
    color: #b715f4
}

.chroma .nl {
    color: #6b62de
}

.chroma .nn {
    color: #007ca5
}

.chroma .nt {
    color: #2f6f9f
}

.chroma .nv {
    color: #033
}

.chroma .o {
    color: #555
}

.chroma .ow {
    color: #000
}

.chroma .w {
    color: #bbb
}

.chroma .language-bash::before,
.chroma .language-sh::before {
    color: #009;
    content: "$ ";
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.chroma .language-powershell::before {
    color: #009;
    content: "PM> ";
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.anchorjs-link {
    font-weight: 400;
    color: rgba(13, 110, 253, 0.5);
    transition: color 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .anchorjs-link {
        transition: none
    }
}

.anchorjs-link:focus,
.anchorjs-link:hover {
    color: #0d6efd;
    text-decoration: none
}

.algolia-autocomplete {
    width: 100%
}

.ds-dropdown-menu {
    width: 100%;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .875rem;
    background-color: #fff; !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}

@media (min-width: 768px) {
    .ds-dropdown-menu {
        width: 400px
    }
}

.algolia-docsearch-suggestion--category-header {
    padding: .125rem 1rem;
    font-weight: 600;
    color: #7952b3
}

:not(.algolia-docsearch-suggestion__main)>.algolia-docsearch-suggestion--category-header {
    display: none
}

.ds-suggestion:not(:first-child) .algolia-docsearch-suggestion--category-header {
    padding-top: .75rem;
    margin-top: .75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.algolia-docsearch-suggestion--content {
    padding: .25rem 1rem
}

.ds-cursor .algolia-docsearch-suggestion--content {
    background-color: rgba(203, 189, 226, 0.2)
}

.algolia-docsearch-suggestion {
    display: block;
    text-decoration: none
}

.algolia-docsearch-suggestion--subcategory-column {
    display: none
}

.algolia-docsearch-suggestion--subcategory-inline {
    display: inline;
    color: #495057
}

.algolia-docsearch-suggestion--subcategory-inline::after {
    padding: 0 .25rem;
    content: "/"
}

.algolia-docsearch-suggestion--title {
    display: inline;
    font-weight: 500;
    color: #343a40
}

.algolia-docsearch-suggestion--text {
    color: #343a40;
    font-size: .75rem
}

.algolia-docsearch-suggestion--highlight {
    color: #6f42c1;
    background-color: rgba(111, 66, 193, 0.1)
}

.algolia-docsearch-footer {
    padding: .5rem 1rem 0;
    margin-top: .625rem;
    font-size: .75rem;
    color: #6c757d;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.algolia-docsearch-footer--logo {
    color: inherit
}
    /****
    *docs e.
    *****/


    /****
    *mutation width s.
    *****/
    .mutation_widht_90per{
        width: 100%;
        max-width: 1920px;
        margin-left: -42.6%;
        position: fixed;
    }
    @media (max-width: 768px) {
        .mutation_widht_90per{
            width: 130%;
            margin-left: -15%;
        }
    }

    /****
    *mutation width e.
    *****/

.twcc-title{
        font-weight: 700;
        border-left: 3px solid #999;
        padding: 0 10px;
        margin: 0px 0 20px;
        font-size: 19px;
        line-height: 19px;
}

    /****
    *step s.
    *****/

    :root {
  --circle-size: clamp(1rem, 1vw, 1rem);
  --spacing: clamp(0.25rem, 2vw, 0.5rem);
}

.c-stepper {
  display: flex;
}

.c-stepper__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}
.c-stepper__item:before {
  --size: 3rem;
  content: "";
  display: block;
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  background-color: lightgrey;
  background-color: #e0e0e0;
  opacity: 1;
  margin: 0 auto 1rem;
}
.c-stepper__item:not(:last-child):after {
  content: "";
  position: relative;
  top: calc(var(--circle-size) / 2);
  width: calc(100% - var(--circle-size) - calc(var(--spacing) * 2));
  left: calc(50% + calc(var(--circle-size) / 2 + var(--spacing)));
  height: 2px;
  background-color: #e0e0e0;
  order: -1;
}

.c-stepper__title {
  font-weight: bold;
  font-size: clamp(1rem, 4vw, 1.25rem);
  margin-bottom: 0.5rem;
}
.active .c-stepper__title {
    color: #25a5bd;
}

.c-stepper__desc {
  color: grey;
  font-size: clamp(0.85rem, 2vw, 1rem);
  padding-left: var(--spacing);
  padding-right: var(--spacing);
}



.c-stepper__item.active{
  
}
.c-stepper__item.active:before {
background-color: #25a5bd;
    opacity: 1;
    border: solid 3px #c8f0f7ad;
}
.c-stepper__item.active:not(:last-child):after {
  background-color: #25a5bd;
}

/* Provision */
body{
  margin: 0px;  
  font-family: "PingFang TC", "Helvetica Neue", "Microsoft JhengHei", "å¾®è»Ÿæ­£é»‘é«”";
  font-size: 1rem !important;
}
.form_box  .Provision {
  border: 1px solid #ccc;
  padding: 10px;
  
}
.form_box  .Provision table,.form_box  .Provision td,.form_box  .Provision table,.form_box  .Provision th{
  border: 1px solid #555;
  padding: 10px;
}
.form_box  .Provision table{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.form_box  .Provision th{
    background-color: #a0dad9;
    border: solid 1px #2c9a6e;
}
.form_box  .Provision td{
    border: solid 1px #999;
    color: #555;
}
.form_box  .Provision ul {
  margin-left: 10px;
  padding: 0px;
}
.form_box  ul li {
  list-style-type: korean-hanja-informal;
  margin: 10px 10px 10px 30px;
  color: #027dce;
  font-weight: bold;
  padding-left: 0px;
  word-break: break-all;
}
.form_box  ul li div {
  color: #000;
  font-weight: normal;
}
.form_box  ul li ul.square_li {
  margin-left: 30px;
}
.form_box  ul li ul.square_li li {
  list-style-type: square;
}
.form_box  ul li ul.second_li li {
  list-style-type: cjk-ideographic;
}
.form_box  ul li ul.second_li li ul li {
  list-style-type: decimal-leading-zero;
}
.form_box  ul li ul li {
  list-style-type: none;
  margin-left: 0px;
  color: #000;
  font-weight: normal;
}
.form_box  ul li ul li:after {
  display: block;
  content: "";
  clear: both;
}
.form_box  ul li ul li span.number {
  /*display: block;
  float: left;
  width: 5%;
  max-width: 30px;*/
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .form_box  ul li ul li span.number {
    display: inline;
    float: none;
    width: auto;
    max-width: none;
    min-width: none;
  }
}
.form_box  ul li ul li span.text {
  display: inline-block;
  /* float: left; */
  width: 94%;
}
@media screen and (max-width: 480px) {
  .form_box  ul li ul li span.text {
    display: inline;
    float: none;
    width: auto;
    max-width: none;
    min-width: none;
  }
}
.form_box  ul li ul li ul li {
  list-style-type: none;
  margin-left: 20px;
  color: #000;
  font-weight: normal;
}
.form_box  ul li ul li ul li:after {
  display: block;
  content: "";
  clear: both;
}
.form_box  ul li ul li ul li span.number {

}
.form_box  ul li ul li ul li span.text {
  line-height: 24px;
}
.form_box  ul li ul.nostyle li {
  list-style-type: none;
}

/**
*
**/
.ps_sbox {
  padding: 10px 10px 10px 34px;
}
@media screen and (max-width: 480px) {
  .ps_sbox {
    padding: 2%;
  }
  .ps_sbox span {
    display: block;
    margin-top: 10px;
  }
}

.clear-fix {
  clear: both;
  content: "";
  display: block;
}

.p-t-10{
  padding-top: 8px;
}

.SpanRedText
{
	color: red;
}


/* .Provision .form_box{
    border: solid 1px #cdcdcd;
    padding: 20px;
} */
/* other_select_box */
.other_select_box{
    border-radius: 8px;
    text-align: center;
    background: #fffcf8;
    padding: 15px;
    min-height: 280px;
    border: solid 1px #ffe6c8;
}
.other_select_box .title{
    font-size: 1.1rem;
    color: #696969;
    margin-bottom: 28px;
}
.other_select_box button{
    border: solid 1px #d1d1d1;
    border-radius: 34px;
    background: #ffffff;
    width: 100%;
    display: flex;
    padding: 5px;
    font-size: 18px;
    color: #7d7d7d;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 21px;
    font-weight: 500;
}
.other_select_box button:hover{
    border: solid 1px #1c8b9e;
    background: #1c8b9e;
    color: #fff;
}
.other_select_box button .other_logo{
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    line-height: 50px;
    border: solid 1px #e5e5e5;
    margin-right: 8px;
}
.other_select_box button .other_logo img{
    width: 68%;
}
.other_select_box button.google_st{}
.other_select_box button.hub_st{}
.other_select_box button.hub_st .other_logo img{
    width: 80%;
}