/* Voler Theme override */
body {
    font-size: .9rem;
}

.footer {
    bottom: 0;
    position: relative;
}

.sidebar-wrapper .sidebar-header img {
    height: 4.5rem;
}

.navbar .nav-link-user img {
    width: 6em;
    height: auto;
}

.float-end-footer {
    float: right!important;
    position: fixed;
    right: 20px;
}

input[type=radio]{
    transform:scale(2);
    margin-bottom: 1.2em;
    margin-right: 1em;
}

label:first-child input[type=radio] {
    width: 30px;
    height: 30px;
}
  
label:last-child input[type=radio] {
    transform: scale(2);
}

@media (min-width: 768px) {
    input[type=radio]{
        transform:scale(1.5);
    }

    label:first-child input[type=radio] {
        width: 30px;
        height: 30px;
        margin-left: .5rem;
    }
    
    label:last-child input[type=radio] {
        transform: scale(1.5);
        margin-left: .5rem;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #004771;
}

* {
    font-family: sans-serif;
}


/* Kaptiz CSS */
.btn-outline-kaptiz {
    color: #00223a;
    border-color: #00223a;
}

.btn-kaptiz {
    color: #ffffff;
    border-color: #007FC7;
    background-color: #007FC7 !important;
    font-size: 1em;
}

.btn-kaptiz:hover {
    color: #00223a;
}

.btn-kaptiz-disabled {
    color: #444242;
    border-color: #9E9E9E;
    background-color: #9E9E9E !important;
}

.btn-kaptiz-green {
    color: #ffffff;
    background: linear-gradient(45deg,#26a667,#3dd58a);
    font-size: 1em;
}

/* colors */ 
.color-kaptiz-blue {
    color: #004771 !important;
}

.color-kaptiz-grey {
    color: #6c757d !important;
}

.color-checkin-blue {
    color: #027fc7 !important;
}

/* forms */ 
.kaptiz-form input {
    display: block;
    width: 100%;
    padding: .467rem .6rem;
    font-size: .855rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555252;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfe3e7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.kaptiz-form input[type=checkbox] {
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    border: 1px solid rgba(0,0,0,.25);
}

.table {
    --bs-table-hover-bg: #8aa8bb94;
    --bs-table-striped-bg: #fad6cc; 
}

.table-checkin {
    --bs-table-hover-bg: #8aa8bb94;
    --bs-table-striped-bg: #d6eaf5;
}

/* image gallery */
.photo-gallery .photos {
    padding-bottom:20px;
}
  
.photo-gallery .item {
    padding-bottom:30px;
}

.gallery-img-toolbar {
    text-align: right;
    background-color: black;
}

.remove-image {
    border-radius: 10em;
    padding: 2px 6px 3px;
    text-decoration: none;
    font: 700 21px/20px sans-serif;
    background: #555;
    border: 3px solid #fff;
    color: #FFF;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}
.remove-image:hover {
    background: #E54E4E;
    padding: 3px 7px 5px;
    top: -11px;
    right: -11px;
}
.remove-image:active {
    background: #E54E4E;
    top: -10px;
    right: -11px;
}

.card.product {
    margin-right: 20px;
    max-width: 20rem;
}

.card.app {
    margin-right: 1em;
    min-height: 10rem;
}

.card.module {
    margin-right: 1em;
    height: 80% !important;
}

.invisible-btn {
    border: 0px;
    background: transparent;
}

.kaptiz-expert-bg-color {
    background-color: #c99d66 !important;
    color: #fff;
}

.kaptiz-meeting-bg-color {
    background-color: #87bba7 !important;
    color: #fff;
}

.kaptiz-checkin-bg-color {
    background-color: #8aa8bb !important;
    color: #fff;
}
.kaptiz-checkin-color {
    color: #8aa8bb !important;
}

/* global */

.btn i, .btn svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.kbutton-icon {
    font-size: 1.2rem;
}

.kcard-icon {
    font-size: 3rem;
}

.kaptiz-tooltip .tooltip-inner {
    background-color: #00acd6 !important;
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
    color: #fff;
}
  
.kaptiz-tooltip.top .tooltip-arrow {
    border-top-color: #00acd6;
  }
  
  .kaptiz-tooltip.right .tooltip-arrow {
    border-right-color: #00acd6;
  }
  
  .kaptiz-tooltip.bottom .tooltip-arrow {
    border-bottom-color: #00acd6;
  }
  
  .kaptiz-tooltip.left .tooltip-arrow {
    border-left-color: #00acd6;
  }

.counter-card .card-header h4 + .card-header-action, .card .card-header h4 + .card-header-form {
    margin-left: auto;
}

.card-img-small {
    max-width: 10em;
    display: block;
}

.agency-card {
    text-align: center;
    max-width: 10em;
}

.order-card {
    color: #fff;
}

.bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg,#26a667,#3dd58a);
}

.bg-c-red {
    background: linear-gradient(45deg,#c34043,#f85a5a);
}

.bg-c-black {
    background: linear-gradient(45deg,#221f20,#000000);
}


.counter-card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 2em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.counter-card  .card-block {
    padding: 25px;
}

.counter-card h6 {
    font-size: 1.6em;
    color: white;
    display: inline;
    margin-bottom: 0;
    padding-bottom: 0px;
    /* margin-block-end: 0em; */
}

.counter-card h2 {
    color: white;
    font-size: 2em;
    text-align: right;
    display: block;
    margin-bottom: 0em;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.feedback-rating-chart {
    --star-size: 60px;
    --star-color: #dfdfdf;
    --star-background: #e7bc33;
    margin-top: 1em;
}
  
.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 1.5em;
    font-family: Times;
    line-height: 1;
}
.Stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.registration {
    border-radius: 25px;
    max-width: 40rem;
}

.card.registration .card-header {
    background-color: white;
}

.card.procard-preview {
    border-radius: 25px;
    max-width: 30rem;
}

.card.procard-preview .card-header {
    background-color: white;
}

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.divider-text span {
    padding: 7px;
    font-size: 1em;
    position: relative;   
    z-index: 2;
}
.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}


/* form tooltip */
.formtooltip {
    position: relative;
    display: inline-block;
  }
  

  .formtooltip .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: #052439;
    color: #fff;
    text-align: left;
    padding: 5px;
    border-radius: 6px;
  

    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
  

    opacity: 0;
    transition: opacity 0.3s;
  }
  

  .formtooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #052439 transparent transparent transparent;
  }
  

  .formtooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  .select2-selection__choice {
    background-color: #5076b2 !important;
    color: white;
  }

  .ck-content p {
    margin-block-start: 0em;
    margin-block-end: 0em;
 }