@charset "UTF-8";

*{
    font-family: 'Open Sans', sans-serif;
}
body {
    /* overflow: unset !important; */
    padding-right: 0 !important;
}
.btn {
    background: #2A2D74;
    border: none;
}
a{
    color:#2A2D74;
    font-weight: 600;
    text-decoration: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0EC232;
    border-color: #0a58ca;
}
a:hover, #sidebar a:hover {
    color:#0EC232;
}
#sidebar a{
    color: #fff;
    text-decoration: none;
}
.login a {
    color: #fff;
}
.form-check-input {
    width: 1.2em;
}
p{
    margin-bottom: 0;
    font-weight: 400;
}
.green{
    border-color: rgb(0 146 146 / 10%);
    background-color: rgba(225, 243, 243, .4);
}
.blue{
    border-color: rgb(0 60 135 / 10%);
    background-color: rgba(197, 219, 251, .4);
}
.red{
    border-color: rgb(141 0 22 / 10%);
    background-color: rgba(254, 241, 243, 1);
}
.yellow{
    border-color: rgb(213 164 1 / 20%);
    background-color: rgba(253, 251, 239, .4);
}

/***** sidebar ******/
 #sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    background-color: #2A2D74;
    color: #fff;
}
.social-icon li i {
    font-size: 25px;
}
button.edit-btn {
    background: transparent;
    color: #fff;
    opacity: 1;
    border: none;
}
#main-content button.edit-btn{
    color: #2A2D74;
}
#sidebar .edit {
    position: absolute;
    top: 20px;
    right: 20px;
}
.list-group-item{
    background-color: transparent;
    border: none;
}
.outter-wrap {
    padding: 3.5rem 5rem;
}
.profile-image img {
    background-color: #fff;
    display: inline-block;
    object-fit: cover;
    width: 222px;
    height: 222px;
}
.profile-name {
    font-size: 44px;
    font-weight: 700;
}
.profile-exp p {
    font-size: 18px;
}
.brand-info {
    position: absolute;
    bottom: 3.5rem;
}
.brand {
    font-size: 38px;
    font-weight: bold;
}
.brand a {
    color: #fff;
    text-decoration: none;
}
.brand-info span {
    margin: 0 25px;
}
.login {
    font-size: 16px;
    letter-spacing: 1px;
}
.genicode {
    font-size: 23px;
    word-break: break-word;
}
.outter-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    width: 222px;
    height: 222px;
    overflow: hidden;
    border-radius: 100%;
}
img.approve {
    width: 24px;
    margin-bottom: 16px;
}

/***** right main-content ******/
#main-content {
    min-height: 100vh;
}
.main-heading {
    color: #2a2d74;
}
.edit a{
    text-decoration: none;
}
.main-heading span {
    font-size: 26px;
    margin-left: 10px;
}

/*** bio ***/
.bio .card {
    border: none;
}
.bio .card-header {
    background-color: transparent;
    border-bottom: 0;
}
.bio .card-body {
    border: 0.2px solid #f1f1f1;
    border-radius: 30px;
    padding: 30px;
    font-size: 18px;
    color: #000;
    text-align: justify;
    text-align-last: left;
-moz-text-align-last: left;
word-break: break-all;
}

/*** report ***/
.reports .card {
    border-radius: 30px;
    padding: 0 20px;
}
.reports a {
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}
.reports h5.card-title {
    font-size: 20px;
    font-weight: 400;
    color: black;
}
.reports p {
    color:#6A6A6A;
    font-size: 15px;
    margin-right: 15px;
}
.reports .image img {
    width: 152px;
    overflow: hidden;
    border-radius: 30px;
    /* background-color: #fff; */
}
#info-icon {
    font-size: 18px;
    position: relative;
    bottom: 12px;
    cursor: pointer;
}

/*** Login ***/
.log-heading {
    font-size: 46px;
}
#login .outter-wrap {
    padding: 3.5rem 16rem;
}
#login .form-control {
    padding: 0.875rem 0.75rem;
}
#login .btn {
    line-height: 2.5;
}
#login #sidebar {
    background: linear-gradient(rgba(42,45,116,.95), rgba(42,45,116,.95)), url(../../images/sidebar/login/bg.png);
    background-color: #3f427a;
}
#login .brand {
    font-size: 90px;
    letter-spacing: -7px;
    text-decoration: none;
    color: #fff;
}

/*** upload file ***/
.upload .card{
    border: none;
   
}
.form-container {
	background-color: rgb(234 234 234 / 36%);
    border-radius: 20px;
    overflow: hidden;
}
.upload-files-container {
	display: flex;
   	align-items: center;
   	justify-content: center;
	flex-direction: column;
    background: #f5f5f5;
    position: relative;
}
.drag-file-area {
    border-radius: 40px;
    margin: 10px 0 0;
    padding: 15px 50px;
    text-align: center;
    position: relative;
}
.drag-file-area .upload-icon {
	font-size: 50px;
}
.drag-file-area h3 {
	font-size: 26px;
	margin: 8px 0;
}
.drag-file-area label {
	font-size: 19px;
}
.drag-file-area label .browse-files-text {
	color: #2a2d74;
	font-weight: bolder;
	cursor: pointer;
}
.default-file-input {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    cursor: pointer;
}
i.bi.bi-file-earmark-arrow-up-fill {
    font-size: 30px;
    color: #7477bb;
}
.cannot-upload-message {
	background-color: #ffc6c4;
	font-size: 17px;
	display: flex;
	align-items: center;
	margin: 5px 0;
	padding: 5px 10px 5px 30px;
	border-radius: 5px;
	color: #BB0000;
	display: none;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.cannot-upload-message span, .upload-button-icon {
	padding-right: 10px;
}
.cannot-upload-message span:last-child {
	padding-left: 20px;
	cursor: pointer;
}
.file-block {
    color: #f7fff7;
    background-color: #2a2d74;
    transition: all 1s;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 0px;
    padding: 10px 20px;
    border-radius: 0px;
    cursor: pointer;
    width: 100%;
}
.file-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    max-width: 88%;
}
.file-info {
    display: flex;
    align-items: center;
    font-size: 15px;
    width: 90%;
}
.file-icon {
	margin-right: 10px;
}
.file-name, .file-size {
	padding: 0 3px;
}
.remove-file-icon {
	cursor: pointer;
}

.upload-button {
	font-family: 'Montserrat';
    background-color: transparent;
    color: #0ec232;
	display: flex;
	align-items: center;
	font-size: 18px;
	border: none;
	border-radius: 20px;
	margin: 10px;
	padding: 7.5px 50px;
	cursor: pointer;
}
.upload-button span {
    background: #0ec232;
    color: #fff;
    padding: 8px 50px;
    border-radius: 39px;
}
.upload-button span:hover{
    background: #2a2d74;
    transition: .8s ;
}

/*** modal ***/
.modal-body, .modal-footer {
    padding: 4rem 6rem 3rem;
}
.modal-footer {
    padding: 0 6rem 4rem;
}
.user-image img {
    width: 230px;
    border-radius: 100%;
}
.modal-footer {
    border: none;
}
.user-image a {
    position: relative;
    display: inline-block;
}
.user-image i {
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size: 32px;
    border-radius: 100%;
}
.user-image .bi-plus::before {
    content: "\f4fe";
    background: #fff;
    border: 1px solid #707070;
    border-radius: 100%;
}
.modal-heading {
    color: #2A2D74;
    font-weight: 600;
}
.modal button {
    padding: 10px 50px;
}
.outline-btn {
    background: transparent;
    color: #2a2d74;
    border: 1px solid #2a2d74;
}
.cancel {
    position: absolute;
    padding: 15px 20px;
    right: 0;
    font-size: 20px;
    z-index: 9999999;
    cursor: pointer;
}
label.form-label {
    font-size: 18px;
    font-weight: 500;
}
textarea.form-control {
    padding: 24px;
}
#addreport .dropdown-toggle::after {
    display: none;
}
.heading-report {
    position: relative;
    flex-wrap: wrap;
}
.dropdown-menu {
    width: 100%;
    transform: unset !important;
    bottom: unset !important;
    top: 50px !important;
    padding: 4rem;
    height: 578px;
    overflow-y: scroll;
}
.heading-report i.bi.bi-plus {
    font-size: 30px;
}
.report-list {
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    position: relative;
}
.report-details img {
    width: 80px;
    border-radius: 20px;
}
.edit-btn a {
    text-decoration: none;
}
#addreport .modal-content {
    min-height: 93vh;
    overflow-y: scroll;
}
.edit-btn .dropdown-menu {
    top: 100px !important;
}
.edit-btn .dropdown-menu img {
    border: 1px solid #dee2e6;
    border-radius: 30px;
}
.add-report {
    display: inline-block;
    position: relative;
}
.add-report i {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 20px;
}
.qrcode {
    text-align: center;
    padding: 70px 20px;
}
.link button {
    padding: 10px;
    border: none;
    background: #2A2D74;
    margin-top: 10px;
    color: #fff;
}
input#myInput {
    padding: 10px;
    width: 100%;
    text-align: center;
}
.link button i{
    color:#fff;
    padding-left: 10px;
}
p.card-text {
    white-space: pre-line;
}
#sharegenecode1 .modal-dialog {
    max-width: 660px !important;
}
.genicode-full {
    display: block;
    word-wrap: break-word;
    padding: 10px;
    border: 1px solid #cacaca;
    text-align: left;
}


/*--------------------------------------------------------------
# Chat bot
--------------------------------------------------------------*/
  .chat_on {
    position: fixed;
    bottom: 20px;
    right: 30px;
    background: #ffffff;
    border-radius: 50%;
    color: white;
    padding: 0;
    cursor: pointer;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
  .btn#my-btn {
       background: white;
      padding-top: 13px;
      padding-bottom: 12px;
      border-radius: 45px;
      padding-right: 40px;
      padding-left: 40px;
      color: #5865C3;
  }
  #chat-overlay {
      background: rgba(255,255,255,0.1);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      display: none;
  }
  
  #chat-box.active {
    display: block !important;
}
  #chat-box{
    display:none;
    background: #fff;
    position:fixed;
    right: 40px;
    bottom: 120px;
    width: 350px;
    max-width: 85vw;
    max-height: 100vh;
    border-radius: 5px;
    border: 1px solid #0ec232;
  }
  .cancel-chat i {
    color: #fff;
    cursor: pointer;
}
  .chat-logs::-webkit-scrollbar{
    display: none;
  }
  #chat-input {
    background: #effbf2;
    width:100%; 
    position:relative;
    height:47px;
    font-size: 14px;
    padding-top:10px;
    padding-right:50px;
    padding-bottom:10px;
    padding-left:15px;
    border:none;
    resize:none;
    outline:none;
    border:1px solid #ccc;
    color:#888;
    border-top:none;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    overflow:hidden;  
  }
  .chat-input > form {
      margin-bottom: 0;
  }
  #chat-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
  }
  #chat-input::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
  }
  #chat-input:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
  }
  #chat-input:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
  }
  .chat-submit {  
    position:absolute;
    bottom:3px;
    right:10px;
    background: transparent;
    box-shadow:none;
    border:none;
    border-radius:50%;
    color:#5A5EB9;
    width:35px;
    height:35px;  
  }
  .chat-logs {
    padding: 15px;
    height: 300px;
    overflow-y: scroll;
}
  
  .chat-logs::-webkit-scrollbar-track
  {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
      background-color: #F5F5F5;
  }
  
  .chat-logs::-webkit-scrollbar
  {
      width: 5px;  
      background-color: #F5F5F5;
  }
  
  .chat-logs::-webkit-scrollbar-thumb
  {
      background-color: #5A5EB9;
  }
  
  .chat-box-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background: #0ec232;
    color: #fff;
}
.messages {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
  
  .message {
    border-radius: 20px;
    padding: 8px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 12px;
    text-align: left;
    word-break: keep-all;
  }
  
  .bot {
    align-items: flex-start;
  }
  
  .bot .message {
    margin-right: 25%;
    background-color: #effbf2;
    position: relative;
  }
  .chat-boxoutter {
    z-index: 99999;
    position: relative;
}
  .bot .message.last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -7px;
    height: 20px;
    width: 20px;
    background: #effbf2;
    border-bottom-right-radius: 0;
  }
  .bot .message.last:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -10px;
    width: 10px;
    height: 20px;
    background: white;
    border-bottom-right-radius: 10px;
  }
  
  .user {
    align-items: flex-end;
  }
  
  .user .message {
    color: white;
    margin-left: 25%;
    background: #0ec232;
    background-attachment: fixed;
    position: relative;
  }
  
  .user .message.last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -8px;
    height: 20px;
    width: 20px;
    background: #0ec232;
    background-attachment: fixed;
    border-bottom-left-radius: 0px;
  }
  
  .user .message.last:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -10px;
    width: 10px;
    height: 20px;
    background: white;
    border-bottom-left-radius: 10px;
  }

  
  @media only screen and (max-width: 500px) {
     .chat-logs {
          height:40vh;
      }
  }
  

  .progress-bar {
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffffbd;
}
.progress-bar:before {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: transparent;
    z-index: 0;
}
/*===== The CSS =====*/
.progress {
    width: 60px;
    height: 60px;
    z-index: 1;
    background-color: transparent;
}
.progress .track, .progress .fill{
    fill: rgba(0, 0, 0, 0);
    stroke-width: 10;
    transform: rotate(90deg)translate(0px, -80px);
}
.progress .track{
    stroke: #20313e;
}
.progress .fill {
    stroke: #0ec232;
    stroke-dasharray: 219.99078369140625;
    stroke-dashoffset: -219.99078369140625;
    transition: stroke-dashoffset 1s;
}
.progress .value {
    fill: #0ec232;
    text-anchor: middle;
}
.progress .text {
    font-size: 12px;
    fill: #fff;
    text-anchor: middle;
}
.social-icon svg:hover g {
    stroke: #0EC232;
}
.social-icon svg:hover path, .social-icon svg:hover #Rectangle_570, .social-icon svg:hover #Rectangle_571, .social-icon svg:hover #Rectangle_572, #Rectangle_574 {
    fill: #0EC232;
}

.vcard .form-switch .form-check-input {
    width: 4em;
    height: 2rem;
}

.form-check-input:checked {
    background-color: #0EC232;
    border-color: snow;
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}

.hint {
    font-size: 14px;
    color: #ff3c3c;
}