@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Squada+One&display=swap');

html {
    font-size: 100%;
}

*, html {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: var(--font-regular);
    color: var(--black-color);
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: var(--white-color);
    font-size: var(--size-14px)
}

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

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}


.rularFont {
    font-family: 'Squada One', cursive;
}
/*Css Main--------------*/
.main-header {
    width: 100%;
}

.header {
    height: 75px;
    width: 100%;
}

/*-line Bg---*/
.line-bg1 {
    height: 5px;
    width: 100%;
    background: #FF8000;
}

.line-bg2 {
    height: 10px;
    width: 100%;
    background: #FF8000;
}

.line-bg3 {
    height: 15px;
    width: 100%;
    background: #FF8000;
}

.sm-line {
    width: 30px;
    height: 5px;
    background: #FFC488;
}

.md-line {
    width: 30px;
    height: 7px;
    background: #FFC488;
}

.lg-line {
    width: 30px;
    height: 9px;
    background: #FF8000;
}

.menu-icon .sm-line, .menu-icon .md-line, .menu-icon .lg-line {
    display: block;
    margin-bottom: 4px;
}

::-moz-selection {
    color: #ffffff;
    background: #110358
}

::selection {
    color: #ffffff;
    background: #110358
}

body.outer {
    background-color: #6B6B6B;
}

.bodybg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

.bgwhite {
    background: #fff;
    min-height: 708px;
    display: flex;
}

.outer-box {
    margin: auto;
    width: 100%;
    max-width: 400px;
    color: #000000;
}
    .outer-box h1 {
        font-weight:700;
        text-align:left
    }
    .outer-box-header {
        margin-bottom: 30px;
    }
.outer-box h2{
    font-size: 24px;
    text-align: left;
    margin-top: 30px;
}

.btn-primary {
    background: #6B6B6B;
    border-color:#fff
}
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #6B6B6B;
        border-color: #fff;
        outline:0;
        box-shadow:none;
    }

    .form-control.input-email {
        background-image: url(../images/feather-mail.svg);
        background-position: left 22px center;
    }

element.style {
}

.form-control.input-email {
    background-image: url(../images/feather-mail.svg);
    background-position: left 22px center;
}

.form-control.input-password {
    background-image: url(../images/password.svg);
    background-position: left 20px center;
}

.outer-box .form-control {
    height: 52px;
    padding: 18px 22px;
    border: 1px solid #0D0653;
    border-radius: 5px;
    padding-left: 55px;
    background-repeat: no-repeat;
    color: #000000;
}
.login-img {
    height:708px;
}
/*Header Bg --------------*/
.dark-gray-bg {
    background: #6B6B6B;
    position: relative;
}

.dark-blue-bg {
    background: #6876B2;
    position: relative;
}


.dark-blue-bg {
    /*background: #6876B2;*/ /*#5667AF*/
    background: #5667AF; /*#5667AF*/
    position: relative;
}

.white-bg {
    background: #DBD8D8;
    position: relative;
}


/*header left --------*/
.h-left-blog {
    background: transparent;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}

.l-img {
    display: none;
}

/*.h-left-blog:hover .l-img {
    display: block;
    left: 60px;
    top: 64px;
    position: absolute;
}*/




/*header right--------*/
.h-right-blog {
    background: transparent;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.menu-icon {
    /*display: none;*/
}

/*.h-right-blog:hover .menu-icon {
    display: block;
    right: 60px;
    top: 64px;
    position: absolute;
}*/

/*Outer --------------*/
.outer {
    width: 1097px;
    margin: 0px auto;
    position: relative;
    left: -31px;
    z-index: 1;
}

.bar-box ul {
    display: flex;
    box-shadow: 0px 6px 5px 0 #b7b7b7 inset;
    width: 100%;
    justify-content: space-evenly;
    padding: 0 10px;
}

    .bar-box ul li {
        font-size: 12px;
        text-align: center;
        padding: 10px 0;
    }

.left-out-icon {
    position: absolute;
    left: -90px;
    top: 0;
}

.right-out-icon {
    position: absolute;
    right: -120px;
    top: 0;
}

.bar-box ul li.plr-5 {
    padding-left: 4px;
    padding-right: 4px;
}

.left-out-icon2 {
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: -80px;
    top:-55px;
    -webkit-tap-highlight-color: transparent;
    /* cursor: pointer; */
}

.left-out-icon3 {
    background: transparent;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: -50px;
    top: -55px;
    cursor: pointer;
}

.l-img2 {
    display: none;
}

/*.left-out-icon2:hover .l-img2 {
    display: block;
    left: 0px;
    top: 0px;
    position: absolute;
}*/

.l-img3 {
    display: none;
}

.left-out-icon3:hover .l-img3 {
    display: block;
    left: 0px;
    top: 0px;
    position: absolute;
}

.l-img4 {
    display: none;
}

.right-out-icon4:hover .l-img4 {
    display: block;
    left: 0px;
    top: 0px;
    position: absolute;
}



.hide {
    display: none; text-align:center
}

.myDIV:hover + .hide {
    display: block;
    background: #fff;
    padding:5px;
    text-align: center; width:55px; border-radius:30px; margin:auto
}
    .myDIV:hover + .hide a img {
        width: 45px;
        margin-bottom: 5px;
        text-align: center;
        padding: 0;
        display:block;
    }

    .myDIV:hover + .hide a:last-child img {
        margin-bottom:0;
    }


.right-out-icon4  {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    position: absolute;
    right: -119px;
    top: -63px;
    overflow: hidden;
    /* cursor: pointer; */
}

.right-out-icon4:hover {
    overflow: visible;
}


/*.l-img4 {
    display: none;
}*/



/*.insideBlog:hover 
{
    border: 1px solid #333;
    padding: 6px;
}*/






.insideforeign {
    position: relative;
    /*padding-top: 26px;*/
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    overflow-wrap: break-word;
    /* Match VRULER_LINE_HEIGHT in paige-editor.html so each typed line sits between two ruler ticks. */
    line-height: 25px;
}
.closethis {
    width: 16px;
    height: 16px;
    display: none;
    position: absolute;
    z-index: 2;
    background: url(../images/close_icon.svg) center no-repeat;
    color: red;
    font-size: 18px;
    top: 0;
    text-align: center;
    line-height: 25px;
    right: 0;
    text-indent: 0 !important; margin-top:-26px;
}
foreignObject:hover .closethis {
    display: block;
}
    .closethis#divcrossbuttonLeft {
        right: auto;
        left: 0
    }


.line-bgBox {
    width: 100%; position:absolute; bottom:0; 
}

.colorSize001 {
    height:0.5px;
    width: 100%;
    background: #ff2800;
}

.colorSize0 {
    height: 14px;
    width: 100%;
    background: #ff5e00;

}



.colorSize1 {
    height: 0px;
    width: 100%;
    background: #FF8000;
    margin-bottom:2px
}

#lineBorder2 .colorSize2 {
    height: 4px;
}
#lineBorder2 .colorSize3 {
    height: 12px;
}


#lineBorder3 .colorSize2 {
    height:7px;
}

#lineBorder3 .colorSize3 {
    height: 7px;
}




#lineBorder3 .colorSize1 {
    height: 2px;
}



.colorSize2 {
    height:6px;
    width: 100%;
    background: #FF8000;
}
.colorSize3 {
    height: 7px;
    width: 100%;
    background: #F3BB79;
}
.colorSize4 {
    height: 12px;
    width: 100%;
    background: #ff5e00;
}

.marginB-5{margin-bottom:3px}


.mainBlog{ width:100%; display:flex}
.boxWidthCenter {width: 80%}
/*.boxWidthLR {
    width: 10%;
    background: #FFC488
}*/
.boxWidthLR { width:10%; background:#ffffff}




/*Neww CSS*/
.box1 {
    background: #fff;
    padding: 0px;
    box-shadow: 0 2px 4px #565656;
    border-radius: 10px;
    text-align: center;
    height: 42px;
    line-height: 46px;
}

.box1 a {padding:0 1.5px}
.box1 a img {margin:0 4px}



    .box1 a img,
    .box2 a img {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform-origin: center;
        -webkit-transform-origin: center;
        vertical-align: baseline;
        position: relative;
        top: 1px;
    }

.box2 {
    background: #fff;
    padding: 0px;
    box-shadow: 0 2px 4px #565656;
    border-radius: 10px;
    text-align: center;
    height: 42px;
    line-height: 46px;
}

.box2 a {padding: 0 1.5px}
.box2 a img {margin: 0 4px}

    .box2 a.firstImg,
    .box1 a.firstImg {
        padding-left: 0;
        margin-left: -3px;
    }
    .box2 a.lastImg,
    .box1 a.lastImg {
        padding-right: 0;
        margin-right: -3px;
    }

    .box3 {
        background-image: url(../images/bg3.png);
        background-repeat: no-repeat;
        width: 128px;
        height: 69px;
        padding: 16px 0px 0px 23px;
        border-radius: 10px;
    }
.box3 a {padding:0 3px;}
.box3 a img {margin: 0 0px}

    .box3.pro a.firstImg, .box3.pro a.lastImg {
        padding: 0 !important;
    }

.logoRight {
    text-align: center;
    padding-top: 5px
}
.logoRight img {
    width: 87px;
    height: 83px;
    border-radius: 50%;
    box-shadow: 0 4px 5px #565656;
    user-select: none;
}

.logoRight .logo-hover {
    display: none;
}
.myDIV:hover .logo-default {
    display: none;
}
.myDIV:hover .logo-hover {
    display: inline-block;
}

.lastImg img, .firstImg img {
    margin: 0px !important
}

/* Click-and-hold alignment menu — horizontal, text-only */
.alignment-hold-menu {
    position: absolute;
    background: #fff;
    padding: 3px 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.08);
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.08);
    z-index: 1000;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2px;
    will-change: transform;
    transform: translateZ(0);
}
.alignment-hold-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 34px;
    border-radius: 4px;
    text-decoration: none;
    flex-shrink: 0;
    gap: 1px;
    transition: background 0.15s ease;
}
.alignment-hold-menu a img,
.alignment-hold-menu a svg {
    width: 16px;
    height: 16px;
    opacity: 0.45;
    transition: opacity 0.15s ease;
    display: block;
}
.alignment-hold-menu a span {
    font-size: 9px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #888;
    line-height: 1;
    transition: color 0.15s ease;
}
.alignment-hold-menu a:hover {
    background: #f0f1f5;
}
.alignment-hold-menu a:hover img,
.alignment-hold-menu a:hover svg {
    opacity: 0.7;
}
.alignment-hold-menu a:hover span {
    color: #444;
}
.alignment-hold-menu a:active {
    background: #e0e1e5;
}
.alignment-hold-menu a.active-align {
    background: #e8eaff;
    box-shadow: 0 0 0 1px rgba(86,103,175,0.3);
}
.alignment-hold-menu a.active-align img,
.alignment-hold-menu a.active-align svg {
    opacity: 1;
}
.alignment-hold-menu a.active-align span {
    color: #5667AF;
}

/* Persistent alignment indicator */
.alignment-indicator {
    position: absolute;
    top: -42px;
    left: -50px;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.9);
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 500;
    cursor: default;
}
.alignment-indicator img,
.alignment-indicator svg {
    width: 13px;
    height: 13px;
    opacity: 0.8;
    display: block;
}



.boldBox {
    background: #fff;
    padding: 0px 8px;
    box-shadow: 0 2px 4px #565656;
    border-radius: 10px;
    text-align: center;
    height:36px;
    line-height:36px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

    .boldBox a {
        padding: 0 1.5px
    }

        .boldBox a img {
            margin: 0 4px
        }

.uBold{font-size:20px}

.boldBox a.format-active {
    background: #d0e4ff;
    border-radius: 5px;
}

.toolbar-sep {
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #ccc;
    margin: 0 6px;
    vertical-align: middle;
}

#fontColorPicker {
    width: 28px;
    height: 24px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    cursor: pointer;
    vertical-align: middle;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#fontColorPicker::-webkit-color-swatch-wrapper { padding: 2px; }
#fontColorPicker::-webkit-color-swatch { border: none; border-radius: 2px; }

#fontSizePicker,
#fontFamilyPicker {
    height: 26px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    padding: 0 4px;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    outline: none;
    margin: 0 2px;
}
#fontSizePicker { width: 58px; }
#fontFamilyPicker { width: 100px; }
#fontSizePicker:focus,
#fontFamilyPicker:focus { border-color: #5667AF; }

.barrier-line {
    cursor: pointer;
    transition: opacity 0.15s;
}
.barrier-line:hover {
    opacity: 1 !important;
}
#barriertype {
    opacity: 0;
    transition: opacity 0.15s;
}
.barrier-line:hover ~ #barriertype,
#barriertype:hover {
    opacity: 1;
}


.lowerLine{ height:15px !important}
.middleLine {height:10px !important}
.topLine {height: 0.7px !important}

.marginB4{ margin-bottom:4px !important }
.marginB3 {margin-bottom: 3px !important}

#svgRuler {
    pointer-events: all;
}
#outerdiv1::after {
    background-image: url(../images/rightPath.svg);
    content: "";
    width: 30px;
    height: 30px;
    top: 20px;
    right: -50px;
    position: absolute;
    display: inline-block; background-repeat:no-repeat
}
#outerdiv1::before {
    background-image: url(../images/leftPath.svg);
    content: "";
    width: 30px;
    height: 30px;
    top: 20px;
    left: -15px;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
}

.form-control.input-email {
    background-image: url('../assets/images/feather-mail.svg');
    background-position: left 22px center;
}

.form-control.input-password {
    background-image: url('../assets/images/password.svg');
    background-position: left 20px center;
}



.colorSize0orange {
    height: .75px;
    width: 100%;
    background: #FF8000;
}

.colorSize1blue {
    height: 3px;
    width: 100%;
    background: #5667AF;
    /*margin-bottom: 9px*/
}

.whiteVer1-bg {
    background: #FFFFFF;
    position: relative;
}


#lineBorder4 .colorSize1 {
    position:relative;
}
#lineBorder4 .colorSize1:after {
    content:"";
    height:4px;
    background: #5667AF;
    width:100%;
    bottom:-4px;
    position:absolute;
}
#lineBorder4 .colorSize2 {
    position: relative;
}
#lineBorder4 .colorSize2:after {
    content: "";
    height: 3px;
    background: #5667AF;
    width: 100%;
    bottom: -3px;
    position: absolute;
}

/* 4th line style on white / light-gray header: recolor top orange line and blue lines */
.white-bg #lineBorder4 .colorSize1,
.whiteVer1-bg #lineBorder4 .colorSize1 {
    background: #FF5E00;
    height: 1px !important;
}
.white-bg #lineBorder4 .colorSize1:after,
.whiteVer1-bg #lineBorder4 .colorSize1:after {
    background: #6B78B1;
}