@font-face {
  font-family: 'Outfit';
  src: url('/Outfit/static/Outfit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('/Outfit/static/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('/Outfit/static/Outfit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('/Outfit/static/Outfit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html,
body {
 min-height: 100vh;
  height: auto;
  font-family: 'Outfit', sans-serif;
  scroll-behavior: smooth;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  /* padding-top: 40px;
  padding-bottom: 40px; */
  background-color: #f5f5f5;
  color:#007fd7;
  position: relative;
}
.bg-primary {
    background-color: #E5E6FF !important;
}
.bg-secondary{
    background-color: #007fd7 !important;
    border-color: #007fd7 !important;
}


.text-secondary-light {
    color: #007fd7;
}

.bg-secondary-light {
    background-color: #007fd7;
}

.border-secondary-light {
    border-color: #007fd7;
}

.fw-semibold {
    font-weight: 500;
}
.fs-6-5{
    font-size: 17px;
}

.text-secondary {
    color: #007fd7 !important;
}
.quick-view{
    height: 75vh;
    background-color: #5cb13073;
        border-color: #5cb13073;
        color: white;
}
.bg-orange-hover:hover{
    background-color: #5cb13073 !important;
        border-color: #5cb13073 !important;
}

.btn-primary {
    background-color: #007fd7;
    border-color: #007fd7;
    outline-offset: -1px;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #5cb130;
        border-color: #5cb130;
        outline: 5px solid #5cb130!important;

    }

    .btn-primary:focus {
        color: #fff;
        background-color: #007fd7;
        border-color: #5cb130;
        outline: 5px solid #5cb130!important;

    }
   
	.btn-primary:disabled{
		background-color: hsla(237, 27%, 57%, 1);
		border-color: hsla(237, 27%, 57%, 1);
        opacity: 1;
        outline: 0!important;
		
	}
.btn-outline-primary {
    color: #007fd7;
    border-color: #007fd7
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007fd7;
    border-color: #007fd7
}

.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem 333683(13,110,253,.5)
}


.rounded-3 {
    border-radius: 1.5rem!important;
}
.fixed-width {
        max-width: 700px;
    }
.form-label{
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.form-select{
    color: #007fd7;
}

.btn-filled{
	background-color: #009A7B;
    border-color: #009A7B;
    outline: 0px!important;
}

.btn-invalid{
	background-color: #b31717 !important;
    border-color: #b31717 !important;
    outline: 0px!important;
}

.section_title{
    padding-top: 2rem;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color:#f5f5f5 ;
}
.section_title h4{
    font-size: 2rem;
}
.question_box{
    border: none;
    font-size: 1.3rem;
    -webkit-box-shadow:inset 0px 0px 0px 10px #C4C6F8;
    -moz-box-shadow:inset 0px 0px 0px 10px #C4C6F8;
    box-shadow:inset 0px 0px 0px 10px #C4C6F8;
    padding-block: 1.5rem;
    padding-inline: 1rem;
    margin-bottom: 2rem!important;
    margin-top: 1rem!important;
}
.question_box select , input, textarea{
    border: 1px solid #C4C6F8!important;
    font-size: 1.3rem!important;
    padding-left: 1rem!important;

}
.question_box option{
    color: #007fd7;
   
}
.question_box>span{
    font-size: 0.8rem!important;
}
.question_box option:hover{
    color: #ffffff;
    background-color: #5cb130;
}

.input_box{
    padding-bottom: 1.5rem;
}

.input-group-text{
    background-color: #007fd7;
    color: #ffffff;
}
.navbar-container{
    height: 100px;
    position: absolute;
    top:0px;
}
.fixed-card-height{
    height: 100px;
}
.user{
    width: 50px;
    height: 50px;
}

.form-check-input:checked{
    background-color: #007fd7; 
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.cursor-pointer{
  cursor: pointer;
}

.text-tertiary {
    color: #d10cbb;
}

.bg-pink {
    background-color: #F3CFC6;
}

.fw-semibold{
    font-weight: 600!important;
}

.long_text_toggle_btn{
    color:#007fd7;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.85rem;
    padding-left: 5px;
}
.long_text_toggle_btn:hover{
    color: #5cb130;
}
.modal-backdrop{
   background:  rgba(255, 255, 255, 0.95) ;
   opacity: 1! important;
    }
.page_cont{
    min-height: 100vh;
}
.is-invalid > label,.is-invalid >.form-check{
    color: #CD1F3A !important;
}
.is-invalid-warning{
    display: block;
    color: #CD1F3A !important;
}

.is-invalid >.form-select:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);
}

.is-invalid > .form-control{
    border-color: #CD1F3A;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.is-invalid > .dropdown > .form-select {
    border-color: #CD1F3A;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.is-invalid >.was-validated textarea.form-control:invalid,.is-invalid > textarea.form-control{
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.table_cont{
        max-height:74vh;
        overflow-y:auto;
    }
.bg-gray{
    background-color: #f5f5f5;
}
.bg-green{
    background-color: #009A7B;
}
.bg-red{
    background-color: #CD1F3A;
}
.bg-cyan{
    background-color: #5cb230;
}

.text-red{
    color: #CD1F3A;
}
@media only screen and (min-width: 576px) {

    .question_box{
        padding-inline: 4rem;
    }
}

@media only screen and (min-width: 992px) {
    #html, #body{
        height: 100%;
    }
    .question_box{
        padding-inline: 3.5rem;
    }
}
.scrollable-ticket-container {
      max-height: calc((100vh - 100px - 88.39px) * 0.52);
      overflow-y: auto;
    }
.spinner-border{
    height: 1.6rem !important;
    width: 1.6rem !important;
}
.asterix{
    color: #CD1F3A;
    margin-left: 5px;
}

.btn-white-outline {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.user-account-menu {
    max-width: 100%;
    width: 300px;
}

.user-account-menu li {
    list-style: none;
    border-radius: 10px;
}

.user-account-menu li a {
    transition: font-weight 150ms ease-in-out;
}
.user-account-menu li a:hover {
    font-weight: bold;
    color: #007fd7;
}

.user-account-menu li.active {
    border: 1px solid #007fd7;
}

.w-initial {
    width: initial;
}

.border-primary {
    border: 1px solid #007fd7;
    border-color: #007fd7 !important;
}

.aspect-square {
    aspect-ratio: square;
}

.profile-picture-upload {
    color: #007fd7;
    border: 2px dashed #007fd7;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 150ms ease-in-out;
    cursor: pointer;
    flex-direction: column;
}

.profile-picture-upload:hover {
    background-color: #007fd7;
    color: white;
}

.cursor-pointer {
    cursor: pointer;
}

.mention-container {

position: relative;
}
.mention-container textarea {
    height: 100%;
}

.mention-container .dropdown {
    position: absolute;
    background-color: white;
    z-index: 1000;
    bottom: 100%;
}

.mention-container .mention-item {
    color: black;
    display: block;
    height: 40px;
}

.mention-container .image {
    vertical-align: top;
    margin: 4px;
    float: left;
    height: 32px;
    width: 32px;
    border-radius: 16px;
}

.mention-container .label {
    box-sizing: border-box;
    height: 40px;
    padding-bottom: 4px;
    padding-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.mention-container .mention-item .title {
    font-size: 12px;
    line-height: 12px;
    padding-top: 3px;
    padding-bottom: 2px;
}

.mention-container .subtitle {
    font-size: 12px;
    color: rgba(0,0,0,.55);
    padding-bottom: 3px;
    line-height: 12px;
}

.mention-container .mention-item:hover {
    background-color: rgba(234,234,234,1);
}

.mention-container .mention-item.selected  {
    background-color: rgba(222,236,249,1);
}

.flex-even{
    flex: 1;
}

#intro-reason-holder .radio-inputs-holder{
    display: flex;
}
#intro-reason-holder .radio-inputs-holder label{
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
    margin-right: 1rem;
    flex-direction: column;
}
#intro-reason-holder .radio-inputs-holder label small{
    font-size: 0.8rem;
}

#intro-reason-holder .btn-check:active+.btn-outline-secondary, #intro-reason-holder .btn-check:checked+.btn-outline-secondary, #intro-reason-holder.btn-outline-secondary.active, #intro-reason-holder .btn-outline-secondary.dropdown-toggle.show, #intro-reason-holder .btn-outline-secondary:active{
    background-color: #007fd7;
    border-color: #007fd7;
}

.swal2-textarea{
    font-size: 1rem !important;
}

.btn-purple {
    background-color: #5256c1;
    color: #fff;
    border: 1px solid #343879;
}

.btn-purple:hover {
    color: #fff;
    background-color: #3e4194;
}

.btn-purple:focus {
    color: #fff;
    background-color: #3e4194;
    border-color: #3e4194;
    box-shadow: 0 0 0 .25rem rgba(118, 98, 155, 0.5);
}

.bg-purple {
    background-color: #5256c1;
    color: #fff;
    border: 1px solid #343879;
}

.btn-uec-primary{
    color: #fff;
    background-color: #e30780;
    border-color: #e30780;
    outline-offset: -1px;
}

.btn-check:active+.btn-uec-primary, .btn-check:checked+.btn-uec-primary, .btn-uec-primary.active, .btn-uec-primary:active, .show>.btn-uec-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}

.btn-uec-primary:focus {
    color: #fff;
    background-color: #e30780;
    border-color: #5cb130;
    outline: 5px solid #5cb130 !important;
}

.btn-uec-primary:hover {
    color: #fff;
    background-color: #5cb130;
    border-color: #5cb130;
    outline: 5px solid #5cb130 !important;
}