@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

body{
    border-top: solid 8px #188fd1;
}
body .main{
    min-height: calc(100vh - 205px);
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 3rem;
    padding-bottom: 2rem;
}
body.login-page .main{
    min-height: calc(100vh - 88px);
}
.main-header{
    background-color: #f5f5f5;
    padding: 0 0 1rem;
}
.main-header > .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.not-logged-in .main-header > .container{
    justify-content: center;
}
/* .header-right .btn-primary{
    text-transform: uppercase;
} */
ul.main-menu{
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 1rem;
    margin-bottom: 0;
    margin-right: 2rem;
}
ul.main-menu li{
    position: relative;
}
ul.main-menu li.active a:before,
ul.main-menu li:hover a:before{
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 98%;
    height: 0.2rem;
    background-color: #188fd1;
    content: '';
    margin: auto;
}
ul.main-menu li a{
    text-decoration: none;
    color: #188fd1;
    text-transform: uppercase;
    font-weight: 500;
}
.header-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main.full-height{
    height: auto;
    padding: 2rem 0;
}
.main .container form.upload-vendor-form,
.main .container form.upload-privacy-policies-form{
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #ccc;
    padding: 2rem 2.5rem;
    border-radius: 1rem;
    max-width: 40rem;
}
#recommendations{
    list-style-type: none;
    padding-left: 0;
    border: solid 1px #ccc;
    display: none;
    max-height: 20rem;
    overflow: auto;
    border-radius: 0 0 .8rem .8rem;
}
#recommendations li{
    border-bottom: solid 1px #ccc;
}
#recommendations li:last-child{
    border-bottom: 0;
}
#recommendations li a{
    color: #000;
    text-decoration: none;
    padding: 0.3rem 1rem;
    width: 100%;
    display: block;
}
.alert-wrap{
    margin-left: auto;
    margin-right: auto;
}
body.login-page .alert-wrap,
body.index-page .alert-wrap{
    max-width: 40rem !important;
}
body.login-page .logo-container{
    margin-bottom: 2rem;
    width: auto;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.vendor-changes-wrap{
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    max-height: 37rem;
    overflow-y: auto;
}
.vendor-changes-wrap .difference-wrap{
    display: flex;
    padding: 1rem;
    border: solid 1px #ccc;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    gap: 10px;
    justify-content: space-around;
}
.vendor-changes-wrap .difference-wrap > div{
    width: 100%;
    padding: 0;
    position: relative;
    font-style: italic;
    font-weight: 500;
    font-size: 17px;
    line-height: normal;
}
.vendor-changes-wrap .difference-wrap > div:first-child{
    border-right: solid 2px #ccc;
    display: none;
}
.blue-heading{
    color: #188fd1;
}
.added{
    color: green;
}
.added:before{
    content: '+';
}
.removed{
    color: red;
    text-decoration: line-through;
}
.login-wrap{
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}
.card-body{
    padding: 2rem;
    overflow-y: auto;
    /* min-height: 42.375rem; */
}
.vendors-table-card .card-body{
    min-height: 42.375rem;
}
.logo{
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-bottom: 0;
    object-fit: cover;
}
footer{
    text-align: center;
    padding: 2rem;
    background-color: #eff5f7;
}
.logout-form{
    margin-bottom: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0.4em .6em;
}
table.dataTable tbody th, table.dataTable tbody td{
    vertical-align: middle;
}
.view-vendors-btn{
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.btn-wrap{
    display: flex;
    gap: 10px;
}
.btn-wrap:not(.table .btn-wrap){
    flex-wrap: wrap;
}
.table.vendors-table .btn-wrap{
    justify-content: center;
    align-items: center;
}
.btn-wrap .btn{
    display: flex;
    align-items: center;
}
.btn-wrap .btn i{
    color: #fff;
}
.btn-wrap.align-right{
    justify-content: right;
}
.btn-wrap > form{
    margin-bottom: 0;
}
.vendors-bottom-form{
    margin-bottom: 0;
}
/*.privacy-btn{*/
/*    min-width: 191px;*/
/*}*/
.border-heading{
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}
.border-heading:after{
    content: '';
    width: 30%;
    height: 4px;
    background-color: #188fd1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.summary-wrap{
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: solid 1px #ccc;
}
body .btn-primary{
    background-color: #188fd1;
    border-color: #188fd1;
}
/* .vendors-table .btn-primary{
    min-width: 191px;
} */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-color: #5D9CF9;
    color: #5D9CF9 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):hover{
    background: #188fd1 !important;
    color: #fff !important;
    border-color: #188fd1;
}
.dataTables_wrapper .dataTables_paginate{
    padding-top: 1rem;
}
.btn-actions-form{
    display: flex;
    gap: 5px;
}
.btn-actions-form .btn{
    align-items: center;
    justify-content: center;
    display: flex;
}
.qr-code-container{
    text-align: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border: solid 1px #ccc;
    border-radius: 20px;
}
.qr-code-container .blue-heading{
    font-size: 1.3rem;
}
/*#recommendations li.add-vendor-manually{*/
/*    background-color: #188fd1;*/
/*}*/
#recommendations li.add-vendor-manually a{
    color: #188fd1;
    font-size: 0.8rem;
}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
}
.loading img{
    max-width: 50px;
}
.text-primary{
    color: #188fd1 !important;
}
.border-primary{
    border-color: #188fd1 !important;
}
.btn-outline-primary{
    border-color: #188fd1 !important;
    color: #188fd1 !important;
}
.questions-wrap{
    list-style-type: none;
    padding-left: 0;
}
.questions-wrap li{
    background-color: #f3f3f3;
    border-radius: 0.4rem;
    padding: 0.6rem 1rem;
    line-height: normal;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    display: flex;
}
.questions-wrap li:last-child{
    margin-bottom: 0;
}
.questions-wrap .btn-wrap button{
    border: 0;
    padding: 0;
}
.questions-wrap .btn-wrap a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hamburger-btn{
    margin-left: 0.4rem;
}
.hamburger-btn svg{
    width: 30px;
    height: 30px;
    color: #b7b7b7;
}
.bg-secondary-2{
    background-color: #FC9A02 !important;
}
.vendors-wrap{
    display: flex;
    flex-wrap: wrap;
}
.vendors-wrap span{
    padding: 0.2rem 0.5rem;
    line-height: normal;
    border: solid 1px #188fd1;
    margin-right: 0.2rem;
    font-size: 0.7rem;
    color: #188fd1;
    border-radius: 0.3rem;
    margin-bottom: 0.2rem;
}
.vendors-wrap span:last-child{
    margin-right: 0;
}
.bordered-heading{
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
}
.bordered-heading:before{
    content: '';
    width: 25%;
    max-width: 4rem;
    height: 0.2rem;
    background-color: #188fd1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.list-notice{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.list-notice li{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: normal;
    margin-bottom: 0.2rem;
}
.list-notice li:last-child{
    margin-bottom: 0;
}
.list-notice li span{
    display: inline-block;
    height: 1rem;
    width: 1rem;
}
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}  
.loading-spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}
.table.vendors-table thead tr > th:last-child{
    text-align: center;
}
.resend-questionnaire-btn{
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    align-items: center;
}
.resend-questionnaire-btn.disabled{
    opacity: 0.6;
}
.vendor-responses-table .btn.view-response-btn{
    min-width: 248px;
    text-align: center;
    justify-content: center;
}
.vendors-table .btn.view-response-btn,
.vendors-table .resend-questionnaire-btn{
    min-width: 134px;
    text-align: center;
    justify-content: center;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.dataTables_wrapper{
    border-bottom: solid 1px #ccc;
    padding-bottom: 1rem;
}
.heading-wrap{
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 1rem;
}
.heading-wrap h1{
    font-size: 2rem;
}
#view_vendor_report_modal .modal-body .image-wrap{
    max-width: 10rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    float: left;
}
#view_vendor_report_modal .modal-body .image-wrap img{
    max-width: 100%;
}
.risk-icon{
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1px;
    background-color: transparent !important;
    background-position: center;
}
.risk-icon:before{
    display: none;
}
.high-risk{
    background-image: url('/images/shield-icon-high.png');
}
.medium-risk{
    background-image: url('/images/shield-icon-medium.png');
}
.low-risk{
    background-image: url('/images/shield-icon-low.png');
}
.unacceptable-risk{
    background-image: url('/images/shield-icon-unacceptable.png');
}
.unacceptable-risk.gray{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    display: block !important;
}
.has-tooltip{
    position: relative;
}
.has-tooltip .tool-tip{
    background-color: #000;
    color: #fff;
    position: absolute;
    padding: 0.5rem;
    font-size: 0.7rem;
    border-radius: 0.3rem;
    top: -3.1rem;
    display: none;
    text-decoration: none;
}
.has-tooltip:hover .tool-tip{
    display: block;
}
.has-tooltip .tool-tip:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    bottom: -5px;
}
.has-tooltip i{
    color: #ffc107;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5rem;
}
.contract-files a{
    text-decoration: none;
    color: #188fd1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-style: italic;
}
.view_vendor_report{
    margin-left: 0.4rem;
}
.view_vendor_report img{
    transition: transform 0.3s ease-in-out;
    width: 40px;
}
.view_vendor_report img:hover{
    transform: scale(2.5);
}
.tab-content .tab-pane{
    border: 1px solid rgba(0,0,0,.125);
    padding: 2rem;
    position: relative;
}
.nav-pills .nav-link{
    border-radius: 0;
    color: #000;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #f5f5f5;
    color: #000;
}
.inactive-img{
    filter: grayscale(1);
}
.card.questions-card .card-body{
    padding: 3rem;
}
.questions-wrap li[class^="heading_"],
.questions-wrap li.wrapper_start,
.questions-wrap li.wrapper_end{
    font-weight: bold;
}
/* .questions-wrap li.wrapper_start ~ li:not(.wrapper_start):not(.wrapper_end) {
    margin-left: 1.5rem;
} */
.questions-wrap li[class^="heading_"] ~ li:not(.wrapper_start):not(.wrapper_end):not(li[class^="heading_"]) {
    margin-left: 3rem;
}
.vendors-table thead tr > th:nth-child(5){
    text-align: center;
}
.common-table thead tr > th:nth-child(4){
    text-align: center;
}
.client-info{
    padding-left: 0;
}
.default-info{
    gap: 2%;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.default-info h4{
    margin-bottom: 1rem;
}
.default-info > div{
    padding: 2rem;  
    width: 49%;  
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.client-info{
    list-style-type: none;
    border: solid 1px #ced4da;
    padding: 0;
    border-bottom: 0;
}
.client-info li{
    padding: 1rem;
    border-bottom: solid 1px #ced4da;
}
.client-info li span{
    font-weight: bold;
}
.border-heading-wrap h3,
.border-heading-wrap h4{
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
}
.border-heading-wrap h3:before,
.border-heading-wrap h4:before{
    content: '';
    height: 4px;
    background-color: #188fd1;
    width: 100%;
    max-width: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
}
h5.vendor-details{
    margin-bottom: 1rem;
}
img{
    max-width: 100%;
}
a{
    color: #188fd1;
}
.tags-wrap{
    display: flex;
    gap: 0.3rem;
    flex-wrap: wrap;
    max-width: 10rem;
}
.add-new-vendor-tag-btn{
    text-decoration: none;
}
.add-new-vendor-tag-btn:hover{
    color: #fff;
}
.fraud-risk-group{
    gap: 1rem;
}
.vendor_tags{
    display: inline-block;
    width: 100%;
    column-count: 5;
}
.activate-container{
    text-align: center;
}
.activate-container i{
    font-size: 3rem;
    color: #188fd1;
    margin-bottom: 1rem;
}
.here-link{
    font-weight: bold;
    color: #188fd1;
    text-decoration: none;
}
.not-activated{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.not-activated p{
    margin-bottom: 0;
    font-size: 1.2rem;
}
a{
    text-decoration: none;
}
/* .vendor_tags .form-check{
    float: left;
    margin-right: 5px;
} */
#terms_modal h3{
    font-size: 1.5rem;
}
#terms_modal h2{
    font-size: 1.69rem;
}
.loading-icon, .check-icon {
    display: none;
}
.loading-icon .spinner-border{
    width: 1.5rem;
    height: 1.5rem;
}
.check-icon{
    font-size: 1.5rem;
}
#view_vendor_report_modal .modal-header{
    align-items: flex-start;
}
#view_vendor_report_modal .modal-header .close-btn,
#view_vendor_overview_modal .modal-header .btn{
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.summarization{
    width: 100%;
}
.summarization .modal-title{
    margin-bottom: 1rem;
}
.summarization ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    border: 0;
    column-count: 2;
}
.summarization ul li{
    margin-bottom: .3rem;
    gap: 1rem;    
    display: flex;
}
.summarization ul li strong{
    min-width: 130px;
    display: inline-block;
}
.summarization ul li:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}
.summarization ul li a{
    word-break: break-word;
}
.view-response-btn{
    min-width: 248px;
    text-align: center;
    justify-content: center;
}
.api-error-alert{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2;
    font-weight: bold;
    font-size: 1.2rem;
    color: #dc3545;
}
.api-error-alert .api-alert-inner{
    border: solid 1px #dc3545;
    padding: 1rem;
    border-radius: 0.5rem;
}
.view-as-user-form{
    position: fixed;
    padding: 1rem;
    background-color: #dc3545;
    max-width: 12rem;
    text-align: center;
    bottom: 1rem;
    right: 0.5rem;
    line-height: normal;
    color: #fff;
    font-size: 0.8rem;
}
.view-as-user-form:hover{
    color: #fff;
    background-color: #bb2d3b;
}
.view-as-user-form input[type="submit"]{
    padding: 0;
    background-color: transparent;
    box-sizing: border-box;
    outline: none;
    border: 0;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
    height: auto;
    max-height: 100%;
    display: inline-block;
    white-space: pre-wrap;
}
.darken-modal{
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9991;
}
.activation-price{
    text-align: center;
    margin-bottom: 2rem;
    padding: 1rem;
    border: dashed 1px #ccc;
    max-width: 10.5rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1rem;
}
.contracts-table{
    text-align: center;
}
.term-switch{
    padding-left: 0;
    display: flex;
    gap: 0.8rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}
.term-switch .form-check-input{
    float: none;
    margin-left: 0;
}
.term-switch label{
    font-size: 1.2rem;
    font-weight: bold;
}
.response-container{
    height: 20rem;
    overflow: auto;
}
.note-field-group.input-group{
    display: block;
}
.note-field-group.input-group textarea{
    width: 100%;
    min-height: 10rem;
}
.note-field-group.input-group .add-note-btn,
.note-field-group.input-group .update-note-btn{
    border-radius: 0.25rem !important;
    float: right;
    margin-top: 1rem;
}
#pay{
    padding: 0.56rem !important;
}


.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}
.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #188FD1;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer; /* Added cursor pointer */
}
.step-circle.is-active{
    background-color: #188FD1;
    color: #fff;
}
.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
}
/* .activated-label span{
    padding: 0.2rem 0.5rem;
    background-color: green;
    line-height: normal;
    display: inline-block;
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0.5rem;
} */
/* .activated-label{
    text-align: right;
    position: absolute;
    right: 16px;
    top: 1rem;
} */
.coupon-form{
    padding: 1.5rem;
    border: solid 1px #ccc;
    border-radius: 0.5rem;
    background-color: #f3f2f2;
}
.break-down{
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: left;
}
.break-down li{
    display: flex;
    justify-content: center;
    gap: 0.3rem;
}
.vendors-table tr.disabled > td{
    position: relative;
}
/* .vendors-table tr.disabled > td::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgb(143 143 143 / 60%);
} */
.disabled .view_vendor_report img{
    filter: grayscale(100%);
}
.active-vendor-counter{
    font-weight: bold;
    margin-left: 0.3rem;
}
.manage-active-vendors-btn:hover{
    color: #fff;
    background-color: #157347 !important;
}
.profile-wrap{
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.profile-wrap .remove-profile{
    position: absolute;
    right: -5px;
    top: -5px;
}
.remove-profile i{
    background-color: red;
    color: #fff;
    padding: 0.2rem;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    line-height: 9px;
    font-size: 0.5rem;
}
.img-account-profile{
    cursor: pointer;
}
.grayscale{
    filter: grayscale(100%);
}
.navbar-nav .dropdown-item{
    padding: .3rem 1rem;
}
.package-wrap{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}
.package-wrap .package-item{
    border: solid 2px #EFF5F7;
    padding: 1rem 1rem 3rem;
    border-radius: 0.5rem;
    text-align: center;
    width: 19%;
    position: relative;
}
.package-wrap .package-item.current{
    background-color: #f1f1f1;
}
.package-wrap .package-item h3{
    font-size: 1.5rem;
    color: #188fd1;
    display: flex;
    justify-content: center;
    min-height: 58px;
}
p.price{
    display: flex;
    align-items: baseline;
    line-height: normal;
    gap: 2px;    
    justify-content: center;
}
p.price span.main-price{
    font-size: 2rem;
    font-weight: bold;
}
ul.features{
    padding-left: 0;
    list-style-type: none;
    border: solid 1px #ccc;
    margin-left: -1rem;
    margin-right: -1rem;
    border-left: 0;
    border-right: 0;
}
ul.features li{
    border-bottom: solid 1px #ccc;
    padding: 0.6rem 0.36rem;
    font-size: 0.8rem;
}
ul.features li:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}
.checkout-details h4{
    margin-bottom: 0.6rem;
}
.checkout-details .price{
    color: #188fd1;
    margin-bottom: 1rem;
}
.checkout-details ul.features{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.checkout-details ul.features li{
    padding-left: 0;
    padding-right: 0;
}
.navbar-expand .navbar-nav .dropdown-menu{
    right: 0;
    left: auto;
}
.verification-note{
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}
.expiration-wrap{
    border: solid 1px #ccc;
    padding: 1.5rem 1rem 1.7rem;
    background-color: #f7f7f7;
}
.save-devices-list{
    list-style-type: none;
    padding-left: 0;
    display: flex;
    gap: 1%;
}
.save-devices-list li{
    background-color: #f5f5f5;
    padding: 1rem;
    width: 33%;
    border: solid 3px transparent;
}
.save-devices-list li span{
    display: block;
}
.save-devices-list li span.user-agent{
    margin-bottom: 0.3rem;
    min-height: 7.5rem;
    display: flex;
    align-items: center;
}
.save-devices-list li span.ip-address{
    font-weight: bold;
}
.save-devices-list li.is_active{
    border-color: #ccc;
}
.save-devices-list form{
    margin-bottom: 0;
    margin-top: 0.5rem;
}
#card-element{
    padding: .7rem .75rem .5rem;
    box-sizing: border-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.terms{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.terms .form-check{
    background-color: #e9e9e9;
    border-radius: 0.5rem;
    display: flex;
    gap: 2%;
    padding: 1rem;
    width: 49%;
}
.terms .form-check input{
    margin-left: 0;
    margin-right: 0.5rem;
}
.terms .form-check label{
    font-weight: bold;
}
.terms .form-check label span.price{
    display: block;
    font-weight: normal;
}
.trial-total{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 1.5rem;
}
.count-down{
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
code{
    padding: .375rem .75rem;
    border: 1px solid #d1d3e2;
    width: 100%;
    display: block;
    border-radius: .35rem;
    background-color: #f9f9f9;
}
.package-wrap .package-item .btn{
    width: 11rem;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}
.templates{
    text-align: center;
}
.view-form .modal-body{
    text-align: left;
}
#view_vendor_overview_modal .card .card-header{
    font-weight: bold;
}
table.border-none{
    border: 0;
}
.table.border-none>:not(caption)>*>*{
    border: 0 !important;
}
.overview-tab-scroll button{
    font-weight: bold;
}
.back-to-top-link{
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    font-weight: bold;
}
.export-pdf-btn.spinner-loading .spinner-border {
    display: inline-block !important;
}
.action_link:hover{
    color: #fff;
    opacity: 0.8;
}
div.hopscotch-bubble .hopscotch-bubble-number{
    display: none;
}
div.hopscotch-bubble .hopscotch-bubble-content{
    margin: 0;
}
div.hopscotch-bubble h3{
    margin-bottom: 0.5rem;
    color: #188FD1;
}
div.hopscotch-bubble .hopscotch-nav-button.next{
    background: #188FD1;
    border-color: #188FD1;
}
div.hopscotch-bubble .hopscotch-nav-button.prev{
    margin-left: 12px;
}
.dropdown-wrap{
    display: flex;
    align-items: center;
}
.dropdown-wrap .dropdown .dropdown-menu{
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown-wrap .dropdown .dropdown-menu li:first-child{
    border-bottom: solid 1px #ccc;
}
.dropdown-menu-two ul li{
    font-size: .875rem;
}
div.hopscotch-bubble{
    z-index: 1059;
}
div.hopscotch-bubble.tour-edit-vendor-tour{
    z-index: 999999;
}
div.error{
    font-size: 0.9rem;
    color: #dc3545;
    margin-top: 0.3rem;
}
#edit_vendor_modal .modal-body .tab-content{
    height: 68vh;
    overflow: auto;
}
.adding-vendor-tabs .tab-content{
    min-height: 32rem;
}
table.dataTable thead th, table.dataTable tfoot th{
    font-size: 0.9rem;
}
.dataTables_wrapper{
    overflow: hidden;
}
.clear-filter{
    padding-left: 10px;
    position: relative;
}
.clear-filter:before{
    content: '';
    height: 20px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ccc;
    bottom: 0;
    margin: auto;
}
.total{
    font-size: 1.5rem;
}
.form-template-card{
    width: 24%;
}
#view-breach a{
    white-space: pre-wrap;
    word-wrap: break-word;
    display: block;
}
.risk-wrapper,
.breach-note-wrapper{
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    min-height: 55px;
    align-items: center;
    border-radius: 0.3rem;
}
.risk-wrapper > span{
    align-items: center;
    display: flex;
}
.risk-wrapper small{
    font-size: 9px;
    margin-bottom: 0.2rem;
    display: block;
}
.risk-wrapper .separator{
    width: 2px;
    height: 35px;
    background-color: #b7b7b7;
}
.risk-hover,
.breach-note-wrapper .breach-hover{
    position: absolute;
    top: 0;
    left: -100%;
    white-space: nowrap;
    transition: left 0.3s ease;
    background-color: #e3e3e3;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.2rem;
    box-sizing: border-box;
    border-radius: 0.2rem;
    min-height: 55px;
    align-items: center;
}
.breach-note-wrapper .breach-hover{
    white-space: pre-wrap;
    font-size: 0.7rem;
}
.risk-wrapper:hover .risk-hover,
.breach-note-wrapper:hover .breach-hover{
    left: 0;
}
.risk-hover .risk-icon{
    font-size: 8px;
    width: 25px;
    height: 25px;
}
.vendors-table tr.has-breach-highlight{
    position: relative;
    background-color: #dc3545;
}
.vendors-table tr.has-breach-highlight *{
    color: #fff !important;
    opacity: 1;
}
.confirm-breach-content .breach-item{
    border: dashed 1px #ccc;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
}
.report-qrcode-wrap{
    display: flex;
    flex-direction: column;
    max-width: 100px;
    text-align: center;
}
.logo-container a{
    display: flex;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    font-size: 1.3rem;
}
.main-header .logo-container a span{
    display: none;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1315px;
    }
}
@media (max-width: 1024px){
    .package-wrap .package-item{
        width: auto;
    }
}
@media (max-width: 767px){
    .btn-wrap:not(.table .btn-wrap){
        justify-content: center;
    }
    .main .container form.upload-vendor-form{
        padding: 1.5rem;
    }
}

