.iq-text h3 {
    font-size: 20px;
    font-weight: bold;
}

.card .card-header {
    border-color: #17BDC8 !important;
}
.card .card-header.no-border {
    border-color: transparent !important;
}

.iq-accordion.career-style.faq-style .active-faq .row {
    border-bottom: 1px solid #17BDC8 !important;
}

.dataTables_wrapper {
    border-top: 1px solid #17BDC8 !important;
    border-bottom: 1px solid #17BDC8 !important;
    border-color: #17BDC8 !important;
}

.table thead th {
    border: none !important;
}
table thead {
    border-bottom: 2px solid #102045 !important;
    border-color: #102045 !important;
}
.card.card-block.card-stretch.card-height.bg-warning.rounded,
.card.card-block.card-stretch.card-height.bg-danger.rounded,
.card-body.bg-info-light.rounded,
.card-body.bg-warning-light.rounded {
    background: #17BDC8 !important;
    border-left: 4px solid #102045 !important;
}

.card.card-block.card-stretch.card-height.bg-danger.rounded i,
.card.card-block.card-stretch.card-height.bg-warning.rounded i,
.card-body.bg-info-light.rounded i,
.card-body.bg-warning-light.rounded i {
    background: #fff !important;
    padding: 10px !important;
    color: #17BDC8;
}
.card.card-block.card-stretch.card-height.bg-success.rounded,
.card-body.bg-primary-light.rounded,
.card-body.bg-danger-light.rounded {
    background: #102045 !important;
    color: #fff !important;
    border-left: 4px solid #17BDC8;
}
.card.card-block.card-stretch.card-height.bg-success.rounded i,
.card.card-block.card-stretch.card-height.bg-primary.rounded i,
.card-body.bg-primary-light.rounded i,
.card-body.bg-danger-light.rounded i {
    background: #fff !important;
    padding: 10px !important;
    color: #102045;
}
.sidebar-default a {
    color: #102045 !important;
}

.sidebar-default .iq-sidebar-menu .iq-menu > li.active > a {
    text-decoration: none;
    color: #fff !important;
    background: #102045 !important;
}

.iq-sidebar-menu .iq-menu li a:hover,
.iq-sidebar-menu .iq-menu li a.active {
    color: #17BDC8 !important;
    /* background: #17BDC8 !important; */
}

.card-body.bg-primary-light.rounded h1,
.card-body.bg-primary-light.rounded h2,
.card-body.bg-primary-light.rounded h3,
.card-body.bg-primary-light.rounded h5,
.card-body.bg-primary-light.rounded h6,
.card-body.bg-primary-light.rounded h4,
.card-body.bg-danger-light.rounded h1,
.card-body.bg-danger-light.rounded h2,
.card-body.bg-danger-light.rounded h3,
.card-body.bg-danger-light.rounded h5,
.card-body.bg-danger-light.rounded h6,
.card-body.bg-danger-light.rounded h4,
.card-body.bg-info-light.rounded h1,
.card-body.bg-info-light.rounded h2,
.card-body.bg-info-light.rounded h3,
.card-body.bg-info-light.rounded h5,
.card-body.bg-info-light.rounded h6,
.card-body.bg-info-light.rounded h4 .card-body.bg-warning-light.rounded h1,
.card-body.bg-warning-light.rounded h2,
.card-body.bg-warning-light.rounded h3,
.card-body.bg-warning-light.rounded h5,
.card-body.bg-warning-light.rounded h6,
.card-body.bg-warning-light.rounded h4 {
    color: #fff !important;
}
.rounded.iq-card-icon.bg-danger,
.rounded.iq-card-icon.bg-info,
.rounded.iq-card-icon.bg-warning {
    background-color: transparent !important;
}
i.ri-notification-line.bg-info.p-2.rounded-small {
    background: #17BDC8 !important;
}
i.ri-mail-line.bg-orange.p-2.rounded-small {
    background: #102045 !important;
}

.main-color,
.iq-header-title h4 span,
.modal-header span {
    color: #17BDC8 !important;
}
.second-color,
.iq-header-title h4,
h4.card-title,
.modal-title {
    color: #17BDC8 !important;
}

.second-bg {
    background-color: #17BDC8 !important;
}

nav.iq-sidebar-menu a.collapsed:hover {
    background: #17BDC8 !important;
    color: #fff !important;
    text-decoration: none !important;
}
nav.iq-sidebar-menu hr,
.modal-header {
    /* border-color: #17BDC8 !important; */
    border-color: #102045;
    opacity: 0.4;
}

.modal-title span,
h4.card-title span {
    color: #102045 !important;
}

.file-preview {
    background-color: #102045;
    color: #fff;
    padding: 20px !important;
    display: block;
    margin-bottom: 2px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px !important;
    flex-direction: row;
}

.bg-secondary {
    background: #17BDC8 !important;
}

/*
.parallelogram-button {
  position: relative;
  padding: .6em 1em;
  border: 0;
  margin: .6em;
  background: red;
  font-size: 30px;
  color: white;
}

 .parallelogram-button::before {
    content: '@@@@@@';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    background: #32557f !important;
    transform: skew(30deg);
  } */

.my-btn {
    background-color: #17BDC8;
    padding: 25px 10px;
    position: relative;
    border: none !important;
    display: block;
    width: 100%;
    overflow: hidden !important;
    margin-bottom: 1rem;
}

.my-btn h6 {
    color: #fff;
    z-index: 33;
    position: absolute;
    top: 10px;
    left: 80px !important;
    font-size: 18px;
}

.my-btn::before {
    content: "";
    position: absolute !important;
    background: #102045;
    width: 100%;
    height: 100%;
    top: 0;
    transform: skew(30deg);
    right: -40px;
}

.modal-backdrop.fade {
    display: none !important;
}

.body-overlay {
    background: rgba(0, 0, 0, 0.25);
    height: 100% !important;
    width: 100% !important;
    position: fixed;
    top: 0;
    left: 0;
}

button.btn-testing {
    color: #000 !important;
    /* border-color: #000 !important; */
}
button.btn-accept {
    color: #fff !important;
    border-color: #102045 !important;
    background: #102045 !important;
}
button.btn-decline {
    color: #fff !important;
    border-color: #17BDC8 !important;
    background: #17BDC8 !important;
}
button.btn-accept-accept-with-comment {
    color: #fff !important;
    border-color: #876cfe !important;
        background: #876cfe !important;

}

button.btn-testing:hover,
button.btn-accept:hover,
button.btn-decline:hover,
button.btn-accept-accept-with-comment:hover {
    background: none !important;
}

.btn-danger {
    background-color: #17BDC8 !important;
}

/* CUSTOM BTN V2 START */

.my-btn-2 {
    background-color: #17BDC8;
    /* padding: 25px 10px; */
    position: relative;
    border: none !important;
    /* display: block; */
    /* width: 100%; */
    overflow: hidden !important;
    /* margin-bottom: 1rem; */
    margin-left: 0.5rem;
}

.my-btn-2 h6 {
    color: #fff;
    z-index: 33;
    position: absolute;
    top: 10px;
    left: 80px !important;
    font-size: 18px;
}

.my-btn-2::before {
    content: "";
    position: absolute !important;
    background: #102045;
    width: 100%;
    height: 100%;
    top: 0;
    transform: skew(348deg);
    left: -40px;
}

.my-btn-2 .text {
    color: #fff !important;
    z-index: 9999;
    position: relative;
}
.my-btn-2:hover {
    background-color: #17BDC8 !important;
}
/* CUSTOM BTN V2 END */

/* CUSTOM MENU DESIGN START */

.my-menu-2 {
    background-color: #17BDC8 !important;
    /* padding: 25px 10px; */
    position: relative;
    border: none !important;
    /* display: block; */
    /* width: 100%; */
    overflow: hidden !important;
    /* margin-bottom: 1rem; */
    margin-left: 0.5rem;
}

.my-menu-2 h6 {
    color: #fff;
    z-index: 33;
    position: absolute;
    top: 10px;
    left: 80px !important;
    font-size: 18px;
}

.my-menu-2::before {
    content: "";
    position: absolute !important;
    background: #102045;
    width: 100%;
    height: 100%;
    top: 0;
    transform: skew(348deg);
    left: -72px;
}

.my-menu-2 .text {
    color: #fff !important;
    z-index: 9999;
    position: relative;
    font-weight: bold;
}
.my-menu-2:hover {
    background-color: #17BDC8 !important;
}

/* CUSTOM MENU DESIGN END */
/* CUSTOM BTN #3 START */
.my-btn-3 {
    background-color: #17BDC8 !important;
    padding: 15px 10px !important;
    position: relative !important;
    border: none !important;
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    margin-bottom: 1rem;
    /* margin-left: 0.5rem !important; */
    text-align: left !important;
}

.my-btn-3::before {
    content: "";
    position: absolute !important;
    background: #102045;
    width: 100%;
    height: 100%;
    top: 0;
    transform: skew(348deg);
    left: -72px;
}

.my-btn-3 .text {
    color: #fff !important;
    z-index: 9999;
    position: relative;
    /* font-weight: bold; */
    margin-left: 20px;
}
/* CUSTOM BTN #3 END */
.card.card-block.card-stretch.card-height.bg-primary.rounded {
    border-left: 4px solid #17BDC8 !important;
}

.my-gray {
    background-color: #e6e7e8 !important;
}

.list-action .btn i {
    margin-right: 0 !important;
}
button.btn.btn-primary {
    background-color: #102045 !important;
}
/* FIX Select 2 START*/
.select2-container .select2-selection--multiple .select2-selection__rendered {
    background-color: #e6e7e8 !important;
    width: 100% !important;
    display: flex;
    align-items: center;
}

li.select2-selection__choice {
    background-color: #102045;
    color: #e6e7e8 !important;
    padding: 2px 10px;
    margin: 1px 5px;
    border-radius: 2px;
    margin: 4px;
}
.li.select2-selection__choice {
    background-color: orange;
}
li.select2-search.select2-search--inline::marker {
    background-color: red !important;
    display: none !important;
}

span.select2-selection__choice__remove {
    color: yellow;
    margin-right: 8px;
}

input.select2-search__field {
    background: transparent !important;
}

.select2-results__option[aria-selected]:hover {
    background-color: #e6e7e8 !important;
}
.select2-results__option[aria-selected="true"] {
    background-color: #102045 !important;
    color: #fff !important;
}

/* FIX Select 2 END*/

.details-card-img {
    height: 106px !important;
}

.py-menu-2 {
    line-height: 48px !important;
}
.py-menu-2 span.text {
    font-weight: normal !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 867px !important;
        margin: 1.75rem auto;
    }
}

.text-black {
    color: #000 !important;
}

.my-loader {
    /* background: #17BDC8 !important; */
    background: green !important;
    height: 1% !important;
    width: 98%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

.border.d-flex.justify-content-start.border-b-primary {
    border-bottom-color: #102045 !important;
}

.input-group .input-group-prepend .input-group-text {
    background-color: transparent !important;
    border: none !important;
}

.iq-sidebar-logo img {
    height: 50px !important;
}

.link-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.link-delete {
    position: absolute;
    bottom: 6px;
    right: 6px;
}
.link-show {
    position: absolute !important;
    bottom: 6px !important;
    left: 6px !important;
    z-index: 9999 !important;
}

.h-60px {
    height: 60px !important;
}
img.img-thumbnail.img-fluid.mx-1
{
    height: 100px !important;
}

input[type="radio"], input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
}

.website-blue-color
{
    color: #0969c3 !important;
}
.website-green-color
{
    color: #17bdc8 !important;
}
