@import 'common.css';

:root {
    --primary-custom: #7E5BE7;
    --accent-custom: #EA5C82;
    --accent-2-custom: #13889D;
    --accent-3-custom: #5AAFF5;
    --secondary-custom: #4186C0;
    --body-color-op-custom: #054961C0;
    --body-color-custom: #054961;
    --black-custom: #000000;
    --white-custom: #FFFFFF;
    --white-light-custom: #F1F5F7;
    --white-light-2-custom: #D5E2E8;
    --white-light-3-custom: #dfe9ee;
    --white-light-4-custom: #BFDFE4;
    --white-light-5-custom: #F7F7F7;
    --white-light-6-custom: #f3f2cd;
    --white-light-7-custom: #e1dcf0;
    --white-light-8-custom: #E9F0FF;
    --white-light-9-custom: #EAF0FF;
    --white-light-10-custom: #F2FAFC;
    --white-light-11-custom: #F5FBFC;
    --white-light-12-custom: #E8E8E8;
    --white-light-13-custom: #eaf0f3;
    --white-light-14-custom: #D6EAEC;
    --green-custom: #98C054;
    --red-custom: #A9354E;
    --red-2-custom: #FF0044;
    --gray-custom: #82a4b0;
    --gray-2-custom: #717F8A;
    --gray-3-custom: #4D5981;
    --gray-4-custom: #A3A9BD;
    --gray-5-custom: #D0C1DC;
    --gray-6-custom: #707070;
    --gray-7-custom: #5B6773;
    --gray-8-custom: #7C8389;
    --gray-9-custom: #808080;
    --gray-10-custom: #707f8a;
    --orange-custom: #E8863E;
    --yellow-custom: #dbd969;
    --purple-custom: #6b50b4;
    --purple-2-custom: #944E97;
    --blue-custom: #4F61B4;
    --blue-2-custom: #5061B4;
    --blue-light-custom: #5cb3fd;
    --blue-3-custom: #07579F;
    --blue-4-custom: #6c84ee;
    --blue-5-custom: #27779a;
    --blue-6-custom: #3df7ff;
}

body{
    font-family: 'Poppins', sans-serif;
    font-size:16px;
    color:var(--body-color-op-custom);
    background: var(--white-light-custom) 0% 0% no-repeat padding-box;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
    color: var(--black-custom);
}

a,
a:hover,
a:focus{
    outline: none;
    text-decoration: none;
}

p{
    margin-bottom: 30px;
    line-height: 24px;
}

.btn{
    padding:5px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font: normal normal bold 12px/13px Inter;
    border: none;
    line-height: normal;
}

.btn-large{
    padding: 14px 36px;
    font: normal normal 900 25px/30px Inter;
    border-radius: 6px;
}
.btn-medium{
    padding: 10px 25px;
    font-size: 18px;
    line-height: normal;
}

.btn-accent{
    background: var(--accent-custom) 0% 0% no-repeat padding-box;
    color:var(--white-custom);
}
.btn-accent-2{
    background: var(--accent-2-custom) 0% 0% no-repeat padding-box;
    color:var(--white-custom);
}
.btn-accent:first-child:hover, :not(.btn-check) + .btn-accent:hover,
.btn-accent:hover,
.btn-accent:focus,
.btn-accent-2:first-child:hover, :not(.btn-check) + .btn-accent-2:hover,
.btn-accent-2:hover,
.btn-accent-2:focus{
    background: var(--primary-custom);
    color: var(--white-custom);
}
.btn-accent-o:first-child:hover, :not(.btn-check) + .btn:hover,
.btn-accent-o:hover,
.btn-accent-o:focus{
    color: var(--primary-custom);
    border-color: var(--primary-custom);
    background: var(--white-custom);
}
.btn-accent-o{
    border: 1px solid var(--accent-custom);
    color: var(--accent-custom);
    background: var(--white-custom);
}
.btn-orange-o:first-child:hover, :not(.btn-check) + .btn:hover
.btn-orange-o:hover,
.btn-orange-o:focus{
    color: var(--primary-custom);
    border-color: var(--primary-custom);
    background: var(--white-custom);
}
.btn-orange-o{
    border: 1px solid var(--green-custom);
    color: var(--green-custom);
    background: var(--white-custom);
}

input[type=email],
input[type=password],
input[type=phone],
input[type=tel],
input[type=text],
textarea{
    height: 40px;
    padding: 10px 0;
    outline: none;
    border: none;
    border-bottom: 1px solid var(--body-color-custom);
    width:100%;
    background: none;
    color:var(--body-color-custom);
    font: normal normal 600 18px Inter;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}
textarea{
    height: 95px;
}

input[type=email].style2,
input[type=password].style2,
input[type=phone].style2,
input[type=tel].style2,
input[type=text].style2,
textarea.style2{
    background: rgba(255,255,255,0.3);
    border: 1px solid var(--body-color-custom)80;
    border-radius: 8px;
    height: 43px;
    padding: 5px 15px;
    font-size: 14px;
    width: auto; min-width: 290px;
}
textarea.style3{
    background: var(--white-custom);
    border: 1px solid var(--gray-custom);
    border-radius: 8px;
    padding: 22px;
    height: 370px;
    color: var(--body-color-custom);
    font-size: 14px;
    line-height: 17px;
}
input[type="number"]{
    background: var(--white-custom);
    border: 1px solid var(--body-color-custom);
    border-radius: 4px;
    width: auto;
    max-width: 88px;
    height: 43px;
    padding: 8px 5px;
    color: var(--gray-3-custom);
    font-size: 27px;
    line-height: 33px;
    font-weight: 600;
}

select{
    height: 40px;
    line-height: 1.42857;
    padding: 10px 40px 10px 0;
    border: none;
    border-bottom: 1px solid var(--body-color-custom);
    outline: none;
    cursor: pointer;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    color:var(--body-color-custom);
    font: normal normal 600 18px Inter;
}

select:not([multiple]){
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icon-select.png) no-repeat right center;
    min-width: 175px;
    height: 40px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--body-color-custom);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--body-color-custom);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--body-color-custom);
}

.text-white{ color: var(--white-custom)!important; }
.text-black{ color: var(--black-custom)!important; }
.text-color1{ color: var(--primary-custom)!important; }
.text-color2{ color: var(--gray-2-custom)!important; }
.text-color3{ color: var(--gray-3-custom)!important; }
.text-color4{ color: var(--accent-custom)!important; }
.text-color5{ color: var(--gray-4-custom)!important; }
.text-color6{ color: var(--red-2-custom)!important; }
.text-color7{ color: var(--green-custom)!important; }
.text-color8{ color: var(--accent-3-custom)!important; }
.text-color9{ color: var(--orange-custom)!important; }
.accent{ color: var(--primary-custom)!important; }

.font-76{ font-size: 76px; line-height: 92px; }
.font-60{ font-size: 60px; line-height: 70px; }
.font-54{ font-size: 54px; line-height: 65px; }
.font-40{ font-size: 40px; line-height: 60px; }
.font-35{ font-size: 35px; line-height: 42px; }
.font-32{ font-size: 32px; line-height: 39px; }
.font-30{ font-size: 30px; line-height: 36px; }
.font-26{ font-size: 26px; line-height: 31px; }
.font-20{ font-size: 20px; line-height: 28px; }
.font-19{ font-size: 19px; line-height: 23px; }
.font-18{ font-size: 18px; line-height: 22px; }
.font-14{ font-size: 14px; line-height: 18px; }
.font-12{ font-size: 12px; line-height: 16px; }
.font-10{ font-size: 10px; line-height: 12px; }

.w-900{ max-width: 900px; }
.w-540{ max-width: 540px; }

.blur{ opacity: 0.5; }
/*============================= END BODY ================================*/
/*============================== HEADER =================================*/
.bg-dark{
    background: transparent linear-gradient(90deg, var(--blue-custom) 0%, var(--purple-2-custom) 100%) 0% 0% no-repeat padding-box;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-brand{
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-brand img{
    height: 50px;
}
.navbar-expand-xl .navbar-nav .nav-link{
    color: var(--gray-5-custom);
    font: normal normal bold 14px/19px Roboto;
    padding: 10px 20px;
}
.dropdown-toggle::after{
    content: "\f107";
    font-family: FontAwesome;
    border: none;
    vertical-align: inherit;
}
.dropdown-menu{
    background: transparent linear-gradient(90deg, var(--blue-custom) 0%, var(--purple-2-custom) 100%) 0% 0% no-repeat padding-box;
    border-color: var(--white-custom);
}
.dropdown-item{
    font: normal normal bold 14px/19px Roboto;
    color: var(--gray-5-custom);
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--gray-5-custom);
    color: var(--blue-custom);
}
.navbar-expand-xl .navbar-nav .nav-link.nav-language{
    position: relative;
    cursor: pointer;
}
.language-current{
    color: var(--white-custom);
}
.language-hidden{
    position: absolute;
    top: 100%;
    right: 20px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    transform: translatey(-20px);
    -webkit-transform: translatey(-20px);
    -moz-transform: translatey(-20px);
    -ms-transform: translatey(-20px);
    -o-transform: translatey(-20px);
    visibility: hidden;
    opacity: 0;
}
.navbar-expand-xl .navbar-nav .nav-link.nav-language:hover .language-hidden{
    transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    visibility: visible;
    opacity: 1;
}
/*============================ END HEADER ===============================*/
/*============================== CONTENT ================================*/
/* Hide the browser's default checkbox */
.checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-wrapper .text-checkbox{
    color: var(--black-custom);
    font-size: 12px;
    line-height: 14px;
    margin-left: 10px;
    display: inline-block;
    font-weight: 500;
}

.checkbox-wrapper{
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 22px;
    min-height: 22px;
}
/* Create a custom checkbox */
.checkbox-wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background: none;
    border-radius: 4px;
    border: 2px solid var(--accent-custom);
}

/* When the checkbox is checked, add a blue background */
.checkbox-wrapper input:checked ~ .checkmark {
    background-color: var(--secondary-custom);
    border-color: var(--secondary-custom);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-wrapper input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-wrapper .checkmark:after {
    left: 4px;
    top: 0px;
    width: 10px;
    height: 15px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.radio-wrapper {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 24px;
}

/* Hide the browser's default radio button */
.radio-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.radio-wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 2px solid var(--gray-3-custom);
    border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-wrapper input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-wrapper .checkmark:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gray-3-custom);
}
.radio-wrapper .text{
    margin-left: 10px;
    color: var(--gray-3-custom);
}

.bootstrap-tagsinput {
    margin: 0;
    width: 100%;
    max-width: 290px;
    font-size: 1rem;
    transition: border-color 0.15s ease-in-out;
    display: inline-block;
    border-bottom: 1px solid var(--gray-3-custom);
    padding: 5px 0;
}
.bootstrap-tagsinput input{
    padding: 0;
    width: 50px;
    height: 26.5px;
    border: none;
}
.bootstrap-tagsinput.has-focus {
    background-color: var(--white-custom);
    border-color: var(--blue-light-custom);
}
.bootstrap-tagsinput .label-info {
    display: inline-block;
    background: var(--white-light-4-custom);
    padding: 2px 10px;
    border-radius: 4px;
    margin-bottom: 4px;
}

.bootstrap-tagsinput .tag [data-role=remove]:after {
    content: "\f00d";
    font-family: FontAwesome;
    margin-left: 10px;
    color: var(--white-custom);
    cursor: pointer;
}
.box-star{
    padding: 20px 38px;
    border: 1px solid var(--body-color-custom)33;
    border-radius: 8px;
    max-width: 460px;
}

.modal-backdrop.show{
    opacity: 0.8;
}
.modal-content{
    border-radius: 8px;
}
.modal-header .btn-close{
    width: 29px;
    height: 29px;
    background-color: var(--accent-custom);
    border-radius: 50%;
    color: var(--black-custom);
    position: absolute;
    right: -22px;
    top: -22px;
    padding: 0;
    font-size: 11px;
    outline: none;
}
.modal-header{
    padding: 0;
    border: none;
}
.modal-dialog{
    max-width: 605px;
}

.robot-chat{
    position: fixed;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 11;
}
.robot-chat .chat-info{
    background: var(--white-custom) 0% 0% no-repeat padding-box;
    border: 1px solid var(--white-light-4-custom);
    min-width: 148px;
    padding: 12px;
    position: absolute;
    bottom: 100%;
    right: 20px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 16px;
    color: var(--accent-2-custom);
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    transform: translatey(-40px);
    -webkit-transform: translatey(-40px);
    -moz-transform: translatey(-40px);
    -ms-transform: translatey(-40px);
    -o-transform: translatey(-40px);
    opacity: 0;
    visibility: hidden;
}
.robot-chat .chat-info.style2{
    min-width: 290px;
    display: flex;
    align-items: center;
    color: var(--primary-custom);
    font-weight: 600;
}
.robot-chat .chat-info.style2 i{
    font-size: 30px;
    margin-right: 8px;
}
.robot-chat .chat-info.style2 a{
    margin-right: 10px;
    display: inline-block;
}
.robot-chat .chat-info.style2 a i{
    font-size: 25px;
}
.robot-chat.show .chat-info,
.robot-chat:hover .chat-info{
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
}
.robot-chat .chat-info:after, .robot-chat .chat-info:before {
    top: 100%;
    left: 70%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.robot-chat .chat-info:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: var(--white-custom);
    border-width: 15px;
    margin-left: -15px;
    border-right: none;
}
.robot-chat .chat-info:before {
    border-color: rgba(191, 223, 228, 0);
    border-top-color: var(--white-light-4-custom);
    border-width: 16px;
    margin-left: -16px;
    border-right-width: 1px;
}


.tp-progress-bar{
    width:100%;
    height:16px;
    background: var(--body-color-custom);
    position: relative;
}
.tp-progress-bar .progress-value{
    height:16px;
    width:0;
    background: var(--accent-custom);
}
.tp-progress-bar .progress-text{
    position: absolute;
    height: 100%;
    color: var(--white-custom);
    font-size: 10px;
    line-height: 16px;
    top: 0;
    left: 6px;
}

.save-button{
    font-size: 12px;
    line-height: 15px;
    color: var(--accent-2-custom);
    margin-right: 30px;
    text-decoration: none;
}
.save-button i{
    margin-right: 6px;
    font-size: 18px;
    vertical-align: middle;
}

.idea-box{
    background: var(--white-light-2-custom);
    border-radius: 4px;
    padding: 20px 20px 20px 90px;
    position: relative;
}
.idea-box img{
    position: absolute;
    left: 18px;
    top: 14px;
}

.progress-info{
    text-align: right;
    color: var(--gray-2-custom);
    font-size: 10px;
    line-height: 12px;
    padding: 3px 20px;
    font-weight: 600;
}

.tp-scrollbar{
    max-height: 510px;
}

.mCSB_scrollTools .mCSB_draggerRail{
    background: var(--white-custom);
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
    background: var(--black-custom);
}

.menu-left .menu-left-content{
    padding: 0 0 0 25px;
    margin-bottom: 0;
    list-style: none;
}
.menu-left .menu-left-content li{
    margin-bottom: 15px;
    line-height: 1;
}
.menu-left .menu-left-content li ul{
    padding: 15px 0 0 25px;
    list-style: none;
}
.menu-left .menu-left-content li a{
    color: var(--blue-2-custom);
    opacity: 0.6;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
}
.menu-left .menu-left-content li a.done{
    opacity: 1;
}
.menu-left .menu-left-content li a.done:after{
    content: "\f00c";
    font-family: FontAwesome;
    margin-left: 10px;
}
.menu-left .menu-left-content li a.current{
    opacity: 1;
    color: var(--accent-custom);
    position: relative;
}
.menu-left .menu-left-content li a.current:after{
    content: "";
    width: 101px;
    height: 2px;
    background: var(--white-light-2-custom);
    border-radius: 8px;
    opacity: 0.6;
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 50%;
    margin-top: -1px;
}
.menu-left .menu-left-content li a.current:before{
    content: "";
    width: 10px;
    height: 2px;
    background: var(--accent-custom);
    border-radius: 8px;
    opacity: 0.6;
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 50%;
    margin-top: -1px;
}
.box-border{
    border: 1px solid var(--accent-custom);
    border-radius: 6px;
    font-size: 18px;
    line-height: 21px;
    color: var(--accent-custom);
    font-weight: 700;
    padding: 8px;
    min-width: 172px;
}
.box-border{
    border: 1px solid var(--white-light-2-custom);
    border-radius: 4px;
    text-align: center;
    color: var(--gray-2-custom);
    margin-bottom: 30px;
    min-width: 0;
}
.menu-left{
    position: absolute;
    left: 17px;
    top: 45px;
}
#content{
    position: relative;
}

.tp-checkbox{
    padding: 4px 7px;
    background: var(--white-light-5-custom);
    border-radius: 4px;
}
.tp-checkbox .text{
    margin-left: 9px;
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-3-custom);
    display: inline-block;
}

.feeling-group .feeling-radio{
    display: flex;
    align-items: center;
    background: var(--white-light-5-custom);
    border-radius: 4px;
    font-size: 10px;
    line-height: 11px;
    font-weight: 600;
    color: var(--gray-3-custom);
    padding: 6px 30px 6px 10px;
    margin-bottom: 10px;
    border: 1px solid var(--white-light-5-custom);
    position: relative;
    cursor: pointer;
}
.feeling-group .feeling-radio input{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.feeling-group .feeling-radio .checkmark{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid var(--white-light-5-custom);
    border-radius: 4px;
}
.feeling-group .feeling-radio input:checked ~ .checkmark,
.feeling-group .feeling-radio .checkmark:hover{
    border: 1px solid var(--gray-3-custom);
}
.feeling-group .feeling-radio img{
    min-width: 20px;
    max-width: 20px;
    margin-right: 5px;
}
.feeling-group .feeling-radio .checkmark:after{
    width: 22px;
    height: 22px;
    content: "";
    background: var(--secondary-custom);
    border-radius: 4px;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    display: none;
}
.feeling-group .feeling-radio .checkmark:before{
    content: "\f00c";
    width: 22px;
    height: 22px;
    font-family: FontAwesome;
    text-align: center;
    line-height: 22px;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    z-index: 1;
    color: var(--white-custom);
    font-size: 14px;
    display: none;
}
.feeling-group .feeling-radio input:checked ~ .checkmark:before,
.feeling-group .feeling-radio input:checked ~ .checkmark:after{
    display: block;
}

.nav-tabs{
    margin-bottom: 100px;
    border: none;
    position: relative;
}
.nav-tabs:after{
    content: "";
    width: 100%;
    left: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: transparent linear-gradient(90deg, var(--white-light-4-custom) 0%, var(--white-light-4-custom) 28%, var(--accent-custom) 51%, var(--white-light-4-custom) 73%, var(--white-light-4-custom) 100%) 0% 0% no-repeat padding-box;
}
.nav-tabs .nav-link{
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
    text-align: center;
    color: var(--white-light-4-custom);
    padding: 15px;
    position: relative;
    border: none;
    margin-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active{
    color: var(--accent-custom);
    font-size: 36px;
    line-height: 38px;
    padding: 30px 15px;
    border: none;
    background: none;
}
.nav-tabs .nav-link:after {
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(191, 223, 228, 0);
    border-bottom-color: var(--white-light-4-custom);
    border-width: 13px;
    margin-left: -13px;
}
.nav-tabs .nav-item.show .nav-link:after,
.nav-tabs .nav-link.active:after{
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(234, 92, 130, 0);
    border-bottom-color: var(--accent-custom);
    border-width: 20px;
    margin-left: -20px;
}

table th{
    color: var(--gray-4-custom);
    font-weight: 600;
    text-align: center;
    padding: 0;
    border: none;
    width: 28%;
}
table th:first-child{
    width: 44%;
}
.wrap-table table{
    border-collapse:separate;
    border-spacing: 0 10px;
    margin-bottom: 0;
}
.wrap-table{
    padding: 6px 16px;
    border: 1px solid var(--purple-custom);
    border-radius: 6px;
    margin-bottom: 30px;
    position: relative;
    margin-top: 20px;
}
.wrap-table.style2{
    border-color:var(--green-custom);
}
.wrap-table.style3{
    border-color:var(--yellow-custom);
}
.wrap-table.style4{
    border-color:var(--purple-custom);
}
.wrap-table .title-table{
    color: var(--purple-custom);
    text-transform: uppercase;
    background: var(--white-custom);
    font-size: 20px;
    line-height: 1;
    padding: 0 5px;
    position: absolute;
    top: -10px;
    left: 54px;
}
.wrap-table.style2 .title-table{
    color: var(--green-custom);
}
.wrap-table.style3 .title-table{
    color: var(--yellow-custom);
}
.wrap-table.style4 .title-table{
    color: var(--purple-custom);
}
.wrap-table td:first-child{
    border-radius: 6px 0 0 6px;
}
.wrap-table td:last-child{
    border-radius: 0 6px 6px 0;
}
.wrap-table td{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: var(--gray-3-custom);
    padding: 17px 37px;
    text-align: center;
    width: 30%;
    background: rgba(107,80,180,0.2);
}
.wrap-table.style2 td{
    background: rgba(152,192,84,0.2);
}
.wrap-table.style3 td{
    background: var(--white-light-6-custom);
}
.wrap-table.style4 td{
    background: var(--white-light-7-custom);
}
.wrap-table tr td:first-child{
    text-align: left;
    width: 40%;
}

.tp-info{
    padding: 3px;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: var(--white-custom);background: var(--primary-custom);
    border-radius: 6px;
}
.tp-info i{
    font-size: 20px;
    margin-right: 10px;
}

.checkall-title{
    vertical-align: top;
    margin-right: 10px;
}

.form-discount p{
    color: var(--gray-3-custom);
    font-size: 12px;
    line-height: 22px;
}
.form-discount input{
    border: 1px solid var(--body-color-custom);
    border-radius: 4px;
    max-width: 159px;
    height: 24px;
    padding: 2px 10px;
    font-size: 14px;
}
.form-discount button:hover,
.form-discount button:focus,
.form-discount button{
    color: var(--accent-custom);
    font-size: 10px;
    line-height: 22px;
    font-weight: 700;
    background: none;
    padding: 0;
    border: none;
    vertical-align: top;
}

.tp-package{
    background: var(--white-custom) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 4px var(--white-light-8-custom);
    border: 1px solid var(--white-light-8-custom);
    border-radius: 10px;
    margin-bottom: 35px;
    padding: 20px 30px;
}
.tp-package.tp-package-vip{
    border: 0.5px solid var(--accent-custom);
    position: relative;
    overflow-x: inherit;
}
.tp-package.tp-package-vip:after{
    background: var(--accent-custom) url(../images/diamond.svg) no-repeat center center;
    content: "";
    border-radius: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -12px;
}

.tp-table-2 tr:nth-child(2n+1) td,
.tp-table tr:nth-child(2n+1) td{
    background: var(--white-light-9-custom);
}
.tp-table-2 tr:nth-child(2n) td,
.tp-table tr:nth-child(2n) td{
    background: var(--white-light-10-custom);
}
.tp-table tr td{
    color: var(--gray-3-custom);
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    padding: 4px;
    vertical-align: middle;
    border: none;
}
.tp-table table{
    border-collapse:separate;
    border-spacing: 0 10px;
    table-layout: fixed;
}
.tp-table table tr th:last-child,
.tp-table table tr td:last-child{
    width: 330px;
}
.tp-table table tr th:first-child,
.tp-table table tr td:first-child{
    width: 345px;
}
.tp-table table tbody{
    display: block;
    overflow: auto;
    width: 798px;
    height: 500px;
}
.tp-table table td:first-child{
    border-radius: 10px 0 0 10px;
    padding-left: 17px;
}
.tp-table table td:last-child{
    border-radius: 0 10px 10px 0;
    text-align: right;
    width: 330px;
}
.tp-table table td .radio-wrapper{
    vertical-align: middle;
}
.tp-table table th{
    text-align: left;
}
.tp-table table th:last-child{
    min-width: 350px;
}
.tp-table table td:nth-child(2),
.tp-table table th:nth-child(2){
    width: 100px;
    text-align: center;
}

.color-box{
    background: var(--white-light-9-custom);
    border-radius: 10px;
    padding: 9px 13px;
    margin-bottom: 10px;
}
.people-number input{
    margin-right: 10px;
    vertical-align: middle;
}

.tp-table-2 th{
    color: var(--gray-3-custom);
    font-weight: 700;
}
.tp-table-2 table{
    table-layout: fixed;
    border-collapse: collapse;
}
.tp-table-2 thead tr {
    display: block;
    position: relative;
}
.tp-table-2 tbody {
    display: block;
    width: 100%;
}
.tp-table-2 th:nth-child(4),
.tp-table-2 th:nth-child(5),
.tp-table-2 th:nth-child(6),
.tp-table-2 th:nth-child(7){
    width: 114px;
    border: 1px solid var(--white-light-2-custom);
    border-bottom: none;
    -webkit-border-radius: 8px 8px 0 0;
    -mos-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    font-size: 12px;
}
.tp-table-2.style2 td:nth-child(4),
.tp-table-2.style2 td:nth-child(5),
.tp-table-2.style2 td:nth-child(6),
.tp-table-2.style2 td:nth-child(7),
.tp-table-2.style2 th:nth-child(4),
.tp-table-2.style2 th:nth-child(5),
.tp-table-2.style2 th:nth-child(6),
.tp-table-2.style2 th:nth-child(7){
    width: 85px;
}
.tp-table-2 td{
    padding: 8px 15px;
    border-bottom: none;
    color: var(--gray-3-custom);
    font-weight: 600;
}
.tp-table-2 td:nth-child(4),
.tp-table-2 td:nth-child(5),
.tp-table-2 td:nth-child(6),
.tp-table-2 td:nth-child(7){
    width: 114px;
    text-align: center;
    border-left: 1px solid var(--white-light-2-custom);
    border-right: 1px solid var(--white-light-2-custom);
}
.header-table{
    margin-right: 30px;
}
.tp-table-2 td:nth-child(1),
.tp-table-2 td:nth-child(2),
.tp-table-2 th:nth-child(2),
.tp-table-2 th:nth-child(1){
    width: 50px;
}
.tp-table-2 td:nth-child(3),
.tp-table-2 th:nth-child(3){
    width: 320px;
    text-align: left;
    font-size: 12px;
}
.tp-table-2 th:nth-child(3){
    width: 324px;
}

.tp-table-2 .fa-info-circle{
    font-size: 26px;
    color: rgba(91,103,115,0.4);
}

.popover {
    background: var(--gray-7-custom);
    border-radius: 0;
    border: 1px solid var(--gray-6-custom);
    border-radius: 4px;
    max-width: 457px;
    padding: 15px;
}
.popover.tp-popover{
    background: var(--white-custom);
    box-shadow: 0px 0px 10px var(--black-custom)4D;
    border: 1px solid var(--body-color-custom);
    max-width: 175px;
    padding: 10px;
}
.popover h3.popover-title{
    font-size: 20px;
    line-height: 22px;
    color: var(--white-light-5-custom);
    font-weight: 700;
    background: none;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before{
    border-top-color: var(--gray-7-custom);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
    border-top-color: var(--gray-7-custom);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-left > .popover-arrow::before{
    border-left-color: var(--gray-7-custom);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs-popover-left > .popover-arrow::after {
    border-left-color: var(--gray-7-custom);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-right > .popover-arrow::before{
    border-right-color: var(--gray-7-custom);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-right > .popover-arrow::after {
    border-right-color: var(--gray-7-custom);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before{
    border-bottom-color: var(--gray-7-custom);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
    border-bottom-color: var(--gray-7-custom);
}
.popover-body{
    color: var(--white-custom);
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}
.popover.tp-popover .popover-body{
    color: var(--body-color-custom);
    font-size: 10px;
    line-height: 12px;
}
.popover.tp-popover .popover-body p{
    line-height: 12px;
}
.popover-header{
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    background: none;
    border-bottom: 1px solid var(--gray-8-custom);
    color: var(--white-light-5-custom);
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.loadapp{
    color: var(--accent-custom);
    font-size: 27px;
    display: inline-block;
}

.list-check-app{
    padding: 0;
    list-style: none;
    margin: 0;
}
.list-check-app li{
    display: inline-block;
    margin: 0 15px 20px 0;
    background: var(--white-light-4-custom);
    border-radius: 4px;
    padding: 5px 10px;
    color: var(--gray-3-custom);
    font-weight: 400;
    line-height: 1;
}
.list-check-app li:last-child{
    margin-right: 0;
}
.list-check-app li .checkbox-wrapper{
    vertical-align: text-top;
}

.tp-table-3 tr td{
    padding: 8px 20px;
    color: var(--gray-3-custom);
    font-weight: 600;
    border: none;
}
.tp-table-3 tr:nth-child(2n+1) td{
    background: var(--white-light-9-custom);
}
.tp-table-3 tr:nth-child(2n) td{
    background: var(--white-light-11-custom);
}
.tp-table-3 table {
    border-collapse: separate;
    border-spacing: 0 8px;
    min-width: 600px;
}
.tp-table-3 tr.td-red td{
    background: var(--white-light-12-custom);
    color: var(--gray-9-custom);
}
.tp-table-3 tr td:first-child{
    border-radius: 4px 0 0 4px;
}
.tp-table-3 tr td:last-child{
    border-radius: 0 4px 4px 0;
}
.tp-box-border{
    border: 1px solid var(--gray-3-custom);
    border-radius: 4px;
    color: var(--gray-3-custom);
    font-size:12px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 5px 25px 5px 5px;
    position: relative;
}
.tp-box-border i{
    font-size: 15px;
    margin-left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.tp-table-3 .icon-info{
    display: inline-block;
    margin-left: 8px;
}

.box-grey{
    background: rgba(213,226,232,0.5);
    border-radius: 4px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.box-grey .box-grey-col{
    padding: 15px 10px;
}
.box-grey .box-grey-special{
    background: var(--white-light-custom);
    padding: 7px 30px 10px;
}
.box-grey .box-grey-special .percent{
    color: var(--green-custom);
    font-size: 49px;
    font-weight: 900;
    line-height: normal;
    display: block;
}
.box-grey .box-grey-special .text{
    color: var(--blue-2-custom);
    text-transform: uppercase;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 900;
}

.box-info{
    border: 2px solid var(--accent-custom);
    border-radius: 8px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    color: var(--accent-custom);
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.box-info .box-info-icon{
    font-size: 78px;
    line-height: 1;
    margin-right: 15px;
}

.circle_percent { width: 104px; height: 104px; position: relative; background: var(--white-light-13-custom); border-radius:50%; overflow:hidden; display:inline-block; }
.circle_inner {position: absolute; left: 0; top: 0; width: 104px; height: 104px; clip:rect(0 104px 104px 52px);}
.round_per {position: absolute; left: 0; top: 0; width: 104px; height: 104px; background: var(--accent-custom); clip:rect(0 104px 104px 52px); transform:rotate(180deg); transition:1.05s;}
.percent_more .circle_inner {clip:rect(0 52px 104px 0);}
.percent_more:after {position: absolute; left: 52px; top: 0; right: 0; bottom: 0; background: var(--accent-custom); content:'';}
.circle_inbox {position: absolute; top: 12px; left: 12px; right: 12px; bottom: 12px; background: var(--white-custom); z-index:3; border-radius: 50%;}
.percent_text {position: absolute; font-size: 31px; font-weight: 700; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3; color: var(--accent-custom)}
.style2 .percent_text{ color: var(--accent-3-custom); }
.style2 .round_per,
.style2.percent_more:after{ background: var(--accent-3-custom); }

.style3 .percent_text{ color: var(--orange-custom); }
.style3 .round_per,
.style3.percent_more:after{ background: var(--orange-custom); }

.circle_percent_blur{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.title-click{
    position: relative;
    cursor: pointer;
}
.title-click:after{
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 20px;
    line-height: 1;
}
.title-click.menu-open:after{
    content: "\f106";
}
.title-click ~ .menu-left-content{
    display: none;
}

.page-title{
    position: relative;
}
.page-title:after{
    height: 1px;
    width: 100%;
    content: "";
    background: var(--white-light-14-custom);
    position: absolute;
    top: 50%;
    left: 0;
}
.page-title span{
    display: inline-block;
    background: var(--white-custom);
    padding: 0 5px;
    margin-left: 5px;
    position: relative;
    z-index: 1;
}

.tp-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.tp-list li{
    display: inline-block;
    padding: 8px;
    margin: 0 20px 20px 0;
    color: var(--black-custom);
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
}
.tp-list li img{
    margin-left: 30px;
}
.box-border-2{
    border: 1px solid var(--white-light-2-custom);
    border-radius: 4px;
    padding: 5px 10px;
}

.tp-box-1{
    padding: 10px 10px 5px;
    border-radius: 4px;
    background: rgba(163,169,189,0.13);
}
.list-color{
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
.list-color li{
    margin-right: 35px;
    margin-bottom: 5px;
    color: var(--body-color-custom);
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    float: left;
}
.list-color li:last-child{
    margin-right: 0;
}
.list-color li .list-color-color{
    display: inline-block;
    width: 25px;
    height: 10px;
    border-radius: 4px;
    margin-right: 10px;
}

.progress-wrapper{
    border: 1px solid var(--white-light-2-custom);
    border-radius: 4px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 20px 10px 15px;
}
.progress-wrapper.style1{
    border: 1px solid var(--accent-custom);
}
.progress-wrapper.style2{
    border: 1px solid var(--orange-custom);
}
.progress-wrapper .progress-title{
    min-width: 150px;
    margin-right: 25px;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}
.progress-content{
    width: 100%;
}
.progress-box{
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    height: 9px;
}
.progress-box .progress-item{
    height: 9px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
}
.progress-box .progress-item span{
    position: absolute;
    right: 0;
    bottom: 100%;
    color: var(--body-color-custom);
    font-size: 10px;
    line-height: 12px;
}

.unlock{
    color: var(--accent-custom);
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
}
.unlock i{
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}
.unlock:hover{
    color: var(--primary-custom);
}

.list-table{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.list-table li{
    display: inline-block;
    color: var(--gray-custom);
    font-size: 10px;
    line-height: normal;
    margin-right: 15px;
}
.list-table li img{
    margin-left: 5px;
    vertical-align: text-bottom;
}

.wrapper-table{
    border: 1px solid var(--white-light-2-custom);
    position: relative;
    border-radius: 6px;
    padding: 20px 40px;
    margin-bottom: 40px;
}
.wrapper-table .table-title{
    color: var(--gray-custom);
    text-transform: uppercase;
    font-size: 20px;
    line-height: normal;
    background: var(--white-custom);
    z-index: 2;
    position: absolute;
    left: 40px;
    top: -12px;
    padding: 0 5px;
}
.wrapper-table th{
    color: var(--gray-2-custom);
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    line-height: 12px;
    padding: 10px;
    border-bottom: 1px solid var(--white-light-2-custom);
    white-space: nowrap;
}
.wrapper-table th:first-child{
    border: none;
}
.wrapper-table td{
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    padding: 10px;
    border-bottom: 1px solid var(--white-light-2-custom);
    color: var(--body-color-custom);
}
.wrapper-table td:first-child{
    border: none;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
}
.info-box{
    border: 1px solid var(--orange-custom);
    border-radius: 4px;
    display: flex;
    align-items: center;
    color: var(--orange-custom);
    padding-right: 10px;
}
.info-box.style2{
    border-color: var(--red-custom);
    color: var(--red-custom);
}
.info-box.style3{
    border-color: var(--green-custom);
    color: var(--green-custom);
}
.info-box .info-box-icon{
    background: var(--orange-custom);
    padding: 10px;
    border-radius: 4px 0 0 4px;
    line-height: 1;
    color: var(--white-custom);
    margin-right: 6px;
}
.info-box.style2 .info-box-icon{
    background: var(--red-custom);
}
.info-box.style3 .info-box-icon{
    background: var(--green-custom);
}

.box-border-3{
    margin-bottom: 20px;
    border: 1px solid var(--white-light-2-custom);
    border-radius: 4px;
    padding: 20px;
    display: flex;
    align-items: center;
}
.box-border-3 .font-12{
    line-height: 24px!important;
}
.box-border-3 .box-border-3-image{
    width: 100px;
    margin-right: 50px;
}
.box-border-3 .box-border-3-content{
    width: 100%;
}
.box-border-3-grey{
    background: var(--white-light-custom);
    border: 1px solid var(--white-light-2-custom);
    border-radius: 0px 4px 0px 0px;
    max-width: 196px;
    padding: 50px 20px;
    text-align: center;
}
.btn-blue{
    border: 1px solid var(--primary-custom);
    border-radius: 4px;
    color: var(--primary-custom);
    padding: 5px;
    text-transform: uppercase;
    line-height: 1;
}

.icon-star{
    display: flex;
    align-items: center;
}
.icon-star img{
    margin-right: 5px;
}

.wrapper-table-2{
    position: relative;
    border: 1px solid var(--primary-custom);
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 50px;
}
.wrapper-table-2.style2{
    border-color: var(--green-custom);
}
.wrapper-table-2.style2{
    border-color: var(--secondary-custom);
}
.wrapper-table-2 .table-title{
    color: var(--primary-custom);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    background: var(--white-custom);
    z-index: 2;
    position: absolute;
    left: 40px;
    top: -10px;
    padding: 0 5px;
}
.wrapper-table-2.style2 .table-title{
    color: var(--green-custom);
}
.wrapper-table-2.style3 .table-title{
    color: var(--secondary-custom);
}
.wrapper-table-2 tr th{
    color: var(--body-color-custom);
    font-weight: 700;
    background: var(--white-light-custom);
    padding: 15px;
}
.wrapper-table-2 tr td{
    border-bottom: 1px solid var(--white-light-2-custom);
    padding: 15px;
}
.wrapper-table-2 tr th:first-child{
    width: 1%;
}
.wrapper-table-2 tr:last-child td{
    border: none;
}

.box-lock{
    border: 1px solid var(--white-light-2-custom);
    position: relative;
    border-radius: 4px;
}
.box-lock:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 1;
}
.info-lock{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align: center;
}

.table-no-style th{
    padding: 5px 15px;
    text-align: left;
    color: var(--body-color-custom);
    font-size: 16px;
    line-height: 18px;
    white-space: nowrap;
}
.table-no-style td{
    padding: 0 15px;
    width: 1%;
    vertical-align: top;
}

.table-standard th{
    color: var(--body-color-custom);
    font-weight: 700;
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid var(--white-light-3-custom);
}
.table-standard td{
    padding: 10px;
    border-color: var(--white-light-3-custom);
    color: var(--body-color-custom);
    text-align: center;
}
.table-standard td:first-child{
    text-align: left;
}

.box-number{
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: my-badass-counter;
}
.box-number li:before{
    content: counter(my-badass-counter,decimal);
    counter-increment: my-badass-counter;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    color: var(--accent-3-custom);
    font-size: 60px;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: -5px;
    background: url(../images/bulina1.png) no-repeat center center;
    background-size: contain;
}
.box-number li{
    margin-bottom: 40px;
    color: var(--body-color-custom);
    padding-left: 120px;
    position: relative;
}
.box-number li:nth-child(2n):before{ background-image: url(../images/bulina2.png); }
.box-number li:nth-child(3n):before{ background-image: url(../images/bulina3.png); }
.box-number li:nth-child(4n):before{ background-image: url(../images/bulina4.png); }
.box-number li:nth-child(5n):before{ background-image: url(../images/bulina5.png); }

.team-info{
    text-align: center;
}
.team-info img{
    max-width: 128px;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    box-shadow: 0 0 20px var(--blue-3-custom);
}
.team-info:hover img{
    transform: scale(1.2, 1.2);
}

.box-content-top{
    background: transparent linear-gradient(118deg, var(--primary-custom) 0%, var(--secondary-custom) 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px var(--black-custom)4A;
    border: 1px solid var(--white-light-14-custom);
    border-radius: 8px;
    padding: 25px 60px;
    margin-bottom: 20px;
    color: var(--white-custom);
}
.box-top-image{
    display: flex;
    align-items: center;
}
.box-top-image img{
    width: 114px;
    border-radius: 6px;
    margin-right: 20px;
}
.box-top-image p{
    line-height: 20px;
}

.point-line{
    padding-left: 20px;
    position: relative;
}
.point-line:after{
    width: 16px;
    content: "";
    height: 2px;
    background: rgb(244, 68, 112);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.point-line:before{
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 100%;
    border: 2px solid rgb(244, 68, 112);
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -3px;
    background: var(--white-custom);
    z-index: 2;
}

.insights-box{
    background: transparent linear-gradient(103deg, var(--secondary-custom) 0%, var(--primary-custom) 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid var(--white-custom);
    border-radius: 8px;
    padding: 10px 30px;
    color: var(--white-custom);
    display: flex;
    align-items: center;
}
.insights-box div{
    margin-right: 20px;
}
.insights-box img{
    width: 55px;
    margin: -20px 35px -20px 0;
}

.box-visa{
    color: var(--blue-2-custom);
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
}
.box-visa img{
    width: 83px;
    margin-right: 19px;
}
/*============================ END CONTENT ==============================*/
/*============================== FOOTER =================================*/
.box-footer{
    background: var(--white-custom);
    border: 1px solid var(--body-color-custom);
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    padding: 16px 16px;
    position: fixed;
    bottom:0;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    width: 100%;
    max-width: 455px;
    text-align: center;
}
.box-button span{
    font: normal normal bold 16px/18px Inter;
    color: var(--accent-custom);
    margin-left: 10px;
    display: inline-block;
    padding: 9px 0;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.box-button:hover span{
    margin-left: 20px;
    color: var(--primary-custom);
}
.box-button .btn-accent:hover,
.box-button .btn-accent:focus,
.box-button:hover .btn-accent{
    background: var(--primary-custom);
}
.box-content{
    background: var(--white-custom);
    border: 1px solid var(--white-light-4-custom);
    border-radius: 8px;
    overflow: hidden;
}
.box-content-inner{
    padding: 50px 50px 10px;
}
.box-content-footer{
    background: var(--white-light-custom);
    padding: 12px 50px;
}

.footer-fixed{
    background: var(--white-light-custom);
    box-shadow: 0px -5px 10px var(--body-color-custom)2C;
    max-width: 973px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    text-align: center;
    padding: 20px;
    z-index: 10;
}
.footer-fixed:after,
.footer-fixed:before{
    content: "";
    width: 15px;
    height: 100%;
    background: var(--white-light-custom);
    position: absolute;
    top: 0;
}
.footer-fixed:after{
    right: -15px;
}
.footer-fixed:before{
    left: -15px;
}
.list-social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-social li{
    display: inline-block;
    margin: 0 40px;
    font-size: 10px;
    line-height: 12px;
    color: var(--accent-custom);
    font-weight: 600;
}
.list-social li a{
    color: var(--accent-custom);
}
.list-social li:first-child{
    margin-left: 0;
}
.list-social li:last-child{
    margin-right: 0;
}
.list-social li img{
    margin-right: 10px;
}
/*============================ END FOOTER ===============================*/