.bg {
    background-color: white;
    padding: 10px;
}




.admin_holder {
    position: absolute;
    z-index: 100;
    top: 50%;
    width: 100%;
}



.btn_del {
    background: #ff3030;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial !important;
    font-size: 20px !important;
    line-height:20px !important;
    color: #ffffff !important;
    width: 50px !important;
    height: 50px !important;
    cursor: pointer;
    text-shadow: #7d7d7d 0px 1px 0px;
    border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    padding: 0 !important;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: 10000;
}



.btn_del {
    width: 30px !important;
    height: 30px !important;
}






:root {
    --master: #dd0508;
    --slave: #000000; /* 00a65d;*/
    --gray: #363636;
    --border: #e8e5e5;
    --radius: 10px;
}





/*-----------------------Buttons-------------------------*/
.button {
    background: #4169e1;
    margin: 10px auto;
    width: 200px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center !important;
    transition: .3s;
    cursor: pointer;
    border-radius: 0px;
    box-shadow: 0px 1px 2px rgba(0,0,0,.2);
}

.size2x {
    width: 400px;
}

.size3x {
    width: 600px;
}


.button p, .button span {
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 0;
}

.btn_master, .btn_slave {
    position: relative;
    float: right;
    background: #FFF44F;
    top: 0;
    left: -100%;
    margin-top: -50px;
    transition: .3s;
    width: 30%;
    text-align: center !important;
}

.btnText {
    color: white;
    transition: .3s;
}

.btn_slave {
    background: #4169e1;
}

.button:has(> .btn_slave) {
    background: transparent;
    box-shadow: 0px 0px 0px 2px #4169e1 inset;
}

    .button:has(> .btn_slave) .btnText {
        color: #4169e1;
    }

    .button:has(> .btn_slave) .btnText2 {
        color: #ffffff;
    }

.btnText, .btnText2, .button p {
    text-align: center !important;
}

    .btnText2 .fa {
        font-size: 26px !important;
        line-height: 50px;
    }

.btnText2 {
    margin-right: 0px;
    color: #4169e1;
}

.button:hover .btn_slave, .button:hover .btn_master { /*When hovering over .button change .btnTwo*/
    left: -70%;
}

.button:hover .btnText { /*When hovering over .button change .btnText*/
    margin-left: 27%;
}

.button:active { /*Clicked and held*/
    box-shadow: 0px 5px 6px rgba(0,0,0,0.3);
}

@media all and (max-width: 500px) {
    .button {
        width: 100%;
    }

    .btn_master, .btn_slave {
    }

    .lnkbutton {
        width: 100%;
    }
}

/*===================Top Menu Login buttons================*/

.buttonMenu {
    background: transparent;
    color: #ffffff;
    margin: 10px auto;
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center !important;
    transition: .4s;
    cursor: pointer;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 1px #ffffff inset;
}

    .buttonMenu i {
        font-size: 18px;
        opacity: .6;
        padding-right: 10px;
    }

    .buttonMenu:hover { /*When hovering over .button change .btnTwo*/
        background: #4169e1;
    }

.fixedMenu .buttonMenu {
    color: #000000 !important;
    box-shadow: 0px 0px 0px 1px #e8e5e5 inset;
}

    .fixedMenu .buttonMenu i {
        color: #4169e1 !important;
    }

    .fixedMenu .buttonMenu:hover, .fixedMenu .buttonMenu:hover i {
        color: #ffffff !important;
    }

.customtopMenu {
}

@media all and (max-width: 500px) {
    .customtopMenu {
        display: block;
    }

    .buttonMenu {
        width: 100%;
    }
}


/*===================CMS Login buttons================*/

.LoginPanel {
    width: 100%;
    display: flex;
    justify-content: center;
}

.btnMaster, .btnSlave {
    background-color: #4169e1 !important;
    border: 1px solid #4169e1;
    border-radius: 5px;
    min-width: 200px;
    text-align: center;
    float: none;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer !important;
    padding: 3px;
}

.btnSlave {
    background-color: #ffffff !important;
    border: 1px solid #4169e1;
    min-width: 150px;
}

.btnMaster a, .btnMaster {
    color: #ffffff !important;
    text-decoration: none;
    display: inline-block !important;
}

.btnSlave a, .btnSlave {
    color: #4169e1 !important;
    text-decoration: none;
    display: inline-block !important;
}

.btnMaster:hover {
    background-color: #344ea5 !important;
    color: #ffffff !important;
}

.btnSlave:hover {
    background-color: #4169e1 !important;
    color: #ffffff !important;
}

@media all and (max-width: 500px) {
    .btnMaster, .btnSlave {
        margin: 1%;
        width: 94%;
        padding: 2%;
        min-width: auto;
    }
}

.btn_del {
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial !important;
    background: #ff3030;
    background: -o-linear-gradient(90deg, #ff3030, #eb3d3d);
    background: -moz-linear-gradient( center top, #ff3030 5%, #eb3d3d 100% );
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff3030), color-stop(1, #eb3d3d) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3030', endColorstr='#eb3d3d');
    background: -webkit-linear-gradient(#ff3030, #eb3d3d);
    background: -ms-linear-gradient(#ff3030, #eb3d3d);
    background: linear-gradient(#ff3030, #eb3d3d);
    text-indent: 0px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-size: 15px !important;
    color: #ffffff;
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    cursor: pointer;
    border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    opacity: 1;
}


    .btn_del:hover {
        opacity: .8;
    }






.required::after {
    color: red;
    font-size: 120%;
    font-weight: bold;
    content: ' *';
}

input[type='text'], input[type='number'], input[type='password'], textarea, .tagator_element, .select2-search__field {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 15px;
    color: #000000;
    background-color: #ffffff;
    -webkit-transition: all .55s ease-in;
    -moz-transition: all .55s ease-in;
    -o-transition: all .55s ease-in;
    transition: all .55s ease-in;
    width: auto;
    outline: none;
    font-family: byekan;
    font-size: 21px;
}

    input[type='text']:focus, input[type='number']:focus, input[type='password']:focus, textarea:focus, .tagator_element:focus, .select2-search__field:focus {
        outline: none;
        border: 1px solid var(--master);
        background-color: #ffffff;
    }




.ddl {
    outline: none;
    border: 1px solid var(--border);
    background-color: #ffffff;
    border-radius: var(--radius);
    padding: 15px;
    width: 100%;
    font-family: byekan;
    font-size: 21px !important;
}



    .ddl * {
        background-color: #ffffff;
    }

input[type=radio], input[type=checkbox] {
    display: none;
}


    input[type=radio] + label:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        background-color: #ffffff;
        border: 1px solid var(--gray);
        border-radius: 50%;
        cursor: pointer;
        margin: 5px;
    }

    input[type=checkbox] + label:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        background-color: #ffffff;
        border: 2px solid #e8e5e5;
        border-radius: 4px;
        cursor: pointer;
        margin: 10px;
    }

    input[type=checkbox] + label, input[type=radio] + label {
        white-space: nowrap;
        font-weight: bold;
    }

    input[type=radio]:checked + label:before {
        background-color: var(--master);
        text-shadow: 0px 0px 3px #000000;
    }

    input[type=checkbox]:checked + label:before {
        content: "\2714"; /* Tick */
        color: var(--master);
        background-color: #ffffff;
        border-color: var(--master);
        text-align: center;
        font-size: 100%;
        font-weight: bold;
        line-height: 18px;
    }




/*--------------------- alignment ---------------------*/
.left {
    text-align: left;
    font-weight: bold;
}

.right {
    text-align: right;
}

.leftLTR {
    text-align: left;
    direction: ltr;
}

.rightRTL {
    text-align: right !important;
    direction: rtl !important;
}






/*--------------------- groupbox ---------------------*/

.borderlinegroup {
    position: relative;
    border: 1px solid var(--border);
    background-color: #ffffff;
    z-index: 0 !important;
    padding: 20px !important;
    border-radius: var(--radius);
}

.headertitle {
    font-family: byekan;
    border-radius: var(--radius);
    border: 1px solid var(--border) !important;
    font-weight: 900;
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    position: absolute;
    right: 15px;
}


.borderlinegroup i {
    font-style: normal;
    background: #fff;
    position: absolute;
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -46px;
}


/*--------------------- textbox|drp|checkbox ---------------------*/
.field {
    padding-bottom: 8px; /* space between textbox*/
    display: flex;
    flex-direction: column-reverse;
    direction: rtl; /*------------------------- Language */
}

    .field span {
        padding-left: 15px;
        transition: all 0.2s ease-in;
        pointer-events: none;
        font-size: 100%;
        padding-right: 15px;
        transform: translate(5px,52px);
    }

.textover span {
    transform: translate(0px,48px); /* label over textbox position*/
    text-align: right; /*------------------------- Language */
    font-weight: bold;
}
/*------------------------- right Icon */
.textoverIconRight span {
    transform: translate(-59px,48px); /* label over textbox position*/
    text-align: right;
    font-weight: bold;
}

.textoverIconRight icon, .textUpperIconRight icon {
    position: absolute;
    right: 18px;
    font-size: 24px;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 1px solid #ccc;
    color: var(--border);
    z-index: 1;
}

.textoverIconRight input, .textUpperIconRight input {
    padding-right: 68px !important;
}

.textoverIconRight select, .textUpperIconRight select, .select2-selection__rendered { /*------------------------- dropdown render text */
    cursor: pointer;
    padding-right: 65px !important;
    font-weight: bold;
}

.textUpperIconRight span {
    transform: translate(0px,0px); /* label over textbox position*/
    text-align: right;
    font-weight: bold;
}

.select2-selection__placeholder { /*------------------------- dropdown placeholder */
    font-weight: bold;
}

/*------------------------- left Icon */
.textoverIconLeft span {
    transform: translate(59px,48px); /* label over textbox position*/
    text-align: left; /*------------------------- Language */
    font-weight: bold;
}

.textoverIconLeft icon, .textUpperIconLeft icon {
    position: absolute;
    left: 18px;
    font-size: 24px;
    margin-bottom: 20px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    color: var(--border);
    z-index: 1;
}

.textoverIconLeft input, .textUpperIconLeft input {
    padding-left: 65px
}

.textoverIconLeft select, .textUpperIconLeft select { /*------------------------- dropdown Icon */
    cursor: pointer;
    padding-left: 65px !important;
    font-weight: bold;
}

.textUpperIconLeft span {
    transform: translate(0px,0px); /* label over textbox position*/
    text-align: left;
    font-weight: bold;
}

.textupper span {
    padding-top: 5px; /*25px*/
    padding-bottom: 0px;
    transform: translate(0px,0px); /* label over dropdown position*/
    text-align: right; /*------------------------- Language */
    font-weight: bold;
}

.fieldContainer {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}


.field input:focus + span, .field textarea:focus + span, .field .tagator_element:focus + span {
    color: var(--master); /* label color when focus */
}



/* Placeholder color */
::-webkit-input-placeholder {
    color: transparent !important;
    transition: inherit;
}

:-moz-placeholder {
    color: transparent !important;
    transition: inherit;
}

::-moz-placeholder {
    color: transparent !important;
    transition: inherit;
}

:-ms-input-placeholder {
    color: #cccccc !important;
    transition: inherit;
}

input:focus::-webkit-input-placeholder {
    color: #cccccc !important;
}

input:focus:-moz-placeholder {
    color: #cccccc !important;
}

input:focus::-moz-placeholder {
    color: #cccccc !important;
}

textarea::-webkit-input-placeholder {
    color: #cccccc !important;
}

textarea:-moz-placeholder {
    color: #cccccc !important;
}

textarea::-moz-placeholder {
    color: #cccccc !important;
}

textarea:-ms-input-placeholder {
    color: #cccccc !important;
}



/* Move up label when typing or when textbox has value*/
.field input:not(:placeholder-shown) + span,
.field input:focus + span {
    transform: translate(0px, 0px) scale(1);
    cursor: pointer;
}










.social-sidebar a {
    padding-top: 10px;
}

    .social-sidebar a:hover {
        color: #ffffff !important;
        padding-top: 0px;
    }








.copyrightParent {
    direction: ltr;
}

@media all and (max-width: 780px) {
    .copy1, .copy2, .copy3 {
        text-align: left;
    }
}

.copyTitle, .copyTitle a {
    text-align: left;
}

.copyContent a {
    margin-left: 10px;
}

.copyContent {
    text-align: left !important;
    direction: ltr;
}



.copyrightParent {
    direction: ltr;
}

@media all and (max-width: 780px) {
    .copy1, .copy2, .copy3 {
        text-align: left;
    }
}

.copyTitle, .copyTitle a {
    text-align: left;
}

.copyContent a {
    margin-right: 10px;
}





