@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
p {
    margin-top: 0;
    margin-bottom:.1rem;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.bg-black {
    background-color: #000000;
}

.bg-grey {
    background-color: #e8eaeb;
}

.bg-blue {
    background-color: #e8eaeb;
}

.body100 {
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 100%;
    width: 100%;
}

form {
    width: 100%;
}

.html100 {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.home-body {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.my-font-white {
    color: rgb(255, 255, 255);
}

.my-font-black {
    color: black;
}

.my-font-grey {
    color: rgb(161, 161, 161);
}

.my-font-blue {
    color: #0066d3;
}

.my-font {
    font-family: 'Poppins', sans-serif;
}

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

.my-font-14 {
    font-size: 14px;
}

.my-font-15 {
    font-size: 15px;
}

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

.my-font-18 {
    font-size: 18px;
}

.my-font-24 {
    font-size: 24px;
}

.my-font-28 {
    font-size: 24px;
}

.my-font-bold {
    font-weight: 700;
}

.my-font-medium {
    font-weight: 500;
}

.my-font-semibold {
    font-weight: 600;
}

.my-font-normal {
    font-weight: 400;
}

.login-desc {
    padding-bottom: 20px;
}

.login-container {
    display: flex;
    height: 100%;
    width: 100%;
}

.login-left-container {
    -ms-flex-preferred-size: 0;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 0;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-right: 50px;
}

.login-right-container {
    min-width: 600px;
    max-width: 600px;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: flex-start;

}

.login-box {
    width: 400px;
}

.myformgroup {
    width: 100%;
    height: 70px;
    position: relative;
    display: flex;

}

.myformgroupactivebg {
    transition: ease .2s;
    background: #011b30;
}

.myformborder-up {
    border-left: solid 1px #ededed1f;
    border-right: solid 1px #ededed1f;
    border-top: solid 1px #ededed1f;
    border-bottom: solid 1px #ededed1f;
}

.myformborder-down {
    border-left: solid 1px #ededed1f;
    border-right: solid 1px #ededed1f;
    border-top: solid 1px #ededed1f;
    border-bottom: solid 1px #ededed1f;
}

.myformlabel {
    position: absolute;
    top: 25px;
    color: #a6a6a7;
    cursor: text;
    transition: ease .2s;

}

.myformlabel label {
    cursor: text;
}

.myboxcontainer {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 0;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
}

.myformicon {}

.myformicon img {
    padding: 20px;
    height: 70px;
    width: 70px;
}

.myforminput {
    border: 0;
    background-color: transparent;
    outline: 0;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    caret-color: white;
}

.myforminput:focus+.myformlabel {
    outline: 0;
    transition: ease .2s;
    transform: translateY(-10px);
    font-size: 12px;
}

.myforminput:not(:placeholder-shown)+.myformlabel {
    outline: 0;
    transition: ease .2s;
    transform: translateY(-10px);
    font-size: 12px;
}

.topleft-br-10 {
    border-top-left-radius: 10px;
}

.topright-br-10 {
    border-top-right-radius: 10px;
}

.bottomleft-br-10 {
    border-bottom-left-radius: 10px;
}

.bottomright-br-10 {
    border-bottom-right-radius: 10px;
}

.rem-for-container {
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
}

.myformcheck {
    width: 14px;
    height: 14px;
    border: solid 1px #ededed5e;
    border-radius: 3.5px;
    cursor: pointer;
    transition: ease .2s;
}

.myformcheckbox:checked+.myformcheckcontainer .myformcheck {
    background-color: #011b30;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 469.2 469.2' style='enable-background:new 0 0 469.2 469.2%3B' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23F9F9F9%3B' d='M462.5 96.2l-21.7-21.7c-9-8.9-23.6-8.9-32.6 0L180.4 302.4L61 183c-9-9-23.6-9-32.6 0L6.7 204.7c-8.9 9-8.9 23.6 0 32.6L164 394.6c4.5 4.5 10.3 6.8 16.2 6.8s11.8-2.3 16.2-6.8l265.8-265.8C471.5 119.7 471.5 105.1 462.5 96.2z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;

}

.myformcheckcontainer {
    display: flex;
    align-items: center;
}

.myformchecklabel {
    padding-left: 5px;
}

.for-container a {
    text-decoration: none;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.myformbutton {
    padding: 10px;
    min-width: 150px;
    height: 45px;
    border-radius: 10px;
    cursor: pointer;
    transition: ease .2s;
    border: none;
    position: relative;
}

.myformbutton-sm {
    min-width: 30px;
    padding: 5px;
    border-radius: 25px;
    cursor: pointer;
    transition: ease .2s;
    border: none;
}

.myformbutton:focus,
.myformbutton-sm:focus {
    outline: none;
}

.myformbuttonblue {
    background: #000000;
}

.myformbuttonblue:active {
    background: #003863;
}

.log-btn-container {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.login-img-view {
    opacity: .9;
    margin-bottom: 107px;
}

.login-img-view img {
    height: 100%;
    object-fit: scale-down;
    width: 100%;
}

.top-bar {
    width: 100%;
    height: 60px;
    background-color: #011b30;
    border-bottom: solid 1px #ededed1f;
    display: flex;
}

.home-content {}

.card-list {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
    padding-bottom: 20px;
}

.card-item {
    border-radius: 15px;
    width: 200px;
    height: 300px;
    background-color: #E6E8ED;
    position: relative;
    cursor: pointer;
    margin: 5px;
}

.card-item:hover {
    transform: scale(1.02);
    transition: ease .2s;
    z-index: 9;
}

.card-bottom {
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 50px;
    background-color: #404040;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.card-name {
    display: block;
    height: 100%;
    text-align: center;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;

}

.card-image {

    width: 200px;
    height: 200px;
    position: absolute;
    border-radius: 50px;
    overflow: hidden;
    transform: rotate(32deg);
    top: -47px;
    left: -11px;
    z-index: 2;

}

.card-image-container {
    height: 200px;
    width: 200px;
    transform: rotate(328deg);
    position: absolute;
    top: 34px;
    left: 34px;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card-image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.card-curl-container {
    width: 200px;
    height: 200px;
    position: absolute;
    border-radius: 50px;
    overflow: hidden;
    transform: rotate(32deg);
    top: -31px;
    left: -11px;
    z-index: 1;
    -webkit-box-shadow: 3px 10px 20px -6px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 3px 10px 20px -6px rgba(0, 0, 0, 0.32);
    box-shadow: 3px 10px 20px -6px rgba(0, 0, 0, 0.32);
}

.card-curl {

    height: 200px;
    width: 200px;
    transform: rotate(328deg);
    position: absolute;
    top: 34px;
    left: 34px;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #404040;

}

.card-prof-name {
    padding-top: 207px;
    padding-left: 15px;
    text-align: center;
}

.text-elipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-view {
    overflow: hidden;
    position: relative;
    height: 300px;
    width: 200px;
}

.card-item-add {
    border-radius: 15px;
    width: 200px;
    height: 300px;
    position: relative;
    cursor: pointer;
    background-color: #011b30;
    border: dashed 6px #ededed1f;
    margin: 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.card-item-add:hover {
    transform: scale(1.01);
    transition: ease .2s;
    background-color: #044072;
}

.add-control {}

.add-icon {
    text-align: center;
    height: 45px;
    color: white;
    font-size: 28px;
}

.add-label {
    text-align: center;
}

.profile-menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    margin-left: auto;
    cursor: pointer;
    padding-right: 15px;
}

.prof-arrow {
    margin-top: -5px;
    padding-left: 5px;
}

.profile-name {
    padding-left: 5px;
    max-width: 150px;
}

.profile-image {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    overflow: hidden;
}

.profile-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.search-bar {
    width: 70%;
    padding-top: 11px;
    height: 40px;
    border: 0;
    padding-left: 15px;
}

.my-input-container {
    position: relative;
}

.my-input-icon {
    position: absolute;
    color: #979797;
    top: 9px;
    left: 10px;
}

.my-black-input {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: solid 1px #ffffff14;
    background: #011628;
    padding-left: 15px;
    padding-right: 15px;
    transition: ease .2s;
    caret-color: white;
}

.my-black-input:focus {
    outline: none;

}

.card-content {
    padding-top: 20px;
    display: grid;
    justify-content: center;
    align-items: flex-start;
}

.card-preview-content {
    padding-top: 20px;
    padding-left: 15px;
    display: grid;
    justify-content: center;
    align-items: flex-start;
    grid-template-columns: auto;
}

.card-tool-container {
    width: 400px;
    background-color: #ffffff;
    border-radius: 30px 30px 0px 0px;
    border: solid 1px #adadad6b;
    bottom: 0px;
    z-index: 9;
    padding-bottom: 25px;
    position: fixed;
    left: calc(50% - 62px);
    transform: translateX(calc(-50% + 74px));
    display: none;
    box-shadow: 2px -3px 5px 0px #0000001c, -20px 18px 15px 20px #0000001c;
    height: 0px;
    transition: ease-in-out 1s;
}

.card-tool-head {
    padding-left: 27px;
    padding-top: 21px;
}

.card-tool-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.card-tool-item {

    width: 70px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    padding: 5px;
    margin: 2px;
    transition: ease .2s;
}

.card-tool-item:hover {
    background-color: #ededed;
}

.doc-card {
    border-radius: 24px;
    width: 400px;
    height: auto;
    background-color: #ffffff;
    margin: 5px;
    overflow: hidden;
    border: solid 1px #6c6c6c;
    padding-bottom: 45px;
}

.doc-image {
    width: 100%;
    height: 250px;
    background-image: url(/assets/images/avatar.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.doc-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: none;
}

.doc-image-v1 {
    width: 100%;
    height: 250px;
    background-image: url(/assets/images/avatar.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.doc-image-v1 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.doc-design {
    position: absolute;
    width: 100%;
    top: 86px;
}

.doc-curl-bg {
    fill: #E6E8ED;
}

.doc-curl {
    transition: ease .2s;
    fill: #404040;
}

.color-palette {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}

.doc-option {
    width: 400px;
    padding-bottom: 15px;
    background-color: #011b30;
    border-radius: 30px;
    border: solid 1px #ededed1f;
    margin-left: 10px;
    position: sticky;
    top: 0;
}

.clr-item {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin: 3px;
    cursor: pointer;
    flex-shrink: 0;
    box-sizing: content-box;
}

.clr-item-cust {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin: 3px;
    background-image: url('/assets/images/color-wheel.png');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    /* right: 10px; */
    /* top: 8px; */
    flex-shrink: 0;
}

.clr-itemactive {
    transition-duration: 300ms;
    transition-property: box-shadow, transform;
    width: 1.25rem;
    box-shadow: rgb(255 255 255) 0px 0px 0px 2px, rgb(0 0 0 / 38%) 0px 0px 0px 3px;
}

.doc-button {
    padding-left: 15px;
    padding-right: 15px;
}

.doc-logo {
    position: absolute;
    width: 64px;
    height: 64px;
    border: solid 5px #e6e7e8;
    background-color: white;
    border-radius: 50%;
    top: 36px;
    left: 36px;
}

.doc-logo-v1 {
    position: relative;
    width: 64px;
    height: 64px;
    border: solid 1px #e6e7e8;
    background-color: white;
    border-radius: 50%;
    min-width: 64px;
    min-height: 64px;
    overflow: hidden;
    flex-shrink: 0;
    flex-basis: 64px;
}

.doc-textbox {
    padding: 15px;
}

.doc-text-container {
    position: relative;
    padding: 6px 15px 5px 15px;
}

.doc-text-container-v1 {
    position: relative;
    padding: 7px 15px 5px 15px;
}
.doc-text-container-v1 img
{
    width: 100%;
}

.v2group {
    position: relative;
}

.v2input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: solid 1px #bbbbbb;
    background: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    transition: ease .2s;
    padding-top: 10px;
}

.v2input:focus {
    outline: none;
    border: solid 1px #1D90F4;
}

.v2label {
    position: absolute;
    top: 14px;
    left: 15px;
    color: #939393;
    transition: ease .2s;
    cursor: text;
}

.v2input:focus+.v2label,
.v2input:not(:placeholder-shown)+.v2label {
    top: 4px;
    color: #1D90F4;
    font-size: 10px;
}

.doc-other-feature {
    padding-left: 15px;
    padding-top: 15px;
}

.doc-meeting {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}
.doc-feedback {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}

.doc-meeting-v1 {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}
.doc-review-v1 {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}

.doc-other-feature-v1 {
    padding-left: 15px;
    padding-top: 15px;
}

.v3input {
    width: 100%;
    height: 44px;
    border-radius: 10px;
    border: solid 1px #adadad6e;
    background: #ffffff;
    padding-left: 38px;
    padding-right: 15px;
    transition: ease .2s;
    padding-top: 10px;
    padding-bottom: 10px;
}
.v6input {
    width: 100%;
    height: 44px;
    border-radius: 10px;
    border: solid 1px #adadad6e;
    background: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    transition: ease .2s;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
}
.v3input:focus,.v6input:focus {
    outline: none;
    border: solid 1px #1D90F4;
}

.v3input::placeholder,v6input {
    color: #939393;
    opacity: 1;
    /* Firefox */
}

.v3input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #939393;
}

.v3input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #939393;
}

.v5select
{
    position: absolute;
    border: 0;
    top: 11px;
    left: 65px; 
    width:54px;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}
.v5select:focus
{
    outline: none;
}
.v5input {
    width: 100%;
    /* height: 50px; */
    border-radius: 10px;
    border: solid 1px #adadad6e;
    background: #ffffff;
    padding-left: 92px;
    padding-right: 15px;
    transition: ease .2s;
    padding-top: 10px;
    padding-bottom: 10px;
}

.v5input:focus {
    outline: none;
    border: solid 1px #1D90F4;
}

.v5input::placeholder {
    color: #939393;
    opacity: 1;
    /* Firefox */
}

.v5input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #939393;
}

.v5input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #939393;
}

.oth-item {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    margin-bottom: 5px;
}

.icon-textbox {
    position: absolute;
    left: 39px;
    top: 7px;
}

.drag-bttn {
    position: absolute;
    left: 0;
    top: 0px;
    cursor: grab;
    color: #666666;
}

.drag-bttn:active {
    cursor: grabbing;
}

.del-bttn {
    position: absolute;
    top: 0px;
    right: 7px;
    cursor: pointer;
}

.del-bttn img {
    width: 20px;
}

.modal-window {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000a1;
    display: none;
    z-index: 99999999999;
}

.image-cropper {
    overflow: hidden;
    width: 500px;
    border: solid 1px #ededed1f;
    background-color: #ffffff;
    border-radius: 27px;
    padding: 20px;
}

.image-data {
    width: 100%;
    height: 300px;
}

.image-data img {
    width: 100%;
    object-fit: scale-down;
}

.modal-centre {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.prof-up-bttn {
    min-width: 100px;
    height: 36px;
    cursor: pointer;
    transition: ease .2s;
    border: none;
    color: #1d90f4;
    background: white;
    position: absolute;
    right: 0px;
    top: 0;
    max-width: 139px;
    border: solid 1px #00000024;
}

.prof-up-bttn:focus {
    outline: none;
}

.prof-up-bttn:active {
    background-color: #f3f3f3;
}

.prof-up-bttn span {
    padding-left: 17px;
    padding-right: 9px;
}

.prof-up-ico {
    position: absolute;
    left: 4px;
    top: 8px;
}

.prof-up-ico svg {
    width: 18px;
    height: 18px;
}

.cover-up-bttn {
    min-width: 150px;
    height: 36px;
    cursor: pointer;
    transition: ease .2s;
    border: none;
    color: #1d90f4;
    background: white;
    position: absolute;
    right: -2px;
    top: -1px;
    max-width: 150px;
    border: solid 1px #00000024;
    z-index: 9;
}

.cover-up-bttn:focus {
    outline: none;
}

.cover-up-bttn:active {
    background-color: #f3f3f3;
}

.cover-up-bttn span {
    padding-left: 17px;
    padding-right: 9px;
}

.cover-up-ico {
    position: absolute;
    left: 7px;
    top: 8px;
}

.cover-up-ico svg {
    width: 18px;
    height: 18px;
}

.crop-bttn-container {
    padding-top: 25px;
    display: flex;
}

.doc-more-opt {
    min-width: 139px;
    height: auto;
    border-bottom-left-radius: 14px;
    cursor: pointer;
    transition: ease .2s;
    border: solid 1px #00000024;
    color: #1d90f4;
    background: white;
    position: absolute;
    right: 0px;
    overflow: hidden;
    top: 0;
    display: none;
}

.more-opt-item {
    padding: 5px 10px 5px 10px;
}

.more-opt-item:active {
    transition: ease .2s;
    background-color: #1D90F4;
    color: white;
}

.cover-more-opt {
    min-width:150px;
    height: auto;
    border-bottom-left-radius: 14px;
    cursor: pointer;
    transition: ease .2s;
    border: solid 1px #00000024;
    color: #1d90f4;
    background: white;
    position: absolute;
    right: 0px;
    overflow: hidden;
    top: 0;
    display: none;
    z-index: 9;
}

.cover-opt-item {
    padding: 5px 10px 5px 10px;
}

.cover-opt-item:active {
    transition: ease .2s;
    background-color: #1D90F4;
    color: white;
}

#txtcolor {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 24px;
    display: flex;
    cursor: pointer;
    height: 20px;
}

.bttnaddlogo {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.add-logo-ico {
    position: absolute;
    top: 14px;
    width: 100%;
    text-align: center;
}

.add-logo-ico svg {
    width: 24px;
    height: 24px;
}

.add-logo-text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 57px;
    color: #1d90f4;
}

#doc-logo-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    display: none;
    border-radius: 50%;
    z-index: 2;
}

#doc-logo-image-v1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.edit-logo {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 3;
    background-color: #f9f7f7;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #b7b7b7;
    color: #011b30;
    cursor: pointer;
    display: none;
}

.edit-logo:active {
    background-color: #dbdbdb;
}

.edit-logo svg {
    vertical-align: baseline;
}

.logo-more-opt {
    min-width: 170px;
    height: auto;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    cursor: pointer;
    transition: ease .2s;
    color: #1d90f4;
    background: white;
    position: absolute;
    right: -152px;
    overflow: hidden;
    top: 19px;
    z-index: 4;
    display: none;
    border: solid 1px #00000024;
}

.logo-opt-item {

    padding: 5px 10px 5px 10px;
}

.logo-opt-item:active {
    transition: ease .2s;
    background-color: #1D90F4;
    color: white;
}

.top-icon {
    padding-top: 15px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    cursor: pointer;
}

.top-icon svg {
    width: 24px;
    height: 24px;
}


.v-doc-card {
    border-radius: 15px;
    width: 400px;
    height: auto;
    background-color: #E6E8ED;
    position: relative;
    margin: 5px;
    overflow: hidden;
    padding-bottom: 20px;
}

.v-doc-image {
    width: 400px;
    height: 400px;
    position: relative;
    background-image: url('/assets/images/avatar.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.v-doc-image img {
    width: 400px;
    height: 400px;
    object-fit: cover;
}

.v-doc-design {
    position: absolute;
    width: 100%;
    top: 86px;
}

.v-doc-design-t3 {
    position: absolute;
    width: 100%;
    bottom: -30px;
}

.v-doc-curl-bg {
    fill: #E6E8ED;
}

.v-doc-curl {
    transition: ease .2s;
    fill: #404040;
}

.v-doc-logo-t3 {
    position: absolute;
    width: 128px;
    height: 128px;
    border: solid 5px #e6e7e8;
    background-color: white;
    border-radius: 50%;
    top: 124px;
    left: 33px;
}

.v-doc-logo {
    position: absolute;
    width: 128px;
    height: 128px;
    border: solid 5px #e6e7e8;
    background-color: white;
    border-radius: 50%;
    top: 263px;
    left: 33px;
}

#v-doc-logo-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    border-radius: 50%;
    z-index: 2;
}

.v-doc-text-container {
    padding-top: 40px;
    position: relative;
}

.v-doc-text-lgrey {
    color: #a3a3a3;
}

.v-doc-text-grey {
    color: #616164;
}

.v-doc-text-darkgrey {
    color: #404041;
}

.v-doc-pl-65 {
    padding-left: 45px;
}

.v-doc-compname {
    padding-bottom: 60px;
}

.v-doc-name {}

.v-docico-item {
    display: flex;
    align-items: center;
}

.v-docico-item a {
    display: flex;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}

.v-docico-container {
    padding-top: 40px;
    padding-bottom: 20px;
}

.v-doc-ico {
    min-width: 48px;
    min-height: 48px;
    border-radius: 50%;
    background: linear-gradient(315deg, #e6e6e6, #ffffff);
    box-shadow: 0 0 4px 8px #d9d9d94d, -17px -19px 60px #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-doc-ico-text {
    padding-left: 15px;
    padding-right: 5px;
    overflow-wrap: anywhere;
}

.v-doc-ico-mini {
    padding-left: 15px;
    padding-right: 5px;
    overflow-wrap: anywhere;
}

.v-doc-svg {
    color: white;
    background-color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-doc-text-view {
    padding-bottom: 5px;
}

.qr-card {
    border-radius: 50px;
    width: 400px;
    height: 600px;
    margin: 5px;
    background: white;
}

.qr-view {
    width: 100%;
    text-align: center;
    padding-top: 21px;
}

.qr-view img {
    width: 200px;
}

.qr-head {
    text-align: center;
    padding-top: 34px;
}

.qr-scan {
    padding-top: 5px;
    text-align: center;
}

.qr-scan a {
    text-decoration: none;
}

.qr-share-container {
    text-align: center;
    padding-top: 20px;
}

.qr-share-item {
    text-decoration: none;

}

.qr-copy-bttn {
    padding: 15px;
}

.show-error {
    transition: ease .2s !important;
    border: solid 1px red !important;
}

.show-errorv1 {
    transition: ease .2s !important;
    border-bottom: solid 1px red !important;
    border-left: none;
    border-right: none;
    border-top: none;
}

.show-error+.v2label,
.show-error+.v4label {
    color: red !important;
}

.show-error:focus+.v2label,
.show-error:focus+.v4label {
    color: red !important;
}

.show-error:focus {
    border: solid 1px red !important;
}

.error-text {
    color: red;
    text-align: left;
    margin-top: 5px;
}

.error-textv1 {
    color: red;
    text-align: left;
    margin-top: 5px;
}
.error-textv2 {
    color: red;
    text-align: left;
    margin-top: 5px;
    padding-left: 15px;
}
.progress-win {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #001220;
    z-index: 99999999;
}

.show-errorv2 {
    transition: ease .2s !important;
    color: red !important;
    border-left: none;
    border-right: none;
    border-top: none;
}

.show-errorv2+.sch-label {
    color: red !important;
}
.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

/*LOADER-1*/

.loader-1 .loader-outter {
    position: absolute;
    border: 4px solid #f50057;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader-1 .loader-inner {
    position: absolute;
    border: 4px solid #f50057;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

@-webkit-keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.progress-container {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.progres-view {
    text-align: center;
    display: inline-block;
}

.loader-view {
    background-color: #ffffff;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
}

.v-card-bttn-container {
    margin-top: 50px;
    margin-bottom: 50px;
    position: sticky;
    bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.drop-shadowv1 {
    -webkit-box-shadow: -2px 4px 22px -4px rgba(0, 0, 0, 1);
    -moz-box-shadow: -2px 4px 22px -4px rgba(0, 0, 0, 1);
    box-shadow: -2px 4px 22px -4px rgba(0, 0, 0, 1);
}

.page-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item {

    margin-left: 2px;
    margin-right: 2px;
}


.page-item.active .page-link {

    color: #ffffff !important;
    background-color: #011b30 !important;
    border: 1px solid #011b30 !important;
}

.selectv1 {
    background-color: #011b30;
    border: none;
    padding: 5px;
    border-radius: 5px;
}

.selectv1:focus {
    outline: none;
}

.search-tools-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}

.page-combo-container {
    display: flex;
    align-items: center;

}

.card-item-more {
    width: 30px;
    height: 20px;
    background-color: #00000042;
    border-radius: 5px;
    color: white;
    font-size: 28px;
    text-align: center;
    vertical-align: middle;
    line-height: 0.1;
    cursor: pointer;
}

.card-item-position {
    position: absolute;
    z-index: 10;
    top: 26px;
    right: 13px;
}

.dropdown-item {
    font-weight: 500;
}

.table-list {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.table-list table {
    width: 100%;
}

.table-list th {
    background-color: #011b30;
    padding-left: 15px;
    height: 40px;
    border-bottom: solid 1px #0066d347;
    color: #0066d3;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.table-list td img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.table-list td {
    background-color: #011b30;
    padding-left: 15px;
    height: 40px;
    border-bottom: solid 1px #0066d347;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.home-more-opt-col {
    width: 40px;
    padding-right: 15px;
}

.image-col {
    width: 70px;
}

.tbladdcard {
    cursor: pointer;
}

.tbladdcard:hover {
    background-color: #043a66 !important;
}

.tbladdcard:active {
    background-color: #032a49 !important;
}

.share-bttn {
    display: flex;
    position: absolute;
    top: 10px;
    right: 11px;
    height: 48px;
    width: 48px;
    background-color: #f6d65d;
    z-index: 9;
    border-radius: 50%;
    -webkit-box-shadow: -1px -1px 39px 4px rgb(0 0 0 / 24%);
    -moz-box-shadow: -1px -1px 39px 4px rgba(0, 0, 0, 0.24);
    box-shadow: -1px -1px 39px 4px rgb(0 0 0 / 24%);
    border: solid 2px white;
    align-items: center;
    justify-content: center;
}

.share-bttn:active {

    background-color: #686868;
}

.share-bttn svg {
    width: 24px;
    height: 24px;
    fill: #504d4d;
}

.share-qr-card {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000093;
    z-index: 10;
    display: none;

}

.qr-window-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.qr-window {
    width: 400px;
    height: 0px;
    border-top-left-radius: 25px;
    position: relative;
    background: white;
    border-top-right-radius: 25px;
    transition: ease-in-out 1s;
}


.share-qr-head {
    padding-top: 25px;
    padding-bottom: 25px;
}

.share-qr-img {
    width: 210px;
    height: 210px;
    background-color: white;
    border-radius: 15px;
    margin: auto;
    padding: 10px;
}

.share-qr-img img {
    width: 100%;
}

.share-qr-close {
    color: #939393;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

.tool-win-close {
    color: #939393;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.user-content {}

.form-container {
    width: 400px;
    height: auto;
    padding-bottom: 54px;
    /* background-color: #000000; */
    border-radius: 30px;
    top: 0;
    margin-bottom: 15px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: solid 1px #ebebeb;
}

.form-head {
    text-align: center;
    padding-top: 28px;
    padding-bottom: 24px;
    color: black;
}

.form-items {
    padding-left: 15px;
    padding-right: 15px;
}

.v4group {
    position: relative;
}

.v4input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    transition: ease .2s;
    padding-top: 10px;
    color: black;
    border: solid 1px #adadad6e;
    background: transparent;
}

.v4input:focus {
    outline: none;
    border: solid 1px #5c5c5c6e;
}

.v4label {
    position: absolute;
    top: 14px;
    left: 15px;
    color: #a5a5a5;
    transition: ease .2s;
    cursor: text;
}

.v4input:focus+.v4label,
.v4input:not(:placeholder-shown)+.v4label {
    top: 4px;
    color: #8f8f8f;
    font-size: 10px;
}

.func-menu-container {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 14px;
    padding-left: 10px;
}

.func-menu-bttn {
    cursor: pointer;
}

.func-menu-bttn svg {
    fill: white;
    height: 24px;
}

.func-menu {
    width: 168px;
    position: absolute;
    background: #011b30;
    height: 134px;
    top: 59px;
    left: 0px;
    z-index: 9;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: solid 1px #ededed1f;
}

.func-item {
    padding: 15px;
    border-bottom: solid 1px #ffffff0d;
}

.caption-view {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.caption-text-view {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.caption-text {
    font-weight: 300;
    font-size: 16px;
    display: none;
}

.caption-text-lg {
    font-weight: 500;
    font-size: 40px;
    display: none;
    position: relative;
}

.caption-text-lg::after {
    overflow: hidden;
    display: inline-block;
    content: "";
    animation: typing 3.5s;
    animation-fill-mode: forwards;
    position: absolute;
}

@keyframes typing {
    0% {
        content: "";
    }

    20% {
        content: "."
    }

    100% {
        content: ".."
    }
}

.top-view {
    position: absolute;
}

.sav-logo {
    color: #fff;
    padding-top: 38px;
    padding-left: 56px;
    position: absolute;
    left: 10px;
}

.sav-logo img {
    width: 102px;
}
.sav-logo-v1 {
    color: #fff;
    padding-top: 38px;
    padding-left: 56px;
    left: 10px;
}

.sav-logo-v1 img {
    width: 102px;
}

.sav-input {
    border: solid .1px #0072E1;
    background-color: transparent;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    text-align: center;
}

.sav-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0072E1;
    opacity: 1;
    /* Firefox */
}

.sav-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #0072E1;
}

.sav-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #0072E1;
}

.sav-input:focus {
    outline: none;
}

.bttnloader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: #0072E1;
    border-radius: 10px;

}

.card-bg-top {
    width: 100%;
    height: 150px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.profile-view {
    padding-top: 10px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.profile-logo {
    width: 48px;
    height: 48px;
    display: flex;
    vertical-align: middle;
    text-align: center;
    color: #000000;
    background-color: white;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top-home-view {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.profile-text {
    padding-left: 5px;
    text-transform: uppercase;
    max-width: 200px;
}

.user-type-view {
    padding-right: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-top: 15px;
    max-width: 150px;
}

.create-card-view {
    width: 100%;
    margin-top: -65px;
    padding-left: 15px;
    padding-right: 15px;
}

.create-card-view-v2 {
    width: 100%;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.create-card {
    width: 400px;
    max-width: 400px;
    height: 125px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 7px 7px 5px 0px #0000001c, 7px 7px 5px 0px #0000001c;
    overflow: hidden;
    transition: ease .2s;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
}

.create-card-view-v3 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.create-card-v3 {
    max-width: 800px;
    width: 800px;
    margin: auto;
    height: auto;
}

.create-card-v3-text {
    padding: 15px;
}

.create-card:active,
.create-card:hover {
    background-color: #0072E1;
}

.create-card:active div,
.create-card:hover a,
.create-card:hover div {
    color: white;
}

.create-card:active .cr-bal-info-view,
.create-card:hover .cr-bal-info-view {
    border-color: white;
}

.create-card-grade {
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3225665266106442) 0%, rgba(0, 0, 0, 0.05085784313725494) 100%);
    display: flex;
    align-items: center;
    position: relative;
}

.cr-image {
    height: 125px;
    width: 150px;
}

.cr-image img {
    height: 125px;
    padding-left: 15px;
    margin-top: 5px;
    padding-top: 10px;
}

.cr-text {
    display: table;
    width: 5px;
}

.sign-out-view {
    width: 161px;
    max-width: 400px;
    height: auto;
    margin: auto;
    background-color: white;
    border-radius: 20px;
    box-shadow: 7px 7px 5px 0px #0000001c, 7px 7px 5px 0px #0000001c;
    overflow: hidden;
    transition: ease .2s;
    position: absolute;
    top: 42px;
    /* padding-left: 15px; */
    right: 10px;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    text-align: center;
    /* padding-right: 15px; */
    z-index: 99;
    display: none;
}

.sign-out-view:active {
    background-color: rgb(218, 218, 218);
}

.user-type-arrow {
    transition: ease .2s;
}

.user-type-rotate {
    transform: rotate(180deg);
}

.search-view {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    position: relative;
}

.sav-srch-input {
    border-radius: 10px;
    border: solid 1px #00000047;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.sav-srch-input:focus {
    outline: none;
}


.sav-card-item {
    display: flex;
    width: 100%;
    margin-top: 10px;
    padding: 5px;
    cursor: pointer;
    border-radius: 25px;
    position: relative;
    border-bottom: solid 1px #ddd;
}

.sav-card-item:hover div {
    transition: ease .2s;
}

.sav-card-item:hover,
.sav-card-item:active {
    transition: ease .2s;
    background-color: #ffffff6e;
    color: white;
}

.sav-cd-image {
    width: 64px;
    height: 64px;
    overflow: hidden;
    flex-basis: 64px;
    min-width: 64px;
}

.sav-cd-image img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: scale-down;
}

.sav-cd-text-view {
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-basis: 100%;
}

.sav-cd-pn-text {
    flex-basis: 100%;
}

.sav-cd-pn-desi {
    flex-basis: 100%;
}

.user-type-list {
    display: flex;
    justify-content: center;
    margin-top: -70px;
}

.user-type-item-active {
    background-color: #0072E1 !important;
    color: white;
}

.user-type-item-active div {

    color: white;
}

.user-type-item {
    box-shadow: 7px 7px 5px 0px #0000001c, 7px 7px 5px 0px #0000001c;
    width: 85px;
    height: 107px;
    background: white;
    border-radius: 21px;
    margin-right: 8px;
    margin-left: 8px;
    cursor: pointer;
    transition: ease .2s;
}

.user-type-item:active,
.user-type-item:hover {
    background-color: #0072E1;

}

.user-type-item:active div,
.user-type-item:hover div {
    color: white;

}

.user-type-img {
    padding-top: 20px;
    text-align: center;
}

.user-type-img svg {
    width: 32px;
    height: 32px;

}

.user-type-text {
    padding-top: 15px;
    text-align: center;
}

.bg-design {
    width: 444px;
    height: 303px;
    /* background: #000000; */
    position: absolute;
    left: -22px;
    top: -22px;
    position: relative;
    margin-bottom: 20px;
}

.sav-inputv1 {
    width: calc(100% - 72px);
    border-bottom: solid 1px #706b6b;
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 5px;
    caret-color: black;
    color: black;
    border-radius: 0;
}

.sav-inputv1:focus {
    outline: none;
}

.sav-inputv1::placeholder {
    color: grey;
}

.sav-inputv2 {
    width: 100%;
    border-bottom: solid 1px #ffffff42;
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 5px;
    caret-color: white;
}

.sav-inputv2::placeholder {
    color: white;
}

.sav-inputv2:focus {
    outline: none;
}

.sav-inputv3 {
    width: 100%;
    border: solid 1px #adadad6e;
    background: transparent;
    padding-bottom: 5px;
    caret-color: black;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 15px;
    height: 121px;
}

.sav-inputv3::placeholder {
    color: rgb(141, 141, 141);
}

.sav-inputv3:focus {
    outline: none;
}

.sav-inputv4 {
    width: 100%;
    border: solid 1px #adadad6e;
    background: transparent;
    padding-bottom: 10px;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 15px;
    color: black;
    padding-right: 15px;
}

.sav-inputv4::placeholder {
    color: rgb(141, 141, 141);
}

.sav-inputv4:focus {
    outline: none;
}

.comp-in-view {
    padding-top: 49px;
    padding-left: 113px;
    width: 100%;
}

.comp-in-view-v1 {
    padding-left: 10px;
    width: calc(100% - 64px);
    flex-basis: 100%;
    overflow-wrap: break-word;
    padding-right: 10px;
    flex-shrink: 1;
}

.doc-image-view {
    width: 100%;
    margin-top: 36px;
    padding-left: 37px;
    padding-right: 37px;
}

.doc-image-view-v1 {
    width: 100%;
    margin-top: 8px;
    padding-left: 37px;
    padding-right: 37px;
}

.doc-image-container {
    width: 100%;
    height: 250px;
    background: #000000;
    border-radius: 35px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
}

.doc-image-container-v1 {
    width: 100%;
    height: 250px;
    background: #0072E1;
    border-radius: 35px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
}

.doc-tbox-container {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 10px;
    padding-right: 15px;
}

.doc-tbox-container-v1 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 10px;
    padding-right: 15px;
}

.doc-head {
    padding-top: 5px;
    padding-bottom: 10px;
}

.doc-contact {
    padding-left: 15px;
}

.doc-contact-v1 {
    padding-left: 15px;
}

.doc-add-contact {
    display: flex;
    align-items: center;
    padding-top: 5px;
    cursor: pointer;
    padding-left: 2px;
    position: relative;
}

.doc-add-icon {
    width: 24px;
}

.doc-add-text {
    padding-left: 7px;
    color: #A7A9AB;
    flex-basis: 100%;
}

.doc-media {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}

.doc-media-v1 {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}

.doc-youtube {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}

.doc-youtube-v1 {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}

.doc-save {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}

.doc-login {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}

.doc-small-description {
    padding-left: 34px;
    color: #004eff;
}

.page-back {
    color: white;
    width: 13px;
    position: absolute;
    cursor: pointer;
    z-index: 9;
}

.page-back:active {
    color: #0072E1;

}

.bg-design-v1 {
    width: 444px;
    height: 300px;
    background: #000000;
    left: -22px;
    top: -22px;
    position: relative;
    margin-bottom: 55px;
}
.bg-design-v2 {
    width: 100%;
    /* height: 300px; */
    /* background: #000000; */
    position: relative;
    margin-bottom: 55px;
}
.text-break {
    word-wrap: break-word;
}

.no-decoration {
    color: unset;
    text-decoration: none;
}

.no-decoration:hover {
    color: unset;
    text-decoration: none;
}

.doc-contact-item-v1 {
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.doc-icon-v1 {
    font-size: 24px;
}

.doc-icon-v1 svg {
    vertical-align: baseline;
}

.doc-contact-text {
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: solid 1px #0000000a;
    flex-basis: 100%;
    padding-bottom: 8px;
}

.doc-contact-list-v1 a {
    color: unset;
    text-decoration: none;
}

.doc-social-list-v1 {
    display: flex;
    flex-wrap: wrap;
}

.doc-social-item-v1 {
    background-color: #f3f3f3;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    max-width: 61px;
    min-width: 61px;
    max-height: 61px;
    min-height: 61px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.doc-social-ico {
    text-align: center;
    font-size: 32px;
    height: 34px;
    flex-basis: 100%;
}

.doc-social-ico svg {
    vertical-align: top;
}

.doc-social-text {
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    flex-basis: 100%;
    display: none;
}

.doc-social-item-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    justify-content: center;
    align-content: center;
}

.doc-pdf-list-v1 {
    display: flex;
}

.doc-pdf-item-v1 {
    max-width: 105px;
    margin: 4px;
}

.doc-pdf-bg-v1 {
    padding: 10px;
    width: 105px;
    height: 122px;
    background-color: #a7a7a7;
}

.doc-pdf-bg-v1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doc-youtube-vdo-v1 {
    width: 100%;
}

.doc-youtube-vdo-v1 iframe {
    width: 100%;
    height: 220px;
}

.doc-pdf-text {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.doc-logo-view-v1 {
    padding-top: 36px;
    padding-left: 40px;
    padding-right: 22px;
    display: flex;
    align-items: center;
    min-height: 75px;
    width: 100%;
}

.doc-button-view-v1 {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 6px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}

.share-bttn-bgless {
    padding: 10px;
    min-width: 150px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    transition: ease .2s;
    border: none;
    position: relative;
    background: white;
    color: #0072E1;
    border: solid 1px #0072E1;
}

.share-bttn-bgless:focus {
    outline: none;
}

.share-bttn-bgless:active {
    background-color: #0072E1;
    color: white;
}

.share-bttn-bg {
    padding: 10px;
    min-width: 150px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    transition: ease .2s;
    border: none;
    position: relative;
    background: #0072E1;
    color: white;
    border: solid 1px #0072E1;
}

.share-bttn-bg:focus {
    outline: none;
}

.share-bttn-bg:active {
    background-color: white;
    color: #0072E1;
}

.pdf-label {
    flex-basis: 80%;
    position: relative;
}

.pdf-del-bttn {
    position: absolute;
    right: 11px;
    top: -6px;
    display: none;
}

.pdf-del-bttn svg {
    width: 24px;
    fill: red;
}

#bttnsharelink {
    cursor: pointer;
}

/*Glow Loader*/

.glowloader {
    position:
        relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(45deg, transparent,
            transparent 40%, #ffffff);
    animation: animate 2s linear infinite;
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
        filter: hue-rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        filter: hue-rotate(360deg);
    }
}

.glowloader:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #000;
    border-radius: 50%;
    z-index: 1000;
}

.glowloader:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(45deg, transparent, transparent 40%, #ffffff);
    border-radius: 50%;
    z-index: 1000;
    z-index: 1;
    filter: blur(30px);
}

.glowloaderview {
    position: relative;
}

.glowloadertext {
    position: absolute;
    color: white;
    top: 24px;
    left: 15px;
}

.inactivecard {
    position: absolute;
    right: 54px;
    top: 23px;
    background: #ff000054;
    border-radius: 5px;
    font-size: 12px;
    color: white;
    padding: 5px;
}

.ulmenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ulmenu a {
    text-decoration: none;
    color: black;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    display: block;
}

.ulmenu li:active {
    background-color: #0072E1;
}

.ulmenu li:active a {
    background-color: #0072E1;
    color: white;
}

.cr-bal-info-view {
    width: 96px;
    height: 96px;
    border: solid 4px #ffffff;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #4a4a4a;
    flex-wrap: wrap;
    text-align: center;
    right: 15px;
    position: absolute;
}

.cr-bal-info {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.v-doc-profile-info-v1 {
    margin-top: 53px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.v-doc-prof-name-v1 {}

.t3-top-margin {
    margin-top: 123px;
}

.t3-company {
    position: absolute;
    right: 0;
    bottom: 25px;
    padding-right: 15px;
    width: 100%;
    padding-left: 179px;
}

.theme-list {
    display: flex;
    padding: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.theme-item {
    width: 200px;
    border-radius: 23px;
    overflow: hidden;
    border: solid 1px #c9c9c9;
    margin: 5px;
    position: relative;
    cursor: pointer;
    height: auto;
}

.theme-item img {
    width: 100%;
}

.rb-view {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background: #dbdbdb;
    border: 3px solid white;
    transition: ease .2s;
}

.rb-check {
    transform: rotate(46deg);
    height: 29px;
    width: 17px;
    border-bottom: 7px solid #ffffff;
    border-right: 7px solid #ffffff;
    left: 12px;
    position: absolute;
    top: 5px;
    display: none;
}

.theme-item-view {
    cursor: pointer;
    width: 100%;
}

.b-check {}

.b-check:checked+.theme-item-view .rb-check {
    display: block;
}

.b-check:checked+.theme-item-view .rb-view {
    background-color: #0072E1;
}

.noresultview {
    width: 400px;
    margin: auto;
    padding: 20px;
}

.doc-wav-content {
    height: 171px;
    text-align: center;
    padding-top: 85px;
    position: relative;
}

.doc-image-view-v3 {
    width: 160px;
    border-radius: 50%;
    overflow: hidden;
    height: 160px;
    border: solid 5px #fff;
    position: absolute;
    top: 67px;
    right: 5px;
    z-index: 9;
}

.doc-image-view-v3 img {
    width: 160px;
    height: 160px;
    object-fit: scale-down;
}

.doc-logo-container {
    display: flex;
    padding-left: 25px;
    padding-top: 20px;
    align-items: center;
}

.doc-logo-image-v5 {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}

.doc-logo-image-v5 img {
    width: 48px;
    height: 48px;
    object-fit: scale-down;
}

.doc-logo-text-v5 {
    padding-left: 15px;
    width: calc(100% - 64px);
    overflow-wrap: break-word;
    text-align: left;
    text-shadow: 0px 1px 3px #000000;
}

.schedule-window {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000093;
    z-index: 10;
    display: none;
}

.sch-window-container {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 11;
    bottom: 0px;
    display: none;
}

.sch-window {
    width: 400px;
    height: 0px;
    border-top-left-radius: 25px;
    position: relative;
    background: white;
    border-top-right-radius: 25px;
    transition: ease-in-out 1s;
    overflow: hidden;
    margin: auto;
}
.success-window {
    width: 400px;
    height: 400px;
    border-top-left-radius: 25px;
    position: relative;
    background: white;
    border-top-right-radius: 25px;
    transition: ease-in-out 1s;
    overflow: hidden;
    margin: auto;
    display: none;
}

.sch-head {
    padding-top: 20px;
}

.sch-form {
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    padding-top: 20px;
    pointer-events: auto;
}
.sch-form-item{position: relative;padding-top: 10px;padding-bottom: 10px;border-bottom: solid 1px #e7e7e7;margin-bottom: 5px;}
.sch-text
{
    border: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-appearance: none!important;
    background: white;
}
.sch-text:focus{
    outline: none;
}
.sch-label
{
    position: absolute;
    top: 13px;
    left: 0;
    padding-left: 15px;
    transition: ease .2s;
    user-select: none;
}

.sch-text:focus+.sch-label {
    outline: 0;
    transition: ease .2s;
    top: -4px;
    font-size: 12px;
}

.sch-text:not(:placeholder-shown)+.sch-label {
    outline: 0;
    transition: ease .2s;
    top: -4px;
    font-size: 12px;
}
.sch-bttn-view
{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    padding-top: 10px;
}
.sch-close
{
    color: #939393;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}
.success-icon
{
    text-align: center;
    padding-top: 40px;
}
.success-icon svg{
    width: 128px;
}
.success-text
{
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.bttnclosewindow,.bttnclosereview
{
    text-align: center;
    color: blue;
    cursor: pointer;
    margin-top: 15px;
}
.real-date
{
    position: absolute;
    width: 0;
    opacity: 0;
    background: white;
}
.forgot-message-box
{
    width: 400px;
    display: none;
}
.password-message-box
{
    width: 400px;
}
.order-list-item
{
    width: 100%;
    cursor: pointer;
    border-radius: 25px;
    position: relative;
    border-bottom: dashed 1px #ddd;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: ease .2s;
}
.order-list-item:hover{
    background-color: #ffffff6e;
}
.od-status
{
    text-align: center;
    position: absolute;
    right: 56px;
    background: #ffffffcc;
    top: 33px;
    padding: 5px;
    min-width: 100px;
    border-radius: 7px;
}
.order-more-opt {
    position: absolute;
    z-index: 10;
    top: 36px;
    right: 13px;
}
.order-content
{
    width: 1200px;
    margin: auto;
}
.order-view
{
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    padding: 15px;
    margin-bottom: 15px;
}
.order-view-item
{
    display: flex;
    align-items: center;
}
.order-view-thumb
{

}
.order-view-thumb img
{
    width: 128px;
}
.order-view-text
{
    flex-basis: 100%;
    padding-left: 25px;
}
.order-view-price
{
    width: 250px;
    text-align: right;
}
.ship-item
{
    display: flex;
    align-items: center;
}
.ship-icon
{
    width: 12px;
    height: 12px;
    background: #e1e1e1;
    border-radius: 50%;
    position: relative;
}
.ship-line
{
    height: 4px;
    width: 200px;
    background: #e1e1e1;
}
.ship-active
{
    background: #03b65c;
    transition: ease .2s;
}
.shipping-view
{
    display: flex;
    justify-content: center;
    height: 80px;
}
.ship-desc
{
    position: absolute;
    width: 151px;
    font-size: 13px;
    font-weight: 600;
    top: 18px;
    left: -58px;
    text-align: center;
}
.ship-title
{
    position: absolute;
    width: 100px;
    font-size: 13px;
    font-weight: 600;
    top: -32px;
    color: grey;
    left: -45px;
    text-align: center;
}
.order-navigation
{padding-top: 10px;padding-bottom: 3px;}
.order-navigation a
{
    text-decoration: none;
    color: gray;
}
.filter-view
{
    display: flex;
    padding-top: 9px;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}
.filter-item
{
    border: dashed 1px #c0c8d2;
    border-radius: 50px;
    display: flex;
    padding-left: 5px;
    padding-right: 10px;
    background: white;
    align-items: center;
    align-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 62px;
    cursor: pointer;
    margin-right: 5px;
    flex-wrap: wrap;
    margin-bottom: 5px;
    transition: ease .2s;
}
.filter-icon
{display: inline-flex;}
.filter-icon svg
{vertical-align: top;width: 12px;fill: #87909f;}
.filter-text
{padding-left: 5px;
    color: #87909f;
}
.active-filter
{
    border-color: #0070ff;
    border-style: solid;
}
.active-filter div{
    color: #0070ff;
}
.active-filter svg{
    
    fill: #0070ff;
}
.filter-item:hover
{
    border-color: #0070ff;
    border-style: solid;
}
.filter-item:hover div{
    color: #0070ff;
}
.filter-item:hover svg{
    
    fill: #0070ff;
}
.doc-top-logo-v2
{

}
.doc-top-dp-v2 {display: flex;align-items: center;}
.doc-top-dp-pic-v2 {/* width: 100px; */flex-grow: 0;flex-shrink: 0;overflow: hidden;padding-left: 20px;}
.doc-top-dp-pic-v2 img{
    width: 100px;
    height: 100px;
    object-fit: scale-down;
    border-radius: 50%;
}
.doc-top-dp-text-v2 {width: 100%;padding-left: 15px;padding-right: 15px;}
.doc-top-dp-name-v2 {font-size: 24px;font-weight: 600;}
.doc-top-desig-v2 {font-size: 14px;font-weight: 400;}
.doc-comp-container-v2
{
    padding-left: 15px;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 500;
}

.doc-news-ad-v2 {
}
.doc-ads {margin-left: 15px;margin-right: 15px;background: linear-gradient(45deg, #FBF2EB, #C7C0A6);position: relative;margin-bottom: 15px;}
.doc-ad-h1 {font-size: 24px;font-weight: 600;padding-left: 15px;padding-top: 40px;}
.doc-ad-text {font-size: 14px;margin-top: 18px;padding-left: 15px;}
.doc-ad-bttn-view {padding-top: 25px;padding-bottom: 10px;}
.doc-ad-image
{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 147px;
}
.doc-ad-up-bttn-vyu {padding-left: 15px;margin-bottom: 10px;}
.doc-ad-up-bttn {background: linear-gradient(265deg, #b0a897, #c8c0b9);border: 0;padding: 5px 15px;color: white;height: 45px;font-size: 14px;border-radius: 6px;font-weight: 600;}
.doc-ad-learn-bttn {border: solid 1px #373737;padding: 5px 15px;color: #373737;height: 45px;font-size: 14px;border-radius: 6px;font-weight: 600;}
.doc-upcoming-events {
}
.doc-up-head {font-size: 24px;text-align: center;font-weight: 500;padding-top: 25px;}
.doc-event-list
{

}
.doc-event-list iframe
{
    width: 100%;
    border: 0;
    height: 1416px;
}
.doc-glass
{
    backdrop-filter: blur(20px) saturate(200%);
    -webkit-backdrop-filter: blur(20px) saturate(200%);
    background-color: rgb(255 255 255 / 30%);
    border-radius: 18px;
    border: 1px solid rgba(209, 213, 219, 0.3);
    padding-bottom: 31px;
}
.doc-image-view-v4
{border-top-left-radius: 38px;overflow: hidden;width: 160px;border-bottom-right-radius: 38px;border: solid 5px #ffffffb3;}
.doc-image-view-v4 img {
    width: 160px;
    height: 160px;
    object-fit: scale-down;
}
.doc-glass-image
{
    padding-top: 24px;
    display: flex;
    justify-content: center;
}
.doc-white
{
    color: white!important;
}
.review-window {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000093;
    z-index: 10;
    display: none;
}
.review-container
{
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 11;
    bottom: 0px;
}
.review-view
{
    width: 400px;
    margin: auto;
    background: white;
    height: 0px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    position: relative;
    transition: ease-in-out 1s;
}
.review-close
{
    color: #939393;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}
.star-container
{
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
    gap: 15px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.stars
{
    color: #cdcaca;
    cursor: pointer;
    user-select: none;
}
.review-head
{
    padding-top: 50px;
    /* padding-bottom: 20px; */
}
.staractive{
    color: red;
}
.otp-container {gap: 9px;padding-left: 15px;padding-right: 15px;display: flex;justify-content: center;margin-bottom: 15px;margin-top: 18px;}
.otp-box {width: 50px;}
.otp-tbox {border-radius: 15px;padding: 5px 15px 5px 15px;font-size: 24px;width: 100%;text-align: center;border: solid 1px #adadad6e;font-weight: 500;}
.otp-tbox:focus
{
    outline: 0;
}
.review-step-two
{
    display: none;
}
.review-step-finish
{
    display: none;
}
.otp-error
{
    text-align: center;
    color: red;
    font-size: 14px;
    font-weight: 500;
    display: none;
}
@media only screen and (max-width: 1100px) {
    .login-left-container {
        display: none;
    }

    .login-right-container {
        min-width: 100%;
        max-width: 100%;
        justify-content: center;

    }

    .login-box {
        width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
}

/* Phone */
@media only screen and (max-width: 768px) {
    .theme-list {
    display: grid;
    padding: 15px;
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}
    .order-list-item {
    width: 100%;
    cursor: pointer;
    border-radius: 25px;
    position: relative;
    border-bottom: dashed 1px #ddd;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: ease .2s;
}
    .noresultview {
        width: 100%;
        margin: auto;
        padding-top: 0px;
        padding-left: 40px;
        padding-right: 40px;
    }
.filter-view {
    padding-left: 15px;
    padding-right: 15px;
}
    .sav-logo {
        padding-left: 20px;
        padding-top: 20px;
    }

    .sav-logo-v1 {
        padding-left: 20px;
        padding-top: 20px;
    }
    .top-view {
        position: relative;
    }

    .body100 {
        height: auto;
    }

    .login-container {
        margin-top: 40px;
        padding-bottom: 20px;
    }

    .card-list {

        width: 100%;
        justify-content: center;
    }

    .login-left-container {
        display: none;
    }

    .login-right-container {
        min-width: 100%;
        max-width: 100%;
        justify-content: center;

    }

    .login-box {
        width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .profile-name {
        display: none;
    }

    .card-content {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-template-columns: none;
        flex-wrap: wrap;
    }

    .card-preview-content {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        display: list-item;

    }

    .card-tool-container {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        height: 0;
    }

    .doc-option {
        width: 100%;
        margin-left: 0px;
        position: unset;
        top: unset;
        margin-bottom: 10px;

    }

    .image-cropper {
        width: 100%;
    }

    .doc-card {
        width: 100%;
        margin: 0px 0px 0px 0px;
        border: none;
        border-radius: 0;
    }

    .doc-image {
        width: 100%;
        padding-top: 100%;
        position: relative;
    }

    .doc-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
    }

    .doc-image-v1 {
        width: 100%;
        padding-top: 100%;
        position: relative;
    }

    .doc-image-v1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    .prof-up-bttn {
        z-index: 1;
    }

    .doc-more-opt {
        z-index: 2;
    }

    .qr-card {
        border-radius: 15px;
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        margin: 0px;
        background: white;
        margin-top: 25px;
    }

    .v-doc-card {
        width: 100%;
        margin: 10px 0px 10px 0px;
    }

    .v-doc-image {
        width: 100%;
        padding-top: 100%;
        height: auto;
        position: relative;
    }

    .v-doc-image img {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        top: 0;
    }

    .qr-window {
        width: 100%;
    }

    .create-card {
        width: 100%;
        max-width: 100%;
    }

    .bg-design {
        width: calc(100% + 44px);
    }

    .bg-design-v1 {
        width: calc(100% + 44px);
    }
    .bg-design-v2 {
        width: 100%
    }
    .doc-image-view {}

    .form-container {
        width: 100%;
        height: auto;
        padding-bottom: 54px;
        border-radius: 30px;
        border: none;
        top: 0;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .user-content {
        width: 100%;
    }

    .theme-item {
        width: 100%;
    }

    .theme-item img {
        width: 100%;
    }
    .sch-window
    {
        width: 100%;
    }
    .sch-window-container
    {
        position: sticky;
        position: -webkit-sticky;
    }
    .success-window
    {
        width: 100%;
    }
    .forgot-message-box
{
    width: 100%;
}
.password-message-box
{
    width: 100%;
}
.order-content
{
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.ship-item
{
    display: grid;
    align-items: center;
    justify-content: start;
    justify-items: center;
}
.ship-icon
{
    width: 12px;
    height: 12px;
    background: #e1e1e1;
    border-radius: 50%;
    position: relative;
}
.ship-line
{
    height: 100px;
    width: 4px;
    background: #e1e1e1;
}
.ship-active
{
    background: #03b65c;
    transition: ease .2s;
}
.shipping-view
{
    display: block;
    height: auto;
    padding-top: 31px;
    padding-bottom: 30px;
}
.ship-desc
{
    position: absolute;
    width: 149px;
    font-size: 13px;
    font-weight: 600;
    top: 13px;
    left: 25px;
    text-align: left;
}
.ship-title
{
    position: absolute;
    width: 100px;
    font-size: 13px;
    font-weight: 600;
    top: -5px;
    color: grey;
    left: 25px;
    text-align: left;
}
.order-view-thumb img
{
    width: 64px;
}
.od-status
{
    text-align: center;
    position: absolute;
    right: 14px;
    background: #ffffffcc;
    top: 12px;
    padding: 5px;
    min-width: 87px;
    border-radius: 7px;
}
.order-more-opt {
    position: absolute;
    z-index: 10;
    top: 46px;
    right: 13px;
}
.review-view
{
    width: 100%;
}
}
