:root{
    --primary-color:#222fb9;
    --secondary-color:#ff6175;
    --success-color:#21b731;
    --danger-color:#ff2625;
}
body{
    font-family: 'Poppins', sans-serif;
}
.text-primary{
    color: var(--primary-color) !important;
}
.text-secondary{
    color: var(--secondary-color) !important;
}
.text-success{
    color: var(--success-color) !important;
}
.text-danger{
    color: var(--danger-color) !important;
}
.bg-primary{
    background: var(--primary-color) !important;
}
.bg-secondary{
    background: var(--secondary-color) !important;
}
.bg-success{
    background: var(--success-color) !important;
}
.bg-danger{
    background: var(--danger-color) !important;
}
.btn {
    border-radius: 4px;
}
.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}
.btn-secondary {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: #fff !important;
}
.btn-label-primary {
    background-color: #eeeffc !important;
    border-color: #eeeffc !important;
    color: var(--primary-color) !important;
}
.btn-label-primary:hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}
.btn-label-secondary {
    background-color: #ffced4 !important;
    border-color: #ffced4 !important;
    color: var(--secondary-color) !important;
}
.btn-label-secondary:hover {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: #fff !important;
}
.btn-outline-primary {
    background-color: transparent !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}
.btn-outline-primary:hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}
.btn-outline-secondary {
    background-color: transparent !important;
    border-color: var(--secondary-color) !important;
    color: var(--secondary-color) !important;
}
.btn-outline-secondary:hover {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: #fff !important;
}
.btn-success {
    background-color: var(--success-color) !important;
    border-color: var(--success-color) !important;
    color: #fff !important;
}
.btn-danger {
    background-color: var(--danger-color) !important;
    border-color: var(--danger-color) !important;
    color: #fff !important;
}

.f-12{
    font-size:12px !important;
}
.f-14{
    font-size:14px !important;
}
.f-16{
    font-size:16px !important;
}
.f-18{
    font-size:18px !important;
}
.f-20{
    font-size:20px !important;
}
.f-22{
    font-size:22px !important;
}
.f-24{
    font-size:24px !important;
}
.f-26{
    font-size:26px !important;
}
.f-28{
    font-size:28px !important;
}
.f-30{
    font-size:30px !important;
}
.fw-1{
    font-weight:100 !important;
}
.fw-2{
    font-weight:200 !important;
}
.fw-3{
    font-weight:300 !important;
}
.fw-4{
    font-weight:400 !important;
}
.fw-5{
    font-weight:500 !important;
}
.fw-6{
    font-weight:600 !important;
}
.fw-7{
    font-weight:700 !important;
}
.fw-8{
    font-weight:800 !important;
}
.fw-9{
    font-weight:900 !important;
}
/*-------------*---------------/*/
.title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.leftbar .navbar-brand {
    margin-top: 7px;
}
.leftbar-hide-menu svg {
    fill: var(--primary-color);
}
.navbar-main .navbar-nav .nav-link, .navbar-main .navbar-nav .nav-link:hover {
    color: #759791;
}
nav.fixed-top.navbar-main {
    background: #fff !important;
}
.leftbar .page-container {
    background: #f8f8f8;
    overflow: hidden;
}
.navbar-main .nav-item > .nav-link.active {
    background: #eeeffc;
    color: var(--primary-color);
    position:relative;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.navbar-main .nav-item > .nav-link.active:before {
    content: '';
    height: 100%;
    width: 3px;
    background: var(--primary-color);
    position: absolute;
    right: 0;
}
.navbar-main .navbar-nav .nav-item:hover .lvl-1 {
    background-color: #eeeffc;
    color: var(--primary-color);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}
.leftbar .leftbar-hide-menu {
    color: var(--primary-color);
    top: 15px;
    right:19px;
    font-size:30px;
}
.top_head {
    background: #fff;
    margin-top: -10px;
    margin-left: -45px;
    margin-right: -50px;
    height: 75px;
}
.app_search_input + [class^="material-icons"] {
        margin-top: -7px;
    border-radius: 6px;
    background: #f8f8f8;
}
.page-title h1{
    font-weight: 500;
    font-size: 26px;
}
.welcome-banner{
    background: var(--secondary-color);
    padding: 35px 25px;
    margin: 60px 0px 30px 0;
    border-radius: 9px;
    position:relative;
}
.welcome-banner .wlcmimg{
    position: absolute;
    width: 275px;
    bottom: -26px;
    right: 25px;
}
.card {
    margin-bottom: 1.875rem;
    background-color: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    border: 0rem solid transparent;
    border-radius: 1.25rem;
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgb(82 63 105 / 5%);
    height: calc(100% - 30px);
}
.card-header {
    border-color: #fff;
    position: relative;
    background: #fff;
    /*padding: 1.5rem 1.875rem 1.25rem;*/
        padding: 1.2rem 1.875rem 1.05rem;
        
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-header:first-child {
    border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
}
.card-body {
    padding: 1.55rem 1.875rem;
}

.whatdo .card.card1{
    background: #c5b5e5;
}
.whatdo .card.card3{
    background: #fbd0d5;
}
.whatdo .card.card2{
    background: #a9e9f6;
}
.whatdo .card.card4{
       background: #96e3cc;
}
.whatdo .card.card1 i{
        color: #9473d1;
}
.whatdo .card.card3 i{
    color: #ff8796;
}
.whatdo .card.card2 i{
    color: #53d9f4;
}
.whatdo .card.card4 i{
       color: #5ad7b2;
}
.whatdo .card .card-cont{
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.whatdo .card .card-icon{
    height: 55px;
    width: 55px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
}
.whatdo .card h5{
    color: #37474f;
}
.whatdo .card i{
    transition:.35s;
}
.whatdo .card:hover i{
    transform:scale(1.1) rotate(-45deg);
}

.empty-list {
    width: 100%;
    display: block;
    border: solid 1px #ddd;
    border-radius: 16px;
    padding: 25px 20px 50px 20px;
    margin: 0px;
    /*background: #eff3f5;*/
    background:#fff;
    text-align: center;
    margin-top:10px;
}
.empty-list img{
    opacity:.7;
}
.empty-list span.line-1 {
    display: block;
    margin: 0;
    font-weight: 600;
    opacity: 0.7;
}
.status-card img.overlay{
    position: absolute;
    bottom: 0px;
    width: 400px;
    right: 0px;
}
.status-card .card-icon{
    height: 45px;
    width: 45px;
    background: #5ad7b2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
}
.status-card .card2 .card-icon{
    background: #53d9f4;
}
.status-card .card3 .card-icon{
    background: #ff8796;
}
.status-card .card4 .card-icon{
    background: #9473d1;
}

.status-card .card label{
    color: #5ad7b2;
}
.status-card .card2 label{
    color: #53d9f4;
}
.status-card .card3 label{
    color: #ff8796;
}
.status-card .card4 label{
    color: #9473d1;
}
.footer{
    background: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: -150px;
    height: 60px;
}
.theme-pink a:not(.btn, .dropdown-item) {
    color: var(--primary-color);
    font-weight: 500;
}
.theme-pink a:not(.btn, .dropdown-item):hover {
    color: var(--primary-color);
}
.form-control {
    border: solid 1px #ccc ;
}
.form-control:focus {
    border-color: var(--primary-color);
    box-shadow:none;
}
.filter-box .select2-selection--single:not([class*=bg-]) {
    background: #eeeffc;
    border:0px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    color: #332c26;
    font-weight: 400;
}

.theme-pink .select2-container--default .select2-results__option--highlighted[aria-selected]  {
    background: rgba(0,0,0,0.1) !important;
}
.btn.focus {
    background: #eeeffc;
    border-color: var(--primary-color) !important;
    border-width: 1px;
    color: var(--primary-color);
    box-shadow: 0 .125rem .35rem rgba(0,0,0,.1)!important;
    position:relative;
}
.btn.focus:after {
    left: 50%;
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    background: #eeeffc;
    bottom: 0;
    transform: rotate(45deg) translateY(12px);
    border-bottom: 1px solid;
    border-right: 1px solid;
    transition:.33s;
}
.btn.focus:hover:after{
    background:var(--primary-color);
    
}
.dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0.1)!important;
    border: 0px;
    border-radius: 10px;
}
.form-group label {
    font-weight: 500;
}
.theme-pink  .dropdown-menu > li > a:hover {
    background: #eeeffc;
    color: var(--primary-color);
}

.template-card{
    border:1px solid #f1f2f2;
}
.theme-pink .dropdown-menu > .active > a{
    background-color: #eeeffc;
    color: var(--primary-color);
    position:relative;
}
.theme-pink .dropdown-menu > .active > a:before {
    content: '';
    height: 100%;
    width: 3px;
    background: var(--primary-color);
    position: absolute;
    right: 0;
}
.theme-pink .dropdown-menu > .active > a, .theme-pink .dropdown-menu > .active > a:hover {
    background-color: #eeeffc;
}
.nav-tabs{
    margin: 20px 0;
    /*border-bottom: 2px solid var(--primary-color)  !important;*/
    padding: 0 22px;

}
.theme-pink .nav-tabs > li.active > a.nav-link, .theme-pink .nav-tabs > li > a.nav-link.active,  .theme-pink .nav-tabs > li > a.nav-link:focus {
    border-bottom: 2px solid var(--primary-color)  !important;
    color: var(--primary-color);
    /*border-bottom-color: #fff !important;*/
}
.theme-pink .nav-tabs > li > a.nav-link:hover{
    border-bottom:2px solid var(--primary-color) !important;
    color: var(--primary-color);
    z-index: 9;
}
.nav-underline .nav-item .nav-link {
   padding: 6px 12px;
    margin-right: 10px;
    /*border-radius:6px;*/
    border-bottom: 2px solid transparent ;
    position:relative;
}
/*.theme-pink .nav-tabs > li.active > a.nav-link:after,
 .theme-pink .nav-tabs > li > a.nav-link.active:after{
    content: '';
    height: 15px;
    width: 15px;
    background: #fff;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, 56%) rotate(45deg);
    left: 50%;
    border-bottom: 1px solid;
    border-right: 1px solid;
}*/
.alert-info {
    color: var(--secondary-color);
    background-color: #ffced4;
}
.bg-new {
  background-color: var(--primary-color);
    border: 0px;
    color: #fff;
}
.bg-paid{
    background-color: #1b5e20;
    border: 0px;
    color: #fff; 
}
.styled[type="radio"]:checked ~ .check-symbol:after {
    background-color: var(--primary-color);
    top: 3px;
}
.addable-multiple-container.campaign-list-segments hr {
    display: none;
}
.addable-multiple-container.campaign-list-segments .condition-line{
    padding:10px;
}
.addable-multiple-container.campaign-list-segments .condition-line:not(:first-child){
    border-top:1px solid #ccc;
}
.select-template-layout.selected:before {
    right: 0;
    top: 0;
    background: var(--primary-color);
    padding: 0px 6px 6px 11px;
}
.select-template-layout.selected{
    border:1px solid var(--primary-color);
    padding:0px;
}
.switchery[type="checkbox"]:checked ~ .check-symbol:before, .styled[type="checkbox"]:checked ~ .check-symbol:before {
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.form-control ,.select2-selection--single:not([class*=bg-]):not([class*=border-]){
    background: #F8F8F8;
    border: 0.0625rem solid #ececec;
    padding: 0.3125rem 1.25rem;
    color: #6e6e6e;
    border-radius: 1rem;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left:0px;
}
.filter-box input.search {
    width: auto;
}
.fullscreen-search-box.search-open .app_search_input{
     border-radius: 2rem;
}
.form-control:hover,
.select2-selection--single:not([class*=bg-]):not([class*=border-]):hover{
    border-color: var(--primary-color);
}
.api-docs-copy-button{
        padding: 5px 16px!important;
}
.modal-body {
    padding: 2rem 3.5rem;
}
.modal button[type=submit]{
    background-color:var(--primary-color) !important;
    border-color:var(--primary-color) !important;
    color:#fff !important;
}

.modal button.btn-link{
    background-color:var(--secondary-color) !important;
    border-color:var(--secondary-color) !important;
    color:#fff !important;
    text-decoration:none;
}
.modal .dialog-ok{
    background-color:var(--danger-color) !important;
    border-color:var(--danger-color) !important;
    color:#fff !important;
}
.modal-title {
    text-align: left !important;
}
.modal-footer {
    justify-content: end;
}
.form-group.checkbox-right-switch .d-flex{
    flex-direction:row-reverse;
}
.form-group.checkbox-right-switch label:first-child{
    margin-right: 10px;
}

/*.form-group.control-select .select2-selection--single:not([class*=bg-]):not([class*=border-]){
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}*/
.form-group.control-text input{
     border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}
.current-plan{
    background: var(--secondary-color);
    overflow:hidden;
    height: calc(100% - 75px);
}
.current-plan .icon{
    height: 55px;
    width: 55px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    color:var(--secondary-color);
}
.renew-plan{
     background: #f9f9f9;
     height: calc(100% - 75px);
}
.payment-card{
    position:relative;
}
.payment-card input{
    position: absolute;
    left: 30px;
    opacity: 0;
}
.choose-payment-method {
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 6px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor:pointer;
}
.stripe-card h4 {
    color: transparent;
    background-image: url(../../images/stripe.svg);
    background-size: 64px 28px;
    background-repeat: no-repeat;
    background-position: 0;
}
.choose-payment-method h4 {
    color: var(--primary-color);
    letter-spacing: 1px;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    background-image: none;
    
}
.choose-payment-offline {
    background-image: none;
}
.choose-payment-method.current{
    border:2px solid var(--primary-color);
    position:relative;
}
.choose-payment-method.current:after,
.billing-info:after{
    content: '\2713';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    background: #5ad7b2;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-bottom-left-radius:8px;
}
.choose-payment-method.current:after{
    background: var(--primary-color);
}
.choose-payment-method .check-circle{
    position:absolute;
    opacity: 0;
}
.billing-info{
    padding:20px 30px;
    border-radius:6px;
    border:2px solid #5ad7b2;
    margin-bottom:30px;
    position:relative;
}
.top-sticky-content{
       background: #fff;
    border: 0px;
    padding: 13px 15px;
    border-radius: 8px;
}
table.table{
    border-collapse: separate;
    border-spacing: 0 12px;
}
.table tr{
    background:#fff;
    position:relative;
}
.table-box tr td:first-child {
    padding-left: 15px !important;
     padding-right: 15px !important;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}
.table-box tr td:last-child {
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}
.table > tbody > tr > td, .table > tfoot > tr > td {
    border-color: transparent;
    vertical-align: middle;
    padding:17px 15px;
}
.table-box tr:last-child td {
    border-bottom: 0px;
}
/*.table .label {
    padding: 3px 10px;
    margin: 0px;
    position: absolute;
    left: 0;
    border-radius: 0px;
    top: 50%;
    transform: translate(-15%, -50%);
    min-width: 55px;
}

.table .label:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 8px solid #14455b;
    border-left: 8px solid transparent;
    top: -7.5px;
    left:0;
}*/

.camptype {
    padding: 3px 10px;
    margin: 0px;
    position: absolute;
    left: -7px;
    border-radius: 0px;
    top: 50%;
    transform: translateY(-50%);
    min-width: 55px;
    background: #69b190;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    border-top-left-radius: 0px;
}

.camptype:before {
       content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 7px solid #14455b;
    border-left: 7px solid transparent;
    bottom: 100%;
    left: 0;
}
.gridtemp-footer{
    background: #e8eaf6;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7px 10px;
}
.list-segment-container .form-group{
    margin-bottom:0px;
}
.addable-multiple-container.campaign-list-segments .condition-line{
    padding:20px;
}
.addable-multiple-container.campaign-list-segments .condition-line:not(:first-child) {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom:20px;
    position:relative;
}
.addable-multiple-container.campaign-list-segments .condition-line .remove-campaign-list-segments{
    height: 25px;
    width: 25px;
    background: var(--secondary-color);
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    top: -12px;
    right: -12px;
}
.addable-multiple-container.campaign-list-segments .condition-line .remove-campaign-list-segments i{
    margin-top:3px;
}
.tracking-domain-scheme-name .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.payment-box {
    border: solid 2px #5ad7b2;
    border-radius: 6px;
}
.payment-box i {
    width: unset;
    height: unset;
    display: inline-block;
}
.payment-box .header {
    border-bottom: 0px;
}
.pay-method{
    height: 45px;
    width: 45px;
    background:#5ad7b2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.user-info li{
    list-style:none;
}
.user-info .customer-warning-icon{
    display:none;
}
.user-info {
        padding-right: 85px;
}
.user-info .top-user-menus .backdrop{
    display:none !important;
}
.user-info .top-user-menus li {
    max-width: unset;
}
.user-info .top-user-menus {
    width: 350px;
}
.user-info .top-user-menus li:nth-child(2){
    background: #eeeffc;
    width: unset !important;
    padding: 20px 20px !important;
    border-bottom: 2px solid var(--primary-color);
}
.user-info .dropdown-menu > li > a {
    padding: 12px 17px;
}
.user-info .label {
    border-radius: 4px;
    border-width: 0;
}
.user-info  .bg-active{
    background-color: #388e3c;
    color: #fff;
}
.leftbar-closed .navbar-main .navbar-nav .lvl-1 {
    text-indent: 0;
    justify-content: end;
    font-size: 16px;
}
.leftbar-closed .navbar-main .navbar-nav .lvl-1 span {
    display:none;
}
.leftbar-closed .navbar-main .navbar-nav {
    margin-top: 75px;
}

.box-list .box-item{
    border-color:var(--primary-color);
}
.box-list .box-item h6{
    color:var(--primary-color);
}
.box-list .box-item p {
    color: #424242;
}
.box-list .box-item:hover {
    border-color: var(--secondary-color);
}
.box-list .box-item:hover h6{
    color: var(--secondary-color);
}

.select-template-layout{
    padding:0px;
    overflow: hidden;
}
.select-template-layout label {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 5px 7px;
    font-size: 14px;
    transform:translateY(100%);
    transition:.35s;
}
.select-template-layout:hover label{
    transform:translateY(0);
}
.select-template-layout.selected label{
     transform:translateY(0);
}
.content.sidebar-loading .btn-info{
     color:#fff;
}
.tuts-video{
    height: 330px;
    overflow-y: auto;
}
.tuts-video .tuts-item{
    margin-bottom:20px;
}
.tuts-video .tuts-item img{
    height:130px;
    width:100%;
}
.tuts-video .tuts-item h6{
    color: var(--bs-dark);
    font-size: 14px;
    margin: 4px 0 0 0;
}
.tuts-video .tuts-item .video-thumbnail{
    position:relative;
}
.tuts-video .tuts-item .video-thumbnail .time-stamp{
    position: absolute;
    bottom: 6px;
    right: 8px;
    font-size: 12px;
    color: #fff;
    background: #000;
    padding: 1px 3px;
    border-radius: 4px;
}
.knowledge-base{
    padding: 0 15px;
    margin:0;
    list-style:none;
}
.tuts-card{
     height: 330px;
    overflow-y: auto;
}

.knowledge-base li i{
    color:var(--primary-color);
    font-size: 20px;
    margin-top: 3px;
    margin-right: 5px;
}
.knowledge-base li a{
    color:var(--bs-dark) !important;
    display:flex;
    font-weight:400 !important;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}
.knowledge-base li:last-child a{
    border-bottom:0px;
}
.knowledge-base li a:hover{
    color:var(--primary-color) !important;
}
.view-all-knowbase{
    position: absolute;
    right: 30px;
    bottom:15px;
}
.quota_box i{
    color:var(--primary-color);
}


/*---------------------login--------------------------*/
.login-contain {
    display: grid;
    grid-template-rows: minmax(min-content, 100vh);
    grid-template-columns: repeat(2, 50vw);
}

.form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.form-wrapper:before {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    background: #fff;
    top: 10%;
    z-index: 9;
    transform: rotate(45deg) translateX(36px);
}

.form-wrapper .form-logo {
    width: 285px;
}

.form-wrapper .form-top {
    /* padding: 10px 100px; */
    width: 400px;
    text-align: left;
    margin-bottom: 30px;
}

.form-wrapper .login-form {
    display: flex;
    flex-direction: column;
    width:400px;
}
.form-wrapper .login-form .create-account a{
     color: var(--secondary-color) !important;
}
.form-wrapper .input-text {
    font-family: inherit;
    padding: 20px 50px 5px 20px;
    font-size: 14px;
    border: none;
    border-radius: 1rem;
    background: #eee;
    width: 100%;
    width: 400px;
    height: 55px;
}

.form-wrapper .inp {
    position: relative;
    margin-bottom: 35px;
}

.form-wrapper .text-label {
    pointer-events: none;
    position: absolute;
    top: 1rem;
    left: 20px;
    color: #00000070;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.2s;
    transform-origin: left;
}

.form-wrapper .input-text:not(:placeholder-shown)+.text-label,
.form-wrapper .input-text:focus+.text-label {
    top: 5px;
    transform: scale(0.75);
}
.reg-inp:focus .text-label{
     top: 5px;
    transform: scale(0.75);
}
.form-wrapper .input-text:focus+.text-label {
    color: var(--primary-color);
}

.form-wrapper .input-icon {
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    font-size: 1rem;
    color: #00000070;
}

.form-wrapper .input-icon-password {
    cursor: pointer;
}

.form-wrapper .input-text:focus {
    outline: 2px solid var(--primary-color);
}

.welcome-wrapper {
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-wrapper .caption {
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
    padding: 20px 80px 5px;
}

.welcome-wrapper .carousel-item img {
    height: 300px
}
.reg-form .welcome-wrapper {
    height: 100vh;
    position:relative;
}
.reg-form .form-wrapper {
    display: grid;
    height: 100vh;
    padding: 30px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.reg-form .welcome-wrapper:after{
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    background: #fff;
    top: 10%;
    z-index: 9;
    transform: rotate(45deg) translateX(36px);
}
.reg-form .form-wrapper input,
.reg-form .select2-selection--single:not([class*=bg-]):not([class*=border-]){
    padding: 5px 20px 5px 20px;
        height: 50px;
    font-size: 14px;
    border: none;
    border-radius: 1rem;
    background: #eee;
    width: 100%;
    width: 400px;

}
.reg-form .form-wrapper input:focus,
.reg-form .select2-selection--single:not([class*=bg-]):not([class*=border-]):focus{
    outline:2px solid var(--primary-color);
}
.reg-form .form-wrapper .form-group{
    margin-bottom: 30px;
    
}
.reg-form .btn-view-password {
    margin-top: -36px;
    margin-right: 20px;
}
.reg-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 15px;
}
.reg-form input.name {
    width: 196px !important;
}
.reg-form  input[type="password"]:after {
    content:'Password';
    
}
