/* custom_code Start tag */
:root {
    --primary-font-family: "Lexend", serif;
    --secondary-font-family: "Lexend", serif;
}
.btn.btn-primary,
.btn.btn-secondary{
     border-radius: 8px;
    height: 46px;
    font-size: 18px;
    font-weight: 400;
    text-transform:capitalize;
        letter-spacing: 0;
}
.btn.btn-primary {
    background-color: #2E6DDC;
    color: #fff;
    border-color: #2E6DDC;
}
.btn.btn-secondary{
    background-color:#222222;
    color:#fff;
     border-color: #222222;
}
.site-outer-wrapper .row,
#templateModal .modal-dialog .modal-content .row,
.site-outer-wrapper .imprint-col .row{
    margin-left: -5px;
    margin-right: -5px;
}
.site-outer-wrapper .row [class*="col-"],
#templateModal .modal-dialog .modal-content .row [class*="col-"],
.site-outer-wrapper .imprint-col .row [class*="col"]{
    padding-left: 5px;
    padding-right: 5px;
}
.site-outer-wrapper .row  .form-group {
    margin-bottom: 5px;
}
.header .logo img {
    max-width: unset;
}
header.header {
    background-color: #F7F9FC;
    min-height: 85px;
    border-bottom: 1px solid #E2E2E2;
}
.base_header header.header .container {
    max-width: 1700px;
    padding: 0 15px;
}
.site-outer-wrapper {
    padding: 20px 10px;
}
.site-outer-wrapper .container {
    padding: 0 20px;
    max-width:1700px;
}
.form-group-bg-blue {
    background-color: #E6EDF7;
}
.border-radius-8{
    border-radius:8px;
}
.light-border{
    border: 1px solid #E6EDF7;
}
.form-group label {
    font-size: 15px;
    color: #2C2C2C;
    font-weight: normal;
    margin: 0 0 7px;
}
.form-group .form-control {
    border-color: #E2E2E2;
    height: 45px;
    border-radius: 6px;
    color: rgba(44, 44, 44,0.8);
    font-size: 14px;
    font-weight: normal;
}
.cus-checkbox {
    position: relative;
    width:32%;
}
.cus-checkbox label {
    position: relative;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    color: #222222;
    font-size: 13px;
    padding: 3px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 45px;
    cursor:pointer;
    margin-bottom:0;
}
.cus-checkbox input:checked + label {
    background: #2E6DDC;
    color:#fff;
}
.cus-checkbox input:checked + label svg path {
    fill: #fff;
}
.cus-checkbox label span {
    display: block;
    width: 100%;
    text-align: center;
        line-height: 1;
}
.cus-checkbox .custom-control-input {
    z-index: 1;
    opacity:0;
    position:absolute;
}
.artwork-illustrastion {
    width: 100%;
    display: flex;
    padding-top:2vw;
    align-items: flex-start;
    height: 100%;
}
.form-cus-checkbox {
    flex-wrap: wrap;
}
#templateModal {
    width: 48%;
    left: auto;
    right: -100%;
    display: block !important;
    opacity:0;
    transition:all ease 0.3s;
}
#templateModal.show {
    right: 0;
    opacity:1;
}
#templateModal .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 100%;
    overflow: auto;
    transform:  unset;
}
#templateModal .modal-dialog  .modal-content {
    height: 100%;
}
#templateModal  .modal-header {
    background: #2E6DDC;
    border-radius: 0;
}
#templateModal .modal-header h5 p {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
#templateModal .modal-header h5 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}
#templateModal .template-box {
    padding: 10px;
    display: flex;
    align-items: center;
}
#templateModal .template-box img.templateImg {
    width: 104px;
}
#templateModal .template-box .template-data {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    max-width: calc(100% - 104px);
}
#templateModal .template-data h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
#templateModal .template-data p {
    margin: 0;
    font-size: 15px;
    color: #464646;
    font-weight: normal;
}
#templateModal .template-data .data-copy span {
    font-size: 11px;
    color: #2E6DDC;
}
#templateModal .modal-dialog .modal-content .row {
    row-gap: 10px;
}
#templateModal .template-data .data-copy {
    margin: 10px 0 0;
}
#templateModal .close {
    opacity: 1;
}
.template-accordian .card-header{
    padding:0;
    border:0;
}
.template-accordian .card-header h5 {
    color: #fff;
    font-weight: normal;
    padding: 17px 15px;
    cursor:pointer;
    background: #2E6DDC;
    border-radius: 8px;
}
.template-accordian .card-header h5[aria-expanded="true"] {
    border-radius: 8px 8px 0 0;
}
.template-accordian .card-header::before {
    top: 19px;
    color: #2E6DDC;
    width: 16px;
    height: 16px;
    background: #ffffffcf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 9px;
}
.template-accordian .card {
    margin:0;
}
#templateModal .modal-body {
    overflow: auto;
}
.myaccount-drpdown .dropdown-toggle:after {
    content: '\f078';
    border: 0;
    font: normal normal normal 14px / 1 FontAwesome;
    color: #6c6c6c;
    font-size: 11px;
    font-weight: 300;
    margin-left: 5px;
}
.myaccount-drpdown .dropdown-toggle {
    padding: 25px 0;
}
.dropdown.myaccount-drpdown .dropdown-menu {
    transform: unset !important;
    top: 100% !important;
    left: auto !important;
    right: 0 !important;
    min-width: auto;
    border-radius: 0 0 20px 20px;
    border: 1px solid #E2E2E2;
    background: #f7f9fc;
    display: none !important;
    box-shadow: 0px 3px 5px rgb(173 173 173 / 20%);
    border-top: 0;
    padding:0;
    transition:unset;
}
.dropdown.myaccount-drpdown .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 15px;
    width: 100%;
    transition: unset;
    border:0;
}

.dropdown.myaccount-drpdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #3d6edf;
}
.dropdown.myaccount-drpdown .dropdown-menu:before {
    content: '';
    position: absolute;
    top: -8px;
    left: calc(100% - 30px);
    width: 15px;
    height: 15px;
    background: #f7f9fc;
    transform: rotate(45deg);
    border: 1px solid #E2E2E2;
    border-left: 0;
    border-top: 0;
}
.dropdown.myaccount-drpdown .dropdown-menu .dropdown-item svg path {
    fill: #93a3c7;
}
.site-outer-wrapper .row  .form-group {
    margin-bottom: 5px;
}
.form-group-sm {
    margin-bottom: 5px !important;
} .form-group-sm .form-group label {
    margin-bottom: 0;
    font-size: 14px;
}
.form-group-sm .form-group .form-control {
    height: 30px;
}
.site-outer-wrapper {
    padding: 10px 10px;
}
.btn-back{padding: 5px 7px;
    color: #2e6ddc;
    border-radius: 4px;
    
}
.btn-back:hover{
    color: #fff;
    background:#2e6ddc;
        
    }
.modal-content { border-left: 10px solid #EAEEF3;}
.artwork-illustrastion img {
    max-width: 74%;
}
.login-first-layout .login-bg-color {
    background-color: transparent;
    padding: 0;
    border: 0;
    box-shadow: none;
     
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}
.login-first-layout .right-rgt-block {
    background-image: url(https://d33y9g7lle8yme.cloudfront.net/art-queque/images/other_images/241219112904763.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.login-first-layout .login-block .contact-form,
.login-first-layout #registerModal .contact-form {
    border-radius: 0;
    box-shadow: none;
    padding: 40px 0 !important;
    background-color: transparent;
}
.login_base_box .login-logo,
.register_base_box .login-logo,
.forgot_base_box .login-logo,
.reset_pass_base_box .login-logo {
    max-width: unset;
    margin: 0 auto 50px;
}
.login-heading-title {
    color: #2E6DDC;
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 40px;
}
.login-first-layout .btn {
    padding: 0 10px !important;
    height: 50px;
    border-radius: 50px;
    border: 0;
    background: rgb(61,110,221);
    background: linear-gradient(149deg, rgba(61,110,221,1) 0%, rgba(27,62,147,1) 100%);
}
.login-first-layout .btn:hover,
.login-first-layout .btn:focus{
    background: rgb(61,110,221);
background: linear-gradient(311deg, rgba(61,110,221,1) 0%, rgba(27,62,147,1) 100%);
}
.login-first-layout .form-group .form-control {
    height: 48px;
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0;
}
.login-first-layout a,
.login-second-container .forgot-text a,
.login-second-container a,
.login-fourth-container a {
    color: #3d6edf;
    font-size: 14px !important;
    text-decoration: underline;
    font-weight: 600;
}
.login-first-container #registrationDiv h2,
.login-first-container #registrationDiv p{
    color: #232144;
}
.login-first-container .forgot_base_box .contact-form {
     border: 0;
}
.login-first-layout p {
    font-size: 14px;
}
.login-first-layout .form-group .form-control#registerPassword, .login-first-layout .form-group .form-control#registerConfirmPassword {
    padding-right: 30px;
}
.data-copy.selected-copy:after {
    content: 'Copied!';
    font-size: 13px;
    color: #ac4d93;
    text-align: left;
    position: absolute;font-weight: bold;
    left: 0;
    background: url(https://d33y9g7lle8yme.cloudfront.net/art-queque/images/other_images/241218022757499.png);
    background-repeat: no-repeat;
    padding-left: 17px;
    background-position: 0 7px;
    padding-top: 4px;
}
.data-copy.selected-copy span {
    opacity: 0;
}
#templateModal .template-data .data-copy { 
    position: relative;
}
.data-copy.selected-copy {
    position: relative;
}
.login-first-container #registrationDiv h2, .login-first-container #registrationDiv p {
    color: #232144;
    text-shadow: 2px 1px 5px #9ba0ab;
}
div#main_reg_box, div#main_login_box {
    margin-top: auto;
    padding-bottom: 50px;
}
div#main_reg_box h2.mt-0.register-heading-title,
div#main_login_box  h2.mt-0.register-heading-title{
    display: none;
}
div#main_reg_box p,
div#main_login_box p{
    color: #fff !important;
}
.wrapper-utility-body {background: #DFE3E8;min-height: calc(100vh - 86px);}
@media (min-width:992px){
.login-first-container .login-block.center-box .login_base_box,
.login-first-container .login-block.center-box .forgot_base_box {
    position: relative;
    left: 0;
    height:auto;
}
}
@media (min-width:768px) and (max-width:1400px){
.site-outer-wrapper .logo-orientation-col{
    flex: 0 0 100%;
    max-width: 100%;
}
#templateModal {
    width: 70%;
}
}
@media (max-width:1199px){
  .imprint-col,.note-col {
    flex: 0 0 100%;
    max-width: 100%;
}
.page-title h1 {
    font-size: 18px;
}
}
@media (max-width:991px){
 #templateModal .modal-dialog .modal-content .row [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
} 
.page_class_login .container-fluid {
    padding: 0;
}
.login-first-layout .right-rgt-block {
    order: 1;
}
div#main_login_box {
    height: 100%;
    padding: 60px 0;
}
.header .updatelogo {
    flex: unset;
    width: auto;
    max-width: unset;
}
.header .logo img {
    max-width: 118px;
}
.header .page-heading__append {
    flex: unset;
    width: auto;
    max-width: unset;
}
.page-title h1 {
    font-size: 16px;
}
.header  .row.align-items-center.justify-content-between {
    justify-content: flex-start !important;
}
.header .icons-col.text-right {
    flex: unset !important;
    width: auto !important;
    max-width: unset !important;
    margin-left: auto;
}
.iconset.myaccount-icon {
    height: auto;
}
.myaccount-drpdown .dropdown-toggle {
    display: flex;
    align-items: center;
}
.dropdown.myaccount-drpdown .dropdown-menu {
    top: calc(100% + 1px) !important;
}
}

@media (max-width:767px){
.login-first-layout .register-content {
    background-color: transparent;
    padding: 0;
}
.login-first-container .login-first-layout {
    height: auto;
    background-attachment: fixed;
}
#registerModal .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.login-first-layout .form-group {
    margin-bottom: 21px;
}
.login-first-container .login-first-layout {
    padding: 0;
}
.login-first-layout p {
    color: var(--body-color);
}
.page-title h1 {
    font-size: 15px;
}
}
@media (max-width:576px){
header .icons-col .iconset.myaccount-icon{
    display:block;
}
}
@media (max-width:575px){
#templateModal {
    width: 100%;
} 
.login-first-container #registerModal,
.login-first-layout .login-block .contact-form{
    width: 90%;
}
.header .page-heading__append {
    display: none;
}
.dropdown.myaccount-drpdown .dropdown-menu {
    transform: unset !important;
    top: calc(100% + 1px) !important;
    left: auto !important;
    right: 0 !important;
    min-width: 460px;
    border-radius: 0 0 20px 20px;
    border: 1px solid #E2E2E2;
    background: #f7f9fc !important;
    display: flex !important;
    box-shadow: 0px 3px 5px rgb(173 173 173 / 20%);
    border-top: 0;
    padding: 0;
    position: absolute !important;
    bottom: auto !important;
}
.iconset .myaccount-drpdown .dropdown-menu .dropdown-item {
    width: calc(50% - 10px) !important;
}
}
@media (max-width:400px){
.cus-checkbox {
    width: 100%;
}
}/* custom_code End tag */