/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 
/*-------connect_webs---------*/
.magnipos_websfrm {
    max-width: 700px;
    margin: 0 auto;
}

.magnipos_websfrm .magnipos_siteheader.text-center {
    text-align: center;
    margin-bottom: 40px;
}

.magnipos_websfrm .magnipos_siteheader.text-center img {
    max-width: 50px;
}

.magnipos_websfrm .magnipos_siteheader.text-center h1 {
    color: #1A1A1A;
    font-size: 22px;
    font-weight: 600;
}

.magnipos_websfrm .magnipos_siteheader form h1 {
    color: #1d2327;
    font-size: 18px;
    margin: 0.67em 0;
    font-weight: 600;
}

.magnipos_websfrm .form-group {
    margin-bottom: 20px;
}

.magnipos_websfrm form {
    background-color: #fff;
    padding: 20px 20px 20px;
    border: 1px solid #E4E4E5;
    border-radius: 5px;
}

.magnipos_websfrm .magnipos_formgroupbg {
    background-color: #fff;
    padding: 15px 15px 0;
    border: 1px solid #E4E4E5;
    margin-top: 15px;
}

.magnipos_websfrm form h1 {
    color: #1d2327;
    font-size: 20px;
    margin: 0.67em 0;
    font-weight: 700;
}

.magnipos_websfrm form h1 svg {
    vertical-align: middle;
    margin-right: 10px;
}

.magnipos_websfrm .form-group textarea {
    background-color: #fff;
    border: 1px solid #E4E4E5;
    color: #000;
    border-radius: 2px;
    display: block;
    float: none;
    font-size: 14px;
    padding: 6px 10px;
    width: 100%;
    height: 80px;
    line-height: 1.3;
    font-weight: 500;
}

.magnipos_websfrm .form-group textarea::placeholder {
    color: #B7B7B7;
    font-weight: 500;
}

/*--update_btn--*/
.magnipos_websfrm .form-group button.magnipos_update {
    display: inline-block;
    height: 40px;
    line-height: 26px;
    padding-right: 25px;
    padding-left: 60px;
    position: relative;
    background-color: #FDD86D;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    font-weight: 700;
    font-size: 14px;
}

.magnipos_websfrm .form-group button.magnipos_update span {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 50px;
    background-color: #EBC862;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-top-left: 5px;
    -moz-border-radius-bottom-left: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid #EBC862;
}

/*--connect_btn--*/
.magnipos_websfrm .magnipos_connect {
    display: inline-block;
    height: 40px;
    line-height: 26px;
    padding-left: 25px;
    padding-right: 60px;
    position: relative;
    background-color: #7FD693;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
}

.magnipos_websfrm .magnipos_connect span {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 50px;
    background-color: #66C97D;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-top-right: 5px;
    -moz-border-radius-bottom-right: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #66C97D;
}

/*--alert_message--*/
.magnipos_websfrm .magnipos_alertmsg {
    background-color: #FFF6F6;
    padding: 0 20px 10px;
    border: 1px solid #912D2B;
    border-radius: 5px;
    color: #912D2B;
    display: flex;
}

.magnipos_websfrm .magnipos_alertmsg p {
    font-size: 14px;
    font-weight: 500;
}

.magnipos_websfrm .magnipos_alertmsg b {
    font-size: 18px;
    font-weight: bold;
}

.magnipos_websfrm .magnipos_alertmsg a {
    color: #5C94D4;
    text-decoration: underline;
}

.magnipos_websfrm .magnipos_alertmsg svg {
    margin: 17px 20px 0px 0;
}

/*----------license_expaired-----------*/
/*--renew_btn--*/
.magnipos_licensexpiredbg .magnipos_renewbtn {
    display: inline-block;
    height: 40px;
    line-height: 26px;
    padding-left: 25px;
    padding-right: 60px;
    position: relative;
    background-color: #A5673F;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
}

.magnipos_licensexpiredbg .magnipos_renewbtn span {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 50px;
    background-color: #905732;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-top-right: 5px;
    -moz-border-radius-bottom-right: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #66C97D;
}

/*--alert_message2--*/
.magnipos_licensexpiredbg .magnipos_alertmsg {
    background-color: #FFF6F6;
    padding: 0 20px 10px;
    border: 1px solid #796037;
    border-radius: 5px;
    color: #796037;
    display: flex;
}

.magnipos_licensexpiredbg .magnipos_alertmsg p {
    font-size: 14px;
    font-weight: 500;
    color: #796037;
}

.magnipos_licensexpiredbg .magnipos_alertmsg b {
    font-size: 18px;
    font-weight: bold;
}

.magnipos_licensexpiredbg .magnipos_alertmsg a {
    color: #5C94D4;
    text-decoration: none;
}

.magnipos_licensexpiredbg .magnipos_alertmsg svg {
    margin: 22px 20px 0px 0;
}

.magnipos_licensexpiredbg table {
    width: 100%;
    margin-top: 15px;
    border: 0px solid #E4E4E5 !important;
}

.magnipos_licensexpiredbg table,
.magnipos_licensexpiredbg th,
.magnipos_licensexpiredbg td {
    border: 1px solid #E4E4E5;
    text-align: left;
    color: #2D2D2D;
    font-size: 15px;
    margin: 0.67em 0;
    font-weight: bold;
}

.magnipos_licensexpiredbg td {
    font-weight: 500;
    font-size: 14px;
}

.magnipos_licensexpiredbg.shadowbg {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 40px 0px;
}

.magnipos_licensexpiredbg .magnipos_alertmsg svg {
    margin: 18px 20px 0px 0;
}

.magnipos_licensexpiredbg .magnipos_disconnectaccount {
    display: inline-block;
    width: 180px;
    height: 40px;
    line-height: 32px;
    position: relative;
    background-color: transparent;
    border: 1px solid #A5673F;
    color: #A5673F;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    margin-top: 20px;
    text-align: left;
    margin-left: 6%;
    padding: 0 20px;
}

.magnipos_licensexpiredbg .magnipos_disconnectaccount svg {
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
}

/*--alert_message3--*/
.magnipos_licensevalid .magnipos_alertmsg {
    background-color: #FCFFF5;
    padding: 0 20px 10px;
    border: 1px solid #1A531B;
    border-radius: 5px;
    color: #1A531B;
    display: flex;
}

.magnipos_licensevalid .magnipos_alertmsg p {
    font-size: 14px;
    font-weight: 500;
    color: #1A531B;
}

.magnipos_licensevalid .magnipos_alertmsg b {
    font-size: 18px;
    font-weight: bold;
}

.magnipos_licensevalid .magnipos_alertmsg svg {
    margin: 12px 20px 0px 0;
}