@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}
html {
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    min-width: 320px;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    overflow-scrolling: touch;
    scroll-behavior: smooth;
}
/* end */
body {
    /* font-family: 'Roboto', sans-serif; */
    background-color: #f5f7fb;
    font-weight: normal;
    overflow-x: hidden;
}
.unstyled-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
button {
    cursor: pointer;
}
button:focus {
    outline: none;
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
}
html {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    color: #000;
    font-size: 14px;
}
img {
    max-width: 100%;
}
ul {
    list-style: none;
    margin: 0;
}
a {
    color: #121728;
}
a:hover {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    color: #121728;
}
h1 {
    font-size: 26px;
    color: #1b223b;
    font-weight: 600;
    line-height: 32px;
}
h2 {
    font-size: 18px;
    color: #1b223b;
    font-weight: 700;
    line-height: 22px;
}
h3 {
    color: #121728;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}
p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #121728;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.3px;
    padding: 0;
    margin: 0;
}
.form-control:focus {
    /* border-color: #80bdff;*/
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #121728 !important;
    opacity: 1;
    font-weight: 400;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #121728 !important;
    opacity: 1;
    font-weight: 400;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #121728 !important;
    opacity: 1;
    font-weight: 400;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #121728 !important;
    font-weight: 400;
    opacity: 1;
    font-size: 14px;
}
/* header */
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 25;
    padding: 15px 0;
}
.header-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.logo-section {
    width: 270px;
}
.header-right {
    width: calc(100% - 270px);
}
/*.hoverbtn {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    flex-wrap: wrap;
}
.hoverbtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
}
.hoverbtn:hover::before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}*/
/* login */
.login-header-wrap {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding-left: 140px;
}
.log-in-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.job-header-right-menu li {
    padding: 0 7px;
    display: inline-flex;
    align-items: center;
}
.job-header-right-menu li a.user-item {
    display: flex;
    align-items: center;
    color: #343434;
}
.job-header-right-menu li a i{
    font-size: 24px;
    color:#6b6897;
}
.job-header-right-menu li a.user-item .user-image {
    margin: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
}
.job-header-right-menu li a.user-item .user-image img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.job-header-right-menu li a.user-item .user-details {
    padding: 0 0 0 10px;
}
.job-header-right-menu li a.user-item .user-details h3 {
    margin: 0 !important;
    /*font-family: 'Poppins', sans-serif !important;*/
    font-size: 15px;
    max-width: 110px;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    line-height: 1.2;
}
.job-header-right-menu li a.user-item .user-details p {
    margin: 0 !important;
    /*font-family: 'Poppins', sans-serif !important;*/
    font-size: 12px;
    color: #c90ed7;
    line-height: 1.5;
}
.full-height-container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #332a7d;
}
.log-in-block-wraper {
    width: 100%;
    max-width: 506px;
    margin-bottom: 30px;
    padding: 0 20px;
}
.log-in-block {
    background-color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    overflow: hidden;
}
.log-in-form-container {
    padding: 25px 0px;
}
.icon-input-wraper {
    position: relative;
}
.icon-input-wraper .input-icon-container {
    position: absolute;
    left: auto;
    top: 23px;
    bottom: 0;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
}
.icon-input-wraper .input-icon-container img {
    width: 15px;
}
.icon-input-wraper .input-icon-container+.form-control {
    padding-left: 40px;
    ;
}
input.form-control {
    border-radius: 0;
    height: 44px;
    font-size: 15px;
    font-weight: 400;
    background: #f6f6ff;
    color: #000;
    border: 0px;
    border-radius: 10px;
}
input.form-control:focus {
    box-shadow: none;
    border: 1px solid #464659;
}
.description-box-container textarea {
    height: 130px;
    color: #868383;
    font-size: 14px;
    border: 1px solid #eaeaea;
    margin-top: 20px;
    font-family: 'Muli', sans-serif;
}
.error-msg {
    margin: 0 !important;
    font-size: 13px;
    position: absolute;
    bottom: -16px;
    font-weight: 600;
    color: #e84545;
    display: none;
    line-height: 1 !important;
}
.error-msg.open {
    display: block !important;
}
.p-relative {
    position: relative !important;
}
.login-btn {
    color: #fff;
    font-weight: 600;
    padding: 11px 33px;
    border-radius: 9px;
    border: none;
    background: #332a7d;
    margin: 0px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    margin-top: 20px;
    box-shadow: 1px 5px 15px #22009d66;
    font-size: 18px;
    font-family: 'Muli', sans-serif;
}
.login-btn:hover{
    background: #140c54;
}
.login-bottom-section {
    background-color: #f6f7fa;
    border-top: 1px solid #d9dadd;
    padding: 25px;
}
.signup-btn {
    background-color: #fff;
    font-weight: 600;
    padding: 6px 42px;
    border-radius: 25px;
    border: none;
    color: #9000ce;
    margin: 0 8px;
    border: 1px solid #9000ce;
}
.register-block-container .log-in-block {
    max-width: 500px;
}
.freelancing-re-imagined-section {
    padding: 50px 0;
    background-color: #ffffff;
}
.loginform{
    padding: 0 66px;
}
.header-setting span{
    margin-top: 4px;
    display: inline-block;
    vertical-align: middle;
}
/* =========== style ============= */
.login-logo{
    margin-bottom: 57px;
    text-align: center;
    display: block;
    margin-top: 25px;
}
.login-heading{
    color: #000;
    font-size: 32px;
    font-weight: 600;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
}
.loginform label{
    font-size: 14px;
    color: #535353;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}
.form-password{
    font-size: 28px !important;
}
.forgot-password-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 35px 0 0px
}
.password-icon span{
    font-size: 18px;
    color: #332a7c;
}
.font-tick-icon{
    color: #44c4a1;
    font-size: 20px;
}
/* ============ check ============ */
/* ============= checkbox ================ */
.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}
.chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
}
.chiller_cb input {
    display: none;
}
.chiller_cb input:checked ~ span {
    background: #1b223b;
    border-color: #1b223b;
}
.chiller_cb input:checked ~ span:before {
    width: 12px;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
    width: 0.4rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
    background: #ececec;
    border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
    color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
    cursor: default;
}
.chiller_cb label {
    padding-left: 2rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
    color: #535353;
    font-weight: 500;
}
.chiller_cb span {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 1px solid #eaeaea;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
    background: #eaeaea;
    border-radius: 3px;
}
.chiller_cb span:before {
    transform: rotate(-55deg);
    top: 12px;
    left: 0.37rem;
}
.chiller_cb span:after {
    transform: rotate(35deg);
    bottom: 0.35rem;
    left: 0.2rem;
}
.forgot-password{
    color: #332a7d;
    font-size: 15px;
    font-weight: 500;
}
.forgot-password:hover{
    color: #181151;
}
.signin-outer{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 0 0px;
}
.signin-outer{
    font-weight: 600; 
}
.signin-outer .signin{
    font-size: 15px;
    color: #332a7d;
    border-bottom: 1px solid #332a7d;
    margin-left: 10px;
    display: inline-block;
    font-weight: 600;
}
.forgot-description{
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-bottom: 30px;
    font-size: 14px;
    color: #535353;
    font-weight: 400;
}
/* ============ dashboard ============ */
.dashboard-outer{
    background: #f5f5fb;
    padding: 110px 25px 55px 158px;
}
.dashboard-sideber{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 124px;
    height: 100%;
    background: #332a7c;
    border-radius: 0 50px 50px 0;
    z-index: 3;
}
.dashboard-sideber ul li{
    display: block;
    margin-bottom: 40px;
    text-align: center;
    padding-left: 20px;
    position: relative;
}
.dashboard-sideber ul li a{
    display: inline-block;
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding: 16px 56px 9px 22px;
    border-radius: 50px 0px 0px 50px;
    position: relative;
}
.dashboard-sideber ul li a:hover{
    background: #fff;
    color: #140c54;
}
.dashboard-sideber ul li a.active{
    background: #f5f5fb;
    color: #140c54;
    position: relative;
}
/* .dashboard-sideber ul li:hover :after{
    content: "";
    position: absolute;
    top: -29px;
    right: -1px;
    background-image: url(../images/courve1.png);
    background-repeat: no-repeat;
    width: 42px;
    height: 31px;
}
.dashboard-sideber ul li:hover :before{
    content: "";
    position: absolute;
    top: auto;
    bottom: -29px;
    right: -1px;
    background-image: url(../images/courve2.png);
    background-repeat: no-repeat;
    width: 42px;
    height: 31px;
} */
/* ================= */
/* .icon-width{
    width: 25px;
}
.dashboard-icons-hover{
    display: none;
}
.dashboard-sideber ul li a:hover .dashboard-icons-hover{
    display: block;
}
.dashboard-sideber ul li a:hover .dashboard-icons{
    display: none;
}
.dashboard-sideber ul li.active .dashboard-icons-hover{
    display: block;
}
.dashboard-sideber ul li.active .dashboard-icons{
    display: none;
} */
/* ========================= */
/* 
.dashboard-sideber ul li a:hover{
    background: #f5f5fb;
    border-radius: 50px 0px 0px 50px;
    color: #332a7c;
    position: relative;
}
.dashboard-sideber ul li.active{
    position: relative;
}
.dashboard-sideber ul li.active a{
    background: #f5f5fb;
    border-radius: 50px 0px 0px 50px;
    color: #332a7c;
}
.dashboard-sideber ul li.active :after{
    content: "";
    position: absolute;
    top: -29px;
    right: -1px;
    background-image: url(../images/courve1.png);
    background-repeat: no-repeat;
    width: 42px;
    height: 31px;
}
.dashboard-sideber ul li.active :before{
    content: "";
    position: absolute;
    top: auto;
    bottom: -29px;
    right: -1px;
    background-image: url(../images/courve2.png);
    background-repeat: no-repeat;
    width: 42px;
    height: 31px;
}
.dashboard-sideber ul li:hover :after{
    content: "";
    position: absolute;
    top: -29px;
    right: -1px;
    background-image: url(../images/courve1.png);
    background-repeat: no-repeat;
    width: 42px;
    height: 31px;
}
.dashboard-sideber ul li:hover :before{
    content: "";
    position: absolute;
    top: auto;
    bottom: -29px;
    right: -1px;
    background-image: url(../images/courve2.png);
    background-repeat: no-repeat;
    width: 42px;
    height: 31px;
}
.icon-width{
    width: 25px;
    filter: invert(1);
} */
/* 
.dashboard-sideber ul li:active .dashboard-icons-hover{
    opacity: 1;
}
.dashboard-sideber ul li:hover .icon-width{
    filter: invert(0);
}
.dashboard-sideber ul li:active .icon-width{
    filter: invert(0);
}
.dashboard-sideber a span{
    font-size: 30px;
}
.dashboard-sideber a i{
    font-size: 36px;
} */
.opennew-icon {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 0;
    color: #5a5395;
    padding-right: 0px;
    position: absolute;
    top: auto;
    bottom: 94px;
}
.opennew-icon span{
    font-size: 25px;
}
.opennew-icon:hover span{
    color: #fff;
}
.login-left-logo h1{
    color: #292838;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Muli', sans-serif;
}
/* ================== table =========== */
.filter-table table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}
.filter-table {
    text-align: left;
}
.filter-table table thead {
    height: 40px;
}
.filter-table.view-affiliate-table {
    border-bottom: 0px solid #dddee2;
    background: #fff;
    border-radius: 20px;
    padding: 33px;
}
.filter-table.view-affiliate-table tr {
    border-bottom: 1px solid #efefef;
}
.filter-table.seeking-table table td {
    padding: 10px 8px 10px;
}
.filter-table table td:first-child {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}
.filter-table table td {
    font-size: 14px;
    font-weight: 400;
    color: #515154;
    font-family: 'Muli', sans-serif;
    padding: 14px 5px;
    /*text-align: center;*/
}
.filter-table table th {
    font-size: 13px;
    font-weight: 700;
    color: #36327d;
    font-family: 'Muli', sans-serif;
    padding: 18px 5px;
}
.action-link {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;    
}
.table-cliend-outer {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
}
.table-cliend-outer h4{
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
    flex: 1;
}
.client-brand img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.action-link a.edit-btn {
    background: #ffa000;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    height: 31px;
    padding: 6px 4px;
    margin: 0 4px;
    transition: 0.5s;
    width: 31px;
    text-align: center;
}
.action-link a.edit-btn:hover{
    background: #ce8202;
}
.action-link a.edit-btn span{
    font-size: 15px;
}
.action-link a.prizecross-btn {
    background: #f25767;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    height: 31px;
    padding: 6px 4px;
    transition: 0.5s;
    width: 31px;
    text-align: center;
    margin: 3px 4px;
}
.action-link a.prizecross-btn:hover{
    background: #dc2a3c;
}
.action-link a.prizecross-btn .material-icons{
    font-size: 19px;
}
.past-content-table .prize-infos {
    font-weight: 700;
    font-size: 14px;
    color: #515154;
    font-family: 'Muli', sans-serif;
}
.filter-table-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 22px;
}
.filter-table h2 {
    font-size: 22px;
    color: #292838;
    font-weight: 700;
    line-height: 22px;
    font-family: 'Muli', sans-serif;
}
.add-new-com-btn, .add-new-item-btn{
    background: #46bb46;
    color: #fff;
    font-size:13px;
    padding: 11px 10px;
    border-radius: 6px;
    border: 0px;
    transition: 0.5s;
    font-weight: 700;
}
.add-new-com-btn:hover, .add-new-item-btn:hover{
    background: #238023;
    color: #fff;
}
.table-add-btn{
    background: #ecf8ec;
    color: #46bb46;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    padding: 3px 2px;
    border-radius: 5px;
    border: 0px;
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
}
.table-add-btn-new{
    background: #46bb46;
    color: #fff;
    padding: 3px 2px;
    transition: 0.5s;
    width: 31px;
}
.table-add-btn-new:hover{
    background: #2a922a !important;
    color: #fff !important;
}
.table-add-btn-new span{
    font-size: 18px;
    margin-left: 5px;
}
.table-add-btn span{
    margin-right: 3px;
}
.table-add-btn:hover{
    background: #afe2af;
    color: #000;
}
.error-icon{
    color: #332a7c;
    font-size: 15px;
    vertical-align: middle;
    margin-bottom: 4px;
}
.quick-send-form{
    padding: 0 26px;
}
.company-profile{
    border-bottom: 0px solid #dddee2;
    background: #fff;
    border-radius: 20px;
    padding: 33px;
    margin-top: 30px;
}
.company-profile-heading {
    font-size: 22px;
    text-align: left !important;
    padding-left: 22px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    color: #292838;
}
.company-profile-form input.form-control {
    background: #fff;
    border: 1px solid #f2f2f8;
}
.about-company-description .description-box-container textarea {
    height: 80px;
    margin-top: 0px;
}
.loginform.company-profile-form label {
    font-size: 14px;
    color: #535353;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}
.company-profile-form .login-btn {
    border-radius: 30px;
    max-width: 163px;
}
.quick-send-form .login-btn {
    border-radius: 30px;
    max-width: 163px;
}
.create-file-area{
    border: 1px solid #f2f2f8;
    border-radius: 20px;
    padding: 0px 0px 20px 5px;
    text-align: center;
    position: relative;
}
.quick-send-form.company-profile-form {
    padding: 0 0px;
}
/* ============== dashboard responsive ============ */
.dashboard-toggle-menu-btn {
    background: transparent;
    border: none;
    padding: 0;
    display: none;
    position: fixed;
    top: 22px;
    left: 12px;
    z-index: 9;
}
.dashboard-toggle-menu-btn img {
    width: 30px;
}
.menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 21;
    display: none;
}
.menu-overlay.open {
    display: block !important;
}
.desktop-menu .menu-close-btn {
    display: none !important;
}
/* =================== file =================== */
.file-upload {
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}
.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}
.file-upload-content {
    display: none;
    text-align: center;
}
.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    bottom: 0;
}
/* .image-upload-wrap {
  position: relative;
} */
.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}
.drag-text {
    text-align: center;
}
.drag-text h3 {
    color: #332a7c;
    padding: 0px 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.browse-logo{
    font-size: 13px;
    color: #332a7c;
    font-weight: 700;
    border-bottom: 1px solid #332a7c;
    display: inline-block;
}
.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}
/* .remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}
.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}
.remove-image:active {
  border: 0;
  transition: all .2s ease;
} */
.loded-file h3{
    font-size: 32px;
    text-transform: uppercase;
    color: #5e5e5d;
    font-weight: 500;
    letter-spacing: 0px;
}
.loded-file p{
    text-transform: uppercase;
    font-size: 12px;
    color: #424242;
    font-weight: 500;
    padding-top: 13px;
}
.icon-input-wraper span{
    vertical-align: middle;
    color: #332a7c;
    font-size: 20px;
}
.form-field-container select.form-control:focus {
    box-shadow: none;
    border-color: #2900a0;
}
.form-field-container textarea.form-control:focus {
    box-shadow: none;
    border-color: #2900a0;
}
.form-field-container input.form-control:focus {
    box-shadow: none;
    border-color: #2900a0;
}
.field-bg .form-control{
    background: #e7e7f7;
    color: #36327d;
    font-size: 13px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
}
.add-contact-model .loginform {
    padding: 0 35px 38px;
}
.add-model-title{
    text-align: center;
    color: #292838;
    font-size: 22px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    padding-bottom: 30px;
}
.modal-header {
    padding: 1rem 1rem 0px;
    border-bottom: 0px solid #e9ecef;
}
.add-contact-model .login-btn {
    padding: 11px 6px;
    cursor: pointer;
}
.add-contact-model .modal-content{
    border-radius: 25px;
}
.number-width{
    position: relative;
}
.number-width .field-bg{
    position: absolute;
    left: 5px;
    top: 26px;
}
.number-width .field-bg .form-control {
    background: #fff;
    border: 0px;
}
.add-contact-model .company-profile-form .dev-ph-no {
    padding-left: 80px;
}
.companylist-search{
    display: flex;
    align-items: center;
}
.proposal-search-box{
    margin-right: 10px;
}
.proposal-search-box .icon-input-wraper {
    position: relative;
    max-width: 100%;
    width: 100%;
}
.proposal-search-box .form-control {
    height: 40px;
    width: 300px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Muli', sans-serif;
    border: 1px solid #dddde3;
}
.proposal-search-box button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    height: 40px;
    color: #fff;
    background: #dddde3;
    padding: 2px 11px 0;
    border: 0px;
    border-radius: 0px 10px 10px 0px;
}
.proposal-search-box button span{
    font-size: 21px;
    color: #fff;
}
.table-pagination{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.table-pagination .pagination {
    border: 0px solid #bfc2c5;
    border-radius: 3px;
    padding: 0 0px;
    background: #ffffff;
    color: #292838;
    font-weight: 600;
    font-family: 'Muli', sans-serif;
}
.table-pagination .page-item.active .page-link {
    background-color: #332a7c;
    border-color: #332a7c;
}
.table-pagination .page-item:hover .page-link {
    background-color: #332a7c;
    border-color: #332a7c;
    color: #fff;
}
.table-pagination .page-link {
    padding: 9px 14px;
    margin-left: 0px;
    color: #332a7c;
    background: transparent;
    border: 1px solid #e4e4eb;
}
.table-pagination .page-item.disabled .page-link {
    background-color: transparent;
    color: #a09fa7;
    padding: 10px 13px 9px;
}
.table-pagination .page-item:last-child .page-link {
    padding: 11px 10px 7px;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
}
.number-width.country-code .field-bg {
    top: 28px;
}
.action-contact{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.table-add-btn-reply{
    background: #46bb46;
    color: #fff;
    font-weight: 400;
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    padding: 4px 33px;
    border-radius: 18px;
    border: 0px;
    display: inline-flex;
    align-items: center;
    margin-left: 7px;
    transition: 0.5s;
}
.table-add-btn-reply:hover{
    background: #2d8a2d;
    color: #fff;
}
.message-table .table-cliend-outer {
    width: 120px;
}
.filter-table table .message-table td {
    font-size: 13px;
}
.add-new-com-close{
    display: none;
}
/* ============ footer =========== */
.footer{
    background: #070420;
    padding: 18px 0;
    text-align: center;
}
.footerfont{
    color: #bbbbbb;
    font-size: 13px;
}
/* ==================== scheduled-message ================== */
.message-label input.form-control {
    background: #e7e7f7;
}
.message-label input.form-control:focus {
    background: #fff;
}
/* ============= checkbox ================ */
.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}
.chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
}
.chiller_cb input {
    display: none;
}
.chiller_cb input:checked ~ span {
    background: #1b223b;
    border-color: #1b223b;
}
.chiller_cb input:checked ~ span:before {
    width: 12px;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
    width: 0.4rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
    background: #ececec;
    border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
    color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
    cursor: default;
}
.chiller_cb label {
    padding-left: 2rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom:0;
    color: #1b223b;
}
.chiller_cb span {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
}
.chiller_cb span:before {
    transform: rotate(-55deg);
    top: 12px;
    left: 0.37rem;
}
.chiller_cb span:after {
    transform: rotate(35deg);
    bottom: 0.35rem;
    left: 0.2rem;
}
/* =================== */
.auto-response-describe{
    border: 1px solid #f2f2f2;
    max-height: 150px;
    overflow: auto;
    margin: 10px 0px 20px;
    padding: 15px;
}
.skill-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
}
.skill-listing li {
    padding: 3px;
}
.skill-check-box {
    margin: 0;
    position: relative;
}
.skill-text {
    color: #140096;
    background: #e7e5f4;
    padding: 3px 8px;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.skill-text i{
    font-size: 13px;
    margin-right: 5px;
}
.auto-response-panel-list-time{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.auto-response-panel-list h3{
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 5px;
}
.auto-response-panel-list{
    padding: 10px 20px 0px;
}
.auto-response-panel-list-time h4{
    font-size: 13px;
    padding-right: 15px;
}
.auto-response-panel-list-time span{
    border: 1px solid #f2f2f2;
    display: flex;
    max-width: 200px;
    width: 100%;
    align-items: center;
    font-size: 13px;
    padding: 3px 8px;
}
.auto-response-panel-list-time span i{
    margin-left: auto;
    color: #b2b4b5;
    font-size: 16px;
}
.auto-response-panel-list:first-child{
    padding-top: 0px;
}
.quick-review-area{
    display: flex;
    padding: 0 0 17px 25px;
}
.quick-review-area button{
    border: 1px solid #e2e2e4;
    text-align: center;
    padding: 5px 10px;
    background: #fff;
    margin-right: 5px;
    border-radius: 3px;
    font-weight: 500;
    transition: 0.5s;
}
.quick-review-area button:hover{
    background: #332a7d;
    color: #fff;
}
.scheduled-message-content .description-box-container textarea {
    margin-top: 9px;
    padding-right: 28px;
}
.message-file-date{
    position: absolute;
    top: 30px;
    right: 7px;
    display: flex;
    flex-direction: column;
}
.message-file-date span{
    margin-bottom: 10px;
    cursor: pointer;
}
/* Author : Tuhiran 
   Created On : 24-04-2020 */
.send-email{
    margin: 0 0 0 4px;
    background-color: #007bff !important;
}
#mail_send_modal .input-group-text{
    line-height: 1;
}
#mail_send_modal .input-group{
    margin: 5px 0px;
}
#mail_send_modal .dev-send-email-input{
    height: 35px !important;
    border: 1px solid #ced4da !important;
}
/* ==================== 04-05 ================== */
.datepicker-box{
    display: flex;
}
.datepicker-box-inner {
    position: relative;
    flex: 1;
}
.list-datepicker input {
    height: 50px;
    background: #f5f6f8;
    width: 100%;
    border: 0px;
    padding: 0 10px;
}
.datepicker-box-inner span {
    height: 44px;
    background: #f5f6f8;
    padding: 0 10px;
    line-height: 50px;
    color: #565966;
    font-size: 18px;
    cursor: pointer;
}
/*.datepicker-box-inner i{
    position: absolute;
    top: 39px;
    right: 7px;
}*/
.time-pic .apperance-none{
    height: 44px;
    border-radius: 10px;
    margin-left: 5px;
}
/*
Created on : 05-05-2020
Author :Tuhiran
*/
.filter-table table .message-table td.dev-message{
    word-break: break-word;
}
.dev-received-sms-list-btn{
    position: relative;
    margin: 0 0 0 4px;
    padding: 6px 6px !important;
    background-color: #007C40 !important;
}
.dev-schedule-receive-business-sms-btn{
    margin: 0 0 0 4px;
    padding: 6px 0px !important;
    background-color: #111D4B !important;
}
/*
Created on : 07-05-2020
Author : Bony
*/
.assign-mechanics-outer .row{
    margin-right: 0px;
    margin-left: 0px;
}
.assign-mechanics-outer .col-md-12{
    padding: 0px;
}
.auto-response-right-btn{
    display: flex;
    justify-content: center;
}
.auto-response-right-btn button{
    margin: 0 10px;
}
.auto-response-right-btn .login-btn {
    padding: 11px 7px;
    font-size: 14px;
    box-shadow: none;
    border: 1px solid #332a7d;
    max-width: 130px;
    width: 100%;
    margin: 5px;
}
.auto-response-right-btn .reset-btn{
    background: #fff;
    color: #000;
}
.auto-response-right-btn{
    padding-top: 75px;
}
.auto-response-right-btn .reset-btn:hover{
    background: #332a7d;
    color: #fff;
}

/*
Created On : 08-05-2020
Author : Tuhiran
*/
.assign-mechanics .select2{
    width : 100% !important;
}

.assign-mechanics .select2 .select2-selection{
    border : 1px solid #eaeaea !important;
}
.assign-mechanics .select2.select2-container--focus .select2-selection{
    border-color : #2900a0 !important;
}

.datepicker-box{
    display: flex;
}
.datepicker-box span {
    height: 44px;
    background: #e7e7f7;
    padding: 0 10px;
    line-height: 50px;
    color: #565966;
    font-size: 18px;
    cursor: pointer;
    border-radius: 0px 10px 10px 0px;
}
.datepicker-box input.form-control{
    border-radius: 10px 0px 0px 10px;
}

/*
Created On : 25-05-2020
Author : Bony Malakar
*/

.dropdown.setting-dropdown {
    position: relative;
    display: inline-block;
    z-index: 10;
}

.setting-dropdown .dropdown__menu {
    display: none;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    min-width: 200px;
    background: #fff;
    margin-top: 3px;
    border: 1px solid #F4F5F7;
    border-radius: 4px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.setting-dropdown .dropdown__menu--active {
    display: block;
}
.setting-dropdown .dropdown__option {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #000;
    transition: all .2s ease-in-out;
}
.setting-dropdown .dropdown__option:hover {
    background: #F4F5F7;
    padding-left: 20px !important;
}
.setting-dropdown .dropdown__option:not(:last-child) {
    border-bottom: 1px solid #F4F5F7;
}

/*
Author : Bony Malakar
Created : 27-05-2020
*/
.time-pic{
    margin-left:10px;
}
.time-pic span{
    display: inline-block;
    border-radius: 10px 10px 10px 10px;
}
.time_pick i{
    position: absolute;
    top: 41px;
    right: 0;
}

/*
Author : Tuhiran
Created On : 29-05-2020
*/
.time, .mins, .meridian {
    width: 75px !important;
}

.dev-badge{
    position: absolute;
    top: -7px;
    right: -6px;
    background-color: #DC143C;
    font-size: 10px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-weight: 700;
}

.dev-store-item-btn{
    background: #66194d !important;
}

.infopagecont{
    min-height: 100vh;
}
.fileinput-remove,
.fileinput-upload{
    display: none;
}

.dev-ramdom-code-genrt-btn{
    float: right;
    margin-top: -45px;
}
.dev-item-img-edit{
    position: relative;
}

.dev-delete-image{
    color: red;
    position: absolute;
    top: 6px;
    right: 11px;
    z-index: 1;
    background: rgba(255,255,255,0.8);
    cursor: pointer;
}
.img-wrap{
    position: relative;
}

.dev-cms-login-block{
    width: 100% !important;
}