html {
    box-sizing: border-box;
    background-image: var(--backImage);
    background-size: cover;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.mobile-page {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

:root {
    --custom-primary: #2b3784;
    --custom-secondary: #6c757d;
    --backImage: '';
    --single-top: 3rem!important;
    --single-page-back: 12rem;
}

.copyright{
    background-color: #ffffff80;
    border-radius: .25rem;
}

.close-span{
    width: 1.2em;
    display: block;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: var(--custom-primary);
    background-color: var(--custom-primary);
}

.progress-bar {
    background-color: var(--custom-secondary);
}

.b-rating .b-icon.bi {
    color: var(--custom-primary);
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.1rem rgba(130, 138, 145, .2)!important;
}


/*
 @media (max-width:768px){
    .img-sm-80{
        max-width: 80vw;
    }
}*/

.btn-outline-primary {
    color: var(--custom-primary);
    border-color: var(--custom-primary);
}

.btn-outline-primary:hover {
    background-color: var(--custom-primary);
    border-color: var(--custom-primary);
}

.primaryButton {
    transition: color .15s;
    background-color: var(--custom-primary) !important;
    border-color: var(--custom-primary) !important;
    box-shadow: 0 0 0 0.1rem rgba(130, 138, 145, .2)!important;
}

.secondaryButton {
    transition: color .15s;
    background-color: var(--custom-secondary) !important;
    border-color: var(--custom-secondary) !important;
    box-shadow: 0 0 0 0.1rem rgba(130, 138, 145, .2)!important;
}

.surveya-blue-back {
    /*background-color: var(--surveya-blue);*/
}

.surveya-blue-text {
    /*color: var(--surveya-blue);*/
}

.custom-control-input:checked~.custom-control-label::before {
    /*color: #fff;
    border-color: var(--surveya-blue);
    background-color: var(--surveya-blue);*/
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

.z-6 {
    z-index: 6;
}

.loader-component {
    z-index: 1000;
    background: white;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    opacity: 0.7;
}

.loader-component .spinner-grow {
    margin-left: auto;
    margin-right: auto;
}

.dbtn {
    transition: color .15s
}

.dbtn:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, .5)!important;
}

.dbtn:hover {
    filter: brightness(85%);
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    background-color: #343a40;
    border-color: #343a40;
}

.btn-2 {
    width: 49%;
}

.btn-2:first {
    margin-right: 1%;
}

.btn-2:last-of-type {
    margin-left: 1%;
}

.app-form .form-control,
.app-form .custom-select {
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 4px 0rem #2930371d;
    transition: box-shadow 500ms;
    line-height: 1.1;
}

.app-form .form-control:not(select),
.app-form .custom-select:not(select) {
    border-bottom: 1px solid #c9d0d7;
}

.app-form input.form-control,
.app-form .input-group-prepend {
    height: calc(1.1em + .75rem + 2px);
}

.app-form label {
    font-size: 12px;
    /* margin-bottom: 0; */
    transform: translateY(1em) .5s ease;
    opacity: 1;
    transition: opacity .5s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.slide-fade-enter-active {
    transition: opacity .5s ease;
}

.slide-fade-leave-active {
    transition: opacity .5s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.slide-fade-enter,
.slide-fade-leave-to
/* .slide-fade-leave-active below version 2.1.8 */

{
    transform: translateY(1em);
    opacity: 0;
}

.fade-enter-active {
    transition: all .5s ease;
}

.fade-leave-active {
    transition: all .1s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.fade-enter,
.fade-leave-to
/* .fade-leave-active below version 2.1.8 */

{
    opacity: 0;
}

.app-form .date-control {
    white-space: nowrap;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-form-logo {
    width: 75%;
}

.app-icon {
    font-size: 25px;
}

.alert-message-component {
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 1000;
}

.modal-header,
.modal-footer {
    border: none;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #495057;
    outline: 0;
    box-shadow: 0px 0px 8px 0rem #4950574d;
}

.sigImage {
    border: solid 1px black;
    height: 10em;
    max-width: 99%;
}

.sigCanvas {
    border: solid 1px black;
    width: 96%;
    height: 30vw;
}

.camImage {
    /*max-width: 99.99%;*/
    max-height: 10em;
}

.location-btn {
    padding: .1rem .3rem;
    font-size: 1.1rem;
    line-height: 1.5;
}

.location-btn-img {
    height: calc(1.1em + 2px);
    vertical-align: sub;
}

.full-page-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.full-page-item {
    width: 100%;
    height: 100%;
    max-width: 90vh;
    max-height: 90vw;
    margin-top: calc(5vh);
}

.visible {
    opacity: 1 !important;
}

.hidden {
    opacity: 0 !important;
}

.footerBottom {
    position: fixed;
    bottom: 0;
    width: 100vw;
    transition: bottom 0.5s ease;
    z-index: 10000000;
    background-color: white;
    margin-left: 0;
}

.footerBottom.hidden {
    bottom: -4em;
}

.box-mt-20 {
    margin-top: 20vh;
}

.single-page-back {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: var(--single-page-back);
    background-color: var(--secondary);
    z-index: 1;
}

.single-page-box {
    position: relative;
    z-index: 2;
    border-radius: .25rem;
    /*background-color: white;*/
    margin-top: var(--single-top);
    margin-bottom: 3rem!important;
}

.app-form label {
    font-size: 1.1rem;
}

.custom-control-label {
    font-size: 1rem !important;
}

.custom-control-label:hover,
.isChecked {
    font-size: 1.1rem;
    font-weight: bold;
}


/*
@media (min-width:992px){
    .font-lg-2-5{
        font-size: 2.5rem;
    }
}*/

.imgLogo {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 4rem;
}

.single-page-container {
    min-height: calc(100vh - 65px);
    background-image: var(--backImage);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.surveys-page-main {
    min-height: 100vh;
}

.surveys-page {
    min-height: 100vh;
}

.login-page {
    min-height: 100vh;
    min-width: 100vw;
    justify-content: center;
}

.list-group-item.active {
    background-color: #f6f6f6;
    color: black;
}

.no-focus *:focus {
    outline: none;
}
.absolute-bottom {
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    left: 0;
    z-index: 30;
}

.single-page-box .card-footer{
    margin-bottom: 0.5rem!important;
}
.b-rating {
    padding-left: 0.05rem;
}
.b-rating .b-rating-star, .b-rating .b-rating-value {
    padding: 0 0.12em;
}

@media 
(min-device-width: 200px) 
and (max-device-width: 300px)
and (-webkit-min-device-pixel-ratio: 2)
{

 .lblSize{
    font-size: x-small !important; 
 }

 .lblSizeAccount{
    font-size: x-small !important; 
 }
 .btnSize{
     font-size: x-small !important; 
 }
 
  
}


/*Galaxy s8+*/

  @media 
  (min-device-width: 360px) 
  and (max-device-width: 760px)
  and (-webkit-min-device-pixel-ratio: 2) 
  {

    .titleFilter{
      font-size:small !important;
    }

    .surveycard{
      height:3.125rem !important;
      line-height: 3.125rem !important;
    }


    .componentTitle{
      font-size: small !important;
    }

    .rightIcons{
      height:0.813rem !important;
      width:0.813rem !important;
    }

    .leftIcon{
      height:1.563rem !important;
      width:1.563rem !important;
    }

    .footer-text{
      font-size: x-small !important;
    }
    .bottomIcon{
      height:1rem !important;
      width:1rem !important;
    }

 

  }

  @media 
  (min-device-width: 200px) 
  and (max-device-width: 359px)
  and (-webkit-min-device-pixel-ratio: 1) {
    .lblSize{}
    .txtSize{width:60% !important;}
    .btnSize{}
    .lblSizeAccount{font-size: x-small !important;}
  }

  @media 
  (min-device-width: 360px) 
  and (max-device-width: 399px)
  and (-webkit-min-device-pixel-ratio: 2) 
  
  {

    .app-form-logo{
      width:70% !important;
    }
    .lblSize{font-size: small !important;}
    .txtSize{width:60% !important;}
    .btnSize{}
    .lblSizeAccount{font-size: x-small !important;}
 
    

  }

  @media 
  (min-device-width: 400px) 
  and (max-device-width: 599px)
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape)
  {

    .logForm{
        width:60% !important;
    }
    .app-form-logo{
      width:50% !important;
      
    }
    .lblSize{}
    .txtSize{width:50% !important;}
    .btnSize{width:50% !important;}
    .lblSizeAccount{font-size: x-small !important;}
 
    

  }

  @media 
  (min-device-width: 600px) 
  and (max-device-width: 851px)
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape)
  {

    .logForm{
        width:50% !important;
    }
    .app-form-logo{
      width:50% !important;
      
    }
    .lblSize{font-size: medium !important;}
    .txtSize{width:30% !important; }
    .btnSize{width:30% !important;}
    .lblSizeAccount{font-size: x-small !important;}
 
    

  }

  @media 
  (min-device-width: 852px) 
  and (max-device-width: 895px)
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape)
  {
    .logForm{
        width:60% !important;
    }
   .app-form-logo{
       width:40% !important;
   }
   .lblSize{}
    .txtSize{width:30% !important;}
    .btnSize{width:30% !important;}
    .lblSizeAccount{font-size: x-small !important;}
   
    
  }

   @media 
   (min-device-width: 896px) 
   and (max-device-width: 1179px)
   and (-webkit-min-device-pixel-ratio: 1) {
   .componentTitle{
     font-size: x-large !important;
   }
  
 
   .rightIcons{
     height:0.938rem !important;
     width:0.938rem !important;
   }
 
   .leftIcon{
     height:2rem !important;
     width:2rem !important;
   }

   .footer-text{
     font-size: meduim !important;
   }
   .bottomIcon{
    height:1.2rem !important;
    width:1.2rem !important;
  }

  .logForm{
    width:60% !important;
}
.app-form-logo{
   width:50% !important;
}
 
}

    @media 
    (min-device-width: 1180px) 
    and (max-device-width: 1560px)
    and (-webkit-min-device-pixel-ratio: 1) {

    .navTitle{
      font-size: xx-large !important;
    }
    .navUser{
        font-size:x-large !important;
    }
  

    .title{
     font-size: x-large;
    }


  .titleFilter{
    font-size:medium !important;
  }
  
     .surveycard{
      height:4.3rem !important;
      line-height: 4.3rem !important;
    }
    
      .componentTitle{
        font-size: x-large !important;
      }
    
      .rightIcons{
        height:1.1rem !important;
        width:1.1rem !important;
        margin-top:13px;
      }
    
      .leftIcon{
        height:2rem !important;
        width:2rem !important;
      }
  

      .footer-text{
        font-size: large !important;
      }
      .bottomIcon{
      height:1.2rem !important;
      width:1.2rem !important;
    }

    .logForm{
        width:50% !important;
    }
    .app-form-logo{
       width:50% !important;
    }
    
  }

  @media 
  (min-device-height: 200px) 
  and (max-device-height: 300px)
  and (-webkit-min-device-pixel-ratio: 2) 
  
  {
    .logForm{
        width:50% !important;
    }
   .app-form-logo{
       width:30% !important;
   }
   .lblSize{font-size: x-small !important;}
    .txtSize{width:30% !important; height:0.5% !important;}
    .btnSize{width:30% !important;}
    .lblSizeAccount{font-size: x-small !important;}
   
    
  }