html {
    height: 100%;
    box-sizing: border-box
}

body,
html {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
}

html,
body {
    height: auto !important;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    width: 100%;
    min-height: 100%;
    background: #f6faff
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.svg#Montserrat-Bold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(../fonts/Montserrat-Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/Montserrat-Medium.woff) format('woff'), url(../fonts/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat-Medium.svg#Montserrat-Medium) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../fonts/Montserrat-SemiBold.eot?#iefix) format('embedded-opentype'), url(../fonts/Montserrat-SemiBold.woff) format('woff'), url(../fonts/Montserrat-SemiBold.ttf) format('truetype'), url(../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat-ExtraBold;
    src: url(../fonts/Montserrat-ExtraBold.eot?#iefix) format('embedded-opentype'), url(../fonts/Montserrat-ExtraBold.woff) format('woff'), url(../fonts/Montserrat-ExtraBold.ttf) format('truetype'), url(../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.svg#Montserrat-Regular) format('svg');
    font-weight: 400;
    font-style: normal
}

#wrapper {
    position: relative;
    padding-top: 105px
}

.login_wrapper {
    position: relative;
    max-width: 1920px;
    margin: 0 auto
}

.logo_div {
    position: relative;
    margin: 30px auto;
    display: table;
}

.logo_div:focus {
    outline: 0
}

.logo_div img {
    width: 210px;
    cursor: pointer;
}

.login_form {
    position: relative;
    margin-top: 150px;
    padding: 0 20px
}

.login_form h4 {
    font-family: Montserrat-Bold;
    font-size: 34px;
    line-height: 100px;
    text-align: center;
    text-transform: uppercase
}

.login_form .form-control {
    font-family: Montserrat-Medium;
    padding: 30px 65px;
    border-color: #e4e4e4;
    font-size: 18px;
    box-shadow: none
}

.login_form .form-control:focus {
    outline: 0;
    border-color: #ddd;
    box-shadow: none
}

.login_form .form-group {
    position: relative;
    margin-bottom: 25px
}

.login_form .form-group .fa {
    position: absolute;
    top: 40px;
    left: 25px;
    z-index: 1;
    font-size: 24px;
    color: #9d9d9d;
    width: 20px;
}

.login_image {
    height: 100%;
    background-color: #1A2B63;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_btn {
    position: relative;
    margin: 100px 0 15px 0
}

.login_btn button {
    font-family: Montserrat-SemiBold;
    color: #fff;
    font-size: 24px;
    background-color: #1A2B63;
    box-shadow: -2.025px 8.769px 7px 0 rgb(48 31 191 / 27%);
    padding: 15px 25px;
    width: 250px;
    outline: 0;
    border: 0;
    border-radius: 35px;
    /* margin-left: 115px; */
    margin: 0 auto;
    display: table;
}

.login_form .signup_box {
    padding: 20px 0
}

.login_form .signup_box h5 {
    font-family: Montserrat-Medium;
    font-size: 18px;
    border-top: 1px solid #e4e4e4;
    padding: 50px 0;
    text-align: center
}

.login_form .signup_box h5 span {
    color: #00b0ff;
    cursor: pointer
}

.login_form .signup_box h5 span:focus {
    outline: 0
}

.login_form h6 {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #808184;
    text-align: center
}

.login_form a {
    font-family: Montserrat-Medium;
    font-size: 21px;
    float: right;
    color: #808184;
    text-decoration: none
}

#password_div .login_form {
    padding: 0 220px
}

#password_div h6 {
    line-height: 34px;
    padding-bottom: 20px
}

#password_div .login_btn {
    margin: 50px 0 15px 0
}

#password_div .login_image img {
    width: 905px
}

#signup_div .login_form .form-group img {
    position: absolute;
    top: 18px;
    left: 25px;
    width: 20px;
    z-index: 1
}

#signup_div .login_form {
    padding: 0 120px;
    padding-left: 0
}

#signup_div .login_form h4 {
    font-size: 46px;
    line-height: 60px;
    padding-bottom: 30px
}

#signup_div .sign_text {
    padding: 20px 0
}

#signup_div .sign_text span {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #808184;
    line-height: 36px
}

#signup_div .login_btn {
    position: relative;
    margin: 25px 0 15px 0
}

#signup_div .login_image img {
    width: 850px
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 6.71px 9.948px 17px 0 rgba(40, 40, 40, .03);
    z-index: 9
}

.header_btn {
    position: relative
}

.header_btn ul {
    list-style: none;
    float: right
}

.header_btn ul li {
    float: left;
    padding: 20px 0;
    margin: 0 35px;
    cursor: pointer
}

.header_btn ul li button {
    font-family: Montserrat-SemiBold;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background-image: -moz-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -webkit-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -ms-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    box-shadow: -2.025px 8.769px 7px 0 rgba(58, 224, 195, .27);
    padding: 8px 13px;
    outline: 0;
    border: 0;
    border-radius: 10px;
    word-spacing: 1px
}

.header_btn ul li .notify {
    position: relative;
    line-height: 60px
}

.header_btn ul li .notify img {
    width: 30px
}

.header_btn ul li .bell {
    font-family: Montserrat-ExtraBold;
    position: absolute;
    top: 5px;
    right: -10px;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 16px;
    padding: 3px 8px;
    display: block;
    border-radius: 50%;
    background: red
}

.header_btn ul li .admin {
    line-height: 55px
}

.header_btn ul li .admin img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.main_sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 280px;
    overflow: auto;
    background: #1A2B63;
    box-shadow: 6.71px 9.948px 17px 0 rgba(40, 40, 40, .03);
    z-index: 9;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
    overflow-x: hidden;
    overflow: hidden;
    padding-bottom: 60px;
}

.sidebar {
    display: block
}

.sidebar .side_logo {
    position: relative;
    padding: 22px 0 22px 25px;
    border-bottom: 1px solid #e8ebef;
    background: #fff;
    text-align: center;
    padding-left: 0 !important;
}

.sidebar .side_logo a {
    font-family: Montserrat-Medium;
    color: #4a9de3;
    font-size: 21px;
    text-decoration: none
}

.main_sidebar.active .sidebar .side_logo {
    padding: 22px 0 22px 0;
    margin-left: -5px
}

body.body_wrap .fa.fa-home {
    margin-left: -10px !important
}

.sidebar .side_logo a img {
    width: 38px;
    margin-right: 15px
}

.sidebar .side_logo .fa {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    color: #5bb8aa;
    cursor: pointer
}

.main_sidebar ul.side-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 2px;
    background: #1A2B63;
    overflow-y: auto;
    height: 100%;
}

.main_sidebar ul.side-menu>li {
    position: relative;
    margin: 0;
    padding: 20px 15px;
    border-bottom: 1px solid #1e18807a;
}

.main_sidebar ul.side-menu>li:focus {
    outline: 0
}

.main_sidebar ul.side-menu>li:hover {
    background: #fff;
    border-radius: 14px;
    /* border-left: 5px solid #1e1880; */
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
    cursor: pointer
}

.main_sidebar ul.side-menu>li.active span {
    /* background-color: #1e1880; */
    background: linear-gradient(to top, #f3f3f7 0, #fafbfb 100%);
    -webkit-background-clip: text;
}

.main_sidebar ul.side-menu>li span {
    margin-left: 0px !important;
    color: #fff;
}

.main_sidebar ul.side-menu>li.active {
    background: #fff;
    border-radius: 14px;
}

.main_sidebar ul.side-menu>li.active a:hover svg g path {
    fill: #fff;
}

.main_sidebar ul.side-menu>li.active a {
    font-weight: 600;
}

.main_sidebar ul.side-menu>li.active #img1 {
    display: none
}

.main_sidebar ul.side-menu>li #img2 {
    display: none
}

.main_sidebar ul.side-menu>li.active #img2 {
    display: inline-block
}

.main_sidebar ul.side-menu>li>a {
    position: relative;
    font-size: 16px;
    color: #333;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    padding: 0px 10px;
    text-decoration: none;
    /* display: flex;
    align-items: center; */
}

.staticContent-text p {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}

.main_sidebar ul.side-menu>li>a .fa {
    font-size: 28px;
    margin-right: 10px ​ !important;
    vertical-align: middle;
    color: #1e1880;
}

.main_sidebar ul.side-menu>li.active .fa {
    background: linear-gradient(to top, #f0f5f4 0, #f2f2f7 100%);
    -webkit-background-clip: text;
}

.main_sidebar ul.side-menu>li>a img {
    width: 21px;
    margin-right: 25px
}

.main_sidebar.active {
    left: 0;
    width: 100px;
    text-align: center
}

.main_sidebar.active .sidebar .side_logo .fa,
.main_sidebar.active .sidebar .side_logo span,
.main_sidebar.active span {
    display: none
}

.content_wrapper {
    background: white;
    margin-left: 280px;
    padding: 20px 35px;
    border-radius: 12px;
    margin-bottom: 25px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear
}

.content_wrapper h3 {
    font-family: Montserrat-SemiBold;
    font-size: 32px;
    outline: 0
}

body.body_wrap .content_wrapper {
    margin-left: 100px
}

.exp_wrapper {
    position: relative;
    background: #fff;
    padding: 30px 25px;
    margin-top: 30px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    border-radius: 16px
}

.exp_wrapper .uploade_img_large .fileinput,
.exp_wrapper .uploade_img_small .fileinput {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.exp_wrapper .uploade_img_large .fileinput-preview {
    position: relative;
    width: 525px;
    height: 525px;
    background: #f2f5f9;
    border: 0;
    margin: 0
}

.exp_wrapper .fileinput {
    position: relative
}

.exp_wrapper .uploade_img_small .fileinput-preview {
    position: relative;
    width: 250px;
    height: 250px;
    background: #f2f5f9;
    border: 0;
    margin: 0
}

.exp_wrapper .fileinput .uploade_img_large .fa {
    position: absolute;
    top: -425px;
    left: 225px;
    color: #fff;
    font-size: 24px;
    border: 0;
    background: 0 0;
    outline: 0
}

.exp_wrapper .uploade_img_small .fileinput .fa {
    position: absolute;
    bottom: 100px;
    left: 100px;
    color: #fff;
    font-size: 24px;
    border: 0;
    background: 0 0;
    outline: 0
}

.exp_wrapper .uploade_img_large .fileinput .thumbnail>img,
.exp_wrapper .uploade_img_small .fileinput .thumbnail>img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%
}

.exp_wrapper .fileinput .thumbnail>img {
    height: 100%
}

.exp_wrapper .fileinput .btn {
    vertical-align: middle;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border: 0;
    background: 0 0 !important;
    outline: 0;
    box-shadow: none;
    z-index: 1;
    cursor: pointer
}

.exp_wrapper .fileinput-exists span.upload img {
    width: 100px
}

.exp_wrapper .fileinput-exists span.add,
.exp_wrapper .fileinput-exists span.upload {
    display: none
}

.exp_wrapper #closeimg {
    position: absolute;
    font-size: 24px;
    left: 230px;
    bottom: 225px;
    color: #fff
}

.exp_wrapper .fileinput .btn img {
    width: 50px
}

.exp_wrapper .exp_form {
    position: relative;
    padding: 30px
}

.exp_wrapper .exp_form .bootstrap-select.btn-group .dropdown-toggle {
    border-color: #d9d9d9;
    border-radius: 10px;
    outline: 0;
    box-shadow: none
}

.exp_wrapper .exp_form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding: 15px 20px;
    font-size: 18px
}

.exp_wrapper .exp_form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    box-shadow: none;
    outline: 0
}

.exp_wrapper .exp_form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn-default:hover {
    background: 0 0
}

.exp_wrapper .exp_form label {
    font-family: Montserrat-Regular;
    display: block;
    color: #555;
    font-size: 19px;
    margin-bottom: 10px
}

.edit_experience h5,
.exp_wrapper .exp_form h5 {
    font-family: Montserrat-SemiBold;
    color: #000
}

.exp_wrapper .exp_form label span {
    color: #ff4445
}

.exp_wrapper .exp_form .form-control {
    font-family: Montserrat-Medium;
    border: 1px solid #d9d9d9;
    font-size: 18px;
    padding: 35px 20px;
    box-shadow: none;
    border-radius: 10px
}

.exp_wrapper .exp_form .form-group {
    position: relative;
    margin-bottom: 30px
}

.exp_wrapper .exp_form .form-group .fa {
    position: absolute;
    right: 25px;
    top: 24px;
    transform: rotateY(180deg);
    font-size: 24px;
    color: #696969
}

.exp_wrapper .exp_form .form-group .fa .fa-clock-o {
    transform: rotateY(180deg)
}

.exp_wrapper .exp_form .form-control::placeholder {
    color: #696969
}

.exp_wrapper .exp_form textarea.form-control {
    resize: none
}

.exp_wrapper .exp_form span.toolicon {
    vertical-align: text-bottom;
    margin-left: 15px;
    cursor: pointer
}

.exp_wrapper .exp_form span.toolicon img {
    width: 20px;
    position: relative
}

.exp_wrapper .exp_form span.tool-text {
    font-family: Montserrat-Regular;
    position: absolute;
    bottom: 100%;
    left: 5%;
    font-size: 14px;
    width: 350px;
    display: none;
    color: #999;
    line-height: 28px;
    text-align: center;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 14px 32px 0 rgba(0, 0, 0, .15);
    padding: 20px;
    z-index: 1
}

.exp_wrapper .exp_form span.toolicon:hover span.tool-text {
    display: block
}

.exp_wrapper .exp_form span.tool-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    box-shadow: 0 14px 32px 0 rgba(0, 0, 0, .15)
}

.exp_wrapper .exp_form .select2-container {
    width: 100% !important
}

.exp_wrapper .exp_form .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #d9d9d9;
    border-radius: 10px
}

.exp_wrapper .exp_form .select2-container--default .select2-selection--multiple {
    border: 1px solid #d9d9d9;
    border-radius: 10px
}

.exp_wrapper .exp_form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    background: 0 0;
    border-radius: 5px;
    padding: 15px 30px 15px 15px;
    font-size: 21px;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#5dbb15, #3ae0c3);
    box-shadow: 6.364px 6.364px 10px 0 rgba(4, 243, 199, .1);
    color: #5e5e5ecc
}

.exp_wrapper .exp_form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: 400;
    font-size: 36px;
    background: linear-gradient(to top, #3ae0c3 0, #5dbb15 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.exp_wrapper .exp_form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 15px
}

.exp_form .cust_container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.exp_form label.cust_container {
    display: inline-block;
    color: #5f5f5f;
    margin-right: 50px
}

.exp_form .cust_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.exp_form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 4px;
    background-color: #5f5f5f
}

.exp_form .cust_container:hover input~.checkmark {
    background-color: #5f5f5f
}

.exp_form .cust_container input:checked~.checkmark {
    border-radius: 4px;
    background-image: -moz-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -webkit-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -ms-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%)
}

.exp_form .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.exp_form .cust_container input:checked~.checkmark:after {
    display: block
}

.exp_form .cust_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.exp_form .date-btn button,
.exp_form .date-btn input {
    font-family: Montserrat-Medium;
    display: inline-block;
    font-size: 18px;
    background: 0 0;
    color: #5e5e5ecc;
    width: 25%;
    text-align: left;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 12px 15px;
    outline: 0;
    box-shadow: 6.364px 6.364px 10px 0 rgba(186, 186, 186, .1);
    margin-right: 15px;
    float: left
}

.exp_form .date-btn input.text {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 12px 15px 35px 15px;
    background: linear-gradient(to top, #3ae0c3 0, #5dbb15 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.exp_form .create-btn {
    margin: 15px 0
}

.exp_form .create-btn button {
    font-family: Montserrat-SemiBold;
    width: 65%;
    font-size: 28px;
    color: #fff;
    text-align: center;
    border: 0;
    border-radius: 4px;
    padding: 20px;
    background-image: -moz-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -webkit-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -ms-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    box-shadow: -2.025px 8.769px 7px 0 rgba(58, 224, 195, .27);
    outline: 0
}

.exp_form #month_dropdown {
    left: 30%
}

.exp_form .form-group.open .content_wrapper {
    overflow-y: hidden
}

.exp_form .dropdown-menu {
    width: 400px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    padding: 15px 0
}

.exp_form #month_dropdown label.cust_container,
.exp_form #week_dropdown label.cust_container {
    width: 100%
}

.exp_form #month_dropdown .checkmark,
.exp_form #week_dropdown .checkmark {
    left: initial;
    right: 20px
}

.exp_form #week_dropdown {
    left: 10%
}

#expModal .modal-dialog {
    width: 476px
}

#expModal .modal-header {
    border: 0
}

#expModal .modal-header button.close {
    outline: 0;
    color: #000;
    font-size: 32px
}

#expModal .modal-body {
    padding: 0 15px;
    text-align: center
}

#expModal .modal-body img {
    width: 65px
}

#expModal .modal-body h5 {
    font-family: Montserrat-SemiBold;
    font-size: 21px;
    line-height: 50px
}

#expModal .modal-body p {
    font-family: Montserrat-Medium;
    font-size: 16px;
    line-height: 32px
}

#expModal .modal-footer {
    text-align: center;
    background: #dfdfdf
}

#expModal .modal-footer button {
    font-family: Montserrat-SemiBold;
    font-size: 21px;
    color: #000;
    text-transform: uppercase;
    border: 0;
    background: 0 0;
    outline: 0;
    box-shadow: none
}

#expModal .modal-footer button:hover {
    background: 0 0
}

.exp_wrapper .large_image {
    position: relative;
    width: 525px;
    height: 525px;
    background: #f2f5f9;
    border: 0
}

.exp_wrapper .large_image img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    height: 100%
}

.exp_wrapper .large_image .text {
    font-family: Montserrat-SemiBold;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 47%;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    width: 90%
}

.exp_wrapper .small_image {
    position: relative;
    width: 250px;
    height: 250px;
    background: #f2f5f9;
    border: 0;
    margin-top: 20px
}

.exp_wrapper .small_image img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    height: 100%
}

.exp_wrapper .edit_experience {
    position: relative;
    padding: 10px 30px
}

.edit_experience .edit_icon {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 25px;
    right: -40px;
    z-index: 1;
    cursor: pointer
}

.edit_experience .edit_icon:focus {
    outline: 0
}

.edit_experience .edit_icon .icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ebf3ff;
    display: inline-block;
    cursor: pointer
}

.edit_experience .edit_icon .icon .fa {
    font-size: 24px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #3685ff;
    cursor: pointer
}

.edit_experience .edit_box {
    position: relative;
    margin: 30px 0 50px 0
}

.edit_experience .edit_box h5 {
    font-family: Montserrat-Regular;
    font-size: 19px;
    color: #555
}

.edit_experience .edit_box p {
    font-family: Montserrat-Medium;
    font-size: 21px;
    color: #666;
    line-height: 32px
}

.edit_experience .ticket_box {
    position: relative;
    margin: 20px 0 40px 0;
    border-bottom: 1px solid #ddd
}

.edit_experience #daily {
    padding-left: 0
}

.ticket_box .ticket_detail {
    border: 1px solid #f3f3f3;
    background: #fbfcfc;
    padding: 20px;
    text-align: center;
    margin: 20px 0
}

.ticket_box .ticket_detail h5 {
    font-family: Montserrat-Regular;
    font-size: 19px;
    color: #7e7e7e
}

.ticket_box .ticket_detail span {
    font-family: Montserrat-Medium;
    font-size: 21px;
    color: #666
}

.border-right {
    border-right: 1px solid #d0d0d0
}

.edit_experience a,
.edit_experience a:hover {
    text-decoration: none
}

.edit_experience a button {
    font-family: Montserrat-SemiBold;
    font-size: 28px;
    display: inline-block;
    margin-right: 25px;
    color: #3685ff;
    background: #f1f7ff;
    border-radius: 4px;
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 15px 35px
}

.content_wrapper .exp_detail_box {
    position: relative;
    float: right
}

.content_wrapper .exp_detail_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

.content_wrapper .exp_detail_box ul li {
    float: left;
    background: #fff;
    padding: 20px 30px 10px 30px;
    margin-left: 20px;
    border-radius: 6px
}

.content_wrapper .exp_detail_box ul li span.exp_img {
    width: 50px
}

.content_wrapper .exp_detail_box ul li span.exp_img img {
    width: 60px
}

.content_wrapper .exp_detail_box ul li span.exp_text {
    margin-left: 20px;
    float: right
}

.content_wrapper .exp_detail_box ul li span.exp_text h4 {
    font-family: Montserrat-Medium;
    font-size: 27px;
    color: #ffd15f;
    padding: 0;
    margin: 0
}

.content_wrapper .exp_detail_box ul li span.exp_text h6 {
    font-family: Montserrat-SemiBold;
    font-size: 21px;
    color: #000
}

.lineheight {
    line-height: 40px
}

.content_wrapper .edit_exp {
    position: relative
}

.content_wrapper .edit_exp span {
    font-family: Montserrat-SemiBold;
    font-size: 21px;
    color: #abb6c8
}

.content_wrapper .edit_exp span .fa {
    font-size: 30px
}

.content_wrapper .edit_exp h3 {
    float: left;
    margin: 0;
    line-height: 90px
}

.exp_attendance {
    position: relative;
    margin: 30px 15px
}

.exp_attendance .attendance_box {
    position: relative;
    background: #fff;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    padding: 15px 30px;
    margin-bottom: 20px;
    border-radius: 10px
}

.attendance_box .attendance_img {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    float: left
}

.attendance_box .attendance_img img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.attendance_box .attendance_text {
    margin-left: 85px
}

.attendance_box .attendance_text h4 {
    font-family: Montserrat-Medium;
    font-size: 19px
}

.attendance_box .attendance_text h5 {
    font-family: Montserrat-SemiBold;
    font-size: 17px;
    color: #abb6c8
}

.attendance_box #check_attendance {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    right: -50px
}

.exp_attendance .insight_wrapper {
    position: relative
}

.insight_wrapper .insight_box {
    width: 31%;
    float: left;
    margin: 5px 10px
}

.insight_wrapper .insight_graph {
    position: relative;
    height: 350px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    padding: 10px
}

.insight_wrapper .insight_graph img,
.insight_wrapper .insight_large_graph img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    padding: 0 15px
}

.insight_wrapper .insight_large_box {
    width: 100%;
    float: left;
    margin: 20px 0
}

.insight_wrapper .insight_large_graph {
    position: relative;
    width: 100%;
    height: 750px;
    background: #fff;
    border-radius: 10px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04)
}

.insight_wrapper .insight_large_graph img#large_image {
    margin-top: -100px;
    margin-left: -70px
}

.insight_wrapper .insight_large_graph img#large_image2 {
    margin-top: -30px
}

#exp_insight {
    margin: 20px 15px
}

.edit_exp .user_list {
    margin: 100px 0
}

.edit_exp .user_list .panel-title>a {
    font-family: Montserrat-Medium;
    font-size: 24px;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    margin: -10px -15px
}

.edit_exp .user_list .panel-title>a:hover {
    text-decoration: none
}

.edit_exp .user_list .panel-heading a {
    position: relative
}

#payment_list .panel-heading a:after,
.edit_exp .user_list .panel-heading a:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 20px;
    font-size: 32px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -10px
}

#payment_list .panel-heading a.collapsed:after,
.edit_exp .user_list .panel-heading a.collapsed:after {
    content: "\f106"
}

.edit_exp .user_list .panel-default {
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    margin: 20px 0
}

.edit_exp .user_list .panel-default>.panel-heading {
    background: #fff;
    padding: 25px;
    border: 0;
    border-radius: 10px
}

.edit_exp .user_list .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0
}

.content_wrapper .exp_detail_box ul li.user_button {
    background: 0 0;
    padding-right: 0
}

.content_wrapper .exp_detail_box ul li.user_button button {
    font-family: Montserrat-SemiBold;
    font-size: 21px;
    color: #ff3a31;
    border: 1px solid #ff3a31;
    border-radius: 6px;
    padding: 15px;
    outline: 0;
    background: #fff;
    box-shadow: 0 5px 7px -6px #ff3a31
}

.edit_exp .table-responsive span.table_box {
    position: relative
}

.edit_exp .table-responsive span.table_img {
    position: relative;
    width: 75px;
    height: 75px;
    border: 1px solid transparent;
    border-radius: 50%;
    overflow: hidden;
    float: left
}

.edit_exp .table-responsive span.table_img img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 100%
}

.edit_exp .table-responsive span.table_text {
    font-family: Montserrat-Medium;
    font-size: 21px;
    color: #252525;
    margin-left: 35px;
    line-height: 75px
}

.edit_exp .table-responsive table>tbody>tr,
.edit_exp .table-responsive table>thead>tr {
    border-bottom: 1px solid #ebebeb
}

.edit_exp .table-responsive table>tbody>tr>td,
.edit_exp .table-responsive table>thead>tr>th {
    font-family: Montserrat-Medium;
    font-size: 18px;
    color: #252525;
    padding: 25px 0;
    vertical-align: middle
}

.edit_exp .table-responsive table>thead>tr>th {
    vertical-align: top
}

.edit_exp .table-responsive table>tbody>tr>td,
.edit_exp .table-responsive table>tbody>tr>td.tool {
    position: relative
}

.edit_exp .table-responsive table>tbody>tr>td button {
    font-family: Montserrat-SemiBold;
    font-size: 17px;
    color: #ff3a31;
    border: 0;
    border-radius: 6px;
    padding: 10px 15px;
    outline: 0;
    background: #fff3f2;
    box-shadow: none
}

.edit_exp .table-responsive table>tbody>tr>td span.toolicon {
    vertical-align: text-bottom;
    margin-left: 15px;
    cursor: pointer
}

.edit_exp .table-responsive table>tbody>tr>td span.toolicon img {
    width: 20px;
    position: relative
}

.edit_exp .table-responsive table>tbody>tr>td span.tool-text {
    font-family: Montserrat-Regular;
    position: absolute;
    bottom: 65%;
    right: 5%;
    font-size: 14px;
    width: 350px;
    display: none;
    color: #999;
    line-height: 28px;
    text-align: center;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 14px 32px 0 rgba(0, 0, 0, .15);
    padding: 20px
}

.edit_exp .table-responsive table>tbody>tr>td span.toolicon:hover span.tool-text {
    display: block
}

.edit_exp .table-responsive table>tbody>tr>td span.tool-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    box-shadow: 0 14px 32px 0 rgba(0, 0, 0, .15)
}

#reasonModal .modal-header,
#emailModal .modal-header,
#removeModal .modal-header {
    padding: 30px 60px;
    border: 0
}

#reasonModal .modal-header h4,
#emailModal .modal-header h4,
#removeModal .modal-header h4 {
    font-family: Montserrat-Medium;
    font-size: 24px;
    text-align: center;
    line-height: 40px
}

#reasonModal .modal-header button.close,
#emailModal .modal-header button.close,
#removeModal .modal-header button.close {
    font-size: 32px;
    outline: 0;
    color: #000;
    margin-top: -15px;
    margin-right: -45px
}

#reasonModal .modal-dialog .modal-body,
#emailModal .modal-dialog .modal-body,
#removeModal .modal-dialog .modal-body {
    padding: 35px
}

#reasonModal .modal-dialog .modal-body textarea,
#emailModal .modal-dialog .modal-body textarea,
#removeModal .modal-dialog .modal-body textarea {
    font-family: Montserrat-Medium;
    resize: none;
    padding: 15px;
    background: #f5f5f5;
    color: #5c5c5c;
    font-size: 21px;
    border: 1px solid #aeaeae;
    box-shadow: none;
    border-radius: 10px
}

#reasonModal .modal-dialog .modal-body textarea,
#emailModal .modal-dialog .modal-body textarea {
    margin: 10px 0
}

.edit_exp .user_list .table-responsive table>tbody>tr>td {
    text-align: center
}

.edit_exp .user_list .table-responsive span.table_text,
.edit_exp .user_list .table-responsive table>tbody>tr>td {
    color: #9daabe;
    cursor: pointer
}

#reasonModal .modal-dialog .modal-body textarea::placeholder,
#emailModal .modal-dialog .modal-body textarea::placeholder,
#removeModal .modal-dialog .modal-body textarea::placeholder {
    color: #5c5c5c
}

#reasonModal .modal-footer,
#emailModal .modal-footer,
#removeModal .modal-footer {
    text-align: center;
    background-image: -moz-linear-gradient(-89deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -webkit-linear-gradient(-89deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -ms-linear-gradient(-89deg, #5dbb15 1%, #3ae0c3 95%)
}

#reasonModal .modal-footer button,
#emailModal .modal-footer button,
#removeModal .modal-footer button {
    font-family: Montserrat-SemiBold;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    background: 0 0;
    outline: 0;
    box-shadow: none
}

.welcome {
    position: relative;
    background: #fff;
    box-shadow: 6.71px 9.948px 17px 0 rgba(40, 40, 40, .03);
    border-radius: 10px;
    padding: 25px;
    margin-top: -19px
}

.welcome .welcome_image {
    text-align: center;
    margin: 30px
}

.welcome .welcome_image img {
    width: 650px
}

.welcome .welcome_text {
    padding: 20px;
    text-align: center
}

.welcome .welcome_text h2 {
    font-family: Montserrat-Bold;
    font-size: 36px;
    background: linear-gradient(to top, #2e2c48 0, #3f3773 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 65px;
    margin: 0
}

.welcome .welcome_text {
    font-family: Montserrat-Medium;
    font-size: 16px;
    /* color: #8e8a8a */
}

.dashboard_wrap {
    position: relative
}

.dashboard_wrap .nav-tabs {
    border-bottom: 1px solid #e1e7ef
}

.dashboard_wrap .nav-tabs>li {
    margin-bottom: 15px;
    position: relative
}

.dashboard_wrap .nav-tabs>li a {
    font-family: Montserrat-SemiBold;
    font-size: 32px;
    background: 0 0;
    color: #9daabe;
    padding: 10px 50px 10px 0
}

.dashboard_wrap .nav-tabs>li.active>a {
    background: 0 0;
    background-image: -moz-linear-gradient(0deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -webkit-linear-gradient(0deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -ms-linear-gradient(0deg, #5dbb15 1%, #3ae0c3 95%);
    background: linear-gradient(to top, #3ae0c3 0, #5dbb15 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 0
}

.dashboard_wrap .nav-tabs>li>a:hover {
    border: 0;
    color: #9daabe
}

.dashboard_wrap .nav>li>a:focus,
.dashboard_wrap .nav>li>a:hover {
    background-color: transparent;
    border-bottom: 2px solid transparent
}

.dashboard_wrap .nav-tabs>li a::after,
.dashboard_wrap .nav-tabs>li>a:hover .dashboard_wrap .nav-tabs>li>a::after {
    content: '';
    position: absolute;
    border: 2px solid transparent;
    left: 0;
    width: 90px;
    height: 3px;
    top: 60px;
    bottom: 0
}

.dashboard_wrap .nav-tabs>li.active::after {
    content: '';
    position: absolute;
    background-image: -moz-linear-gradient(0deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -webkit-linear-gradient(0deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -ms-linear-gradient(0deg, #5dbb15 1%, #3ae0c3 95%);
    left: 0;
    width: 90px;
    height: 3px;
    top: 60px;
    bottom: 0
}

.dashboard_graph {
    position: relative
}

.dashboard_graph .dash_large_img {
    position: relative;
    height: 820px;
    background: #fff;
    border-radius: 10px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    margin: 20px 0;
    padding: 15px
}

.dash_large_img img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    padding: 0 15px
}

.dashboard_graph .dash_small_img {
    position: relative;
    height: 820px;
    background: #fff;
    border-radius: 10px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    margin: 20px 0;
    padding: 15px
}

.dash_small_img img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    padding: 0 15px
}

.dash_small_img img#dash_small {
    margin-top: -60px;
    margin-left: -50px
}

.dashboard_graph .dash_income_img {
    position: relative;
    height: 820px;
    background: #fff;
    border-radius: 10px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    margin: 20px 0;
    padding: 15px
}

.dash_income_img img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    padding: 0 15px
}

.dash_income_img .income_img {
    position: relative;
    float: left;
    width: 75px
}

.dash_income_img .income_img img {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    transform: none !important;
    max-width: 100% !important;
    max-height: 100% !important
}

.dashboard_graph .dash_income_small {
    position: relative;
    height: 225px;
    background: #fff;
    border-radius: 10px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    margin: 20px 0
}

.dash_income_small img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    padding: 0 15px
}

.dashboard_graph .dash_common_img {
    position: relative;
    height: 265px;
    background: #fff;
    border-radius: 10px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    margin: 20px 0;
    padding: 15px
}

.dash_common_img img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    padding: 0 15px;
    margin-top: -45px
}

.dashboard_graph .dash_common_small {
    position: relative;
    height: 445px;
    background: #fff;
    border-radius: 10px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    margin: 20px 0
}

.dash_common_small img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    padding: 0 15px
}

.experience_wrap {
    position: relative
}

.experience_wrap .nav-tabs {
    border-bottom: 0
}

.experience_wrap .nav-tabs>li a {
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    color: #8b94a0;
    padding: 20px 60px;
    margin-right: 0;
    border-radius: 0;
    text-decoration: none
}

.experience_wrap .nav-tabs>li>a:hover {
    border: 1px solid transparent;
    background: 0 0
}

.experience_wrap .nav-tabs>li.active>a {
    color: #fff;
    background-image: -moz-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -webkit-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -ms-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    border: 0;
    border-radius: 4px
}

.experience_wrap .nav-tabs>li.active>a:focus,
.experience_wrap .nav-tabs>li.active>a:hover {
    color: #fff;
    border: 0
}

.experience_wrap .tab_box {
    margin: 25px 0
}

.experience_wrap .tab_box .nav-tabs {
    float: left;
    border: 1px solid #e7e7e7;
    border-radius: 4px
}

.experience_wrap .tab_box button {
    font-family: Montserrat-SemiBold;
    color: #4397ff;
    font-size: 28px;
    text-transform: uppercase;
    border: 0;
    border-radius: 10px;
    background: #e4f0ff;
    outline: 0;
    padding: 10px 15px;
    float: right
}

.experience_wrap .tab_box button .icon {
    position: relative;
    width: 50px;
    height: 50px;
    border: 2px solid #4397ff;
    border-radius: 50%;
    display: inline-block;
    float: left
}

.experience_wrap .tab_box button .icon .fa {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 24px
}

.experience_wrap .tab_box button span.text {
    line-height: 50px;
    margin-left: 15px
}

.experience_wrap .tab_box a,
.experience_wrap .tab_box a:hover {
    text-decoration: none
}

.experience_wrap .experience_box {
    position: relative;
    margin: 50px 0
}

.experience_box .experience_content {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 25px
}

.experience_content .ribbon {
    width: 175px;
    height: 175px;
    overflow: hidden;
    position: absolute
}

.experience_content .ribbon::after,
.experience_content .ribbon::before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9
}

.experience_content .ribbon span {
    font-family: Montserrat-SemiBold;
    font-size: 19px;
    position: absolute;
    display: block;
    width: 260px;
    padding: 0;
    background-color: #f5a425;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-align: center
}

.experience_content .ribbon-top-right {
    top: 0;
    right: 0
}

.experience_content .ribbon-top-right::after,
.experience_content .ribbon-top-right::before {
    border-top-color: transparent;
    border-right-color: transparent
}

.experience_content .ribbon-top-right::before {
    top: 0;
    left: 0
}

.experience_content .ribbon-top-right::after {
    bottom: 0;
    right: 0
}

.experience_content .ribbon-top-right span {
    left: -5px;
    top: 42px;
    transform: rotate(45deg)
}

.experience_content .experience_img {
    position: relative;
    width: 115px;
    height: 115px;
    border-radius: 5px;
    overflow: hidden;
    float: left
}

.experience_content .experience_img img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 100%
}

.experience_content .experience_text {
    margin-left: 135px
}

.experience_content .experience_text h3 {
    font-family: Montserrat-SemiBold;
    color: #3bdec4;
    font-size: 28px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%;
    overflow: hidden
}

.experience_content .experience_text h6 {
    font-family: Montserrat-SemiBold;
    color: #000;
    font-size: 18px
}

.experience_content .experience_text .exp_date {
    position: relative;
    float: left;
    margin-right: 10px
}

.experience_content .experience_text .exp_date span {
    font-family: Montserrat-SemiBold;
    font-size: 55px;
    line-height: 55px;
    color: #000
}

.experience_content .experience_text span.exp_month h6 {
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    margin: 5px 0
}

.experience_content .experience_text span.exp_month h6.exp_time {
    font-family: Montserrat-Medium;
    font-size: 19px;
    color: #7b848e
}

.experience_content p {
    font-family: Montserrat-Medium;
    font-size: 19px;
    text-align: justify;
    color: #7b848e;
    line-height: 32px;
    padding: 15px 0;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 85px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.experience_content .attend_btn {
    position: relative;
    margin-top: 30px
}

.experience_content .attend_btn button {
    font-family: Montserrat-SemiBold;
    color: #2d8fff;
    font-size: 19px;
    text-transform: capitalize;
    border: 0;
    border-radius: 10px;
    background: #f3f8ff;
    outline: 0;
    padding: 12px;
    width: 185px;
    float: left;
    margin-right: 10px
}

.experience_content .attend_btn span.exp_icon {
    float: right
}

.experience_content p {
    font-family: Montserrat-Medium;
    font-size: 19px;
    text-align: justify;
    color: #7b848e;
    line-height: 32px;
    padding: 10px 0;
    margin: 0
}

.experience_content .attend_btn span.icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #f5f5f5;
    border-radius: 50%;
    margin-left: 5px;
    cursor: pointer
}

.experience_content .attend_btn span.icon .fa {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #9e9e9e;
    font-size: 28px
}

.font-color {
    background: linear-gradient(to top, #3ae0c3 0, #5dbb15 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.border {
    height: 5px;
    width: 50px;
    background-image: -moz-linear-gradient(0deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -webkit-linear-gradient(0deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -ms-linear-gradient(0deg, #5dbb15 1%, #3ae0c3 95%)
}

.exp_head {
    float: left
}

#restaurant_box .attend_btn button {
    color: #3bdec4;
    background: #def9f5
}

#profile_wrap {
    position: relative
}

#profile_wrap .tab_box button span.text {
    color: #4f89ed
}

#profile_wrap .user_list {
    margin: 0
}

#profile_wrap .user_list .panel-title>a {
    font-family: Montserrat-SemiBold
}

#profile_wrap .table-responsive table>tbody>tr>td {
    border-top: 0;
    width: 300px
}

#profile_wrap .table-responsive table>tbody>tr>td .icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f5f5f5;
    display: inline-block;
    float: right
}

#profile_wrap .table-responsive table>tbody>tr>td .icon .fa {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #9e9e9e;
    font-size: 28px
}

#profile_wrap .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 0 25px
}

#profile_wrap .panel-heading a.collapsed:after {
    content: "\f106"
}

#detailModal .modal-header,
#disableModal .modal-header,
#proModal .modal-header {
    border: 0
}

#detailModal .modal-header h2,
#disableModal .modal-header h2,
#proModal .modal-header h2 {
    font-family: Montserrat-Medium;
    font-size: 36px;
    text-align: center
}

#delrestModal .modal-header button,
#delrestModal1 .modal-header button,
#detailModal .modal-header button,
#disableModal .modal-header button #expModalAdd1 .modal-header button,
#proModal .modal-header button,
#saveDraft .modal-header button {
    color: #1A2B63 !important;
    opacity: 1;
}

#detailModal .modal-header button.close,
#disableModal .modal-header button.close,
#proModal .modal-header button.close {
    outline: 0;
    font-size: 36px;
    color: #000
}

#proModal .modal-body {
    padding: 15px 50px
}

#proModal .modal-body .form-group {
    margin-bottom: 25px
}

#proModal .modal-body .form-control,
#proModal .modal-body select {
    font-family: Montserrat-Medium;
    font-size: 21px;
    box-shadow: none;
    padding: 35px 15px;
    border-radius: 5px;
    color: #9d9d9d
}

#proModal .modal-body .form-control:focus,
#proModal .modal-body select:focus {
    box-shadow: none;
    border-color: #ddd;
    outline: 0
}

#proModal .modal-body select {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 25px 15px
}

#detailModal .modal-footer,
#proModal .modal-footer {
    border: 0;
    /* background-image: -moz-linear-gradient(-89deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -webkit-linear-gradient(-89deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -ms-linear-gradient(-89deg, #5dbb15 1%, #3ae0c3 95%); */
    text-align: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0 !important
}


/* #detailModal .modal-footer button,
#proModal .modal-footer button {
    font-family: Montserrat-SemiBold;
    color: rgb(209, 12, 12);
    font-size: 32px;
    text-transform: uppercase;
    background: 0 0;
    padding: 8px 13px;
    outline: 0;
    box-shadow: none;
    border: 0;
    border-radius: 10px;
    word-spacing: 1px;
    width: 100%
} */

#proModal ul {
    padding: 0;
    list-style: none
}

#proModal ul li {
    font-family: Montserrat-Medium;
    font-size: 21px;
    box-shadow: none;
    padding: 35px 15px;
    border-radius: 5px;
    color: #9d9d9d;
    border: 1px solid #ccc
}

#proModal .dropdown-menu {
    width: 100%;
    padding: 0;
    display: none;
    margin: 0
}

#proModal ul.dropdown-menu li {
    font-family: Montserrat-Medium;
    font-size: 21px;
    box-shadow: none;
    padding: 5px 15px;
    color: #9d9d9d;
    text-align: center;
    border: 0;
    border-radius: 0;
    cursor: pointer
}

#proModal ul.dropdown-menu li:hover {
    border: 0;
    background-image: -moz-linear-gradient(-89deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -webkit-linear-gradient(-89deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -ms-linear-gradient(-89deg, #5dbb15 1%, #3ae0c3 95%);
    color: #fff
}

#proModal .dropdown .fa {
    color: #282828
}

#proModal .dropdown .drop_text {
    position: relative;
    margin-top: -15px;
    cursor: pointer
}

.profile_box {
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 10px
}

.pro_box {
    position: relative
}

.pro_img_div {
    position: relative;
    width: 350px;
    float: left;
    text-align: center
}

.pro_img_div .pro_img {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #eaf2ff;
    overflow: hidden;
    display: table;
    margin: 0 auto
}

.pro_img_div .pro_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.pro_box .pro_text {
    margin-left: 125px
}

.pro_img_div h5 {
    font-family: Montserrat-Bold;
    font-size: 28px;
    color: #4f89ed;
    line-height: 75px;
    margin: 0
}

.pro_img_div h6 {
    font-family: Montserrat-Medium;
    font-size: 24px;
    color: #909090;
    line-height: 40px;
    margin: 0
}

.pro_box .pro_text {
    margin-left: 350px
}

.pro_review {
    position: relative;
    margin: 25px 0
}

.pro_review img {
    width: 75px;
    float: left;
    margin-right: 15px
}

.pro_text .pro_review span {
    font-family: Montserrat-Regular;
    font-size: 28px;
    color: #282828;
    display: inline-block;
    line-height: 60px
}

.pro_box .pro_text_icon {
    display: inline-block;
    margin-right: 100px
}

.pro_box .pro_text_icon span {
    font-family: Montserrat-Medium;
    font-size: 24px;
    color: #9daabe
}

.pro_box .pro_text_icon .fa {
    margin-right: 15px
}

.profile_box .edit_icon {
    top: 40px;
    right: -10px
}

.contract {
    position: relative;
    background: #fff;
    border-radius: 5px
}

.contract h3 {
    font-family: Montserrat-Bold;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    margin: 0
}

.contract h5 {
    font-family: Montserrat-SemiBold;
    font-size: 21px;
    line-height: 65px
}

.contract .exp_form {
    position: relative;
    margin: 25px
}

.contract .exp_form .form-group {
    position: relative
}

.contract .exp_form img {
    position: absolute;
    top: 18px;
    left: 25px;
    width: 20px;
    z-index: 1
}

.contract .exp_form .fa {
    position: absolute;
    top: 18px;
    left: 25px;
    z-index: 1;
    font-size: 24px;
    color: #9d9d9d
}

.contract .exp_form .form-control {
    font-family: Montserrat-Medium;
    padding: 30px 75px;
    border-color: #e4e4e4;
    font-size: 18px;
    box-shadow: none
}

.contract .exp_form label.cust_container {
    color: #9d9d9d
}

.contract .login_btn {
    width: 30%;
    margin: 50px auto 15px auto
}

.contract textarea {
    font-family: Montserrat-Regular;
    font-size: 21px;
    width: 100%;
    resize: none;
    line-height: 42px;
    border: 0
}

.contract textarea:focus {
    outline: 0
}

.edit_pro_wrap {
    /* position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04) */
}

.edit_pro_wrap .edit_image {
    position: relative;
    overflow: hidden;
    /* width: 325px; */
    /* float: left; */
    padding: 50px
}

.edit_image .fileinput .thumbnail {
    position: relative;
    width: 225px;
    height: 225px;
    border-radius: 50%
}

.edit_image .fileinput .thumbnail>img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edit_image a.btn.btn-default.fileinput-exists {
    display: none
}

.edit_image .upload img {
    width: 45px
}

.edit_image span.btn.btn-default.btn-file {
    position: absolute;
    bottom: 30%;
    right: 10%;
    border: 0;
    box-shadow: none;
    outline: 0;
    background: 0 0
}

.edit_pro_wrap #signup_div .login_btn {
    width: 50%;
    margin: 0
}

.edit_pro_form {
    margin-left: 300px
}

.edit_pro_wrap #signup_div .login_form {
    margin: 0;
    padding: 75px
}

#create_rest .hours_box {
    position: relative;
    margin-bottom: 25px;
    padding: 25px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin: 15px
}

#create_rest .hours_box .dropdown-toggle {
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0
}

#create_rest .hours_box .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-family: Montserrat-Regular;
    color: #5e5e5ecc;
    font-weight: 700;
    padding: 0;
    border-bottom: 1px solid #5e5e5ecc
}

#create_rest .hours_box button.btn.dropdown-toggle.btn-default:focus {
    outline: 0;
    border: 0;
    border-radius: 0
}

#create_rest .hours_box .pad {
    padding: 10px 0
}

#create_rest .hours_box .pad input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d9d9d9
}

.exp_wrapper .exp_form .bootstrap-select.btn-group .dropdown-toggle:focus {
    outline: 0 !important
}

#rest_detail .edit_experience a button {
    background: #ebfcf9;
    color: #3bdec4
}

#rest_detail .edit_box .day {
    float: left;
    width: 275px;
    padding-right: 100px
}

#payment_list {
    position: relative
}

#payment_list .tab-content {
    margin: 50px 0
}

#payment_list .earning_box,
.rest_pay_wrap .rest_paybox {
    background: #fff;
    border-radius: 8px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    margin: 25px 0
}

#payment_list .earn_text {
    float: left;
    padding: 0 50px;
    padding-top: 25px
}

.rest_paybox {
    padding: 25px 50px
}

.rest_paybox .earn_text_right {
    float: right
}

#payment_list .earn_text h4,
.rest_pay_wrap .earn_text_left h4,
.rest_paybox .earn_text_right h4 {
    font-family: Montserrat-SemiBold;
    color: #515151;
    font-size: 24px;
    margin: 0;
    line-height: 45px;
    text-transform: uppercase
}

.rest_pay_wrap .earn_text_left h4 {
    line-height: 60px;
    text-transform: capitalize
}

#payment_list .earn_text h2,
.rest_pay_wrap .earn_text_left h2,
.rest_pay_wrap .earn_text_right h2 {
    font-family: Montserrat-SemiBold;
    font-size: 42px;
    color: #455ac8;
    margin: 0;
    line-height: 45px
}

.rest_pay_wrap .earn_text_left h2 {
    color: #515151;
    text-transform: uppercase
}

.rest_pay_wrap .earn_text_left {
    float: left
}

#payment_list .earn_img {
    float: right
}

#payment_list .earn_img img {
    width: 450px
}

#payment_list .table>thead>tr>th,
.payment_rest h5 {
    font-family: Montserrat-Medium;
    font-size: 24px;
    border: 0;
    font-weight: 400;
    color: #9daabe
}

#payment_list .panel-title>a {
    font-family: Montserrat-Medium;
    font-size: 24px;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
    background: #fff
}

#payment_list .panel-default>.panel-heading {
    border-color: #fff;
    position: relative
}

#payment_list .panel-default {
    border-color: #fff;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    margin: 20px 0
}

#payment_list .pay_img {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    border-radius: 8px
}

#payment_list .pay_img img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    height: 100%
}

#payment_list .pay_text {
    padding-left: 115px;
    text-align: left
}

#payment_list .pay_text h5,
#payment_list .table>tbody>tr>td {
    font-family: Montserrat-Medium;
    font-size: 24px;
    line-height: 70px;
    color: #5c5c5c
}

#payment_list .pay_text h5 {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#payment_list .table {
    margin-bottom: 0
}

#payment_list .table>tbody>tr>td {
    border: 0
}

#payment_list .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0
}

#payment_list .panel-body tbody>tr {
    border-top: 1px solid #e6e6e6
}

#payment_list .textwidth {
    width: 400px;
    text-align: center
}

#payment_list .lineh {
    line-height: 95px !important
}

#payment_list .icon {
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block
}

#payment_list .icon .icon1 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.payment_rest {
    position: relative
}

.pay_restaurant_box {
    position: relative
}

.pay_rest_box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    margin: 15px 0;
    text-align: center
}

.pay_rest_box .payrest_image {
    position: relative;
    border-bottom: 1px solid #e6e6e6
}

.payrest_image h5 {
    font-family: Montserrat-Medium;
    font-size: 24px;
    color: #505050;
    line-height: 75px
}

.pay_rest_box .pay_rest_img {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 auto
}

.pay_rest_box .pay_rest_img img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    height: 100%
}

.pay_rest_box .pay_rest_text {
    position: relative;
    padding-top: 20px
}

.pay_rest_box .pay_rest_text h5 {
    font-family: Montserrat-Medium;
    font-size: 24px;
    color: #9daabe
}

.pay_rest_box .pay_rest_text h1 {
    font-family: Montserrat-Medium;
    font-size: 42px;
    color: #505050;
    margin: 0
}

#payment_list .rest_paybox {
    position: relative
}

#payment_list .rest_paybox .earn_text {
    float: right
}

#detailModal .modal-body {
    padding: 15px 30px
}

#detailModal .code_box {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 25px 50px;
    text-align: center
}

#detailModal .code_box p {
    font-family: Montserrat-Medium;
    font-size: 24px;
    color: #515151;
    line-height: 45px
}

#detailModal .code_box h2 {
    font-family: Montserrat-SemiBold;
    font-size: 32px;
    text-transform: uppercase;
    background: linear-gradient(to top, #3ae0c3 0, #5dbb15 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#detailModal .code_box h4 {
    font-family: Montserrat-Medium;
    font-size: 24px;
    color: #282828;
    line-height: 36px
}

#detailModal .bill_details {
    position: relative
}

#detailModal .bill_box {
    margin: 25px 0
}

#detailModal .bill_box span {
    font-family: Montserrat-Medium;
    font-size: 24px;
    color: #9d9d9d;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

#detailModal .billbdr {
    padding: 5px 0;
    border-top: 1px dashed #e1e1e1;
    border-bottom: 1px dashed #e1e1e1
}

#detailModal .txtclr span,
.recieptModal span.txtclr {
    color: #000 !important
}

.rest_pay_wrap .experience_wrap {
    border-bottom: 1px solid #e1e7ef
}

.filter_wrap {
    position: relative;
    margin: 30px 0
}

.filter_wrap h3 {
    font-family: Montserrat-SemiBold;
    font-size: 32px;
    color: #515253;
    display: inline-block;
    cursor: pointer
}

.filter_wrap .fa {
    padding-left: 25px;
    font-size: 50px;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer
}

.filter_box {
    display: none;
    position: absolute;
    background: #fff;
    padding: 25px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    border-radius: 10px;
    width: 550px;
    z-index: 1
}

.filter_box .filter_content {
    padding-bottom: 25px;
    border-bottom: 1px solid #dadada;
    margin: 20px 0
}

.filter_content h4 {
    font-family: Montserrat-Medium;
    font-size: 21px;
    color: #444;
    margin: 0
}

.filter_content h5 {
    font-family: Montserrat-Medium;
    font-size: 21px;
    color: #b4b4b4;
    margin: 0
}

.text-left {
    float: left
}

.text-right {
    float: right
}

.purple {
    color: #907cf3
}

.bg_purple {
    background: #907cf3
}

.bg_purp {
    background: #907cf3
}

.bg_voilet {
    background: pink
}

.red {
    color: #ff535b
}

.blu {
    color: #5dbb15;
    background: 0 0 !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background: 0 0 !important;
    -webkit-background-clip: inherit !important;
    -webkit-text-fill-color: inherit !important
}

.bdr_red {
    border-color: #ff535b !important
}

.bdr_purp {
    border-color: #907cf3 !important
}

.bdr_voilet {
    border-color: pink !important
}

.bg_red {
    background: #ff535b
}

.green {
    color: #7ee43e
}

.bdr_green {
    border-color: #7ee43e !important
}

.bg_green {
    background: #7ee43e
}

.orange {
    color: #ff7800
}

.bdr_orange {
    border-color: #ff7800 !important
}

.bg_orange {
    background: #ff7800
}

.blue {
    color: #2874ff
}

.bdr_blue {
    border-color: #2874ff !important
}

.bg_blue {
    background: #2874ff
}

.custom_drop .cusDD_default {
    position: relative;
    width: 100%;
    margin: auto;
    font-family: Montserrat-Medium;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    text-indent: 20px
}

.custom_drop .cusDD_default .cusDD_select {
    font-family: Montserrat-Medium;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 21px;
    box-shadow: none;
    padding: 20px 0;
    border-radius: 5px;
    color: #9d9d9d;
    position: relative;
    z-index: 0
}

.custom_drop .cusDD_default .cusDD_arrow {
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    width: 30px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat;
    background-position: 50% 50%
}

.custom_drop .cusDD_default .cusDD_arrow.active {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_up.png) no-repeat;
    background-position: 50% 50%
}

.custom_drop .cusDD_default .cusDD_options {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    z-index: 1;
    display: none
}

.custom_drop .cusDD_default .cusDD_opt {
    font-family: Montserrat-Medium;
    font-size: 19px;
    background: #fff;
    color: #000;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: 1px solid #ccc
}

.custom_drop .cusDD_slick_d {
    position: relative;
    width: 250px;
    margin: auto;
    font-family: Montserrat-Medium;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    text-indent: 20px;
    color: #000
}

.custom_drop .cusDD_slick_d .cusDD_select {
    background: rgba(0, 0, 0, .4);
    border: 1px solid #505050;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 0
}

.custom_drop .cusDD_slick_d .cusDD_arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: url(http://skyscrapercenter.com/img/chevron-down.png) no-repeat;
    background-size: 60% auto;
    background-position: 50% 50%
}

.custom_drop .cusDD_slick_d .cusDD_arrow.active {
    background: url(http://skyscrapercenter.com/img/chevron-down.png) no-repeat;
    background-size: 60% auto;
    background-position: 50% 50%
}

.custom_drop .cusDD_slick_d .cusDD_options {
    background: rgba(0, 0, 0, .4);
    border-left: 1px solid #505050;
    border-right: 1px solid #505050;
    border-bottom: 1px solid #505050;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    z-index: 1;
    display: none
}

.cusDD_slick_d .cusDD_opt {
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    position: relative;
    transition: .3s;
    overflow: hidden
}

.cusDD_slick_d .cusDD_opt:before {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: -320px;
    height: inherit;
    width: 300px;
    transform: skew(-30deg);
    background: rgba(0, 0, 0, .2);
    border-right: 1px solid #505050;
    transition: .3s
}

.cusDD_slick_d .cusDD_opt:hover:before {
    transform: skew(-30deg) translateX(300px)
}

.cusDD_slick_l {
    position: relative;
    width: 250px;
    margin: auto;
    font-family: Montserrat-Medium;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    text-indent: 20px;
    color: grey
}

.cusDD_slick_l .cusDD_select {
    background: rgba(255, 255, 255, .4);
    border: 1px solid silver;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 0
}

.cusDD_slick_l .cusDD_arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: url(http://skyscrapercenter.com/img/chevron-down.png) no-repeat;
    background-size: 60% auto;
    background-position: 50% 50%
}

.cusDD_slick_l .cusDD_arrow.active {
    background: url(http://skyscrapercenter.com/img/chevron-down.png) no-repeat;
    background-size: 60% auto;
    background-position: 50% 50%
}

.cusDD_slick_l .cusDD_options {
    background: rgba(255, 255, 255, .4);
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    z-index: 1;
    display: none
}

.cusDD_slick_l .cusDD_opt {
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    position: relative;
    transition: .3s;
    overflow: hidden
}

.cusDD_slick_l .cusDD_opt:before {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: -320px;
    height: inherit;
    width: 300px;
    transform: skew(-30deg);
    background: rgba(255, 255, 255, .6);
    transition: .3s
}

.cusDD_slick_l .cusDD_opt:hover:before {
    transform: skew(-30deg) translateX(300px)
}

.custom {
    font-family: Montserrat-Medium;
    position: relative;
    width: 250px;
    margin: auto;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    text-indent: 20px;
    color: #000
}

.custom .cusDD_select {
    background: url(http://data2.whicdn.com/images/58750873/original.jpg);
    background-size: 100% auto;
    background-position: 0 18px;
    border: 1px solid #fff0f5;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 0;
    border-radius: 10px
}

.custom .cusDD_arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: url(http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons/glossy-black-icons-animals/012581-glossy-black-icon-animals-animal-cat4.png) no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%
}

.custom .cusDD_arrow.active {
    background: url(http://static.wixstatic.com/media/667dde_b92ab26894531abe1973a0b39fa239cf.png) no-repeat;
    background-size: 60% auto;
    background-position: 50% 50%
}

.custom .cusDD_options {
    background: url(https://40.media.tumblr.com/218dac0087fa6edfa81e31caf7a364d6/tumblr_mjortge3Mi1rgpyeqo1_500.png) #fff no-repeat;
    background-size: 100% auto;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
    border-radius: 10px
}

.custom .cusDD_opt {
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    position: relative;
    transition: .3s;
    overflow: hidden;
    border-radius: 10px
}

.custom .cusDD_opt:hover {
    border-radius: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .6)
}

#proModal .infoicon {
    width: 25px;
    position: relative;
    float: left
}

#proModal .infoicon img {
    width: 25px
}

#proModal p {
    font-family: Montserrat-Medium;
    font-size: 21px;
    box-shadow: none;
    border-radius: 5px;
    color: #9d9d9d;
    margin: 0;
    margin-left: 35px
}

.experience_content span {
    font-family: Montserrat-Bold;
    font-size: 19px;
    color: #000;
    line-height: 40px
}

.exp_img_wrapper {
    position: relative
}

.experience_content .experience_text .textred .exp_date span,
.experience_content .experience_text .textred span.exp_month h6.exp_time,
.experience_content .textred .exp_date,
.experience_content .textred .exp_month h6 {
    color: #ff5b5b
}

.discount_text {
    position: relative;
    margin-top: 10px
}

.discount_text h4 {
    font-family: Montserrat-Bold;
    font-size: 24px;
    background: linear-gradient(to top, #3ae0c3 0, #5dbb15 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0
}

.edit_box .exp_img {
    margin-right: 15px
}

.edit_box .exp_img img {
    width: 22px
}

#delrestModal .modal-header h4,
#delrestModal1 .modal-header h4,
#disableModal .modal-header h4,
#expModalAdd1 .modal-header h4,
#saveDraft .modal-header h4 {
    font-family: Montserrat-SemiBold;
    text-align: center;
    font-size: 21px
}

#delrestModal .modal-body p,
#delrestModal1 .modal-body p,
#disableModal .modal-body p,
#expModalAdd1 .modal-body p,
#saveDraft .modal-body p {
    font-family: Montserrat-Medium;
    font-size: 19px;
    text-align: center;
    line-height: 40px;
    color: #6d6d6d
}

#delrestModal .modal-footer,
#delrestModal1 .modal-footer,
#disableModal .modal-footer,
#expModalAdd1 .modal-footer,
#saveDraft .modal-footer {
    text-align: center;
    padding: 0;
    border: 0;
    background: #dfdfdf
}

#delrestModal .modal-footer button,
#disableModal .modal-footer button,
#expModalAdd1 .modal-footer button,
#saveDraft .modal-footer button {
    font-family: Montserrat-SemiBold;
    font-size: 21px;
    color: #000;
    text-align: center;
    border: 0;
    border-radius: 4px;
    padding: 9px;
    background: #dfdfdf;
    box-shadow: none;
    outline: 0;
    width: 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: inline-block
}

#delrestModal1 .modal-footer button {
    width: 100%;
    color: #fff;
    background-image: -moz-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -webkit-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -ms-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    box-shadow: -2.025px 8.769px 7px 0 rgba(58, 224, 195, .27);
    padding: 10px
}

#delrestModal .modal-footer button.yes,
#delrestModal1 .modal-footer button.yes,
#disableModal .modal-footer button.yes,
#expModalAdd1 .modal-footer button.yes,
#saveDraft .modal-footer button.yes {
    color: #fff;
    background-image: -webkit-linear-gradient(-91deg, #1C3E7D 1%, #1C3E7D 95%);
    /* background-image: -webkit-linear-gradient(-91deg, #7b9666 1%, #3ae0c3 95%);
    background-image: -ms-linear-gradient(-91deg, #7b9666 1%, #3ae0c3 95%); */
    /* box-shadow: -2.025px 8.769px 7px 0 rgba(58, 224, 195, .27); */
    border-radius: 0;
}

.recieptModal .modal-header {
    border-bottom: 1px solid #f5f5f5 !important
}

.recieptModal .modal-body {
    padding: 15px !important
}

.recieptModal .receipt_box {
    border-bottom: 1px dashed #e1e1e1
}

.rest_paybox .earn_text_right h4 {
    text-align: right
}

.rest_pay_wrap .earn_text_right h2 span {
    font-size: 19px;
    background: #eceef9;
    padding: 10px 20px;
    border-radius: 8px;
    vertical-align: bottom;
    cursor: pointer
}

#create_rest .diamond_box ul {
    padding: 15px
}

#create_rest .diamond_box span.tool-text {
    text-align: left
}

#create_rest ul.diamond {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

#create_rest ul.diamond li {
    float: left;
    padding: 15px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-right: 15px
}

#create_rest ul.diamond li {
    font-family: Montserrat-Medium;
    font-size: 18px;
    color: #555;
    cursor: pointer
}

#create_rest ul.diamond li img {
    width: 28px
}

#create_rest ul.diamond li.bgblue {
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#5dbb15, #3ae0c3);
    box-shadow: 6.364px 6.364px 10px 0 rgba(4, 243, 199, .1)
}

.diamond_box li .diamond1 {
    display: inline-block
}

.diamond_box li .diamond2 {
    display: none
}

.diamond_box li.bgblue .diamond1 {
    display: none
}

.diamond_box li.bgblue .diamond2 {
    display: inline-block
}

.profile_tab {
    position: relative
}

.profile_tab .protab_box {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04)
}

.protab_box a {
    text-decoration: none;
    color: #000
}

.protab_box .protab_img {
    position: relative;
    width: 110px;
    height: 110px;
    overflow: hidden;
    float: left;
    border-radius: 10px
}

.protab_box .protab_img img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    height: 100%
}

.protab_box .protab_text {
    margin-left: 140px;
    padding: 20px 0
}

.protab_text h4 {
    font-family: Montserrat-SemiBold;
    font-size: 28px;
    margin: 0;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden
}

.protab_box a,
.protab_box a:hover {
    text-decoration: none;
    color: #000
}

.dashboard_wrap .nav-tabs>li.active>a:hover {
    border: 0
}

.protab_text .proreview {
    position: relative
}

.proreview img {
    width: 50px
}

.proreview span {
    font-family: Montserrat-SemiBold;
    font-size: 19px;
    color: #ffb542;
    margin-left: 10px;
    vertical-align: -webkit-baseline-middle
}

.proexp_review {
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04)
}

.proexp_review .proexp_head {
    position: relative;
    border-bottom: 1px solid #e1e7ef;
    padding-bottom: 10px
}

.proexp_head .proexp_name {
    position: relative
}

.proexp_name h1 {
    font-family: Montserrat-SemiBold;
    font-size: 28px;
    float: left;
    margin: 0
}

.proexp_detail .stars {
    margin-top: 5px
}

.proexp_detail .stars .fa {
    font-size: 19px;
    color: #ffbc1a;
    padding: 0 2px
}

.proexp_detail .stars .fa.stargrey {
    color: #c6c6c6
}

.proexp_name h6 {
    font-family: Montserrat-SemiBold;
    font-size: 19px;
    color: #c6c6c6;
    margin: 0;
    line-height: 30px;
    float: right
}

.proexp_head label {
    color: #000
}

.proexp_review .proexp_detail {
    position: relative;
    overflow: hidden;
    margin: 15px 0
}

.proexp_detail p {
    font-family: Montserrat-Regular;
    font-size: 18px;
    line-height: 36px;
    color: #5e5e5e;
    margin-top: 15px
}

.proexp_detail h5 {
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    line-height: 36px;
    color: #000;
    margin: 0
}

.payment_detail {
    position: relative;
    margin: 30px 0
}

.payment_box {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    margin: 30px 0
}

.payment_box h3 {
    font-family: Montserrat-SemiBold;
    position: absolute;
    bottom: 20px;
    left: 15px;
    font-size: 28px;
    line-height: 40px;
    color: #465bc8;
    margin: 0
}

.payment_box .payment_img {
    position: relative;
    float: right;
    width: 300px
}

.payment_img img {
    max-width: 100%;
    border-bottom-right-radius: 10px
}

#banking h3 {
    color: #0c9ce3
}

#banking .payment_img {
    width: 280px
}

.bankdetail_wrap {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    margin: 20px 0
}

.bankdetail_wrap .bank_detail {
    padding-top: 75px;
    width: 100%;
    display: flex
}

.bank_detail .bank_img_wrap {
    position: relative;
    width: 500px;
    float: left;
    margin-top: 15px
}

.bank_img {
    position: relative;
    width: 400px;
    height: 378px;
    overflow: hidden;
    border-bottom-left-radius: 10px
}

.bank_img img {
    max-width: 100%
}

.bank_detail .bank_text {
    width: 100%;
    margin-left: 450px
}

.bank_text .bank-text-box {
    position: relative;
    margin: 35px 0
}

.bank-text-box .icon {
    position: relative;
    width: 60px;
    height: 60px;
    background: #e4f0ff;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-block;
    float: left
}

.bank-text-box img {
    width: 20px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.bank-text-box img.avatar {
    width: 23px
}

.bank-text-box h5 {
    font-family: Montserrat-Medium;
    font-size: 21px;
    color: #515151;
    line-height: 60px;
    margin: 0
}

.bank-text-box h5 span {
    font-family: Montserrat-SemiBold;
    color: #4397ff
}

.paypal_box {
    width: 550px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    margin: 15px;
    padding: 25px
}

.paypal_box .paypal_img {
    position: relative;
    width: 125px;
    float: left
}

.paypal_img img {
    max-width: 100%
}

.paypal_box .paypal_text {
    margin-left: 145px
}

.paypal_text h5 {
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    color: #515151;
    margin: 0;
    line-height: 40px
}

.bankdetail_wrap .edit_icon {
    top: 50px;
    right: 20px
}

.bank-text-box img.iban {
    width: 27px
}

#signup_div .login_form .form-group img.iban {
    top: 22px;
    width: 27px
}

.bank_detail .editbank_image {
    position: absolute;
    width: 400px;
    float: left;
    bottom: 0
}

.bank_detail .editbank_image img {
    max-width: 100%
}

#edit_bank .edit_bankimg_wrap {
    padding-top: 50px
}

#edit_bank .editbank_image {
    position: absolute;
    width: 400px;
    float: left;
    bottom: 0
}

#edit_bank .editbank_image img {
    max-width: 100%
}

#edit_bank .edit_pro_form {
    margin-left: 425px
}

#signup_div .agree_box {
    position: relative
}

.agree_box .agreetext {
    float: left
}

.agreetext span {
    margin-left: 50px
}

.agreetext img {
    width: 25px !important;
    margin-left: -15px !important
}

.agree_box .agree_check {
    float: right;
    padding: 20px 0
}

.agree_box .agree_check .cust_container {
    margin-right: -10px
}

.settings_wrapper {
    position: relative;
    margin: 25px 0
}

.settings_wrapper a,
.settings_wrapper a:hover {
    text-decoration: none
}

.setting_box {
    position: relative;
    background: #fff;
    padding: 25px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    border-radius: 4px;
    margin: 25px 0;
    max-width: 525px
}

.setting_box .icon {
    position: relative;
    width: 50px;
    height: 50px;
    background: #f7f7f7;
    display: inline-block;
    border-radius: 50%;
    float: left
}

.setting_box .fa,
.setting_box img {
    position: absolute;
    font-size: 28px;
    color: #515151;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.setting_box img {
    width: 20px
}

.setting_box h4 {
    font-family: Montserrat-Medium;
    font-size: 24px;
    color: #515151;
    margin: 0;
    line-height: 50px;
    margin-left: 75px
}

.aboutus_wrapper {
    position: relative;
    background: #fff;
    padding: 25px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    border-radius: 4px;
    margin: 25px 0
}

.aboutus_wrapper h3 {
    font-family: Montserrat-SemiBold;
    font-size: 28px;
    margin: 0;
    line-height: 70px;
    border-bottom: 1px solid #e1e7ef
}

.aboutus_wrapper p {
    font-family: Montserrat-Regular;
    font-size: 21px;
    line-height: 42px;
    border: 0;
    padding: 25px 0
}

.change_pass {
    position: relative;
    background: #fff;
    padding: 25px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    border-radius: 4px;
    margin: 25px 0
}

.change_pass .login_form {
    padding: 0 !important;
    margin: 0 !important;
    width: 500px
}

.change_pass .login_form p {
    font-family: Montserrat-Regular;
    font-size: 19px;
    color: #9daabe;
    line-height: 36px;
    padding-bottom: 30px
}

.change_pass .login_form h4 {
    padding-bottom: 0 !important;
    text-align: left
}

.change_pass .login_btn button {
    width: 50%
}

.help_form {
    position: relative;
    margin: 25px 0
}

.help_form .form-group {
    position: relative;
    margin-bottom: 25px
}

.help_form .form-control,
.help_form textarea {
    font-family: Montserrat-Medium;
    padding: 30px 15px;
    border-color: #e4e4e4;
    font-size: 18px;
    box-shadow: none
}

.help_form textarea {
    padding: 10px 15px !important;
    resize: none;
    height: 250px;
    overflow-y: auto
}

.help_form button {
    font-family: Montserrat-SemiBold;
    color: #fff;
    font-size: 24px;
    background-image: -moz-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -webkit-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -ms-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    box-shadow: -2.025px 8.769px 7px 0 rgba(58, 224, 195, .27);
    padding: 15px 25px;
    width: 100%;
    outline: 0;
    border: 0;
    border-radius: 4px
}

.faq_wrapper {
    position: relative;
    margin: 30px 0;
    background: #fff;
    padding: 25px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    border-radius: 4px
}

.faq_wrapper .panel-default,
.faq_wrapper .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
    box-shadow: none;
    padding: 10px 0
}

.faq_wrapper .panel-default>.panel-heading {
    background: 0 0;
    border: 0;
    padding: 15px
}

.faq_wrapper .panel-title>a {
    font-family: Montserrat-SemiBold;
    font-size: 32px;
    color: #4b4b4b;
    display: block;
    padding: 10px 0;
    margin: -10px -15px;
    text-decoration: none
}

.faq_wrapper .panel-default {
    width: 95%;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0
}

.faq_wrapper .panel-default>.panel-heading+.panel-collapse>.panel-body {
    font-family: Montserrat-Medium;
    color: #afafaf;
    font-size: 21px;
    line-height: 36px
}

.faq_wrapper .panel-group .panel+.panel {
    padding: 45px 0
}

.faq_wrapper .panel-heading a {
    position: relative
}

.faq_wrapper .panel-heading a:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 20px;
    font-size: 28px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -10px
}

.faq_wrapper .panel-heading a.collapsed:after {
    content: "\f106"
}

.account_wrapper {
    position: relative;
    background: #fff;
    padding: 25px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    border-radius: 4px;
    margin: 30px 0
}

.account_wrapper .account_box {
    position: relative
}

.account_box h3 {
    font-family: Montserrat-Bold;
    font-size: 28px;
    color: #000;
    margin: 0;
    line-height: 36px
}

.account_box .active_plan {
    border-top: 1px solid transparent
}

.active_plan .plan_box {
    width: 275px;
    border: 1px solid #424242;
    padding: 15px;
    border-radius: 23px;
    margin: 50px 10px 50px 0;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    display: inline-block
}

.plan_box h5 {
    font-family: Montserrat-Medium;
    font-size: 21px;
    color: #000;
    margin: 0;
    line-height: 36px
}

#planbx h4 {
    margin: 10px 0 !important
}

h4#planbxones {
    line-height: 40px !important;
    margin-top: 10px
}

.plan_box h4 {
    font-family: Montserrat-Bold;
    font-size: 21px;
    color: #000;
    margin: 0;
    line-height: 36px
}

.plan_box h6 {
    font-family: Montserrat-Medium;
    font-size: 19px;
    color: #000;
    margin: 0;
    line-height: 36px
}

.plan_box p {
    font-family: Montserrat-Regular;
    font-size: 17px;
    color: #000;
    margin: 0;
    line-height: 28px
}

.active_plan .plan_box.active {
    background: #282828;
    text-align: center
}

.plan_box.active h4,
.plan_box.active h5,
.plan_box.active h6,
.plan_box.active p {
    color: #fff
}

#upgradeModal .modal-header {
    margin: 15px;
    text-align: center
}

#upgradeModal .modal-header h2 {
    font-family: Montserrat-Medium;
    font-size: 32px;
    color: #000;
    margin: 0;
    line-height: 36px
}

#upgradeModal .modal-body {
    padding: 0 50px 50px 50px
}

#upgradeModal .modal-body h4 {
    font-family: Montserrat-Medium;
    font-size: 21px;
    color: #000;
    text-align: center;
    margin: 0;
    line-height: 36px
}

#upgradeModal .modal-body h1 {
    font-family: Montserrat-SemiBold;
    font-size: 42px;
    color: #000;
    text-align: center;
    margin: 0;
    line-height: 60px
}

#upgradeModal .modal-body p {
    font-family: Montserrat-Medium;
    font-size: 18px;
    color: #737373;
    text-align: center;
    margin: 0;
    line-height: 28px
}

#upgradeModal .modal-body h5 {
    font-family: Montserrat-Medium;
    font-size: 17px;
    color: #adadad;
    margin: 0;
    line-height: 50px
}

#upgradeModal .modal-body form {
    margin: 25px 0
}

#upgradeModal .modal-body input {
    font-family: Montserrat-SemiBold;
    font-size: 21px;
    color: #282828;
    padding: 35px 30px;
    border: 1px solid #ddd;
    outline: 0;
    box-shadow: none;
    margin: 0
}

#upgradeModal .modal-body input::placeholder {
    color: #282828
}

#expireModal .modal-footer,
#upgradeModal .modal-footer {
    border: 0;
    padding: 0
}

#expireModal .modal-footer button,
#upgradeModal .modal-footer button {
    font-family: Montserrat-SemiBold;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    background-image: -moz-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -webkit-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -ms-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    box-shadow: -2.025px 8.769px 7px 0 rgba(58, 224, 195, .27);
    padding: 25px;
    outline: 0;
    border: 0;
    box-shadow: none;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

#expireModal .modal-header {
    text-align: center;
    margin: 15px
}

#expireModal .account_box h3 {
    text-align: center
}

#expireModal .active_plan {
    border: 0;
    margin: 15px 0
}

#expireModal .modal-header h2 {
    font-family: Montserrat-Regular;
    font-size: 32px;
    color: #000;
    margin: 0;
    line-height: 36px;
    text-align: center
}

#expireModal .active_plan .plan_box {
    width: 175px;
    margin: 0 5px;
    padding: 10px
}

#expireModal .plan_box h5 {
    font-size: 19px;
    line-height: 28px
}

#expireModal .plan_box h6 {
    font-size: 18px;
    line-height: 28px
}

#expireModal .plan_box p {
    font-size: 14px;
    line-height: 24px
}

#expireModal .plan_box h4 {
    font-size: 22px;
    line-height: 36px
}

#successModal .modal-header {
    margin: 15px
}

#successModal .modal-header h5 {
    font-family: Montserrat-SemiBold;
    font-size: 21px;
    color: #000;
    margin: 0;
    line-height: 36px;
    text-align: center
}

#successModal .modal-body p {
    font-family: Montserrat-Regular;
    font-size: 19px;
    color: #a4a4a4;
    margin: 0;
    line-height: 36px;
    text-align: center
}

#restaurant_box .exp_img_wrapper {
    border-radius: 10px
}

#restaurant_box .experience_img {
    width: 100% !important;
    height: 150px;
    float: none
}

#restaurant_box .experience_img img {
    max-width: 100%
}

#restaurant_box .rest_text {
    background: #3ececb;
    padding: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

#restaurant_box .rest_text h3 {
    font-size: 21px;
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 36px
}

#restaurant_box .experience_text {
    margin: 15px 0
}

#restaurant_box .discount_box {
    position: absolute;
    width: auto !important;
    top: 15px;
    left: 0;
    background: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 15px !important
}

#restaurant_box .discount_box h5 {
    font-family: Montserrat-Bold;
    font-size: 17px;
    background: linear-gradient(to top, #3ae0c3 0, #5dbb15 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    text-align: left
}

.proexp_review .proexp_detail .row {
    margin: 0 -5px
}

.proexp_review .proexp_detail .col-md-4 {
    padding: 0 5px
}

.profile_tab .row {
    margin: 0 -2px
}

.profile_tab .col-md-4 {
    padding: 5px
}

#notification p {
    font-family: Montserrat-Medium;
    margin: 0;
    padding: 0
}

#notification h6 {
    font-family: Montserrat-Medium;
    font-size: 13px;
    color: #c6c6c6;
    margin: 0;
    line-height: 36px
}

.report_wrapper {
    position: relative
}

.report_wrapper .report_box {
    margin: 25px 0
}

.report_box .report_pay {
    float: left;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04)
}

.report_pay .report_img {
    width: 75px;
    float: left
}

.report_pay .report_img img {
    max-width: 100%
}

.report_text {
    margin-left: 95px
}

.report_text h4 {
    font-family: Montserrat-SemiBold;
    font-size: 32px;
    color: #46c87c;
    margin: 0;
    line-height: 36px
}

.report_text h6 {
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    color: #000;
    margin: 0;
    line-height: 36px
}

.report_box .report_mnth {
    float: right;
    line-height: 100px
}

.report_mnth .bootstrap-select .dropdown-toggle:focus,
.report_mnth .bootstrap-select>.dropdown-toggle,
.report_mnth .form-group .bootstrap-select.btn-group,
.report_mnth .form-horizontal .bootstrap-select.btn-group,
.report_mnth .form-inline .bootstrap-select.btn-group {
    font-family: Montserrat-SemiBold;
    font-size: 28px;
    background: 0 0 !important;
    border: 0;
    outline: 0 !important;
    box-shadow: none
}

.report_mnth .dropup .caret {
    content: "";
    border-bottom: 0;
    border-top: 10px dashed #42bdd4
}

.report_mnth .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 10px dashed #42bdd4;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

.report_mnth .bootstrap-select.btn-group .dropdown-toggle .caret {
    margin-top: -5px;
    right: 7px
}

.report_table {
    position: relative
}

.report_table .table_img {
    position: relative
}

.report_table .table_img .tab_img {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
    border-radius: 8px
}

.report_table .table_img .tab_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    max-height: 100%
}

.report_table .table_img h4 {
    font-family: Montserrat-Medium;
    font-size: 24px;
    color: #505050;
    line-height: 70px;
    margin-left: 95px
}

.report_table .table>thead>tr>th {
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    color: #abb6c8;
    border: 0;
    padding-bottom: 30px
}

.report_table .table>tbody {
    margin: 25px 0
}

.report_table .table>tbody>tr {
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    border: 0;
    margin: 25px 0
}

.report_table .table>tbody>tr>td {
    font-family: Montserrat-Medium;
    font-size: 28px;
    color: #505050;
    padding: 25px;
    border: 0;
    border-bottom: 15px solid #f6faff;
    vertical-align: inherit
}

.report_table .table>tbody>tr>td span h1 {
    font-family: Montserrat-Medium;
    font-size: 52px;
    color: #505050;
    float: left;
    margin: 0;
    line-height: 65px;
    margin-right: 10px
}

.report_table .table>tbody>tr>td h5 {
    font-family: Montserrat-Medium;
    font-size: 19px;
    color: #505050
}

.report_table .table>tbody>tr>td h6 {
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    color: #abb6c8;
    margin: 0
}

.report_mnth .dropdown-menu>li>a {
    font-size: 21px
}

.report_table table {
    margin: 50px auto
}

.report_mnth .bootstrap-select.btn-group .dropdown-menu li:focus {
    outline: 0 !important
}

#proModal .checklist .cust_container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#proModal .checklist label.cust_container {
    display: inline-block;
    color: #5f5f5f;
    margin-right: 50px
}

#proModal .checklist .cust_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

#proModal .checklist .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 4px;
    background-color: #5f5f5f
}

#proModal .checklist .cust_container:hover input~.checkmark {
    background-color: #5f5f5f
}

#proModal .checklist .cust_container input:checked~.checkmark {
    border-radius: 4px;
    background-image: -moz-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -webkit-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -ms-linear-gradient(-91deg, #5dbb15 1%, #3ae0c3 95%)
}

#proModal .checklist .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

#proModal .checklist .cust_container input:checked~.checkmark:after {
    display: block
}

#proModal .checklist .cust_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.welcome .notification_image {
    text-align: center;
    margin: 50px 0
}

.welcome .notification_image img {
    width: 300px
}

#notification .welcome_text h2 {
    background: 0 0;
    -webkit-text-fill-color: #000
}

.dashboard_detail {
    position: relative;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    margin: 15px 0
}

.dashboard_detail .dashboard_head {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px
}

.dashboard_head .dashboard_img {
    width: 50px;
    float: left
}

.dashboard_head .dashboard_img img {
    max-width: 100%
}

.dashboard_head .dashboard_text {
    margin-left: 60px
}

.dashboard_text h1 {
    font-family: Montserrat-SemiBold;
    font-size: 21px;
    margin: 0;
    line-height: 28px
}

.dashboard_text h5 {
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    color: #000;
    margin: 0;
    line-height: 21px
}

.dashboard_detail .dashboard_cnt {
    padding-top: 15px
}

.dashboard_cnt p {
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: #b1bbcb;
    margin: 0;
    line-height: 24px
}

.dashpink {
    color: #ff5786
}

.dashorange {
    color: #ff7943
}

.dashboard_wrap .nav-tabs>li.active>a,
.dashboard_wrap .nav-tabs>li.active>a:focus,
.dashboard_wrap .nav-tabs>li.active>a:hover {
    border: 0
}

#navicon {
    margin-top: 20px
}

#bellicon {
    margin-top: 15px
}

.insight_graph h3 {
    font-family: Montserrat-SemiBold;
    font-size: 32px;
    margin: 0;
    line-height: 36px
}

.insight_graph h3.green {
    background: 0 0;
    background-image: -moz-linear-gradient(0deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -webkit-linear-gradient(0deg, #5dbb15 1%, #3ae0c3 95%);
    background-image: -ms-linear-gradient(0deg, #5dbb15 1%, #3ae0c3 95%);
    background: linear-gradient(to right, #3ae0c3 0, #5dbb15 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 0;
    margin: 0;
    line-height: 50px
}

.insight_graph h3.red {
    background: 0 0;
    background-image: -moz-linear-gradient(0deg, #f8bc5d 1%, #fd73ba 95%);
    background-image: -webkit-linear-gradient(0deg, #f8bc5d 1%, #fd73ba 95%);
    background-image: -ms-linear-gradient(0deg, #f8bc5d 1%, #fd73ba 95%);
    background: linear-gradient(to right, #f8bc5d 0, #fd73ba 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 0;
    margin: 0;
    line-height: 50px
}

.insight_graph h3.purple {
    background: 0 0;
    background-image: -moz-linear-gradient(0deg, #8a45ff 1%, #8a45ff 95%);
    background-image: -webkit-linear-gradient(0deg, #8a45ff 1%, #8a45ff 95%);
    background-image: -ms-linear-gradient(0deg, #8a45ff 1%, #8a45ff 95%);
    background: linear-gradient(to right, #8a45ff 0, #8a45ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 0;
    margin: 0;
    line-height: 50px
}

.dashhead_text {
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2
}

.dashhead_text h6 {
    font-family: Montserrat-SemiBold;
    width: 85px;
    float: left;
    margin: 0;
    line-height: 15px
}

.dashhead_text h6 span {
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    color: #39d9c6;
    margin: 0
}

.dashboard_large h3 {
    margin-bottom: 15px
}

.insight_graph .exp_form .checkmark {
    height: 12px !important;
    width: 12px !important;
    border-radius: 2px;
    margin-bottom: 0
}

.insight_graph .exp_form .cust_container {
    font-size: 12px;
    padding-left: 20px;
    margin-right: 15px
}

.insight_graph .exp_form .cust_container .checkmark:after {
    left: 3px;
    top: 1px;
    width: 6px;
    height: 9px
}

.dashhead_text .total_text {
    position: relative
}

.dashhead_text .total_text a {
    font-size: 11px;
    text-decoration: none;
    color: #919191;
    float: right
}

.insight_graph .exp_form .cust_container input:checked~.checkmark {
    border-radius: 2px
}

.dashboard_large .report_box {
    float: left
}

.dashboard_graph h3 {
    font-size: 16px !important
}

.dashboard_graph span.spantext {
    margin-right: 30px
}

.dashboard_graph #payment_list {
    margin-top: 15px;
    padding: 15px 0
}

.dashboard_graph #payment_list .icon {
    margin-right: 10px
}

#chart5 {
    height: 470px
}

.dashhead_report {
    float: right;
    border: 0
}

.dashhead_report a {
    font-size: 11px;
    text-decoration: none;
    color: #919191
}

.expheader {
    float: left;
    line-height: 75px
}

.logobx:focus {
    outline: 0
}

.eventbx:focus {
    outline: 0
}

.dashincomediv {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: -6.212px 23.182px 17px 0 rgba(40, 40, 40, .04);
    padding: 10px
}

.dashincomeimg .income_img {
    float: left;
    width: 60px
}

.dashincomeimg .income_img img {
    max-width: 100%
}

.dashrestbx {
    position: relative
}

.dashrestbx .dastrestpro {
    position: relative
}

.dastrestpro .dashrestname {
    float: left
}

.dastrestpro .dashreststar {
    float: right
}

.dashresttext p {
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #919191
}

#booking_graph,
.dashboard_graph .dash_large_img {
    height: 650px
}

.heartbx {
    position: relative;
    width: 50px;
    height: 50px;
    background: #f4f8fd;
    border-radius: 50%;
    display: inline-block
}

.heartbx img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 25px
}

#restdashgph {
    margin-top: 0
}

#restdashgph {
    height: 500px !important
}

#restdashgph .income_img {
    width: 85px
}

#insightbx .insight_large_graph {
    width: 100% !important
}

.graphdetailbx {
    position: relative;
    margin: 15px auto;
    text-align: center
}

.graphdetailbx .graphhtext {
    display: inline;
    width: 50%;
    float: left
}

.graphdetailbx .graphhtext h6 {
    color: #ff286a;
    margin-top: 0
}

.graphhtext .icon {
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff286a;
    display: inline-block
}

#sold .icon {
    background: #7171ff
}

#sold h6 {
    color: #7171ff
}

#agegraph .graphhtext {
    width: 33%
}

#agetxt .icon {
    background: #faaa75
}

#agetxt h6 {
    color: #faaa75
}

.uploade_img_small .fileinput-new .uploade_img_small .fileinput .fa {
    display: none
}

.btn-default:active:focus,
.btn-default:active:hover {
    background: 0 0;
    outline: 0
}

#restgraph {
    height: 915px
}

#signup_div .agree_box .checkmark,
.contract .checkmark {
    background: #fff;
    border: 1px solid #00a1ff;
    border-radius: 0
}

#signup_div .agree_box .checkmark:after,
.contract .checkmark:after {
    border-color: #00a1ff !important
}

.contract .checkmark:after .contract .checkmark {
    background: #fff;
    border-radius: 0
}

.contract .checkmark {
    margin-top: 3px;
    background: #fff !important;
    border: 1px solid #00a1ff;
    border-radius: 0 !important
}

.contract .checkmark:hover {
    background: #fff
}

.tooltipwrap {
    position: absolute;
    right: 20px;
    top: 10px
}

.tooltipwrap .toolbx {
    position: relative
}

.toolbx img {
    width: 13px;
    position: relative !important;
    transform: none !important;
    top: inherit !important;
    left: inherit !important;
    max-width: 100% !important;
    padding: inherit !important;
    cursor: pointer
}

.tooltext {
    position: absolute;
    right: 0;
    top: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    width: 250px;
    padding: 10px;
    display: none;
    z-index: 9
}

.toolbx .tooltext p {
    line-height: 28px;
    margin: 0
}

.toolbx:hover .tooltext {
    display: block
}

i {
    font-style: normal
}

.cust_container input:checked~i {
    color: #5dbb15;
    font-style: normal
}

.htext h3 {
    font-size: 28px !important;
    margin-top: 5 !important;
    color: #ff5786;
    margin-bottom: 3px !important
}

.dashhead_text .spantxt {
    font-size: 36px
}

.body_wrap #booking_graph,
.body_wrap .dashboard_graph .dash_large_img {
    height: 455px
}

#restname .report_mnth {
    width: 200px !important
}

#restname .dropdown-menu.open {
    right: 0 !important
}

#restname .btn-group.open .dropdown-toggle {
    box-shadow: none
}

span.emailtxt {
    font-size: 13px !important;
    margin-right: 40px !important;
    margin-top: -50px !important;
    float: right !important;
    font-family: Montserrat-SemiBold !important;
    color: #2d8fff !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #f3f8ff !important;
    outline: 0 !important;
    padding: 12px !important;
    width: 185px !important;
    cursor: pointer;
    position: absolute;
    right: 25px
}

@media only screen and (max-width:767px) {
    span.emailtxt {
        font-size: 8px !important;
        margin-top: -20px !important;
        padding: 3px !important;
        width: 105px !important;
        right: -35px
    }
}

.mainpage-wrapper .form-group textarea {
    width: 100%;
    resize: none;
    padding: 10px 20px;
    border: 1px solid #1e1880;
    border-radius: 8px;
}

.mainpage-wrapper .form-control {
    width: 100%;
    border: 1px solid #1e1880;
    border-radius: 8px;
    height: 45px;
    line-height: 45px !important;
}

.mainpage-wrapper .login_btn button {
    width: 200px;
    /* margin: 0 auto; */
    display: block;
}

.pos-rel {
    position: relative;
}

.pos-rel a {
    position: absolute;
    right: -20px;
}

.welcome_text h2 {
    margin-bottom: 30px;
}

.termscontent {
    text-align: left;
}

.ques {
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-all;
    text-align: left;
}

.photo_limit {
    text-align: left;
    padding-left: 10px;
}

.answer,
.faq-ques-answer {
    text-align: left;
}

body.body_wrap .header_wrapper {
    left: 100px;
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.48); */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sideclos .fa {
    position: absolute;
    cursor: pointer;
    font-size: 21px;
    transform: translate(-50%, 50px);
    z-index: 1;
    color: #1a2b63;
    top: -38px;
    left: 10px;
}

.sideclos {
    position: relative;
    margin-top: 7px;
    margin-left: 20px;
    float: left;
    cursor: pointer;
}

.dateinput input.form-control {
    width: 100%;
    position: relative;
}

.dateinput .mat-datepicker-toggle {
    position: absolute;
    right: -10px;
    top: 0px;
}


/*
table thead th{
    text-align: left!important;
}
table tbody tr td{
    text-align: left!important;
} */

.center_div {
    margin: 30px auto;
    max-width: 800px;
}

.dateinput span.calicon {
    position: absolute;
    right: 26px;
    top: 8px;
    font-size: 20px;
}

.mat-datepicker-toggle-default-icon {
    display: none;
}

.mainpage-wrapper .form-group p {
    text-align: left;
}

.savbtns button {
    display: inline-block !important;
    margin-right: 10px;
}

.mainpage-wrapper p {
    text-align: left;
}

.alertwrapper table thead th {
    text-align: center;
}

.alertwrapper table tbody tr td {
    text-align: center;
}

.not_found {
    text-align: center !important;
}

.tablealertdiv {
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 2px 0px 3.4px 1px;
}

.adminwrapper .centerheading {
    font-size: 30px;
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: center;
    font-family: Montserrat-Bold;
}

.userpersonal_info_wrap .form-group label {
    font-size: 14px;
    font-family: Montserrat-SemiBold;
    color: #4c504f;
    font-weight: bold;
}

.userpersonal_info_wrap .form-group span {
    font-size: 13px;
    color: #6d6262;
    font-family: Montserrat-Regular;
}

.permissionwrap .leftheading {
    font-size: 19px;
    font-family: Montserrat-SemiBold;
    margin-bottom: 30px;
    background-color: rgb(33, 33, 102);
    color: white;
    padding: 10px 20px;
}

.alertwraper table tr th {
    font-family: Montserrat-SemiBold;
}

.permissiondiv {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.permissiondiv .circle {
    width: 40px;
    height: 40px;
    background-color: #e2360f;
    line-height: 40px;
    display: table;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 100%;
}

.permissiondiv .circle1 {
    width: 40px;
    height: 40px;
    background-color: #25e20f;
    line-height: 40px;
    display: table;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 100%;
}

.permissiondiv .circle i.fa {
    display: table-cell;
    vertical-align: middle;
}

.permissiondiv .circle1 i.fa {
    display: table-cell;
    vertical-align: middle;
}

.permissiondiv p {
    font-size: 18px;
    display: inline-block;
    margin: 10px;
    font-family: Montserrat-Regular;
}

.permissionwrap {
    margin: 30px 0px;
}

.alertwraper table tr td,
.alertwraper table tr th {
    text-align: center;
    font-family: Montserrat-Regular;
}

.dash_div {
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    background-color: #281b71;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 6%);
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 15px;
}

.dash_div i {
    font-size: 34px;
    margin-bottom: 10px;
    background: linear-gradient(to top, #3ae0c3 0, #5bb8aa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dash_div p {
    font-size: 22px;
    margin: 0px;
    margin-bottom: 10px;
    background: linear-gradient(to top, white 0, white 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dash_div .totalnumbr {
    font-size: 28px;
    margin: 0px;
    background: linear-gradient(to top, white 0, white 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cdk-overlay-container {
    position: fixed !important;
    z-index: 1051 !important;
}

.searc {
    max-width: 400px;
    height: 34px;
    float: left;
    min-width: 320px;
}

.height-34 {
    height: 34px !important;
}

.square-btn {
    min-width: 150px;
    height: 34px;
    background: #1A2B63 0% 0% no-repeat padding-box;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    font-size: 14px !important;
    padding: 0 10px !important;
    color: #fff !important;
}

.add-btn {
    min-width: 150px !important;
    height: 34px !important;
    background: #1A2B63 0% 0% no-repeat padding-box !important;
    border-radius: 25px !important;
    color: #fff !important;
    float: right !important;
    font-size: 14px !important;
    padding: 0 10px !important;
    border: 0 !important;
}

.custm-dp {
    padding: 15px !important;
}

.custm-dp a {
    color: #333;
    margin: 0 0 10px 0;
    display: block;
    text-decoration: none !important;
}

.custm-dp a:hover {
    text-decoration: none;
}

.custm-dp a:last-child {
    margin: 0;
}

.btn-detail,
.btn-edit,
.btn-delete {
    width: 60px;
    background-color: #1A2B63 !important;
    border-radius: 21px !important;
    color: #fff !important;
    font-size: 10px !important;
    cursor: pointer !important;
    padding: 3px 0 !important;
    margin: 0 5px !important;
}

.btn-detail:hover,
.btn-edit:hover,
.btn-delete:hover {
    color: #fff !important;
}

.btn-edit {
    background-color: #fff !important;
    border: 1px solid #1A2B63 !important;
    color: #1A2B63 !important;
}

.btn-edit:hover {
    color: #1A2B63 !important;
}

.btn-apply {
    width: 130px;
    height: 50px;
    background: #1A2B63 !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-weight: 500 !important;
    border: 0 !important;
    margin: 0 10px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif !important;
}

.modal-footer {
    text-align: center !important;
}

.custom-modal .modal-content {
    background-color: #fff !important;
    border-radius: 12px;
    width: 100%;
    padding: 10px 20px 10px 20px;
}

.float-right {
    float: right !important;
}

.ver-center {
    display: flex;
    align-items: center;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}

.file-uploader-btn {
    background: #1A2B63;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    display: flex;
    padding: 6px 10px;
}

.container-space {
    padding-left: 15px;
    padding-right: 15px;
}

.float-none {
    float: none !important;
}

.shadow-bx-main {
    box-shadow: 0px 0px 4px 0px #a79393;
    width: 100%;
    border-radius: 12px;
    padding: 30px 10px 30px 10px;
}

.bt-0 {
    border-top: 0 !important;
}

.bb-0 {
    border-bottom: 0 !important;
}

#b_id {
    height: 39px;
}

.ngx-pagination .current {
    padding: 1px 8px !important;
    background: #1A2B63 !important;
    border-radius: 2px !important;
}

.setting-uploadbx-main {
    display: flex;
    justify-content: center;
    align-items: self-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.setting-uploadbx {
    background-color: #1A2B63;
    color: honeydew;
    padding: 30px 20px 30px 20px;
    border-radius: 10px;
    position: relative;
    width: 187px;
    margin: 0 10px;
    min-height: 240px;
    max-height: 240px;
}

.setting-uploadbx img {
    height: 130px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #fff;
    border-radius: 5px;
    position: relative;
}

.upload-btn-wrapper {
    overflow: hidden;
    display: inline-block;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: 0 20px;
}

.upload-btn-wrapper .btn {
    min-width: 100%;
    height: 34px;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    font-size: 14px !important;
    padding: 0 10px !important;
    color: #1A2B63 !important;
    margin: 10px 0 20px 0;
}

.setting-uploadbx .file-delete-btn {
    position: absolute;
    background: #1A2B63;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    color: #fff;
    right: -9px;
    line-height: 31px;
    text-align: center;
    top: -12px;
    font-size: 14px;
}

.setting-uploadbx .img-icon {
    position: absolute;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
}

#b_id {
    display: flex;
    justify-content: center;
    min-width: 300px !important;
    margin: 0 auto;
    height: 50px;
    width: 40% !important;
}

#b_id ul {
    padding: 0 !important;
    display: flex;
    align-items: center;
    height: 100%;
}

.table-lists {
    min-height: 300px !important;
    padding: 0px 0px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    margin: 40px 0px 20px 0px;
}

.table-lists table tr td {
    vertical-align: middle;
    border: 0px;
}

.p_lft_zero {
    padding-left: 0px !important;
}

.p_rgt_zero {
    padding-right: 0px !important;
}

.main_sidebar.active .sidebar .side_logo {
    padding-left: 10 !important;
}

.main_sidebar ul.side-menu>li>a .fa {
    margin-right: 0px;
    color: #fff;
}

.main_sidebar ul.side-menu>li>a .fa {
    margin-right: 12px;
    color: #fff;
}

.main_sidebar ul.side-menu>li>a img {
    margin-right: 10px;
}

.main_sidebar ul.side-menu>li>a {
    position: relative;
    font-size: 13px;
    color: #1A2B63;
    padding: 10px 15px;
}

.main_sidebar ul.side-menu>li.active>a span {
    color: #1A2B63;
}

.main_sidebar ul.side-menu>li>a svg,
.main_sidebar ul.side-menu>li>a i,
.main_sidebar ul.side-menu>li>a img {
    position: relative;
    left: auto;
    top: auto;
    fill: #fff;
    width: 20px;
    display: inline-block;
    margin-right: 12px;
}

.main_sidebar ul.side-menu>li>a img {
    top: auto;
}

.main_sidebar ul.side-menu>li>a i {
    top: auto;
    font-size: 24px;
}

.main_sidebar ul.side-menu>li>a svg g path {
    fill: #fff !important;
}

.main_sidebar ul.side-menu>li:hover>a svg g path,
.main_sidebar ul.side-menu>li:hover>a i,
.main_sidebar ul.side-menu>li:hover>a span,
.main_sidebar ul.side-menu>li:hover>a {
    fill: #1C3E7D !important;
    color: #1C3E7D !important;
}

.main_sidebar ul.side-menu>li.active>a svg g path,
.main_sidebar ul.side-menu>li.active>a span,
.main_sidebar ul.side-menu>li.active>a .fa,
.main_sidebar ul.side-menu>li.active>a {
    fill: #1C3E7D !important;
    color: #1C3E7D !important;
}

.main_sidebar.active ul.side-menu>li>a .fa.fa-home {
    left: 10px;
}

.main_sidebar.active ul.side-menu>li>a .fa.fa-globe {
    margin-right: 10px;
}

.main_sidebar.active ul.side-menu>li>a .fa.fa-language {
    margin-left: -10px;
}

.smallimg {
    display: none;
}

.main_sidebar.active .smallimg {
    display: block;
    margin: 0 auto;
    width: 50px;
}

.main_sidebar.active .bigimg {
    /* display: none!important; */
    width: 70px !important;
}

.main_sidebar ul.side-menu>li a.active {
    color: #79e4c2;
}

.blink_me {
    animation: blinker 1s linear infinite;
    background: red;
    min-width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 4px;
    border: 1px solid #444;
    font-weight: bold;
}

@keyframes blinker {
    49% {
        color: white;
    }

    50% {
        color: white;
    }

    99% {
        color: white;
    }

    100% {
        color: #000;
    }
}

button.unblockbtn i.fa {
    color: red;
}

.minWdith {
    min-width: 300px;
}

.actionbtn button.btn-primary-c.fontsize {
    font-size: 15px;
    padding: 10px 12px;
}

.user-img {
    vertical-align: middle;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: contain;
    border: 1px solid #ccc;
}

.my-profile-wrap-tab {
    margin-top: -15px;
}

.my-profile-wrap-tab #tile-1 .tab-pane {
    padding: 15px 0;
}

.my-profile-wrap-tab #tile-1 .nav-tabs {
    position: relative;
    border: none !important;
    width: 618px;
    height: 65px;
    margin: 0 auto;
    background-color: #1b3c78 !important;
    border-radius: 70px !important;
    overflow: hidden;
}

.my-profile-wrap-tab #tile-1 .nav-tabs li {
    margin: 0px !important;
    background: #f4f7fa;
    border-radius: 0px;
    padding: 2px 0px;
    margin-bottom: 35px;
    height: 58px;
    box-shadow: none;
    background-color: #1b3c78 !important;
    border-radius: 70px !important;
}

.my-profile-wrap-tab #tile-1 .nav-tabs li a {
    position: relative;
    margin-right: 0px !important;
    padding: 0px 40px !important;
    font-size: 23px;
    line-height: 50px;
    border: none !important;
    color: #fff;
    z-index: 2;
    padding: 3px 40px;
}

.my-profile-wrap-tab #tile-1 .slider {
    width: 303px !important;
    display: inline-block;
    height: 57px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 4px;
    margin-left: 3px;
    transition: all 0.4s linear;
    border-radius: 70px !important;
}

.my-profile-wrap-tab #tile-1 .nav-tabs .active {
    font-family: "FiraSans-Bold";
    background-color: transparent !important;
    border: none !important;
    color: #1b3c78 !important;
    padding: 2px 40px !important;
}

#someList {
    list-style-type: none;
}

#someList li {
    display: list-item;
}

.userpersonal_info_wrap .infodiv {
    display: flex;
    flex-wrap: wrap;
}

.userpersonal_info_wrap .infodiv .form-group {
    width: calc(33% - 20px);
    margin: 0px 10px;
}

.userTabs-opt .nav-tabs>li>a {
    color: #000;
    opacity: 0.6;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: -1px;
    border: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px;
}

.userTabs-opt .nav-tabs {
    border-bottom: 0px;
}

.userTabs-opt .nav>li>a:focus,
.userTabs-opt .nav>li>a:hover {
    border: 0px;
    background-color: #fff;
}

.userTabs-opt .nav-tabs>li.active>a,
.userTabs-opt .nav-tabs>li.active>a:focus,
.userTabs-opt .nav-tabs>li.active>a:hover {
    color: #282886;
    opacity: 1;
    background-color: #fff;
    border-color: #fff #fff #282886;
    border-bottom: 1px solid #282886;
    font-weight: 600;
}

.mainBtn-wrap button {
    margin: 0px 10px;
}

.addPage-wrap .headingwrap {
    display: block;
}

.mainBtn-wrap button:first-child {
    margin-left: 0px !important;
    background: #1a2b63;
    color: #fff;
    border: 1px solid #1a2b63;
}

button.addMorebtn {
    margin-top: 20px;
    float: right;
}


/* p {
    font-family: Lato;
} */

.imgUploadwrap img {
    width: 80px;
    height: 80px;
    opacity: 1;
}

.imgUploadwrap .hoverable {
    position: relative;
    display: block;
    cursor: pointer;
    width: 120px;
    border: 1px dashed #1C3E7D;
    border-radius: 6px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hoverable .hover-text {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.hoverable .background {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    z-index: 1;
}

button.addMorebtn {
    margin-top: 20px;
    float: right;
}

.hoverable:hover .hover-text {
    display: block;
}

.hoverable:hover .background {
    display: block;
}

#fileInput {
    display: none;
}

.assetsManagementview-info .infodiv .form-group {
    width: 100%;
    margin: 0px;
}

.commonModal .modal-body .form-group input.form-control {
    font-size: 14px;
    color: #1a2b63;
    height: 50px;
    border: 2px solid #e0e0e0 !important;
    border-radius: 6px;
}

.modaladdbtn button.btn-apply {
    margin: 0px auto 30px auto;
    display: table;
    height: 50px;
    width: 140px;
    font-size: 16px;
    background: #1A2B63 !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-weight: 500 !important;
    border: 0 !important;
}

.deleteModalWrap .modal-body p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif !important;
}

.tickerstatusList .table-lists {
    min-height: 150px !important;
}

.tickerstatusList {
    margin-top: 30px;
}

.dtlsheadingText p {
    font-size: 20px;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 35px;
}

.smallBtndiv {
    align-items: center;
}

.smallBtndiv button.btn {
    background-color: #fff;
    border-radius: 10px !important;
    color: #000000 !important;
    margin: 0 4px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    padding: 6px 12px !important;
}

.actionbtn{
    display: flex;
}