[cloak]{
    display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid var(--pry-dark-color);
    color: var(--pry-dark-color);
    background-color: #e7f5fb;
    font-size: 14px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-selection--single .select2-selection__rendered, .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    display: flex !important;
    align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--pry-dark-color);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid var(--pry-dark-color);
    color: var(--pry-dark-color);
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
}

.font-size-10 {
    font-size: 12px;
}

.sidebar {
    min-height: 90vh;
}

textarea {
  resize: none;
}

#editor {
  height: 200px;
}
[moe] [url]:not([show]) {
  left:0;
  right:0;
  max-width: 35%;
  margin: auto !important;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ddd;
  position: fixed;
  top:25%;
}
[moe][small] [url]:not([show]) {
  max-width: 25%;
}
[moe][large] [url]:not([show]) {
  max-width: 60%;
}
.upload-btn {
    position: relative;
    cursor: pointer;
}

.upload-btn input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}

.bg-light-grey {
    background-color: #FAFAFA;
}

.sidebar .nav-link {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    text-transform: capitalize;
}

.sidebar .nav-item.active>a.nav-link {
    color: var(--pry-color);
    border-color: var(--pry-color);
}

.sidebar .nav-link span {
    margin-top: -4px;
    margin-left: 5px;
}

.step-title {
    font-weight: 500;
    font-size: 25px;
    text-transform: capitalize;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.form-section-title {
    background-color: #F1F4F4;
    color: var(--pry-dark-color);
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px;
    cursor: pointer;
}

.form-section-sub-title {
    color: var(--pry-dark-color);
    margin: 15px 0;
    font-weight: 900;
    border-left: 5px solid var(--pry-dark-color);
    padding: 5px 0;
    padding-left: 7px;
}

.select2 {
    width: 100% !important;
}

.form-check-label {
    align-items: baseline;
}

.icon_wrap {
    position: absolute;
    top: -50px;
    right: calc(50% - 50px);
    background-color: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.06);
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.icon_wrap img {
    width: 60%;
}


.nav-item.active::after {
    content: '';
}
.sidebar .nav-item.active>.nav-link {
    font-weight: bold;
}
.tabbed-nav {
    width: 100%;
}

.tabbed-nav .nav a {
    padding: 10px 20px;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid transparent;
    display: inline-block;
    margin:0;
    transition: 0.5s;
    cursor: pointer;
    color: #333;
    font-size: 13px;
    font-weight: 500;
}
.tabbed-nav .nav a:last-child {
    border-right: 1px solid #e8e8e8;
}
.tabbed-nav .nav a:hover {
    border-color: #5ac8fa;
    transition: 0.5s;
    color: #5ac8fa;
}
.tabbed-nav .nav a.active,
.tabbed-nav .nav a.active:hover {
    border-color: #5ac8fa;
    transition: 0.5s;
    background-color: #5ac8fa;
    color: #fff;
    border-bottom: 1px solid #5ac8fa;
    font-weight: bold;
}
.tabbed-nav .content {
    border: 1px solid #e8e8e8;
    padding: 15px;
}
/*TABLE*/
.table thead th {
    border-top: 1px solid #F5F8FF;
    border-bottom: 1px solid #F5F8FF;
}
.table tbody tr:nth-child(even){
    background-color: #F9FAFB;
}
.table td, .table th {
    border-top: none;
}

.table.table-bordered thead th {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.table.table-bordered tbody tr:nth-child(even){
    background-color: transparent;
}

.grouped-section {
    width: 100%;
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 5px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.grouped-section .title {
    position: absolute;
    top: -19px;
    left: 15px;
    background: #fff;
    padding: 0 5px;
    color: #333;
    font-size: 15px;
}
.custom-card h6 {
  font-weight: 900;
}

.title {
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0.374px;
}

.step-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.custom-ul {
  list-style:none;
  padding-left: 3px;
}

.custom-ul i {
    line-height: 26px;
}

.list-item {
    display: block;
    position: relative;
    padding-left: 20px;
}
.list-item:before {
    content: "✓";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top:0;
    left:0;
    color: #ff9800;
}
.uploaded-video {
    width: 315px;
    border-radius: 5px;
}
.listed-video {
    width: 215px;
    border-radius: 5px;
}
.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: var(--pry-color);
}
.font-11 {
    font-size: 11px;
}
.profile-photo {
  margin-top: 15px;
  height: 140px;
  width: 140px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F7;
}
.profile-photo img{
    display: block;
    max-width: 100%;
}
.profile-photo .picture {
    width: 140px;
}
.upload-flex {
  display: flex;
  align-items: center;
}
.btn-blue-outline, .file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 16px;
  cursor: pointer;
  color: #5AC8FA !important;
  text-transform: uppercase;
}
.file-upload {
  margin: 15px 0px 0px 28px;
}
.file-upload input[type="file"] {
    display: none;
}
.profile-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 11px;
}
.settings {
  width: 69.5%;
}
.list {
  list-style: none;
  padding: 0;
  position: relative;
  width: 28%;
}
.list li {
  padding: 24px 30px;
  margin-bottom: 5px;
}
.list li.active::before {
  position: absolute;
  content: '|';
  color: #fff;
  border-left:7px solid #5AC8FA;
  left:0;
}
.list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.list a {
  color: #000;
  display: block;
  width: 100%;
}
.list .active a, .list a:hover {
  color: #5AC8FA;
}
.profile {
  padding: 20px 30px;
}
.pr-title {
  font-weight: 600;
  font-size: 27px;
  line-height: 34px;
}
.pr-divider {
  margin: 50px 0px 32px;
  border:0.3px solid #eee;
}
.border-sign {
  border: 1px solid rgba(90, 200, 250, 0.4);
}
.form-control {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 0;
  font-size: 15px;
  height: 45px;
}
.form-control::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
}
.mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .profile-flex, .mobile, .display {
    display: block;
  }
  .list, .settings {
    width: 100%;
  }
}
@media screen and (max-width:545px) {
  .profile {
    padding: 10px 20px;
  }
}
@media screen and (max-width:450px) {
  .upload-flex {
    flex-direction: column;
  }
  .profile {
    padding: 0;
  }
  .pr-divider {
    margin: 30px 0;
  }
  .file-upload {
    margin: 15px 0px 0px 0px;
  }
}
@media screen and (max-width:320px) {
  .edit-signature-trigger, .edit-signature-panel {
    margin-left: -5px;
  }
}
