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

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-weight: 400;
    font-size: 18px;
    overflow-x: hidden;
    -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
    -webkit-font-smoothing: antialiased !important;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    font-weight: normal;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a {
    text-decoration: none;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

input,
textarea,
select {
    font-weight: normal;
}

* {
    outline: none;
}

* {
    box-sizing: border-box;
}

body {
    -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
}

select::-ms-expand {
    display: none;
}

/* ::selection { */
    /* background: #d85043; */
    /* color: #fff; */
/* } */

input,
select,
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.clearfix {
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

a:hover,
a:focus,
a:active {
    outline: medium none;
    text-decoration: none;
}

*:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

strong,
b {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

.clear {
    border: 0;
    clear: both;
    height: 0;
}

* {
    margin: 0;
    padding: 0;
}

button {
    border: 0;
}

button:focus {
    outline: none;
}

table {
    border-collapse: collapse;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
    font-family: 'Poppins', sans-serif;
}

p {
    margin-bottom: 1rem;
    color: #272343;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

p a {
    color: #2f8bf2;
}

p a:hover,
p a:focus {
    text-decoration: underline;
    text-decoration-color: #2f8bf2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 25px;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 45px;
    margin: 0;
    color: #272343;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

h3 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #272343;
    margin-bottom: 15px;
}

h4 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 7px 0;
    color: #272343;
}

h5 {
    font-size: 21px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

h6 {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 7px 0;
    color: #272343;
}

figure {
    margin: 0;
}

.gray-bg {
    background-color: #f7f7f7;
}

.custom-hr-tag hr {
    border-color: #dcd9d9;
    margin: 0;
}

.btn {
    border: 1px solid;
}

.btn:hover,
.btn:focus {
    background-color: #000000;
    color: #fff;
    box-shadow: none;
}

.btn.site-btn {
    background: #138EF1 0% 0% no-repeat padding-box;
    border-radius: 6px;
    border-color: transparent;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 0 30px;
    line-height: 2.9;
}

.btn.site-btn:hover,
.btn.site-btn:focus,
.btn.site-btn.active {
    opacity: 0.8;
}

.form-select:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none;
}



.container {
	width: 90%;
	max-width: 1530px;
	margin: 0 auto;
}


/****Dashboard****/

.navbar-nav.sidebar {
    background: linear-gradient(180deg, rgba(19,142,241,1) 0%, rgba(43,153,242,1) 100%);
    padding: 1rem 1.3rem;
}
.sidebar .navbar-brand {
    text-align: center;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}
.sidebar .nav-item .nav-link.add.btn {
    color: #138EF1;
    font-size: 16px;
    font-weight: 500;
    width: 150px;
    height: 45px;
    background-color: #F1F8FE;
    border-radius: 6px;
    margin-right: auto;
}
.sidebar .selected-pionts {
    height: 100%;
    min-height: 500px;
}
.sidebar .nav-item {
    line-height: 2.5;
}
.sidebar .nav-item .nav-link {
    color: #F1F8FE;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.sidebar .nav-item .nav-link i {
    font-size: 20px;
    margin-right: 7px;
}
.content-wrapper .topbar {
    height: 70px;
    background-color: #F1F8FE;
    padding: 20px 50px;
    margin-bottom: 0 !important;
}
.content-wrapper .topbar h3.wlcm-txt {
    margin: 0;
    font-size: 26px;
}
.content-wrapper .navbar-nav .nav-link {
    width: 50px;
    height: 50px;
    background-color: #138EF1;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5;
    font-size: 24px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.content-wrapper .main-content {
    padding: 40px 50px;
}
.content-wrapper .main-content .content-hdng h2 {
    color: #000;
    font-size: 31px;
    margin-bottom: 1em;
}
.content-wrapper .main-content .content-box {
    position: relative;
    border: 1px solid #CFCFCF;
    border-radius: 6px;
    padding: 30px 20px;
    width: 245px;
    height: 215px;
}
.content-wrapper .main-content .content-box figure {
    width: 57px;
    height: 60px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 13px #00000024;
    border-radius: 7px;
    text-align: center;
    padding: 11px;
    margin-bottom: 1.4em;
    line-height: 2;
}
.content-wrapper .main-content .content-box i {
    position: absolute;
    right: 12px;
    top: 15px;
    color: #138EF1;
    font-size: 25px;
}
.content-wrapper .main-content .content-boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5em;
    margin-bottom: 1.5em;
}
.content-wrapper .main-content .back {
    width: auto;
}
.content-wrapper .main-content .back a {
    font-size: 18px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.content-wrapper .main-content .content-boxes .form-check-input, 
.content-wrapper .main-content .content-box i {
    opacity: 0;
}
.content-wrapper .main-content .content-box .form-check-input:checked ~ i {
     opacity: 1;
}

/*step progress bar*/
.progresses {
    display: flex;
    align-items: center;
    width: 90%;
    margin-bottom: 2.5em;
    height: 6px;
    background: #EAF4FC;
    justify-content: space-between;
}
.progresses .steps {
    background-color: #EAF4FC;
    color: transparent;
    font-size: 14px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 1.6;
    border-radius: 50%;
}
.progresses .steps.active {
    background-color: #138EF1;
    color: #fff;
}
/*.progresses .line.active {
    background-color: #138ef1;
    height: 6px;
}*/
/*.progresses .steps.active::after {
    content: "";
    height: 6px;
    background-color: #138ef1;
    width: 191px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
}*/

/*progresses-cntnt*/
.progresses-cntnt .form-check {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #272343;
}
.progresses-cntnt .form-check-input:checked {
    background-color: #138EF1;
    border-color: #138EF1;
    border-radius: 50%;
}
.progresses-cntnt .form-check-input {
    border: 2px solid #707070;
}
.progresses-cntnt .form-check-input[type=checkbox] {
    border-radius: 50%;
} 
.progresses-cntnt .p-box {
    opacity: 55%;
    margin-top: 1em;
    margin-bottom: 2em;
}
.progresses-cntnt .p-box textarea#FormControlTextarea1 {
    line-height: 22px;
    padding: 2em 1.5em;
    font-size: 13px;
    height: 118px;
    overflow: hidden;
    border: 1px solid #cfcfcf;
}
.progresses-cntnt .p-box textarea#FormControlTextarea2 {
    line-height: 22px;
    padding: 1.5em 1.5em;
    font-size: 13px;
    height: 59px;
    overflow: hidden;
    border: 1px solid #cfcfcf;
}
.progresses-cntnt .p-box textarea#FormControlTextarea3 {
    line-height: 22px;
    padding: 1.5em 1.5em;
    font-size: 13px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #cfcfcf;
}
.progresses-cntnt .p-box textarea {
  resize: none;
}
.progresses-cntnt .form-select {
    height: 55px;
    opacity: 55%;
    margin-top: 1em;
    margin-bottom: 2em;
}
.progresses-cntnt h4 span {
    font-size: 11px;
    opacity: 61%;
}
.content-wrapper .main-content .nxt-pre_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.content-wrapper .main-content .next {
    width: auto;
}
.content-wrapper .main-content .next a {
    background-color: #138EF1;
    color: #fff;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 0 30px;
    line-height: 3;
    display: block;
    border-radius: 7px;
    width: 8em;
    text-align: center;
}
.content-wrapper .main-content .next a:hover, 
.content-wrapper .main-content .regenerate a:hover {
    background-color: transparent;
    color: #000;
    border-color: #CFCFCF;
}

/*.content-wrapper .main-content .row {
    align-items: center;
}
*/
.content-wrapper .main-content ul.utilites {
    display: flex;
    align-items: center;
}

.content-wrapper .main-content ul.utilites li a {
    color: #272343;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-right: 1.8em;
}
.content-wrapper .main-content ul.utilites li a i {
    color: #272343;
    font-size: 13px;
}
.content-wrapper .main-content ul.utilites li i {
    color: #138EF1;
    font-size: 18px;
}


.content-wrapper .main-content .text_editor {
    margin-bottom: 1em;
}


.content-wrapper .main-content .info-cntn-box {
    box-shadow: 0px 0px 10px #cfcfcf;
    padding: 2.5rem;
    border-radius: 7px;
}
.content-wrapper .main-content .form-label {
    color: #272343;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.content-wrapper .main-content .form-control, 
.content-wrapper .main-content .form-select {
    border: 1px solid #CFCFCF;
    border-radius: 7px;
    line-height: 3.3;
    padding: 0 1.5em;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #272343;
}
.content-wrapper .main-content .form-control::placeholder {
    color: #272343;
}
.content-wrapper .main-content .info-cntn-box .btn {
    background-color: #138EF1;
    border-radius: 7px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 0.5rem 1rem;
}
.content-wrapper .main-content .info-cntn-box .btn:hover {
    background-color: transparent;
    color: #138EF1;
}
.content-wrapper .main-content .info-cntn-box hr {
    background-color: #707070;
    margin: 1.7rem 0;
}
.content-wrapper .main-content .form-text {
    color: #272343;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.content-wrapper .main-content .form-text span {
    font-size: 16px;
    font-weight: 500;
}
.content-wrapper .main-content input#InputPassword1 {
    letter-spacing: 7px;
    font-size: 17px;
}

.content-wrapper .main-content .regenerate a {
    background-color: #D8EEFF;
    color: #138EF1;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 0 30px;
    line-height: 3;
    display: block;
    border-radius: 7px;
}


.content-wrapper .main-content .info-cntn-box .acnt-box {
    box-shadow: 0px 0px 30px #dbdbdb;
    border-radius: 16px;
    margin-bottom: 1.5em;   
    margin-top: 0.8em;    
}
.info-cntn-box .acnt-box .header {
    padding: 1rem;
    text-align: center;
    border-bottom: 1px solid #00000017;
}
.info-cntn-box .acnt-box .header h6 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    position: relative;
}
.info-cntn-box .acnt-box .header h6::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 3px;
    background-color: #138EF1;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
}
.info-cntn-box .acnt-box .cntnt {
    padding: 1rem 1.5rem 2rem 1.5rem;
}
.info-cntn-box .acnt-box .cntnt .price {
    text-align: center;
    padding: 1rem;
    margin-bottom: 0.5em;
    color: #138EF1;
    font-family: 'Poppins', sans-serif;
}
/*.info-cntn-box .acnt-box .cntnt .price sup {
    font-size: 15px;
}*/
.info-cntn-box .acnt-box .cntnt .price strong {
    font-size: 40px;
    line-height: 1;
    position: relative;
}
.info-cntn-box .acnt-box .cntnt .price strong::before {
    content: "$";
    font-size: 15px;
    font-weight: 400;
    position: absolute;    
    top: 9px;
    left: -10px;
}
.info-cntn-box .acnt-box .cntnt .price span {
    font-size: 14px;
}
.info-cntn-box .acnt-box .cntnt .btn {
    border-radius: 5px;
    padding: 0.6rem 1.6rem;
}
.info-cntn-box .acnt-box .cntnt ul {
    margin-top: 1em;
    padding-left: 0.7em;
}
.info-cntn-box .acnt-box .cntnt ul li {
    color: #000;
    font-size: 14px;
    list-style-type: circle;
    line-height: 2;  
    padding-left: 0.7em; 
}
.info-cntn-box .acnt-box .cntnt ul li::marker {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    color: #138EF1;
    font-size: 18px;
}
.progresses-cntnt .experiences-optn {
    display: flex;
    column-gap: 0.7em;
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.progresses-cntnt .experiences-optn .form-control {
    border: 1px solid #cfcfcf;
    font-size: 13px;
}
.progresses-cntnt .experiences-optn .form-control::placeholder {
    color: #272343;
    opacity: 55%;
}