@font-face {
    font-family: "my_cap";
    src: url('/css/web_fonts/BPG DejaVu Sans Web Caps.ttf') format("truetype")
}
@font-face {
    font-family: "norm";
    src: url('/css/web_fonts/BPG DejaVu Sans Web.ttf') format("truetype")
   /* src: url('/css/fonts/DejaVu/DejaVuSans.ttf') format("truetype")*/
}
@font-face {
    font-family: "norm1";
    src: url('/css/web_fonts/BPG DejaVuSerif Web.ttf') format("truetype")
    /* src: url('/css/fonts/DejaVu/DejaVuSans.ttf') format("truetype")*/
}
@font-face {
    font-family: "my_capcond";
    src: url('/css/web_fonts/BPG DejaVu SansCond Caps Web.ttf') format("truetype")
}

html {
    /* font-family: norm1; */
    height: 100%;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    position: fixed;
    background-attachment: fixed;
    background-image: url(/img/bg.jpg);
}
a{
    text-decoration: none;
}
.a-r{
    text-align: right;
}

[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak {
    display: none !important;
}
.up {
    text-transform: uppercase;
    font-family: "my_cap"
}
.input-field input:focus+label {
    color: #2196f3 !important;
}

aside {
    position: fixed;
    background: #fff;
    width: 100px;
    justify-content: space-between;
    flex-direction: column;
    height: calc(100vh - 20px);
    display: flex;
    border-right: solid 1px #f5f0f0;
}
.am {
    height: 45px;
    flex: 1;
    position: relative;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    display: block;
    color: #b9babb;
}

.am span {
    transition: all 0.15s linear;
    font-size: 10px;
  /*  color: #fff;*/
    display: block;
}

aside:hover .am span {
    transition: all 0.15s linear;
    color: #989898;
}

.am.active,
.am:hover i {
    color: #0ab534;
}

.am.active span,
.am:hover span {
    color: #000;
    font-size: 11px;
    font-weight: 600;
}

.am i {
    margin: 17px 15px 5px;
    font-size: 22px;
}
.btn_group{
    display: flex;
    flex-direction: row;
    margin: 10px 0;
    width: 100%;
}
.btn_group button{
    flex: 1;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border: none;
    background: #eaeaea;
    height: 36px;
    outline: none;
    margin: 0 5px;
    cursor: pointer;
}
.btn_group button.active{
    background: #0ab534;
    color: #fff;
}
.btn {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 0 16px;
    min-width: 64px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.btn::-moz-focus-inner {
    border: none;
}

/* Overlay */
.btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transition: opacity 0.2s;
}

/* Ripple */
.btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px; /* Safari */
    height: 32px; /* Safari */
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
.btn:hover,
.btn:focus {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn:hover::before {
    opacity: 0.08;
}

.btn:focus::before {
    opacity: 0.24;
}

.btn:hover:focus::before {
    opacity: 0.3;
}

/* Active */
.btn:active .btn.active  {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.btn:active::after, .btn.active::after {
    opacity: 0.32;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}

/* Disabled */
.btn:disabled {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
    box-shadow: none;
    cursor: initial;
}

.btn:disabled::before {
    opacity: 0;
}

.btn:disabled::after {
    opacity: 0;
}


.add_panel{
    margin: 10px 0px 10px 10px;
    max-height: 40px;
}
.add_panel .title{
    position: relative;
    display: inline-block;
    font-family: 'my_cap';
    color: #2f2f2f;
    top: -3px;
}
{
    background: #bdbdbd6e;
    padding: 2px 3px;
    border-radius: 6px;
}
form > div{
    margin: 10px;
}
form div label{
    display: block;
    margin-bottom: 5px;
}
input, select, textarea {
    width: calc(100% - 20px);
    padding: 10px;
    border: solid 1px #d5d7d8;
    margin-bottom: 5px;
    outline: none;
}
input:hover,select:hover,textarea:hover{
    border: solid 1px #0ab534;
}
input[type="date"]{
    padding: 7px;
}
input:disabled{
    background: #ececec;
    border-color: #cecece;
    cursor: not-allowed;
    color: #656565;
}
select:disabled{
    background: #ececec;
    border-color: #cecece;
    cursor: not-allowed;
    color: #656565;
}
.lists.new{
    color:#000;

}
.lists{
    line-height: 40px;
    color: #777;
    display: flex;
    padding: 3px 10px 0px;
    cursor: pointer;
    border-bottom: solid 1px #b9babb;
    /* border-top: solid 1px #b9babb; */
    /* margin: 3px; */
}
.lists_in{
    line-height: 40px;
    color: #777;
    display: flex;
}
.lists:hover{
    background: #eeeeee55;
    box-shadow: inset 0 0 1px 0px #0ab534;
}
.sm_btn{
    color: #ccc;
    padding: 12px 8px;
}

.sm_btn:hover{
    color: #0ab534;
}
.h-red:hover{
    color: red;
}

.blade{
    position: absolute;
    top: 10px;
    background: #f00;
    right: 5px;
    border: solid 1px #f00;
    border-radius: 5px;
    padding: 2px 4px;
    color: whitesmoke;
}
.swal-title {
    font-size: 12px;
    font-family: my_cap;
}
header{
    position: fixed; height: 50px;   background: #fff; width: 100%;
}
.down{
    position: absolute;
    left: -250px;
    width: 350px;
    background: #fff;
    box-shadow: 0px 1px 1px 0px #000;
}
.list_item{
    border-right: solid 1px #ccc6;
    display: block;
    flex: 10;
    padding: 0 10px 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}.list_head{
     border-right: solid 1px #ccc6;
     padding: 0 10px 0 10px;
     font-family: my_cap;
     flex: 10;
     display: block;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     color: #3a3a3a;
     /* background: #e0eef5; */
 }
footer{
    display: block;
    position: fixed;
    bottom: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    background: #007dbee8;
}
.user_icon{
    border-radius: 50%;
    border: solid #ffda1a;
    font-size: 50px;
    height: 70px;
    width: 70px;
    line-height: 64px !important;
    display: inline-block !important;
    color: #1e92ab;
    background: #e4f2f5;
}
.user_icon_mini{
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: solid #ffda1a;
    height: 28px;
    width: 28px;
    color: #1e92ab;
    background: #e4f2f5;
    font-size: 15px;
    margin: 0px 0 -11px;
    font-family: my_cap;
    line-height: 30px !important;
}
.add_panel a{
    text-align: center;
    display: inline-block;
}
.add_panel a i{
    font-size: 26px;
    color: #888;
    cursor: pointer;
}
.add_panel a span{
    cursor: pointer;
    width: 120px;
    text-align: center;
    font-size: 20px;
    color: #888;
    margin: 10px 0;
    position: absolute;
}
.add_panel a:hover i{
    color :#0ab534
}
.add_panel a:hover span{
    color :#000;
    font-weight: 600;
}
.tooltip
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    padding: 5px;
    color: white;
    background: black;
    z-index: 5000;
}
.price{
    float:right;
    text-align: right;
}

.swal2-container button.btn:enabled {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.2px;
    background: #70b7fd;
    font-family: 'my_capcond';
}
.swal2-container a {
    outline: none !important;
}
.swal2-container .icon{
    width: 90px;
    font-size: 80px;
    color: #fff;
    background: #ff9e00;
    border-radius: 50%;
    padding: 28px 27px 12px 20px;
    height: 90px;
}
info{
    position: relative;
    cursor: pointer;
}
info i {
    margin: 0 5px;
    color: #5e646a;
}
info i:hover{
    color: #000;
}
info:hover text{
    display: block;
}
info text{
    display: none;
    position: absolute;
    background: #ccc;
    width: max-content;
    max-width: 298px;
    padding: 8px;
    text-align: left;
    margin: 2px;
    border-radius: 12px;
}
.bold{
    font-weight: bold;
}
input.switch {
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 50px;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}
input.switch:checked::before {
    background: #0ab534;
}
input.switch::before {
    font-size: 18px;
    color: #fff;
    box-shadow: 0 0 1px 1px #ffffff;
    content:'✓  ✖';
    display: block;
    position: absolute;
    background: #b9babb;
    width: 50px;
    border-radius: 1px;
    height: 25px;
    top: -5px;
    left: 0px;
    text-align: center;
}
input.switch::after {
    content:'';
    display: block;
    position: absolute;
    background: #FFF;
    border-radius: 2px;
    height: 21px;
    width: 22px;
    top: -3px;
    left: 1px;
    box-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);
    transition: all 300ms;
}
input.switch:active::after{
    width:30px;
}
input.switch:checked::after {
    left: auto;
    right: 2px;
}
input.round.switch::after, input.round.switch::before {
    border-radius: 20px;
}
input.inner.switch {
    transition: all 300ms;
    height: 0;
    width: 0;
    margin: 10px 25px !important;
}
input.inner.switch::before {
    transition: 0.30s;
    transform: rotate(180deg);
    width:25px;
    content:'✖';
}
input.inner.switch:checked::before {
    transition: 0.30s;
    transform: rotate(0deg);
    content:'✓';
}
input.inner.switch::after {
    content:none;
    top: -3px;
    left: -25px;
}
file span a{
    border-radius: 4px;
    color: rgba(7, 65, 255, 0.93);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
    display: inline-block;
    padding: 7px !important;
    margin: 3px;
    font-family: 'my_capcond';
}
file span a:hover{
    text-decoration: underline;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
 }
rate{
    padding: 3px 5px;
    border-bottom: solid 1px #b9babb;
    margin: 0px;
    height: 31px;
    display: block;
    font-family: 'my_capcond';
    font-size: 16px;
    line-height: 35px;
    background: #fff;
}
.rate{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
}
.rate i {
    padding: 7px 0;
    background: #e8f3ff;
    color: #71b8ff;
    flex: 1;
    margin: 1px;
}
.rate:hover i{
    background: #0a7c88;
    cursor: pointer;
    color: #ffffff;
}
.rate i.active{
    background: #045a61;
    color: #ffffff;
    font-weight: bold;
}
.rate i:hover ~ i{
    background: #e8e8e8;
    color: #b9b9b9;
    cursor: pointer;
}
button.swal2-close{
    height: 29px;
    width: 30px;
    opacity: 0.5;
    margin: 8px;
    background: #0a7c88;
}
button.swal2-close:hover{
    background: #0a7c88;
    opacity: 1;
}
.file_input{
    display: flex;
    justify-content: space-between;
    border: solid 1px #ccc;
    margin: 0 11px;
    background: #f9f9f9;
    height: 34px;
}
.preview-img{
    height: 80px;
    aspect-ratio: 1;
    object-fit: cover;
    margin: 2px;
}
.dropzone{
    background: #efefef;
    border: solid 1px #ccc;
    margin: 0;
    padding: 6px 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 11px;
    height: 20px;
    flex: 1;
}
.image-preview-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.dropzone.dragover {
    border: 2px dashed #4A90E2;
    background-color: #F0F8FF;
}
.dropzone:hover {
    border: 2px dashed #4A90E2;
    background-color: #F0F8FF;
}
.image-preview{
    position: relative;
}
.progress-bar{
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    /* margin: 0 0px; */
}
.progress-bar .progress{
    position: absolute;
    left: 0;
    height: 100%;
    background: #00f31e;
    transition: 0.3s;
    border: 1px solid;
}
.progress-bar .progress_text{
    text-align: center;
    font-size: 10px;
    background: #14ffc587;
    font-family: 'my_capcond';
    width: 100%;
    color: #000;
}
.progress-bar .progress_complete{
    text-align: center;
    font-size: 10px;
    background: #00f31e;
    font-family: 'my_capcond';
    width: 100%;
    color: #000;
}
.delete-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ffffff;
    font-size: 11px;
    color: #ff0000;
    cursor: pointer;
    border-radius: 50%;
    border: solid 1px #000;
    opacity: 0.6;
    height: 20px;
    width: 20px;
}
.delete-button:hover {
    opacity: 1;
    tranform: scale(1.1);
}
.delete-button .fa {
    pointer-events: none; /* Ensure the icon doesn't intercept click events */
}
.question-root{
    border: 1px solid #ddd;
    border-radius: 8px;
}
.question-block {
    margin-bottom: 20px;
    /* padding: 10px; */
    /* border: 1px solid #ddd; */

    background: #f9f9f9;
}

.question-title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin: 15px 0;
    text-align: center;
    letter-spacing: 0.5px;
}

.rate-options {
    display: flex;
    gap: 8px;
    justify-content: center;
}
.rate-option {
  flex: 1;
  display: block;
}

.rate-option span {
    height: 60px;
    font-size: 13px;
    text-align: left;
    background: #f0f0f0;
    padding: 6px 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    font-weight: bold;
    user-select: none;

    display: inline-block;
}

.rate-option span:hover {
    background: #d1e7ff;
    transform: scale(1.05);
}

.rate-option input[type="radio"] {
    display: none;
}

.rate-option input[type="radio"]:checked + span {
    background: #007bff;
    color: white;
    border-radius: 8px;
    display: inline-block;
}






